/* Colors */
:root {
  --deep-red: #990002;
  --navy: #02314b;
  --slate: #8aa7ab;
  --tint-blue: #f3f6f7;
  --cream: #f4ecdd;
  --beige: #cabfad;
  --light-gray: #f6f6f6;
}

/* Stat Cards */
#catStatCards .swiper.stats-swiper {
  width: 100%;
  overflow: hidden;
  display: none;
  max-width: 250px;
}
#catStatCards .card {
  background: var(--navy);
  padding: 100px 15px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#catStatCards .card h3 {
  color: var(--slate);
}
#catStatCards .card p {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#catStatCards .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#catStatCards .stats-grid[data-blocks="3"] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#catStatCards .stats-grid[data-blocks="2"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.stats-swiper[data-blocks="3"] .swiper-wrapper .swiper-slide[aria-label="4 / 4"],
.stats-swiper[data-blocks="2"] .swiper-wrapper .swiper-slide[aria-label="4 / 4"],
.stats-swiper[data-blocks="2"] .swiper-wrapper .swiper-slide[aria-label="3 / 4"],
.stats-swiper[data-blocks="3"] .swiper-wrapper .swiper-slide[aria-label="4 / 4"] .card,
.stats-swiper[data-blocks="2"] .swiper-wrapper .swiper-slide[aria-label="4 / 4"] .card,
.stats-swiper[data-blocks="2"] .swiper-wrapper .swiper-slide[aria-label="3 / 4"] .card,
.stats-swiper-pagination[data-blocks="3"] .swiper-pagination-bullet:nth-child(4),
.stats-swiper-pagination[data-blocks="2"] .swiper-pagination-bullet:nth-child(4),
.stats-swiper-pagination[data-blocks="2"] .swiper-pagination-bullet:nth-child(3),
#catStatCards .stats-grid[data-blocks="3"] .card:nth-child(4),
#catStatCards .stats-grid[data-blocks="2"] .card:nth-child(4),
#catStatCards .stats-grid[data-blocks="2"] .card:nth-child(3) {
  display: none;
}

@media screen and (max-width: 1024px) {
  #catStatCards .carousel-col {
    position: relative;
    bottom: 0px;
  }
  #catStatCards .stats-grid {
    display: none !important;
  }
  #catStatCards .swiper.stats-swiper {
    display: block;
  }
  #catStatCards > .fusion-builder-row {
    justify-content: center;
  }
  #catStatCards {
    overflow: visible;
  }
  #catStatCards .stats-swiper-pagination {
    justify-content: center;
    bottom: -20px;
    gap: 7px;
    position: relative;
  }
  #catStatCards .stats-swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--beige);
    opacity: 1;
  }
  #catStatCards
    .stats-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--deep-red);
  }
  #catStatCards .stat-col {
    width: 100%;
    max-width: 250px;
    flex-shrink: 0;
    position: relative !important;
    top: 0px !important;
  }
  #catStatCards .stat-col .stat-card {
    width: 100%;
    max-width: 250px;
    flex-shrink: 0;
  }
  #catStatCards .content-col .fusion-column-wrapper {
    padding-bottom: 50px !important;
  }
  #catStatCards .content-col::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: var(--light-gray);
    bottom: -80px;
  }
}

/* Project Cards */
.cat_project_cards .project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 100px;
}
.cat_project_cards .card {
  background-color: var(--cream);
  padding: 180px 30px 30px 30px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cat_project_cards .card h3 {
  color: var(--deep-red);
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
}
.cat_project_cards .card img {
  width: calc(100% - 80px);
  height: 240px;
  position: absolute;
  top: -100px;
  left: 40px;
  border-radius: 15px;
}
.cat_project_cards .projects-swiper {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cat_project_cards .projects-swiper {
    display: block;
    width: 100%;
    overflow: hidden;
    max-width: 360px;
    padding-top: 100px;
  }
  .cat_project_cards .project-grid {
    display: none;
  }
  .cat_project_cards .projects-swiper-pagination {
    justify-content: center !important;
    bottom: -20px !important;
    gap: 7px;
    position: relative !important;
  }
  .cat_project_cards .projects-swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--beige);
    opacity: 1;
  }
  .cat_project_cards
    .projects-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--deep-red);
  }
}

