@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

:root {
  --brand: #EF7F1B;
  --dark: #092032;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--body);
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 700;
  color: var(--dark);
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

img {
  width: 100%;
}

a {
  color: var(--dark);
  transition: all 0.4s ease;
  font-weight: 500;
}

a:hover {
  color: var(--brand);
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-brand {
  color: var(--brand) !important;
}

/* Carousel CSS starts Here */
.hero-slider .owl-prev,
.hero-slider .owl-next {
  background-color: rgba(255, 255, 255, 0.3) !important;
  width: 60px !important;
  height: 60px !important;
  display: block;
  display: grid;
  place-items: center;
  color: #fff !important;
  border-radius: 100px;
  line-height: 0;
  border-radius: 100px !important;
  position: absolute;
  top: 50%;
  font-weight: 600 !important;
  font-size: 12px !important;
  transition: all 0.4s ease;
  margin-top: -30px !important;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
  background-color: var(--brand) !important;
}

.owl-dot.active span {
  background-color: var(--brand) !important;
}

.slide {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ot-lecpcha-text{
  font-size: 29px;
  margin-bottom: -60px !important;
}

@media (max-width: 768px) {
  .slide {
    height: 50px;
  }
  .slide-text{
    font-size: 18px;
  }
  .ot-lecpcha-text{
    font-size: 15px;
    margin-top: -25px;
  }
}

@media (max-width: 480px) {
  .slide {
    min-height: 25vh;
  }
}

/* .slide1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/sir-new-01.jpg");
  background-size: cover;
  background-position: 50% 10%;
  background-repeat: no-repeat;
}

.slide2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/sir-new-02.jpg");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

.slide3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/sir-new-03.jpeg");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
} */
.afbc{
  background-color: orange;
}

.slide4 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/14.jpeg");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

.slide5 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/23.jpeg");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

/* .slide6 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/new-04.jpeg");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

.slide7 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/sir-new-05.png");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

.slide8 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/sir-new-06.png");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

.slide9 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/sir-new-07.png");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

.slide10 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/slider-new-carousel-sir-1.jpeg");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
}

.slide11 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../img/sir-images/carousel-images/slider-new-carousel-sir-2.jpeg");
  background-size: cover;
  background-position: 10% 40%;
  background-repeat: no-repeat;
} */

.slide .display-3 {
  text-transform: uppercase;
  color: #fff;
}
/* Carousel CSS Ends Here */

/* navbar */
.top-nav {
  background-color: var(--brand);
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-nav p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.top-nav span,
.top-nav i {
  vertical-align: middle;
}

.navbar {
  box-shadow: var(--shadow);
}

.social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: #fff;
  color: var(--brand);
}

.conditions-section {
  margin: 20px 0;
}

.conditions-section a {
  color: #fff;
  margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
  color: var(--brand);
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700;
}

.navbar-brand .dot {
  color: var(--brand);
}

.btn {
  padding: 8px 26px;
}

.btn-brand {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}

.btn-brand:hover {
  background-color: #d64022;
  border-color: #d64022;
  color: #fff;
}

.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}

.intro h6 {
  color: var(--brand);
  font-weight: 400;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.info-box {
  align-items: center;
  display: flex;
}

.info-box img {
  width: 90px;
}

#milestone {
  background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)),
    url(../img/bg_banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
  color: #fff;
}

.service {
  padding: 32px;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.service h5 {
  margin-top: 24px;
  margin-bottom: 14px;
}

.service img {
  width: 90px;
}

.project {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.project h6 {
  font-weight: 400;
}

.project h6::before {
  content: "";
  height: 2px;
  width: 30px;
  display: inline-block;
  background: var(--brand);
  vertical-align: middle;
  margin-right: 10px;
}

.project .overlay {
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(255, 76, 41, 0) 0%,
      var(--dark) 100%);
}

.project .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.project h2,
.project h6 {
  color: #fff;
}

.team-member {
  text-align: center;
}

.team-member .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.team-member .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -10%;
  background-color: rgba(255, 77, 41, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member h5 {
  margin-top: 16px;
  margin-bottom: 4px;
}

.team-member .social-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-member .social-icons a {
  width: 40px;
  height: 40px;
}

.team-member:hover .social-icons {
  top: 50%;
  opacity: 1;
}

.team-member:hover .overlay {
  top: 0%;
  opacity: 1;
}

#reviews {
  background: linear-gradient(-90deg,
      rgba(8, 32, 50, 0.8),
      rgba(8, 32, 50, 0.8)),
    url(../img/bg_banner1.jpg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.review {
  text-align: center;
  z-index: 2;
  position: relative;
  margin: 15px;
  max-width: 768px;
  margin: auto;
}

.review .bxs-quote-alt-left {
  font-size: 120px;
  position: absolute;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.review img {
  width: 80px !important;
  height: 80px;
  border-radius: 100px;
  margin: auto;
}

.review h5 {
  margin-top: 16px;
  margin-bottom: 4px;
  color: #fff;
}

.review h3 {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
}

.review small {
  color: var(--brand);
}

.review .stars {
  color: var(--brand);
}

.blog-post {
  position: relative;
  background-color: #fff;
  box-shadow: var(--shadow);
}

.blog-post .content {
  padding: 32px;
}

.blog-post a {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--brand);
  padding: 2px 12px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
}

.blog-post h5 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-post small {
  text-transform: uppercase;
  color: var(--brand);
  text-decoration: underline;
}

footer {
  background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),
    url(../img/sir-images/15.jpeg), #082032;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}

footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #adb3b9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}

input.form-control {
  border-color: transparent;
  height: 44px;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.04);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}

/* Custom Css  */
@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes gradient-shift {
  0% {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
  }

  50% {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
  }

  100% {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
  }
}

/* Fireworks Css Animation starts Here */
/* .fireworks-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
} */

/* Fireworks Css Animation ends Here */

/* Tilt Css Animation starts Here */
.service {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: perspective(1000px) rotateX(0) rotateY(0);
}

.service:hover {
  transform: perspective(1000px) rotateX(15deg) rotateY(15deg);
  /* Increase rotation angles */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  /* Enhance shadow for a stronger 3D effect */
}

/* Tilt Css Animation ends Here */

/* Add Color Gradinent of sir photo */
.flow-gradient-border {
  position: relative;
  display: inline-block;
  padding: 8px;
  /* Space between gradient and image */
  border-radius: 50%;
  /* Circular border */
  background: linear-gradient(90deg, red, yellow, red);
  background-size: 200% 200%;
  /* Larger background for smooth animation */
  animation: flow-animation 4s linear infinite;
  /* Infinite animation */
}

.flow-gradient-border img {
  display: block;
  border-radius: 50%;
  /* Image circular */
  width: 100%;
  height: auto;
}

@keyframes flow-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}





/* .first-image {
  margin-top: 250px;
}

.second-image {
  margin-top: 210px;
}


@media (max-width: 768px) {
  .first-image {
    margin-top: calc(250px - 40px);  
  }

  .second-image {
    margin-top: calc(210px - 40px); 
  }
} */


/* Timeline container */
.section-heading {
  font-size: 32px;
  /* Adjust the size as needed */
  font-weight: bold;
  color: #333;
  /* Change color if needed */
  text-align: center;
  /* Center-align the heading */
  margin-bottom: 20px;
  /* Space below the heading */
}

.timeline {
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
  max-width: 1200px;
  /* Add a max-width for better control */
  width: 100%;
  /* Ensure it takes full width */
  display: flex;
  /* Use flexbox to center the content */
  justify-content: center;
  /* Centers timeline items horizontally */
  align-items: center;
  /* Centers the content vertically */
}

/* Card container */
.timeline-card {
  position: relative;
  max-width: 400px;
  width: 100%;
  /* Make sure the cards are responsive */
}

/* setting padding based on even or odd */
.timeline-card:nth-child(odd) {
  padding: 30px 0 30px 30px;
}

.timeline-card:nth-child(even) {
  padding: 30px 30px 30px 0;
}

/* Global ::before */
.timeline-card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid orangered;
}

/* Setting the border of top, bottom, left */
.timeline-card:nth-child(odd)::before {
  left: 0px;
  top: -4.5px;
  bottom: -4.5px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

/* Setting the top and bottom to "-5px" because earlier it was out of a pixel in mobile devices */
@media only screen and (max-width: 400px) {
  .timeline-card:nth-child(odd)::before {
    top: -5px;
    bottom: -5px;
  }
}

/* Setting the border of top, bottom, right */
.timeline-card:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
}

/* Removing the border if it is the first card */
.timeline-card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card and it's odd */
.timeline-card:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card and it's even */
.timeline-card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.timeline-info {
  display: flex;
  flex-direction: column;
  background: green;
  color: white;
  border-radius: 10px;
  padding: 10px;
}

/* Title of the card */
.timeline-title {
  color: white;
  font-size: 26px;
  position: relative;
}

/* Timeline dot */
.timeline-dot {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 999px;
  border: 3px solid orangered;
}

/* setting dot to the left if the card is odd */
.timeline-card:nth-child(odd)>.timeline-info>.timeline-title>.timeline-dot {
  left: -45px;
}

/* setting dot to the right if the card is even */
.timeline-card:nth-child(even)>.timeline-info>.timeline-title>.timeline-dot {
  right: -45px;
}

/* text right if the card is even */
.timeline-card:nth-child(even)>.timeline-info>.timeline-title {
  text-align: right;
}

/* Base styles for desktop view */
.NewVerticalSlider {
  color: #fff;
  display: grid;
  grid-template-columns: 30% 70%;
  position: relative;
}

.NewVerticalSlider .NVScontent_container {
  padding: 5%;
}

.NVSslide_navigation {
  list-style: none;
  padding: 0;
}

.NVSslide_navigation>*+* {
  margin-top: 10px;
}

.AVSListItem a.NVSactive {
  font-weight: bold;
}

.NVSSlideLink {
  color: black;
  text-decoration: none;
}

.NewVerticalSlider .AVSslides {
  overflow-y: auto;
  max-height: 500px;
  scrollbar-width: none;
}

.NewVerticalSlider .AVSslides::-webkit-scrollbar {
  display: none;
}

.NewVerticalSlider .AVSslides .AVSslide {
  min-height: calc(100% - 80px);
  background-color: white;
  display: flex;
  padding: 15px;
  color: #333;
}

/* .NewVerticalSlider .AVSslides .AVSslide:nth-child(even) {
  background-color: whitesmoke;
} */

.AVScontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  text-align: left;
  margin-top: 80px;
}