/* Market Slider */
.market-slider .content-col {
  flex: 0 0 355px;
  margin-left: calc((100vw - 1200px) / 2);
}
.market-slider .swiper-col {
  flex: 1 0 auto;
  width: auto;
}
.market-slider .swiper-col > .fusion-column-wrapper {
  overflow: hidden;
}
.market-slider .market-swiper {
  width: 530px;
  height: 400px;
  position: relative;
  margin-right: auto;
  margin-left: 0px;
  overflow: visible;
}
.market-slider .market-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.market-slider .market-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.market-slider .bottom-container {
  border-top: 1px solid white;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.market-slider .custom-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.market-slider .custom-navigation .nav-button {
  all: unset;
  position: relative;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-color: var(--slate);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-slider .custom-navigation .nav-button:hover {
  background-color: var(--deep-red);
}
.market-slider .custom-navigation .nav-button::after {
  content: none;
}
.market-slider .custom-navigation .nav-button i {
  margin: 0px;
}
 
.market-slider .bottom-container .slide-text a {
  font-size: clamp(16px, 2vw, 20px) !important;
  line-height: normal;
  font-weight: 600;
  font-family: "poppins", sans-serif !important;
  letter-spacing: 5%;
  color: white !important;
  text-transform: uppercase;
}
.market-slider .bottom-container .slide-text a:hover {
  color: var(--deep-red) !important;
}
@media screen and (max-width: 1390px) {
  .market-slider .content-col {
    margin-left: 75px;
  }
}
@media screen and (max-width: 1075px) {
  .market-slider .content-col {
    margin-bottom: 50px;
    margin-left: 30px !important;
  }
  .market-slider .swiper-col > .fusion-column-wrapper {
    margin-left: 30px;
  }
  .market-slider .market-swiper .swiper-slide img {
    max-height: 275px;
  }
  .market-slider .market-swiper {
    height: 275px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .market-slider .market-swiper {
    width: 330px;
  }
}

/* Success Stories Swiper */
.successStories-swiper {
  width: 100%;
  height: 100%;
  border-top: 1px solid var(--beige);
  padding-top: 20px !important;
  padding-bottom: 50px !important;
}
.successStories-swiper .slide-title {
  width: 100%;
  margin-bottom: 0px;
  font-size: clamp(16px, 2vw, 20px) !important;
  line-height: normal;
  font-weight: 600;
  font-family: "poppins", sans-serif !important;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.successStories-swiper .slide-title i {
  color: var(--deep-red);
}
.successStories-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.successStories-swiper .slide-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 5px;
}
.successStories-swiper .left-column {
  flex: 1 1 20%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.successStories-swiper .left-column button {
  padding: 21px 17px;
  background-color: var(--light-gray);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--navy);
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.successStories-swiper .left-column button i {
  display: none;
}
.successStories-swiper .left-column button.active,
.successStories-swiper .left-column button:hover {
  color: var(--deep-red);
  border: 1px solid var(--deep-red);
}
.successStories-swiper .left-column button.active i,
.successStories-swiper .left-column button:hover i {
  color: var(--deep-red);
  display: block;
}

.successStories-swiper .middle-column > div {
  display: none;
}
.successStories-swiper .middle-column {
  flex: 0 1 65%;
  padding-right: 20px;
}
.successStories-swiper .middle-column img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin-bottom: 15px;
}

.successStories-swiper .right-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 15%;
}
.successStories-swiper .right-column .swiper-button-next {
  all: unset;
  position: relative;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-color: var(--deep-red);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.successStories-swiper .right-column .swiper-button-next:hover {
  background-color: var(--navy);
}
.successStories-swiper .right-column .swiper-button-next::after {
  content: none;
}
.successStories-swiper .right-column .swiper-button-next i {
  margin: 0px;
}
.successStories-swiper .right-column .next-info {
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.successStories-swiper .right-column .next-info .next-title {
  font-weight: 500;
  text-transform: none;
}


@media screen and (max-width: 981px) {
    .successStories-swiper .slide-content {
      gap: 30px;
    }
    .successStories-swiper {
      border-top: 0px;
    }
    .slide-column {
      flex: 0 0 100% !important;
    }
    .successStories-swiper .slide-title {
      border-bottom: 1px solid var(--beige);
      padding-bottom: 20px;
      margin-bottom: 0px;
    }
    .successStories-swiper .middle-column img {
      max-width: 100%;
    }
    .successStories-swiper .left-column,
    .successStories-swiper .middle-column {
      padding-right: 0px;
  }
}

/* Tabber Swiper */
.tabber-swiper-module {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 85px;
}
.tabber-swiper-module .tab-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.tabber-swiper-module .tab-button {
  padding: 10px 20px;
  background: var(--slate);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  color: white;
  padding: 20px 50px;
  font-family: "Noto-Serif", sans-serif;
  font-style: italic;
  font-size: 28px;
  font-weight: 500;
  border-radius: 15px 15px 0px 0px;
}
.tabber-swiper-module .tab-button.active {
  background: var(--navy);
}
.tabber-swiper-module .tab-contents {
  display: flex;
  flex-direction: column;
  background-color: var(--navy);
  padding: 40px;
  border-radius: 15px;
}
.tabber-swiper-module .tab-content {
  display: none;
}
.tabber-swiper-module .tab-content.active {
  display: block;
}
.tabber-swiper-module .tab-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.tabber-swiper-module .tab-image {
  height: 277px;
  width: 523px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.tabber-swiper-module .tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.tabber-swiper-module .tab-text {
  color: white;
  padding: 30px 0px;
  padding-left: 585px;
}
body .tabber-swiper-module .tabber-swiper {
  display: none;
}

@media (max-width: 1024px) {
  .tabber-swiper-module {
    margin-bottom: 0px;
  }
  .tabber-swiper-module .tab-buttons,
  .tabber-swiper-module .tab-contents {
    display: none;
  }
  .tabber-swiper-module .tabber-swiper {
    display: block !important;
  }
  .tabber-swiper-module .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .tabber-swiper-module .slide-image {
    height: 100%;
    width: 100%;
  }
  .tabber-swiper-module .slide-image img {
    border-radius: 15px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 230px;
  }
  .tabber-swiper-module .slide-text {
    background-color: var(--navy);
    border-radius: 15px;
    padding: 60px 30px;
    color: white;
    text-align: left;
    width: calc(100% - 30px);
    top: -50px;
    position: relative;
  }
  .tabber-swiper-module .slide-text .h3-style {
    font-weight: 500;
    font-style: italic;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .tabber-swiper-module .slide-text p {
    margin-bottom: 0px;
  }

  .tabber-swiper-module .tabber-swiper-pagination {
    justify-content: center !important;
    bottom: 20px !important;
    gap: 7px;
    position: relative !important;
  }
  .tabber-swiper-module .tabber-swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--beige);
    opacity: 1;
  }
  .tabber-swiper-module
    .tabber-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--deep-red);
  }
}

/* Alternating Layout Swiper */
.alternating-info-cards .desktop {
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.alternating-info-cards .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--cream);
    border-radius: 15px;
}
.alternating-info-cards .card:nth-child(even) {
    flex-direction: column-reverse;
}
.alternating-info-cards .card .content {
    padding: 20px 13px;
    text-align: center;
}
.alternating-info-cards .card .content p {
    margin-bottom: 0px;
}
.alternating-info-cards .card .content .title {
    font-style: italic;
    color: var(--deep-red);
}
.alternating-info-cards .card .content .subtitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.alternating-info-cards .mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .alternating-info-cards .mobile {
        display: block;
    }
    .alternating-info-cards .desktop {
        display: none;
    }
    .alternating-info-cards .swiper {
        width: 100%;
        overflow: hidden;
        max-width: 300px;
        padding-bottom: 30px;
    }
    .alternating-info-cards .swiper .swiper-slide:nth-child(even) .card {
        flex-direction: column-reverse;
    }

    .alternating-info-cards .alternating-cards-pagination {
        justify-content: center !important;
        bottom: 15px !important;
        gap: 7px;
        position: relative !important;
        z-index: 10;
    }
    .alternating-info-cards .alternating-cards-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background: var(--beige);
        opacity: 1;
    }
    .alternating-info-cards
    .alternating-cards-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--deep-red);
    }
}




/* Four Block Grid Swiper styles */
.mkedt-four-block-grid {
  width: 100%;
}
.mkedt-four-block-grid .swiper {
  display: none;
}
.mkedt-four-block-grid .vessel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mkedt-four-block-grid .column {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 550px;
}
.mkedt-four-block-grid .middle-column {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.mkedt-four-block-grid .block {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  perspective: 1000px;
  position: relative;
}
.mkedt-four-block-grid .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
  transform-style: preserve-3d;
  background-color: #FCF9F5;
  border-radius: 15px;
}
.mkedt-four-block-grid .block:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.mkedt-four-block-grid .flip-card-front,
.mkedt-four-block-grid .flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.mkedt-four-block-grid .flip-card-front {
  background-color: #FCF9F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 20px;
}
.mkedt-four-block-grid .flip-card-back {
  background-color: var(--deep-red);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mkedt-four-block-grid .flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.mkedt-four-block-grid .block .large-text {
  font: 700 64px/64px "noto-serif-bengali-ex-cond";
  color: var(--deep-red);
  text-align: center;
  margin-bottom: 10px;
}
.mkedt-four-block-grid .block .supporting-text {
  color: var(--deep-red);
  font-style: italic;
  text-align: center;
  margin: 0px;
}
.mkedt-four-block-grid .block .sub-text {
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}
.mkedt-four-block-grid .block hr {
  margin: 20px 0px;
  background-color: var(--navy);
  width: 100%;
}
@media (max-width: 981px) {
  .mkedt-four-block-grid .vessel {
    display: none;
  }
  .mkedt-four-block-grid .swiper {
    display: block;
  }
  .mkedt-four-block-grid .swiper .swiper-wrapper {
    padding-bottom: 15px;
  }
  .mkedt-four-block-grid .swiper-slide {
    padding: 20px;
    box-sizing: border-box;
    height: auto; 
    display: flex;
    background-color: #FCF9F5;
  }
  .mkedt-four-block-grid .block {
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    width: 100%;
  }
  .mkedt-four-block-grid .fourBlockGridSwiper-swiper-pagination {
      justify-content: center !important;
      bottom: 0px !important;
      gap: 7px;
      position: relative !important;
      z-index: 10;
  }
  .mkedt-four-block-grid .fourBlockGridSwiper-swiper-pagination .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      background: var(--beige);
      opacity: 1;
  }
  .mkedt-four-block-grid
  .fourBlockGridSwiper-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--deep-red);
  }
}