.AVSimg img {
  max-width: 100%;
  max-height: 89%;
}

.AVStext {
  text-align: justify;
  padding-left: 10px;
  width: 100%;
}

/* Responsive styles for mobile view */
@media (max-width: 768px) {
  .NewVerticalSlider {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .NVScontent_container h1 {
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
  }

  .NVSslide_navigation {
    display: none;
    /* Hide navigation links on mobile */
  }

  .AVSslides {
    padding: 10px;
  }

  .AVScontainer {
    grid-template-columns: 1fr;
    /* Stack image and content */
    text-align: center;
  }

  .AVSimg img {
    margin: 0 auto;
    /* Center align the image */
  }

  .AVStext {
    padding: 10px;
  }
}

/* News and Updates Section CSS */
.image-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 images in a row by default */
  gap: 30px;
  /* Increased gap to allow more space between images */
  margin-top: 20px;
  padding: 0 20px;
  /* Padding added to avoid images touching edges */
}

.news-image {
  width: 100%;
  /* Make images take full width of their container */
  height: 150px;
  /* Increased height */
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.news-image:hover {
  transform: translateY(-20px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

/* Custom Modal */
.custom-news-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.custom-news-modal.active {
  display: flex;
}

.modal-content-news {
  max-width: 51%;
  /* Adjusted max width */
  max-height: 59%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.close-modal:hover {
  transform: scale(1.2);
}

/* Responsive Design for Different Screen Sizes */
@media (max-width: 1016px) and (min-width: 770px) {
  .image-row {
    grid-template-columns: repeat(3, 1fr);
    /* 3 images in a row for screen sizes between 1016px and 770px */
  }
}

@media (max-width: 768px) {
  .image-row {
    grid-template-columns: repeat(2, 1fr);
    /* 2 images in a row for smaller screens */
    gap: 15px;
    /* Slightly reduced gap for smaller screens */
  }

  .news-image {
    height: 120px;
    /* Adjusted image size */
  }

  .close-modal {
    font-size: 25px;
    top: 5px;
    right: 10px;
  }

  .modal-content-news {
    max-width: 99%;
    max-height: 80%;
  }
}

@media (max-width: 480px) {
  .image-row {
    grid-template-columns: repeat(2, 1fr);
    /* 2 images in a row for very small screens */
  }

  .news-image {
    height: 100px;
    /* Further reduce image size for very small screens */
  }
}

/* Table container ko overflow hidden do */
.custom-news-table-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden; /* Yeh border radius apply hone dega */
  border: 1px solid black; /* Table ka border properly dikhe */
}

/* Table ko border-spacing do taaki border radius kaam kare */
.custom-news-table {
  width: 100%;
  border-collapse: separate; /* Collapse hatana zaroori hai */
  border-spacing: 0; /* Cell ke beech gap avoid kare */
  text-align: left;
}

/* Top row ke liye radius */
.custom-news-table thead tr:first-child th:first-child {
  border-top-left-radius: 15px;
}
.custom-news-table thead tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* Bottom row ke liye radius */
.custom-news-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.custom-news-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* Table Borders */
.custom-news-table th, .custom-news-table td {
  border: 0.2px solid black;
  padding: 10px;
}

/* Header Style */
.custom-news-table th {
  background-color: #EF7F1B;
  color: white;
}


/* Gallery Section css code Starts here */
.project-img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}

/* Mobile view ke liye responsive CSS */
@media (max-width: 768px) {
  .project-img {
    height: 250px; /* yahan aap 200px, 220px etc adjust kar sakte ho */
  }
}
/* Gallery Section css code Ends here */


/* Modal popup for pageload css starts here */
.swal2-popup {
  padding-top: 2rem !important; /* Adjusted padding to make room for big close button */
}

/* Style the close (X) button */
.swal2-close {
  background-color: white !important;
  color: black !important;
  border-radius: 50%;
  font-size: 2rem !important;  /* Bigger X */
  padding: 0.2rem 0.7rem !important;
  line-height: 1 !important;
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  opacity: 1 !important;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.swal2-close:hover {
  background-color: #f0f0f0 !important;
  color: black !important;
}
/* Modal popup for pageload css ends here */


/* Media Coverage CSS Starts here */
.media-coverage-wrapper .media-iframe-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.media-coverage-wrapper .media-iframe-col {
  padding: 10px;
  width: 100%; /* Default to full width for mobile */
}

.media-iframe-card {
  padding: 10px;
  border-radius: 8px;
  height: 300px; /* Increased height */
  width: 100%; /* Ensure full width */
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Responsive Breakpoints */
@media (min-width: 576px) {
  .media-coverage-wrapper .media-iframe-col {
      width: 48%; /* 2 columns on small screens */
  }
}

@media (min-width: 768px) {
  .media-coverage-wrapper .media-iframe-col {
      width: 32%; /* 3 columns on medium screens and above */
  }
}

.media-iframe {
  width: 100%;
  height: 250px;
  border-radius: 8px;
}
/* Media Coverage CSS Ends here */