/* Ambassador Swiper */
.mkedt-ambassador-carousel {
  display: flex;
  flex-direction: row;
}
.mkedt-ambassador-carousel .right {
  flex: 0 0 550px;
  margin-right: calc((100vw - 1200px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mkedt-ambassador-carousel .left {
  flex: 0 0 50%;
  width: 100%;
  overflow: hidden;
  padding-right: 120px;
}
.mkedt-ambassador-carousel .left .swiper-slide {
  box-sizing: border-box;
  height: auto; 
  display: flex;
  padding-bottom: 50px;
}
.mkedt-ambassador-carousel .left .swiper-slide .ambassador-card {
  height: 100%; 
  display: flex; 
  flex-direction: column; 
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.mkedt-ambassador-carousel .left .swiper-slide .ambassador-card img {
  height: 390px;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  filter: grayscale(100%);
}
.mkedt-ambassador-carousel .left .swiper-slide .ambassador-card .ambassador-info {
  padding: 13px 20px;
  background-color: var(--navy);
  border-radius: 15px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; 
  transition-delay: 0.1s;
}
.mkedt-ambassador-carousel .left .swiper-slide-next .ambassador-card .ambassador-info {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mkedt-ambassador-carousel .left .swiper-slide .ambassador-card .ambassador-info .name {
  font: 800 16px/24px "poppins", sans-serif;
  color: var(--slate);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.mkedt-ambassador-carousel .left .swiper-slide .ambassador-card .ambassador-info .job-title {
  color: #FFFFFF;
  margin: 0px;
}
.mkedt-ambassador-carousel .controls-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.mkedt-ambassador-carousel .nav-button {
  all: unset;
  position: relative;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-color: var(--deep-red);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mkedt-ambassador-carousel .nav-button:hover {
  background-color: var(--navy);
}
.mkedt-ambassador-carousel .nav-button::after {
  content: none;
}
.mkedt-ambassador-carousel .nav-button i {
  margin: 0px;
}

@media screen and (max-width: 1160px) {
  .mkedt-ambassador-carousel .right {
    margin-right: 75px;
    flex: unset;
  }
  .mkedt-ambassador-carousel .left {
    padding-right: 60px;
  }
}
@media screen and (max-width: 981px) {
  .mkedt-ambassador-carousel {
    flex-direction: column-reverse;
    gap: 60px;
  }
  .mkedt-ambassador-carousel .left {
    padding-right: 0px;
  }
  .mkedt-ambassador-carousel .right {
    margin-right: 0px;
  }
  .mkedt-ambassador-carousel .controls-container a {
    margin-left: auto;
  }
  .mkedt-ambassador-carousel .left .swiper-slide-next .ambassador-card .ambassador-info {
    opacity: 0;
  }
  .mkedt-ambassador-carousel .left .swiper-slide-active .ambassador-card .ambassador-info {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .mkedt-ambassador-carousel .left .swiper-slide .ambassador-card img {
    height: 300px;
  }
}

/* Flip Booxes */
.flip-card-grid .desktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.flip-card-grid .flip-card {
  perspective: 1000px;
}
.flip-card-grid .flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card-grid .flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-grid .flip-card-front,
.flip-card-grid .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  padding: 30px 20px;
  background-color: var(--cream);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flip-card-grid .flip-card-front {
  background-color: var(--cream);
}
.flip-card-grid .flip-card-back {
  background-color: var(--navy);
  transform: rotateY(180deg);
} 
.flip-card-grid .flip-icon {
  font-size: 40px;
  margin-bottom: 10px;
}
.flip-card-grid .flip-card-front .flip-title {
  color: var(--deep-red);
  max-width: 50%;
  margin-top: 10px;
  text-align: center;
}
.flip-card-grid .flip-card-back .flip-title {
  color: #FFFFFF;
  text-transform: uppercase;
}
.flip-card-grid .flip-card-back hr {
  background-color: var(--slate);
  width: 45%;
}
.flip-card-grid .flip-button {
  all: unset;
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.flip-card-grid .flip-button:hover {
  color: var(--deep-red);
}
.flip-card-grid .flip-back-text {
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
.flip-card-grid .mobile {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .flip-card-grid .desktop{
    display: none !important;
  }
  .flip-card-grid .mobile {
    display: block !important;
      width: 100%;
  }
  .flip-card-grid .mobile .swiper-wrapper{
    padding-bottom: 15px;
  }
  .flip-card-grid .flip-card-swiper-pagination {
    justify-content: center !important;
    bottom: 0px !important;
    gap: 7px;
    position: relative !important;
    z-index: 10;
  }
  .flip-card-grid .flip-card-swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--beige);
    opacity: 1;
  }
  .flip-card-grid
  .flip-card-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--deep-red);
  }
}

/* Testimonial Swiper */
body .testimonial-swiper {
  width: 100%;
  padding-bottom: 45px;
}
body .testimonial-swiper .swiper-slide {
  background-color: var(--tint-blue);
  border-radius: 20px;
  display: flex;
}
body .testimonial-swiper .swiper-slide .side-img {
  width: 280px;
  height: 100%;
  flex: 0 0 280px;
  margin-right: 60px;
}
body .testimonial-swiper .swiper-slide .side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
}
body .testimonial-swiper .swiper-slide .side-content {
  padding: 60px 90px 60px 0px;
}
body .testimonial-swiper .swiper-slide .testimonial {
  font: 400 28px "Noto Serif";
  font-style: italic;
  color: var(--navy);
  margin-bottom: 30px;
  position: relative;
  padding-top: 50px;
}
body .testimonial-swiper .swiper-slide .testimonial::before {
  content: ""; 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-image: url('/wp-content/uploads/2025/09/quote-red.png');
  background-size: cover;
  background-repeat: no-repeat;
}
body .testimonial-swiper .swiper-slide .bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body .testimonial-swiper-modal .author,
body .testimonial-swiper .swiper-slide .bottom .author {
  text-transform: uppercase;
  font-weight: 700;
}
body .testimonial-swiper-modal .author .pos,
body .testimonial-swiper-modal .author .org,
body .testimonial-swiper .swiper-slide .bottom .pos,
body .testimonial-swiper .swiper-slide .bottom .org {
  font-weight: 500;
}
body .testimonial-swiper-modal .author,
body .testimonial-swiper-modal .author .org,
body .testimonial-swiper .swiper-slide .bottom .author,
body .testimonial-swiper .swiper-slide .bottom .author .org {
  margin-bottom: 0px;
}
body .testimonial-swiper-modal .author .org,
body .testimonial-swiper .swiper-slide .bottom .org {
  text-transform: none;
}
body .testimonial-swiper-modal .author,
body .testimonial-swiper-modal .org {
  margin-top: 0px;
}
body .testimonial-swiper .swiper-slide .bottom a {
  padding: 13px 28px;
  color: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 10px;
}
body .testimonial-swiper .swiper-slide .bottom a:hover {
  color: var(--deep-red);
  border: 1px solid var(--deep-red);
}
.testimonial-swiper .testimonial-swiper-pagination {
  justify-content: center !important;
  bottom: -15px !important;
  gap: 7px;
  position: relative !important;
  z-index: 10;
}
.testimonial-swiper .testimonial-swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: var(--beige);
  opacity: 1;
}
.testimonial-swiper
.testimonial-swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--deep-red);
}

.testimonial-swiper .testimonial-swiper-custom-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  bottom: -15px;
  position: relative;
}
.testimonial-swiper .testimonial-swiper-custom-navigation .nav-button {
  all: unset;
  position: relative;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background-color: var(--navy);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-swiper .testimonial-swiper-custom-navigation .nav-button:hover {
  background-color: var(--slate);
}
.testimonial-swiper .testimonial-swiper-custom-navigation .nav-button::after {
  content: none;
}
.testimonial-swiper .testimonial-swiper-custom-navigation .nav-button i {
  margin: 0px;
}

@media screen and (max-width: 767px) {
  body .testimonial-swiper .swiper-slide .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  body .testimonial-swiper .swiper-slide {
    flex-direction: column;
  }
  body .testimonial-swiper .swiper-slide .side-img {
    width: 100%;
    height: 200px;
    flex: 0 1 100%;
    margin-right: 0px;
  }
  body .testimonial-swiper .swiper-slide .side-img img {
    height: 200px;
    border-radius: 20px 20px 0px 0px;
  }
  body .testimonial-swiper .swiper-slide .side-content {
    padding: 30px
  }
  body .testimonial-swiper .swiper-slide .testimonial {
    font-size: 20px;
  }
}