/*

TemplateMo 580 Woox Travel

https://templatemo.com/tm-580-woox-travel

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
	color: #22b3c1;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0b2c6b;
  font-weight: 700;
}

h7 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
}

h8 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b2c6b;
  font-weight: 700;
  font-size: 32px;
}

h9 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.cc-overview {
  margin-top: 80px;
}

ul {
  margin-top: 10px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  padding-top: 90px; 
}

::selection {
  background: #22b3c1;
  color: #fff;
}

::-moz-selection {
  background: #22b3c1;
  color: #fff;
}

.text-button a {
  font-size: 14px;
  color: #22b3c1;
  font-weight: 500;
  transition: all .3s;
}

.text-button a i {
  margin-left: 5px;
  transition: all .3s;
}

.text-button a:hover i {
  margin-left: 10px;
}

.border-button a {
  font-size: 14px;
  color: #22b3c1;
  background-color: transparent;
  border: 1px solid #22b3c1;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.border-button a:hover {
  background-color: #22b3c1;
  color: #fff;
}

.main-button a {
  font-size: 14px;
  color: #fff;
  background-color: #22b3c1;
  border: 1px solid #22b3c1;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.main-button a:hover {
  background-color: #fff;
  color: #22b3c1;
  border: 1px solid #fff;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: left;
}

.section-heading h2 {
  padding-top: 30px;
  margin-bottom: 20px;
  line-height: 36px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #0b2c6b;
  white-space: nowrap;
}

.why-list li {
  color: #1f2937; /* dark slate / near-black */
  font-size: 15px;
  line-height: 1.7;
}

.why-list li::before,
.why-list li i {
  color: #1f2937;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #22b3c1;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #22b3c1;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* anchor point */
.main-nav {
  position: relative;
}


.background-header {
  background-color: #002b3d !important;
  height: 70px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  background: #00293d;
  position: fixed;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  transition: all .5s ease;
  width: 100%;
  z-index: 9999;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
  padding: 0px 30px;
}

.background-header .main-nav {
  padding: 0px;
  background-color: transparent;
}

.header-area .main-nav .logo {
  flex-basis: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* Default (Desktop) */
.header-area .main-nav .logo img {
  width: 180px;
  height: auto;
  margin-top: -10px;
}

/* Laptop / Small Desktop */
@media (max-width: 1200px) {
  .header-area .main-nav .logo img {
    width: 180px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .header-area .main-nav .logo img {
    width: 150px;
    margin-top: 10px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .header-area .main-nav .logo img {
    width: 180px;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {

  .header-area .main-nav {
    display: flex;
    align-items: center;
  }

  .header-area .main-nav .logo {
    margin-left: auto;   /* push logo to right */
    margin-right: 0;
  }

}

@media (max-width: 576px) {
  .menu-trigger {
    margin-right: auto;
  }
}

.background-header .main-nav .logo img {
  width: 159px;
}

.header-area .main-nav .nav {
  flex-basis: 80%;
  top: -15px;   /* adjust: try -2px to -4px */
  justify-content: flex-end;
  vertical-align: middle;
  margin-top: 15px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

/* .header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
} */

.header-area .main-nav .nav li > a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
  padding: 8px 15px;
  position: relative;
  border-radius: 18px;
  letter-spacing: 0.5px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover,
.background-header .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a {
  color: #22b3c1;
}

.header-area .main-nav .nav li a.active::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  content: '';
  left: 15px;
  top: 2px;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
}

.background-header .main-nav .menu-trigger {
  top: 17px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 70px;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.header-area.header-sticky .nav li a.active:hover {
  color: #22b3c1!important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
    border-bottom: 1px solid #eee;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area {
    top: 0;
  }

  .header-area .main-nav .nav {
    position: fixed;               /* 🔴 key fix */
    top: 70px;                     /* below header */
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: auto;
    display: none;
    z-index: 9998;
  }
  .header-area .main-nav .logo {
    left: 30px;
    top: 15px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #22b3c1!important;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area.header-sticky .nav {
    margin-top: -20px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 70px !important;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    color: #00293d !important;
    padding: 14px 20px !important;
    font-size: 16px;
    height: auto !important;
    line-height: normal !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f7f7f7 !important;
    color: #22b3c1!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/* =========================
   MOBILE HEADER FIX
========================= */

/* ===== MOBILE NAV FIX ===== */

@media (max-width: 991px) {
  .menu-trigger.active span {
    background-color: transparent;
  }
}


@media (max-width: 991px) {

  /* Ensure header is always on top */
  .header-area {
    z-index: 10000;
  }

  /* Push hero behind menu */
  #section-1 {
    position: relative;
    z-index: 1;
  }

}

@media (max-width: 991px) {

  /* Hamburger visible */
  .header-area .menu-trigger {
    display: block !important;
  }

  /* Disable hover mega menu on mobile */
  .has-mega:hover .mega-menu {
    display: none;
  }

  /* Mobile mega menu */
  .has-mega.open .mega-menu {
    display: block;
    position: relative;
    background: #f7f7f7;
    padding: 15px;
  }

  /* Stack mega menu columns */
  .mega-left,
  .mega-right {
    width: 100%;
  }

  .mega-left {
    margin-bottom: 10px;
  }

  .mega-left .tab {
    width: 100%;
    text-align: left;
    border-radius: 8px;
    margin-bottom: 8px;
  }

  .mega-right a {
    display: block;
    padding: 10px 0;
    color: #1e1e1e;
  }

  /* Dropdowns */
  .has-dropdown .dropdown {
    display: none;
    position: relative;
    box-shadow: none;
    background: #f7f7f7;
  }

  .has-dropdown.open .dropdown {
    display: block;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

/* section {
    margin-top: 90px;
} */

#section-1 {
  margin-top: 0px;
  height: 100vh;
  min-height: 700px;
  color: #fff;
  background-color: #222;
  position: relative;
}
#section-1 .content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
#section-1 .content-slider input {
  display: none;
}
#section-1 .content-slider .slider {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
#section-1 .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.5s ease;
}

#section-1 .more-info {
  margin-top: 60px;
  background-color: #fff;
  padding: 10px 50px;
  border-radius: 80px;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 130px;
  display: inline-block;
}

#section-1 .more-info i {
  color: #00293d;
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 58px;
  border: 1px solid #005d8b;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  position: relative;
  top: 18px; 
}
#section-1 .more-info h4 {
  text-align: left;
  font-size: 20px;
  color: #00293d;
  font-weight: 700;
}
#section-1 .more-info h4 span {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 400;
}
#section-1 .main-button {
  margin-top: 8px;
  text-align: right;
}
#section-1 .main-button a:hover {
  background-color: #22b3c1;
  border-color: #22b3c1;
  color: #fff;
  opacity: 0.8;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper {
  height: 100%;
  box-sizing: border-box;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .main-caption {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  /* margin-bottom: 30px; */
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
  color: #22b3c1;
  border-color: #22b3c1;
  transition: 0.3s;
}
/* #section-1 .content-slider .slider #top-banner-1 {
  background: url('../images/banner new-1.jpg') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-2 {
  background: url('../images/banner new-2.jpg') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-3 {
  background: url('../images/banner new-3.jpg') no-repeat center center;
  background-size: cover;
}
#section-1 .content-slider .slider #top-banner-4 {
  background: url('../images/banner new-4.jpg') no-repeat center center;
  background-size: cover;
} */

.banner {
  position: relative;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.banner-inner-wrapper {
  position: relative;
  z-index: 2;
}
.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); /* adjust opacity */
  z-index: 2;
}

/* Video stays at bottom */
.banner-video {
  z-index: 1;
}

/* Text stays on top */
.banner-inner-wrapper {
  position: relative;
  z-index: 3;
}

#section-1 .content-slider nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
#section-1 .content-slider nav .controls {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
#section-1 .content-slider nav .controls label {
  position: relative;
  display: inline-block;
  width: 19.5%;
  height: 3.1em;
  overflow: hidden;
  margin: 0 1em;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  color: #f6eac5;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
#section-1 .content-slider nav .controls label .progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #f6eac5;
  z-index: 100;
}
#section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: #22b3c1;
}
#section-1 .content-slider nav .controls label span.text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#section-1 .content-slider nav .controls label:hover {
  color: #22b3c1;
}
#section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
  opacity: 1;
  z-index: 1;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
  cursor: default;
  color: #fff;
  transition: all 0.5s;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
  background: #fff;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
  animation: progressBarFill 5s linear;
}
/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}


/* 
---------------------------------------------
Visit Country Style
--------------------------------------------- 
*/

.visit-country {
  margin-top: 0px;
}

.visit-country .side-bar-map {
  margin-left: 30px;
}

.visit-country .item {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.visit-country .last-item {
  border-bottom: none;
}

.visit-country .item .image img {
  border-radius: 23px;
}

.visit-country .item .right-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #0b2c6b;
}

.visit-country .item .right-content span {
  font-size: 15px;
  color: #2a2a2a;
  display: block;
}

@media (max-width: 576px) {
  .visit-country .item .right-content,
  .visit-country .item .right-content span,
  .visit-country .item .right-content p {
    display: block;
    width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

@media (max-width: 576px) {
  .visit-country .item .right-content ul li {
    white-space: normal !important;
  }
}

@media (max-width: 576px) {
  .visit-country .item .right-content {
    flex-wrap: wrap !important;
  }
  .visit-country .item .right-content * {
    min-width: 0 !important;
  }
}

@media (max-width: 576px) {
  .visit-country .item {
    display: block !important;
  }

  .visit-country .item .right-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .visit-country .item .left-image {
    width: 100% !important;
  }
}

.visit-country .item .right-content .main-button {
  position: absolute;
  right: 0;
  top: 10px;
}

@media (max-width: 576px) {
  .mobile-break-title::after {
    content: "\A Solutions";
    display: block;
    padding-top: 6px;
  }
}

.mobile-break {
  font: inherit;          /* 👈 inherits font-family, size, weight */
  color: inherit;         /* 👈 same color as h4 */
  line-height: inherit;   /* 👈 same line height */
  display: inline;        /* desktop */
}

/* Force heading span to match h4 exactly */
.visit-country .item .right-content h4 .mobile-break {
  font: inherit !important;      /* font-family, size, weight */
  color: inherit !important;     /* same color as h4 */
  line-height: inherit !important;
  display: inline;               /* desktop */
}


@media (max-width: 576px) {
  .visit-country .item .right-content h4 .mobile-break {
    display: block;              /* mobile line break */
  }
}


@media (max-width: 576px) {
  .mobile-break {
    display: block; /* mobile line break */
  }
}

.visit-country .item .right-content .main-button a:hover {
  background-color: #22b3c1;
  border-color: #22b3c1;
  color: #fff;
  opacity: 0.8;
}

.visit-country .item .right-content p {
  margin: 18px 0px;
}

.visit-country .item .right-content ul {
  display: flex;
  align-items: center;           /* vertical alignment */
  justify-content: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin: 0;
}

.visit-country .item .right-content ul li {
  display: flex;
  align-items: flex-start;   /* 👈 key change */
  gap: 6px;
  color: #2a2a2a;
  font-size: 14px;
}

.visit-country .item .right-content ul li:nth-child(2) {
  justify-content: center;
}

.visit-country .item .right-content ul li:last-child {
  justify-content: flex-end;
}

.visit-country .item .right-content ul li i {
  font-size: 16px;
  line-height: 1;
}

.visit-country .item .right-content .text-button {
  margin-top: 20px;
}

.visit-country ul.page-numbers {
  text-align: center;
}

.visit-country ul.page-numbers li {
  display: inline-block;
  margin: 0px 5px;
}

.visit-country ul.page-numbers li a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid #22b3c1;
  line-height: 44px;
  color: #22b3c1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50%;
  transition: all .3s;
}

.visit-country ul.page-numbers li a:hover {
  background-color: #22b3c1;
  color: #fff;
}

.visit-country ul.page-numbers li.active a {
  background-color: #22b3c1;
  color: #fff;
}

.visit-country ul.page-numbers li:first-child a,
.visit-country ul.page-numbers li:last-child a {
  border: none;
}



/* 
---------------------------------------------
Call To Action Style
--------------------------------------------- 
*/

.call-to-action {
  /* margin-top: 120px; */
  background-image: url(../images/heading-bg-02\ copy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 55px 0px;
}

.call-to-action h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.call-to-action h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.call-to-action .border-button {
  text-align: right;
  margin-top: 20px;
}

.call-to-action .border-button a {
  color: #fff;
  border-color: #fff
}

.call-to-action .border-button a:hover {
  background-color: #fff;
  color: #22b3c1;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-color: #22b3c1;
  text-align: center;
  padding: 25px 0px;
}

footer p {
  color: #fff;
}

footer p a {
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}

footer p a:hover {
  color: #fff;
  opacity: 0.75;
}



/* 
---------------------------------------------
About Page Style
--------------------------------------------- 
*/

.about-main-content {
  margin-top: 70px;
  background-image: url(../images/about_1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 130px 0px 200px 0px;
}

.blur-bg {
	width: 100%;
  height: 100%;
  background: url(../images/about_1.jpg) no-repeat center center fixed;
  background-size: cover;
  filter: blur(8px) brightness(80%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* 🔒 Lock typography for animated numbers */
.counter {
  font: inherit;              /* keeps same font & size */
  color: inherit;             /* keeps same color */
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  display: inline-block;
}

.about-main-content .content {
  border-radius: 23px;
  text-align: center;
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.about-main-content .content h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 50px;
  margin-bottom: 25px;
}

.about-main-content .content .line-dec {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 2px;
  background-color: rgba(250,250,250,0.3);
  margin: 20px auto;
}

.about-main-content .content h4 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 400;
}

.about-main-content .content p {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0px 15%;
}

.about-main-content .content .main-button {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.about-main-content .content .main-button a {
  background-color: #fff;
  color: #22b3c1;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.about-main-content .content .main-button a:hover {
  background-color: #22b3c1;
  color: #ffffff;
  border-color: #22b3c1;
  opacity: 0.9;
}

.cities-town .slider-content {
  min-height: 100%;
  max-height: 100%;
  position: relative;
  margin-top: -70px;
  background-color: #fff;
  border-radius: 23px;
  padding: 60px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.cities-town .slider-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.cities-town .slider-content h2 em {
  font-style: normal;
  color: #22b3c1;
}

.cities-town .slider-content .item .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.cities-town .slider-content .item .thumb h4 {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 20px;
  color: #fff;
}

.cities-town .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

.cities-town .owl-nav .owl-next span {
  display: none;
}

.cities-town .owl-nav .owl-next::after {
  font-family: "FontAwesome";
  content: '\f061'; 
  color: #cdcdcd;
  font-size: 20px;
  transition: all .3s;
}

.cities-town .owl-nav .owl-prev span {
  display: none;
}

.cities-town .owl-nav .owl-prev::after {
  font-family: "FontAwesome";
  content: '\f060'; 
  color: #cdcdcd;
  margin-right: 15px;
  font-size: 20px;
  transition: all .3s;
}

.cities-town .owl-nav .owl-prev:hover::after,
.cities-town .owl-nav .owl-next:hover::after {
  color: #22b3c1;
}

.weekly-offers {
  padding-bottom: 30px;
  margin-top: 50px;
  border-bottom: 1px solid #eee;
}

.weekly-offers .container-fluid {
  padding: 0px 80px;
}

.weekly-offers .item {
  margin: 0px 15px;
  position: relative;
  min-height: 420px;
}

.weekly-offers .item .thumb img {
  padding-right: 160px;
  border-radius: 23px;
}

.weekly-offers .item .thumb .text {
  position: absolute;
  background-color: #fff;
  border-radius: 23px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  padding: 30px;
}

.weekly-offers .item .thumb .text h4 {
  font-size: 20px;
  display: inline-block;
  color: #0b2c6b;
}

.weekly-offers .item .thumb .text h6 {
  display: inline-block;
  float: right;
  text-align: right;
  font-size: 20px;
  color: #22b3c1;
}

.weekly-offers .item .thumb .text h4 span,
.weekly-offers .item .thumb .text h6 span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 400;
}

.weekly-offers .item .thumb .text ul {
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 25px;
}

.weekly-offers .item .thumb .text ul li {
  color: #afafaf;
  font-size: 14px;
  margin-bottom: 10px;
}

.weekly-offers .item .thumb .text ul li:first-child {
  color: #2a2a2a;
  font-weight: 600;
}

.weekly-offers .item .thumb .text .main-button {
  margin-top: 30px;
}

.weekly-offers .item .thumb .text .main-button a:hover {
  background-color: #22b3c1;
  border-color: #22b3c1;
  color: #fff;
  opacity: 0.85;
}

.weekly-offers .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.weekly-offers .owl-nav .owl-next span {
  display: none;
}

.weekly-offers .owl-nav .owl-next::after {
  font-family: "FontAwesome";
  content: '\f061'; 
  color: #22b3c1;
  font-size: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 1px solid #22b3c1;
  display: inline-block;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
  margin-left: 5px;
}

.weekly-offers .owl-nav .owl-prev span {
  display: none;
}

.weekly-offers .owl-nav .owl-prev::after {
  font-family: "FontAwesome";
  content: '\f060'; 
  color: #22b3c1;
  font-size: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  border: 1px solid #22b3c1;
  display: inline-block;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
  margin-right: 5px;
}

.weekly-offers .owl-nav .owl-prev:hover::after,
.weekly-offers .owl-nav .owl-next:hover::after {
  color: #fff;
  background-color: #22b3c1;
}

.more-about {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.more-about .left-image {
  margin-right: 60px;
}

.more-about .section-heading {
  margin-bottom: 40px;
}

.more-about .info-item {
  background: linear-gradient(
    135deg,
    #6a5acd 0%, 
    #7b68ee 30%, 
    #5f9cff 60%, 
    #22b4c1bd 100%
  );
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  width: calc(100% + 15px);
  margin-right: -30px;
}

.more-about .info-item h4 {
  font-size: 20px;
  color: #ffffff !important;
}

.more-about .info-item span {
  color: #ffffff;
  font-size: 15px;
}

.more-about .main-button {
  margin-top: 30px;
}

.more-about .main-button a:hover {
  background-color: #22b3c1;
  border-color: #22b3c1;
  color: #fff;
  opacity: 0.85;
}

.best-locations {
  margin-top: 120px;
}

body #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
body #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
body #user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
body #user-button .u-main img {
  height: 100%;
  width: 100%;
}
body #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
body #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /*&:before {
     z-index:-1;
     position:absolute;
     top:0; right:0; bottom:0; left:0;
     content:'';

     backdrop-filter: blur(10px);
  }*/
}
body #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
body #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
  position: relative;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
body #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
  color: #1da1f2;
}
body #user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
body #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
body #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
body #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #user-button .u-icons > *:hover, body #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
body #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
body #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
body #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
body #user-button:hover .u-icons, body #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}

@media (prefers-color-scheme: dark) {
  body:not(.light) {
    background: #fff;
    color: white;
    margin-top: -180px;
  }
}
body .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
body .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  width: calc(100% - 0px);
  height: 400px;
}
@media screen and (max-width: 718px) {
  body .options {
    min-width: 520px;
  }
  body .options .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  body .options {
    min-width: 440px;
  }
  body .options .option:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 558px) {
  body .options {
    min-width: 360px;
  }
  body .options .option:nth-child(3) {
    display: block;
    border-radius: 15px !important;
  }
  body .options .option {
    border-radius: 15px !important;
  }
}
@media screen and (max-width: 478px) {
  body .options {
    min-width: 280px;
  }
  body .options .option:nth-child(2) {
    display: block;
    border-radius: 15px !important;
  }
}
body .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 0px 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option {
  --defaultBackground:#22b3c1;
}
body .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
  /*&:active {
     transform:scale(0.9);
  }*/
}
body .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
body .options .option.active .label {
  bottom: 20px;
  left: 20px;
}
body .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
body .options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
body .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
body .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
body .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
body .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
body .options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
body .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}
body .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
body .options .option .label .info .main {
  font-size: 20px;
  font-weight: 700;
}
body .options .option .label .info .sub {
  font-size: 14px;
  font-weight: 500;
  transition-delay: 0.1s;
}

.best-locations .main-button {
  margin-top: 60px;
}

.best-locations .main-button a:hover {
  background-color: #22b3c1;
  color: #fff;
  border-color: #22b3c1;
  opacity: 0.85;
}

/* 
---------------------------------------------
Deals Page Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/heading-bg-02\ copy.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 260px 0px 190px 0px;
  text-align: center;
}

.page-heading h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.page-heading h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.page-heading .border-button a {
  border-color: #fff;
  color: #fff;
}

.page-heading .border-button a:hover {
  border-color: #22b3c1;
}

.search-form #search-form {
  background-color: #22b3c1;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 35px 60px;
}

.search-form #search-form h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.search-form #search-form select {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  cursor: pointer;
}

.search-form #search-form option {
  background-color: #1ea0ad;
}

.search-form #search-form button {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.search-form #search-form button:hover {
  background-color: #fff;
  color: #22b3c1;
}

.amazing-deals {
  margin-top: 120px;
}

.amazing-deals .item .image {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  overflow: hidden;
}

.amazing-deals .item {
  background-color: #f7f7f7;
  border-radius: 23px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.amazing-deals .item span.info {
  color: #22b3c1;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}

.amazing-deals .item h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.amazing-deals .item i {
  color: #2a2a2a;
  margin-right: 5px;
}

.amazing-deals .item span.list {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 500;
}

.amazing-deals .item .content {
  padding: 30px 0px;
}

.amazing-deals .item p {
  padding-top: 25px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  margin-bottom: 30px;
}

.amazing-deals ul.page-numbers {
  text-align: center;
  margin-top: 30px;
}

.amazing-deals ul.page-numbers li {
  display: inline-block;
  margin: 0px 5px;
}

.amazing-deals ul.page-numbers li a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid #22b3c1;
  line-height: 44px;
  color: #22b3c1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50%;
  transition: all .3s;
}

.amazing-deals ul.page-numbers li.active a,
.amazing-deals ul.page-numbers li a:hover {
  background-color: #22b3c1;
  color: #fff;
}

.amazing-deals ul.page-numbers li:first-child a,
.amazing-deals ul.page-numbers li:last-child a {
  border: none;
}


/* 
---------------------------------------------
Reservation Page Style
--------------------------------------------- 
*/

.second-page-heading {
  background-image: url(../images/heading-bg-02\ copy.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 260px 0px 190px 0px;
  text-align: center;
}

.second-page-heading h4 {
  font-size: 20px;
  font-weight: 500;
  color: #22b3c1;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 25px;
}

.second-page-heading h4::after {
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #22b3c1;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50px);
}

.second-page-heading h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.second-page-heading p {
  padding: 0px 15%;
  color: #fff;
  margin-bottom: 30px;
}

.second-page-heading .main-button a {
  border-color: #fff;
  color: #22b3c1;
  background-color: #fff;
}

.second-page-heading .main-button a:hover {
  border-color: #22b3c1;
  background-color: #22b3c1;
  color: #fff;
}

.reservation-info {
  margin-top: -99px;
}

.more-info .info-item {
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
  text-align: center;
  padding: 30px;
}

.more-info .info-item i {
  background-color: #f0f0f0;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  color: #22b3c1;
  font-size: 20px;
  margin-bottom: 20px;
}

.more-info .info-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.more-info .info-item a {
  font-size: 15px;
  color: #22b3c1;
}

.reservation-form {
  margin: 50px 0px;
}

.reservation-form #map {
  margin-bottom: -6px;
}

.reservation-form #reservation-form h4 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.reservation-form #reservation-form h4 em {
  font-style: normal;
  color: #22b3c1;
}

.reservation-form #reservation-form {
  padding: 60px 120px;
  background-color: #f9f9f9;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.reservation-form #reservation-form label {
  font-size: 15px;
  color: #afafaf;
}

.reservation-form #reservation-form input,
.reservation-form #reservation-form select {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border-radius: 23px;
  border: 1px solid #e0e0e0;
  padding: 0px 20px;
  cursor: pointer;
  margin-bottom: 30px;
}

.reservation-form #reservation-form input.date {
  color: #aaa;
}

.reservation-form #reservation-form button {
  font-size: 14px;
  color: #fff;
  background-color: #22b3c1;
  border: 1px solid #22b3c1;
  padding: 12px 30px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.reservation-form #reservation-form button:hover {
  opacity: 0.8;
}



/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 575px) {

}

@media (max-width: 576px) {
  body {
    padding-top: 90px;
  }
}



@media (max-width: 767px) {
  #section-1 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 120px;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    font-size: 15px;
    padding-bottom: 50px;
    padding: 10px;
  }
  #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 36px;
    padding-bottom: 150px;
  }
  #section-1 .more-info {
    padding: 30px;
    margin-top: 30px !important;
    border-radius: 23px;
    bottom: 110px;
    width: 95%;
    left: 2.5%;
  }
  #section-1 .more-info i {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 8px;
  }
  .visit-country .item .right-content .main-button a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .main-button a {
    text-align: center;
  }
  #section-1 .more-info h4 {
    font-size: 14px !important;
  }
  #section-1 .content-slider nav .controls label { 
    width: 7% !important;
  }
  .visit-country .item .right-content ul li {
    width: 30%;
  }
  .visit-country .item .right-content h4 {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  #section-1 .more-info {
    margin-top: 60px;
  }
  #section-1 .more-info h4 span {
    font-size: 15px;
  }
  #section-1 .more-info h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #section-1 .main-button {
    text-align: left;
  }
  #section-1 .content-slider nav .controls label {
    width: 15%;
  }
  .visit-country .item .right-content ul li {
    width: 30% !important;
  }
  .visit-country .item .right-content {
    position: relative;
  }
  
  .visit-country .side-bar-map {
    margin-left: 0px;
    margin-top: 60px;
    margin-bottom: 15px;
  }
  .call-to-action h2,
  .call-to-action h4 {
    text-align: center;
  }
  .call-to-action .border-button {
    text-align: center;
    margin-top: 30px;
  }
  .about-main-content .content p {
    padding: 0px 5%;
  }
  .weekly-offers .container-fluid {
    padding: 0px;
  }
  .more-about .left-image {
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .search-form #search-form h4 {
    margin-bottom: 15px;
  }
  .search-form #search-form select {
    margin-bottom: 30px;
  }
  .amazing-deals .item .image {
    border-top-right-radius: 23px;
    border-bottom-left-radius: 0px;
  }
  .amazing-deals .item {
    padding-right: 0px;
  }
  .amazing-deals .item .content {
    padding: 30px !important;
  }
  .more-info .info-item {
    margin-bottom: 30px;
  }
  .reservation-form #reservation-form {
    padding: 45px 30px;
  }
}

@media (max-width: 1200px) {
  #section-1 .more-info h4 span {
    font-size: 12px;
  }
  #section-1 .more-info h4 {
    font-size: 15px;
  }
  .weekly-offers .container-fluid {
    padding: 0px;
  }
}
.footer {
  background: #00293d;
  color: #ffffff;
  padding: 60px 20px 20px;
  font-size: 14px;
}

.footer {
  animation: footerFadeUp 0.8s ease forwards;
}

@keyframes footerFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-col {
  opacity: 0;
  transform: translateY(20px);
  animation: colFadeUp 0.6s ease forwards;
}

.footer-col:nth-child(1) { animation-delay: 0.2s; }
.footer-col:nth-child(2) { animation-delay: 0.35s; }
.footer-col:nth-child(3) { animation-delay: 0.5s; }
.footer-col:nth-child(4) { animation-delay: 0.65s; }

@keyframes colFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 120px;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #22b3c1;
  text-align: left;
}

.footer p,
.footer li {
  color: #eaf7f8;
  line-height: 1.6;
  text-align: left;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #eaf7f8;
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer-social {
  margin-top: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px; /* 👈 spacing between icons */
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #ffffff;
  color: #0fb9c6;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  transform: translateY(-4px) scale(1.05);
  background: #0fb9c6;
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  font-size: 13px;
}

.footer-col ul li a {
  position: relative;
}

.footer-col ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  background: #0fb9c6;
  transition: width 0.3s ease;
}

.footer-col ul li a:hover::after {
  width: 100%;
}
.footer-bottom {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.8s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  white-space: nowrap; /* keeps it in one line */
}

.footer-contact i {
  font-size: 14px;
  color: #0fb9c6;
  min-width: 16px;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-services ul li {
  white-space: nowrap;   /* 👈 keeps text in one line */
  overflow: hidden;      /* safety */
  text-overflow: ellipsis; /* optional, if space is very tight */
}


@media (max-width: 576px) {
  .footer-services ul li {
    white-space: normal;
  }
}

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }

  .footer {
    padding: 50px 20px 20px;
  }
}


@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
  }

  .footer-col {
    animation-delay: 0s; /* prevents odd stagger on mobile */
  }

  .footer h4 {
    margin-bottom: 10px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom {
    margin-top: 30px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer,
  .footer-col,
  .footer-bottom {
    animation: none;
    opacity: 1;
    transform: none;
  }
}


@media (max-width: 576px) {
  .footer-social a {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

.weekly-offers .item .text {
  max-width: 280px;
  padding: 28px 30px;
}

/* Tablet */
@media (max-width: 992px) {
  .weekly-offers .item .text {
    max-width: 360px;
    padding: 24px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .weekly-offers .item .text {
    max-width: 100%;
    padding: 20px;
  }
}

.leadership-section {
  padding: 80px 0;
  background: #f9fbfd;
}

.leader-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  height: 100%;
}

.leader-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.leader-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  /* border: 4px solid #22b3c1; */
}

.leader-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #1b2a4e;
}

.leader-card span {
  font-size: 13px;
  font-weight: 600;
  color: #22b3c1;
  display: block;
  margin-bottom: 12px;
}

.leader-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

.leader-social {
  margin-top: 18px;
}

.leader-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 6px;
  border-radius: 50%;
  background: #22b3c1;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.leader-social a:hover {
  background: #00293d;
}

.leadership-heading {
  text-align: left;
  margin-left: 0;           /* aligns with grid */
  margin-bottom: 80px;
}

.leadership-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 16px;
}

.leadership-heading p {
  max-width: 520px;         /* keeps text clean like your screenshot */
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.7;
}

.leadership-row {
  align-items: flex-start;
}

/* Base card */
.leader-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  height: 100%;
}

/* Text */
.leader-card h4 {
  font-size: 18px;
  font-weight: 600;
}

.leader-card span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #22b3c1;
  margin: 8px 0 14px;
}

.leader-card p {
  font-size: 14px;
  color: #2a2a2a;
}

/* Social Icons */
.leader-social {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.leader-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #00293d; /* Facebook default blue */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Brand colors */
.leader-social a:nth-child(2) {
  background: #0b3c5d; /* LinkedIn */
}

.leader-social a:nth-child(3) {
  background: #22b3c1; /* Twitter */
}

/* Hover effect */
.leader-social a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Card layout */
.metric-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 5px 5px;
  margin-bottom: 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, #00293d 0%, #0b3c5d 50%, #22b3c1 100%);
  color: #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Small number box */
.metric-badge {
  min-width: 130px;
  height: 8%;
  background: #22b4c154;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Number */
.metric-badge h4 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  color: #fff;
}

/* Right text */
.metric-text span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

/* Hover effect */
.metric-card:hover {
  transform: translateY(-6px);
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 767px) {
  .metric-card {
    flex-direction: column;
    text-align: center;
  }
}
.leadership-heading-img img {
  max-width: 1550px;
  width: 100%;
  animation: floatY 4s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


/* Mobile handling */
@media (max-width: 991px) {
  .leadership-heading-img {
    margin-top: 20px;
    text-align: left;
  }
}

/* ===== Services Mega Dropdown ===== */
.nav li {
  position: relative;
}

/* Level 1 dropdown */
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border-radius: 6px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.nav li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

/* Level 1 items */
.submenu li a {
  padding: 10px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.submenu li a:hover {
  background: #f5f7fb;
  color: #22b3c1;
}

/* Right arrow */
.submenu li a i {
  font-size: 12px;
  opacity: 0.7;
}

/* Level 2 dropdown (right side) */
.submenu-right {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  border-radius: 6px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Show Level 2 on hover */
.has-child:hover > .submenu-right {
  opacity: 1;
  visibility: visible;
}

/* Level 2 items */
.submenu-right li a {
  padding: 10px 18px;
  color: #5f6f85;
  font-size: 14px;
}

.submenu-right li a:hover {
  background: #f5f7fb;
  color: #22b3c1;
}

/* Chevron down spacing */
.nav li > a i.fa-chevron-down {
  margin-left: 6px;
  font-size: 12px;
}
/* ===== FIX dropdown visibility ===== */

/* Level 1 dropdown */
.submenu,
.submenu-right {
  background: #ffffff;
}

/* Override navbar link color */
.submenu a,
.submenu-right a {
  color: #2a2a2a !important;
}

/* Hover state */
.submenu a:hover,
.submenu-right a:hover {
  color: #22b3c1 !important;
  background-color: #f5f7fb;
}

/* Arrow icons */
.submenu a i {
  color: #8a94a6 !important;
}
/* ===== Mega Menu ===== */

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);

  width: 1100px;
  max-width: 95vw;

  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;

  background: #ffffff; /* 🔴 THIS WAS MISSING */
  padding: 28px;

  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);

  z-index: 9999;
  overflow: hidden;
}

.has-mega .mega-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(15px);
  transition: all 0.3s ease;
}

.has-mega.open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  display: grid;
}

/* LEFT PANEL */
.mega-left {
  background: #27b6c4;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mega-left .tab {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 14px 18px;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  transition: background 0.3s ease;
}

.mega-left .tab:hover,
.mega-left .tab.active {
  background: rgba(255,255,255,0.15);
}

/* RIGHT PANEL */
.mega-right {
  display: none;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 12px 40px;
  align-content: start;
}

.mega-right.active {
  display: grid;
}

.mega-right a {
  display: block;
  color: #0a5f6d;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
}

.mega-right a:hover {
  color: #22b3c1;
}
/* Provider / Payer LEFT panel text */
.mega-menu .mega-left .tab {
  color: #ffffff;
}

/* Provider / Payer RIGHT list text */
.mega-menu .mega-right a {
  color: #2a2a2a;      /* dark text */
  font-weight: 500;
}

/* Hover effect only inside dropdown */
.mega-menu .mega-right a:hover {
  color: #22b3c1;
}

.background-header .main-nav .nav li:hover a, .background-header .main-nav .nav li a.active {
    color: #22b3c1;
    opacity: 1;
}

/* arrow base */
.mega-left .tab span {
  display: inline-block;
  margin-left: 6px;
  pointer-events: none; /* arrow only, text unaffected */
}

/* start animation only on hover */
.mega-left .tab:hover span {
  animation: arrow-slide 0.8s infinite ease-in-out;
}

/* animation keyframes */
@keyframes arrow-slide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(8px);
    opacity: 0.8;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Parent */
.has-dropdown {
  position: relative;
}

/* Dropdown box */
.has-dropdown .dropdown {
  position: relative;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 999;
  color: #222;
}

/* Show on hover */
.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown items */
.has-dropdown .dropdown li {
  list-style: none;
}

.has-dropdown .dropdown li a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: #5f6f8f;   /* separate from header color */
  font-weight: 500;
  transition: all 0.2s ease;
}

/* INSIGHTS dropdown text fix */
.has-dropdown .dropdown li a {
  color: #222 !important;   /* black text */
}

/* Hover state */
.has-dropdown .dropdown li a:hover {
  color: #22b3c1 !important;
}

/* Hover effect */
.has-dropdown .dropdown li a:hover {
  background: #f5f7fb;
  color: #22b3c1;
  padding-left: 22px;
}
.has-dropdown > a i {
  font-size: 11px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.has-dropdown:hover > a i {
  transform: rotate(180deg);
}
/* Target chevron inside Services */
.has-mega > a i {
  font-size: 11px;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Rotate when hovering Services OR mega menu open */
.has-mega:hover > a i {
  transform: rotate(180deg);
}
/* ===== Clients Section ===== */
.clients-section {
  padding: 100px 0;
  position: relative;
  background: url("../images/bg1\ copy.jpg") center center / cover no-repeat;
}

.clients-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Heading */
.clients-heading {
  max-width: 600px;
  margin-bottom: 60px;
}

.clients-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 15px;
}

.clients-heading p {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
}

/* Grid */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Card */
.client-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.client-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b2c6b;
  margin-bottom: 12px;
}

.client-card p {
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* CTA button */
.card-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
  background: #22b3c1;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(95, 191, 255, 0.445);
  transition: all 0.35s ease;
}

/* Hover effect */
.card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(95, 236, 255, 0.45);
}

/* Hover */
.client-card:hover {
  transform: translateY(-10px);
}

.client-card:hover::before {
  opacity: 0.08;
}

/* CTA */
.clients-cta {
  text-align: center;
  margin-top: 50px;
}

.btn-primary {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 30px;
  background: #22b3c1;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-primary:hover {
  box-shadow: 0 12px 30px rgba(34, 179, 193, 0.35);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .clients-grid {
    grid-template-columns: 1fr;
  }

  .clients-heading h2 {
    font-size: 28px;
  }
}
.tech-section {
  padding: 0px 0;
  background: #ffffff;
}

.tech-grid {
  display: flex;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .tech-grid {
    flex-direction: column;
  }

  .tech-content {
    order: 1;
  }

  .tech-image {
    order: 2;
    margin-top: 20px;
  }

  .tech-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
  }
}

.tech-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 20px;
}

.tech-content p {
  color: #7a869a;
  line-height: 1.7;
  margin-bottom: 30px;
}

.tech-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 10px;
}

.btn-primary {
  display: inline-block;
  background: #00293d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 14px;
}

.btn-primary,
.btn-secondary {
  color: #ffffff !important;
}

.btn-primary:hover,
.btn-secondary:hover {
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(92, 231, 255, 0.35); /* PURPLE shadow */
}

/* .entities-section {
  padding: 80px 0;
  background: #f7f9fc;
}

.center-title {
  text-align: center;
  font-size: 32px;
  color: #0b2c6b;
  margin-bottom: 50px;
}

.entities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.entity-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.entity-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.entity-card p {
  font-size: 14px;
  color: #7a869a;
  margin-bottom: 20px;
}

.btn-secondary {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  background: #5b6475;
  color: #fff;
  font-size: 13px;
} */

#contact-form input,
#contact-form select,
#contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  outline: none;
}

#contact-form textarea {
  resize: none;
}

@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.form-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #0b2c6b;
}

.form-label span {
  color: red;
}

.g-4, .gy-4 {
    --bs-gutter-y: 1rem;
    /* padding-top: 50px; */
    padding-bottom: 50px;
}
 
.recognition-section {
  background: #ffffff;
}

.recognition-grid {
  display: flex;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 40px;
}

.recognition-image img {
  max-width: 380px;
  padding-bottom: 50px;
  order: 1;
}

.recognition-content h2 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #0b2c6b;
}

.recognition-content {
  order: 2;
}

/* 📱 Mobile view */
@media (max-width: 767px) {
  .recognition-grid {
    flex-direction: column;
    text-align: center; /* optional, looks better on mobile */
  }

  .recognition-image {
    order: 1;
    margin-bottom: 20px;
  }

  .recognition-content {
    order: 2;
  }

  .recognition-image img {
    width: 100%;
    max-width: 280px;   /* keeps it neat like your screenshot */
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .recognition-item {
    text-align: left;   /* keeps cards readable */
  }
}

.recognition-item {
  background: #fff;
  color: #0b2c6b;
  padding: 18px 22px;
  margin-bottom: 16px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  font-size: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;

  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* Right arrow */
.recognition-item::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  font-size: 18px;
  color: #22b3c1;
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

/* Hover animation */
.recognition-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(34,179,193,0.25);
}

/* Arrow slide-in */
.recognition-item:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.footer-logo img {
  max-width: 160px;
  height: auto;
  transition: transform 0.35s ease, filter 0.35s ease;
  margin: -15px;
  margin-bottom: 3px;
}

.footer-logo img:hover {
  transform: translateY(-4px) scale(1.02);
  filter: drop-shadow(0 8px 18px rgba(34,179,193,0.35));
}

.footer-logo img:hover {
  animation: logoPulse 1.2s ease-in-out infinite;
}

@keyframes logoPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.04); }
  100% { transform: scale(1); }
}
.contact-section {
  background: #fff;
}

/* Left image */
.contact-image {
  border-radius: 28px;
  padding: 20px;
  height: 100%;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Inputs */
#contact-form input,
#contact-form select,
#contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
}

.form-label {
  font-weight: 600;
  color: #0b2c6b;
}

.form-label span {
  color: red;
}

/* Button */
.main-button-1 {
  background: #22b3c1;
  color: #fff;
  padding: 12px 36px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
}

.main-button-1:hover {
  background: #14a4b1;
}

/* Mobile */
@media (max-width: 991px) {
  .contact-image {
    margin-bottom: 40px;
    height: auto;
  }
}
/* BLOG HERO */
.blog-hero {
  background: url("../images/client bg2.jpg") center / cover no-repeat;
  padding: 120px 0;
  color: #fff;
}

.blog-hero h1 {
  font-size: 56px;
  font-weight: 800;
}

.blog-hero h1 span {
  color: #22b3c1;
}

.blog-hero p {
  max-width: 520px;
  font-size: 18px;
  opacity: 0.9;
  color: #fff;
}

/* BLOG SECTION */
.blog-section {
  padding: 80px 0;
  background: #f8fafc;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

/* BLOG CARD */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-body {
  padding: 24px;
}

.blog-date {
  font-size: 13px;
  color: #2a2a2a;
}

.blog-body h3 {
  font-size: 20px;
  margin: 12px 0;
}

.blog-body p {
  font-size: 15px;
  color: #2a2a2a;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #22b3c1;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.read-more:hover {
  gap: 12px;
  color: #00293d;
}
/* BLOG DETAIL HERO */
.blog-detail-hero {
  background: url("../images/client bg2.jpg") center / cover no-repeat;
  padding: 140px 0;
  color: #fff;
}

.blog-detail-hero h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

.blog-detail-hero span {
  color: #22b3c1;
}

/* BLOG DETAIL CONTENT */
.blog-detail-section {
  padding: 80px 0;
  background: #ffffff;
}

.blog-detail-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}

.blog-detail-content .intro {
  font-weight: 500;
}

.blog-detail-content h4 {
  margin: 30px 0 15px;
  font-weight: 600;
}

.blog-detail-content ul {
  padding-left: 20px;
  margin-bottom: 25px;
  color: #1ea0ad;
}

.blog-detail-content ul li {
  font-size: 14.5px;
  margin-bottom: 10px;
}

/* SIDEBAR */
.blog-sidebar {
  padding-left: 30px;
}

.blog-sidebar h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.category-list li {
  margin-bottom: 10px;
}

.category-list a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, transform 0.2s ease;
  color: #22b3c1; /* hover color */
}

.category-list a:hover {
  color: #00293d; /* hover color */
  transform: translateX(4px); /* slight move */
}

.sidebar-image img {
  width: 100%;
  border-radius: 12px;
}

.blog-points {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.blog-points li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

.blog-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: #22b3c1;
  border-radius: 50%;
}

.has-dropdown {
  position: relative;
}

.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  display: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 999;
}

.has-dropdown:hover .dropdown {
  display: block;
  margin-top: 0px;
}

.dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #555;
}

.dropdown li a:hover {
  background: #f5f5f5;
  color: #000;
}

/* ================= RCM HERO ================= */
.rcm-hero {
  background: linear-gradient(120deg, #ff7a18, #ff9f45);
  padding: 90px 0;
  color: #fff;
}

.rcm-hero h1 {
  font-size: 46px;
  font-weight: 700;
}

.rcm-hero h1 span {
  display: block;
  font-size: 52px;
}

.rcm-hero p {
  margin-top: 15px;
  font-size: 16px;
  max-width: 560px;
}

/* ================= RCM CONTENT ================= */
.rcm-detail-section {
  padding: 70px 0;
}

.rcm-detail-section p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.rcm-bullets {
  margin: 15px 0 25px;
  padding-left: 20px;
}

.rcm-bullets li {
  font-size: 14px;
  margin-bottom: 8px;
}

.rcm-link {
  color: #1aa3a3;
  font-weight: 500;
  text-decoration: none;
}

.rcm-link:hover {
  text-decoration: underline;
}

/* ================= WHO WE SERVE ================= */
.rcm-serve-box {
  padding-left: 30px;
}

.rcm-serve-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #00293d;
}

.rcm-serve-box ul {
  list-style: none;
  padding: 0;
}

.rcm-serve-box ul li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

/* ================= OFFICE SERVICES ================= */
.office-section {
  padding: 70px 0;
  background: #f8f9fa;
}

.office-section h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.office-section ul {
  padding-left: 18px;
}

.office-section ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

/* ================= SCOPE ================= */
.scope-section {
  padding: 80px 0;
  background: #eaf4f8;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.scope-card {
  background: #1e1e1e;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  font-size: 14px;
}

/* Scope Right Card Animation */
.scope-card {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.9s ease-out;
}

.scope-card.scope-visible {
  opacity: 1;
  transform: translateX(0);
  background-color: #00293d;
}

/* Individual Scope Card Animation */
.scope-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* When visible */
.scope-item.scope-item-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ================= WHY CHOOSE US ================= */
.why-section {
  padding: 70px 0;
}

.why-item {
  background: #6aaed6;
  color: #fff;
  padding: 12px 16px;
  margin-bottom: 8px;
  font-size: 14px;
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}
.rcm-section {
  padding: 50px 0;
  background: #ffffff;
}

.rcm-content h1 span {
  color: #00293d;
}

.rcm-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #555;
}

.rcm-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.rcm-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 22px;
  background: #00293d;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}

.rcm-btn:hover {
  background: #014466;
  color: #fff;
}

/* Sidebar */
.rcm-sidebar {
  background: #e0f3fa;
  padding: 30px;
  border-radius: 15px;
}

@media (min-width: 992px) {
  .rcm-sidebar {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .rcm-sidebar {
    margin-top: 30px;
  }
}

.rcm-sidebar h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #00293d;
}

.rcm-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rcm-sidebar ul li {
  padding: 8px 0;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #b9d8db;
}

/* ===== RCM PAGE HEADING ONLY ===== */

.rcm-page-heading {
  background-image: url(../images/rcm\ banner_1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  padding: 140px 0 100px;
  text-align: center;
  position: relative;
}

/* Dark overlay for readability */
.rcm-page-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.rcm-page-heading .container {
  position: relative;
  z-index: 1;
}

.rcm-page-heading h4 {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.rcm-page-heading h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Button */
.rcm-page-heading .border-button a {
  color: #ffffff;
  padding: 10px 26px;
  border-radius: 25px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.rcm-page-heading .border-button a:hover {
  background: #22b3c1;
  color: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
  .rcm-page-heading {
    padding: 100px 0 70px;
  }

  .rcm-page-heading h2 {
    font-size: 32px;
  }
}


/* ===== RCM SERVICES GRID ===== */
.rcm-services-grid {
  padding: 50px 0;
  background: #ffffff;
}

.rcm-services-grid .section-title h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b2e59;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.12);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2c2f36;
  margin-bottom: 15px;
}

.service-card ul {
  list-style: none;
  padding-left: 0;
}

.service-card ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: #2a2a2a;
  font-size: 15px;
}

/* .service-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #22b3c1;
  font-size: 18px;
  line-height: 1;
} */

.page-heading .section-subtitle {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  margin-bottom: 20px;
}

.service-card li {
  font-size: 15px;
  color: #7a8da6;
  margin-bottom: 8px;
  line-height: 1.6;
}
/* ===== SCOPE OF OUR SERVICES ===== */
.scope-modern {
  padding: 80px 0;
  background: #f9fbfd;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 50px;
}

.scope-card {
  background: #ffffffd9;
  border-radius: 18px;
  padding: 32px 26px;
  box-shadow: 0 20px 40px rgba(0, 41, 61, 0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.scope-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34,179,193,0.08), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scope-card:hover::before {
  opacity: 1;
}
.scope-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 41, 61, 0.15);
}

.scope-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #22b3c1, #0b3c8a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
}

.scope-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: #00293d;
  margin-bottom: 12px;
  line-height: 1.4;
}

.scope-card p {
  font-size: 14px;
  color: #6c7a92;
  line-height: 1.7;
  margin: 0;
}

.why-choose-modern {
  position: relative;
  padding: 80px 0;
  background: url("../images/cyan.jpg") center / cover no-repeat;
}


/* overlay for readability */
.why-choose-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 180, 193, 0.397); /* teal overlay */
  z-index: 1;
}

/* keep content above overlay */
.why-choose-modern > .container {
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}

.why-cards {
  max-width: 900px;
  margin: auto;
  margin-bottom: 80px;
}

.why-card {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.why-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  font-weight: 500;
  color: #00293d;
}

.why-header i {
  transition: transform 0.3s ease;
}

.why-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: #6c7a92;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.why-body p {
  margin: 0 0 18px;
  line-height: 1.6;
}

/* Active State */
.why-card.active .why-body {
  max-height: 200px;
  padding-top: 10px;
}

.why-card.active .why-header i {
  transform: rotate(45deg);
}
/* ===== WHY CHOOSE US – PREMIUM ANIMATION ===== */

.why-card {
  opacity: 1;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform, opacity;
}

/* Scroll reveal */
.why-card.reveal {
  opacity: 1;
  transform: translateY(0);
}

/* Card hover micro-interaction */
.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(11, 60, 138, 0.12);
}

/* Active card emphasis */
.why-card.active {
  box-shadow: 0 18px 50px rgba(11, 60, 138, 0.18);
  border-left: 4px solid #00293d;
}

/* Header animation */
.why-header {
  transition: background 0.3s ease;
}

.why-card.active .why-header {
  background: linear-gradient(90deg, #bee9f5, #ffffff);
}

/* Icon animation */
.why-header i {
  transition: transform 0.35s ease, color 0.3s ease;
}

.why-card.active .why-header i {
  transform: rotate(45deg) scale(1.1);
  color: #0b3c8a;
}

/* Content reveal */
.why-body {
  transition: max-height 0.45s ease, padding 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}

.why-card.active .why-body {
  opacity: 1;
}
.main-button {
  display: inline-block;
  padding: 12px 28px;
  /* background: linear-gradient(135deg, #22b3c1, #1aa3b0); */
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s ease;
  /* box-shadow: 0 10px 25px rgba(34, 179, 193, 0.35); */
  text-decoration: none;
}

.main-button:hover {
  /* background: linear-gradient(135deg, #1aa3b0, #22b3c1); */
  transform: translateY(-2px);
  /* box-shadow: 0 15px 35px rgba(34, 179, 193, 0.45); */
}

.why-header .icon {
  font-size: 20px;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.why-card.active .icon {
  transform: rotate(90deg); /* subtle motion */
}

/* List */
.serve-list li {
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  transition: color 0.3s;
}

.serve-list li:hover {
  color: #22b3c1;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.lightbox img {
  max-width: 60%;
  max-height: 100vh;
  border-radius: 12px;
  background: #fff;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.mrr-overview,
.mrr-services,
.mrr-scope,
.mrr-workflow {
  padding: 70px 0;
}

.mrr-overview {
  background: #fff;
}

.mrr-card,
.scope-item {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.mrr-card i,
.scope-item i {
  font-size: 28px;
  color: #22b3c1;
  margin-bottom: 12px;
}

.mrr-serve-box {
  background: #f8fbfc;
  padding: 24px;
  border-radius: 14px;
}

.btn-primary {
  background: #22b3c1;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
}
.mrr-points li {
    font-size: 15px;
    line-height: 30px;
    color: #22b3c1;
    list-style: disc;
    margin-left: 20px;
}
.section-title1 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #0b2c6b;
    font-weight: 700;
    text-align: center;
}

.scope-modern .container {
  max-width: 1200px !important;
}
.scope-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  width: 100%;
}

.mrr-overview, .mrr-services, .mrr-scope, .mrr-workflow {
    padding: 30px 0;
}

/* 4-column feature cards */
.row.g-4 .col-md-3 {
  display: flex;
}

/* Scope cards */
.row.g-4 .col-md-3 > div {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.row.g-4 .col-md-3 > div.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Workflow steps */
/* Section */
.mrr-workflow {
  padding: 90px 0;
  background: linear-gradient(180deg, #f9fbfd, #ffffff);
}

.section-title1 {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #00293d;
  margin-bottom: 30px;
}

/* Workflow container */
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  position: relative;
}

/* Connector line */
.workflow-steps::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #22b3c1, #0b3c8a);
  opacity: 0.25;
  z-index: 0;
}

/* Step card */
.workflow-steps .step {
  position: relative;
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #00293d;

  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  z-index: 1;

  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Step number bubble */
.workflow-steps .step::before {
  content: attr(data-step);
  display: flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;
  margin: 0 auto 14px;

  background: linear-gradient(135deg, #22b3c1, #0b3c8a);
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(34,179,193,0.35);
}

/* Visible animation */
.workflow-steps .step.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Hover micro interaction */
.workflow-steps .step:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(11,60,138,0.15);
}

/* Mobile fix */
@media (max-width: 768px) {
  .workflow-steps::before {
    display: none;
  }
}


.scope-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.scope-card {
  background: #00293d;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover effect */
.scope-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

/* Icon */
.scope-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #22b3c1, #00293d);
  color: #fff;
  font-size: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

/* Responsive */
@media (max-width: 992px) {
  .scope-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .scope-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.mrr-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Button alignment */
.mrr-cta-btn {
  margin-left: auto;
  white-space: nowrap;
}

.mrr-cta-btn:hover{
  margin-left: auto;
  white-space: nowrap;
  background: #00293d;
}
@media (max-width: 768px) {
  .mrr-cta .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .mrr-cta-btn {
    margin-left: 0;
    margin-top: 15px;
  }
}
.mc-intro { padding: 60px 0; }
.mc-points li { margin-bottom: 10px; }

.who-we-serve {
  background: #f5f8fc;
  padding: 20px;
  border-radius: 10px;
}

.mc-services { padding: 70px 0; background: #f7f9fc; }
.mc-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  height: 100%;
}

.mc-workflow { padding: 70px 0; }
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 20px;
}
.workflow-steps .step {
  background: #22b3c1;
  color: #fff;
  padding: 20px;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
}

.mc-cta {
  background: linear-gradient(90deg,#0b3c8a,#22b3c1);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.mc-services-split {
  padding: 30px 0;
  background: #ffffff;
}

.mc-services-image img {
  width: 480px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  height: 550px;
}

.service-block {
  margin-bottom: 35px;
}

.service-block h5 {
  font-size: 17px;
  font-weight: 600;
  color: #0b3c8a;
  margin-bottom: 10px;
}

.service-block p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #6c7a92;
}

/* Subtle entrance animation */
.service-block {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}

.service-block.visible {
  opacity: 1;
  transform: translateY(0);
}

.mc-scope-dark {
  padding: 100px 0;
  background: linear-gradient(
    to right,
    #ffffff 45%,
    #00293d 45%
  );
  position: relative;
}

.scope-desc {
  font-size: 14.5px;
  line-height: 1.7;
  color: #7a8aa0;
  max-width: 360px;
}

/* Dark panel */
.scope-dark-panel {
  background: rgba(20, 20, 20, 0.92);
  border-radius: 14px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

/* Each item */
.scope-item-dark {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.scope-item-dark i {
  font-size: 20px;
  color: #b9c3cf;
  margin-top: 3px;
}

.scope-item-dark p {
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  color: #e6e6e6;
}

/* Hover micro-interaction */
.scope-item-dark:hover {
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 991px) {
  .mc-scope-dark {
    background: #ffffff;
  }

  .scope-dark-panel {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.why-split {
  position: relative;
  padding: 90px 0;

  /* IMPORTANT: use background-image, not background */
  background-image:
    linear-gradient(
      rgba(34, 180, 193, 0.61),
      rgba(34, 179, 193, 0.88)
    ),
    url("../images/cyan.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  margin-top: 50px;
}

/* LEFT LIST */
.why-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-item {
  background: #ffffff;
  border: none;
  padding: 18px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.why-item:hover {
  transform: translateX(6px);
}

.why-item.active {
  background: #0b3a5d;
  color: #ffffff;
}

/* RIGHT PANEL */
/* .why-content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  min-height: 220px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
} */

.why-panel {
  position: absolute;
  inset: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
  pointer-events: none;
}

.why-panel.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.why-panel h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b3a5d;
}

.why-panel p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .why-layout {
    grid-template-columns: 1fr;
  }

  .why-content {
    min-height: auto;
  }

  .why-panel {
    position: relative;
    inset: auto;
  }
}
/* Inactive list items */
.why-item {
  background: #ffffff;
  color: #0b3a5d;        /* 👈 DARK TEXT */
}

/* Hover state */
.why-item:hover {
  background: #f2f8fb;
  color: #0b3a5d;
}

/* Active state (already working) */
.why-item.active {
  background: #0b3a5d;
  color: #ffffff;
}
.why-content-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
  align-items: center;
}

.why-text h4 {
  color: #0b3a5d;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-text p {
  color: #556b7a;
  line-height: 1.6;
}

/* Right visual area */
.why-visual {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.why-visual i {
  font-size: 36px;
  color: #22b3c1;
  background: rgba(34,179,193,0.12);
  padding: 18px;
  border-radius: 14px;
  transition: transform 0.3s ease;
}

.why-visual i:hover {
  transform: translateY(-6px);
}
.why-right {
  position: relative;
  padding: 40px;
  min-height: 260px;
  border-radius: 16px;

  background-image:
    linear-gradient(
      #0b3c5d25,
      #0b3c5da4
    ),
    url("../images/why1.jpg");

  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;

  transition: opacity 0.3s ease, transform 0.3s ease;
}

.why-item {
  background: #fff;
  padding: 16px 22px;
  border-radius: 12px;
  margin-bottom: 14px;
  cursor: pointer;
  font-weight: 600;
}

.why-item.active {
  background: #0b3c5d;
  color: #fff;
}
/* Right content text color fix */
.why-right,
.why-right h3,
.why-right p,
.why-right span,
.why-right li {
  color: #ffffff !important;
}
.why-icons {
  display: flex;
  gap: 18px;
  margin-top: 14px;
}

.icon-pill {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: transform 0.3s ease, background 0.3s ease;
}

.icon-pill i {
  color: #ffffff;
  font-size: 22px;
}

.icon-pill:hover {
  transform: translateY(-4px) scale(1.05);
  background: rgba(255, 255, 255, 0.25);
}
.why-icons i {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-right: 16px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.3); }
  70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
\.career-section {
  padding: 80px 0;
  background: #f8fbfd;
}

.section-header h2 {
  font-weight: 700;
  color: #0b2c5d;
}

.section-header p {
  color: #6c7a89;
  margin-bottom: 50px;
}

.career-section {
  padding: 80px 0;
  background: #f7fbfc;
}

.career-header h2 {
  font-weight: 600;
  color: #00293d;
}

.career-header p {
  color: #6b7c93;
  margin-top: 8px;
}

.career-row .row.g-4 {
  padding-top: 20px;
}

/* Career Card */
.career-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.career-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.career-card h5 {
  font-weight: 600;
  color: #00293d;
  margin-bottom: 8px;
}

.career-meta {
  display: inline-block;
  font-size: 12px;
  background: rgba(34,179,193,0.12);
  color: #22b3c1;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.career-card p {
  font-size: 14px;
  color: #6b7c93;
  margin-bottom: 18px;
}

.career-link {
  font-weight: 500;
  color: #22b3c1;
  text-decoration: none;
}

.career-link:hover {
  text-decoration: none;
  color:  #1698a5;
}
.blog-detail-hero p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.services-image img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
}

.services-image img:hover {
  transform: translateY(-6px);
}
.mra-overview {
  padding: 60px 0;
  background: #ffffff;
}

.mra-overview h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00293d;
  margin-bottom: 15px;
}

.mra-overview p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.mra-points {
  margin-top: 20px;
  padding-left: 0;
}

.mra-points li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  color: #333;
}

.mra-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22b3c1;
  font-weight: bold;
}
.mra-overview {
  padding: 80px 0;
  background: #ffffff;
}

.mra-overview h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00293d;
  margin-bottom: 15px;
}

.mra-overview p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.mra-points {
  margin-top: 20px;
  padding-left: 0;
}

.mra-points li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  color: #333;
}

.mra-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22b3c1;
  font-weight: bold;
}
.mra-scope {
  padding: 60px 0;
  background: #ffffff;
}

.scope-card {
  background: #f9fcfd;
  border-radius: 18px;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.scope-card i {
  font-size: 32px;
  color: #22b3c1;
  margin-bottom: 15px;
}

.scope-card p {
  font-size: 15px;
  color: #fff;
}

.scope-card:hover {
  background: #22b3c1;
  color: #ffffff;
}

.scope-card:hover i,
.scope-card:hover p {
  color: #ffffff;
}

.why-tabs button {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 16px 22px;
  border-radius: 14px;
  font-weight: 600;
  color: #00293d;
  margin-bottom: 14px;
  text-align: left;
  transition: all 0.3s ease;
}

.why-tabs button.active,
.why-tabs button:hover {
  background: #00293d;
  color: #ffffff;
}

/* .why-content {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
} */

.why-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #00293d;
}

.why-content p {
  font-size: 15.5px;
  color: #555;
  margin-top: 10px;
}
.mra-conclusion {
  padding: 60px 0;
  background: #f7fbfc;
}

.mra-conclusion p {
  font-size: 16px;
  line-height: 28px;
  color: #444;
}

@media (max-width: 991px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .why-content {
    margin-top: 30px;
  }
}
.mra-content {
  padding-left: 40px; /* gap between image & content */
}
@media (max-width: 991px) {
  .mra-content {
    padding-left: 0;
    margin-top: 30px; /* vertical gap instead */
  }
}
.mra-image {
  margin-right: 100px;
}
.why-spotlight {
  background: linear-gradient(135deg, #0fb9c6, #22b3c1);
  padding: 90px 0;
}

.why-title {
  text-align: center;
  color: #fff;
  font-size: 34px;
  margin-bottom: 50px;
}

.why-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}

/* LEFT */
.why-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.why-item {
  background: #ffffff;
  border: none;
  padding: 16px 20px;
  border-radius: 10px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.why-item.active {
  background: #22b3c1;
  color: #fff;
}

/* RIGHT */
.why-display {
  position: relative;
  min-height: 260px;
}

.why-panel {
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 18px;
  padding: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.why-panel.active {
  opacity: 1;
  transform: translateY(0);
}

.why-panel h3 {
  color: #0b3c8a;
  margin-bottom: 10px;
}

.why-panel p {
  color: #4b5b70;
  max-width: 520px;
}

/* ICONS */
.why-icons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.why-icons span {
  width: 52px;
  height: 52px;
  background: #0b2c6b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 20px;
  color: #0fb9c6;
}
@media (max-width: 991px) {
  .why-wrapper {
    grid-template-columns: 1fr;
  }

  .why-panel {
    position: relative;
  }
}
.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
.why-spotlight {
  position: relative;
  padding: 90px 0;
  background: url("../images/heading-bg-02 copy.jpg") center / cover no-repeat;
}

/* overlay */
.why-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 43, 61, 0.48); /* #002b3d overlay */
  z-index: 0;
}

/* keep content above overlay */
.why-spotlight .container {
  position: relative;
  z-index: 1;
}
.why-panel {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 40px;
  overflow: hidden;

  background: url("../images/why-panel-bg.jpg") center / cover no-repeat;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.why-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 43, 61, 0.40); /* dark overlay */
  z-index: 0;
}
.why-panel > * {
  position: relative;
  z-index: 1;
}
.why-panel h3 {
  color: #22b3c1;
}

.why-panel p {
  color: #e6f2f5;
}
.why-icons span {
  background: rgba(255, 255, 255, 0.12);
  color: #4fe3f1;
}
.mc-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Base state */
.mc-why-item {
  background: #ffffff;
  color: #002b3d;
  padding: 18px 22px;
  border-radius: 14px;
  cursor: pointer;

  /* FORCE animation baseline */
  transform: translateX(0);
  opacity: 0.85;

  transition:
    transform 0.35s ease,
    background-color 0.35s ease,
    color 0.35s ease,
    box-shadow 0.35s ease,
    opacity 0.35s ease;
}

/* Hover animation */
.mc-why-item:hover {
  transform: translateX(6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.mc-why-item.active {
  background-color: #002b3d;
  color: #ffffff;

  /* MOTION (this triggers animation) */
  opacity: 1;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
}

.mra-services-modern {
  padding: 30px 0;
  background: linear-gradient(180deg, #2397cf66, #0dcaf03d);
}

/* IMAGE */
.mra-image-wrap {
  position: sticky;
  top: 120px;
}

.mra-image-wrap img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* SERVICE LIST */
.mra-service-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* INDIVIDUAL ITEM */
.mra-service-item {
  display: flex;
  gap: 20px;
  padding: 20px 25px;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  border-left: 5px solid #22b3c1;

  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  cursor: default;
}

/* NUMBER */
.mra-index {
  font-size: 28px;
  font-weight: 700;
  color: #22b3c1;
  min-width: 44px;
  margin-top: 20px;
}

/* TEXT */
.mra-service-item h5 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #22b3c1;
}

.mra-service-item p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* HOVER EFFECT */
.mra-service-item:hover {
  transform: translateX(10px);
  border-left-color: #002b3d;
  box-shadow: 0 20px 55px rgba(0,0,0,0.16);
}

.mra-service-item:hover h5 {
  color: #00293d;   /* title color on hover */
}

.mra-service-item:hover p {
  color: #00293d;   /* description color on hover */
}

.mra-service-item:hover .mra-index {
  color: #00293d;  /* number color on hover */
}
.cc-points li {
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
  color: #2a2a2a;
}

.cc-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #22b3c1;
}

.cc-service-item {
  background: #fff;
  padding: 10px 15px;
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.cc-service-item:hover {
  transform: translateY(-6px);
}

.scope-icon i {
  font-size: 34px;
  color: #22b3c1;
  margin-bottom: 12px;
}

.why-item {
  background: #f4f9fb;
  padding: 18px 22px;
  border-radius: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.why-item.active {
  background: #22b3c1;
  color: #fff;
}

.align-items-start {
    align-items: flex-start !important;
    /* padding-top: 50px; */
}

ul {
    margin-top: 20px;
}

.scope-timeline {
  padding: 50px 0;
  background: #f8fbfd;
}

.timeline-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.timeline-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 35px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: transform .4s ease, box-shadow .4s ease;
}

.timeline-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}

.step-no {
  position: absolute;
  top: -18px;
  left: 30px;
  background: #22b3c1;
  color: #fff;
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 12px;
}

.timeline-card h5 {
  margin-top: 20px;
  color: #002b3d;
}

.timeline-card p {
  color: #555;
  line-height: 1.6;
}

.why-stack {
  padding: 50px 0;
  background: linear-gradient(135deg, #1fbac0, #0b5f73);
}

.why-stack-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

/* Base card */
.why-card {
  background: rgba(255,255,255,0.9);
  border-radius: 22px;
  padding: 20px 25px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: transform .45s ease, box-shadow .45s ease, background .45s ease;
  position: relative;
}

/* Depth effect */
.why-card:not(.active) {
  transform: scale(0.96);
  opacity: 0.85;
}

/* Active spotlight */
/* .why-card.active {
  background: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
  z-index: 2;
} */

/* ACTIVE CARD */
.why-card.active {
  background-color: #fff; /* new active color */
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.why-card.active h4 {
  color: #002b3d;
}

.why-card.active p {
  color: #355f66;
}

.why-card.active .why-icon {
  background: #ffffff;
  color: #22b3c1;
}

.why-card h4 {
  color: #002b3d;
  margin-bottom: 12px;
}

.why-card p {
  color: #444;
  line-height: 1.6;
}

.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta-row p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}

/* Outer section */
.claim-cta {
  background: #22b3c1;
  padding: 50px 20px;        /* 👈 breathing space */
}

/* Inner container */
.cta-container {
  max-width: 1200px;        /* 👈 stops full-width stretch */
  margin: 0 auto;
  background: #ffffff;
  border-radius: 66px;
  padding: 30px 40px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;

  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Text */
.cta-container p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #00293d;
  max-width: 720px;
}

/* Button */
.cta-btn {
  background: linear-gradient(135deg, #22b3c1, #0a8fa0);
  color: #fff;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  color: #fff;
}
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .cta-btn {
    margin-top: 15px;
  }
}

.why-choose-modern {
  background: linear-gradient(135deg, #22b3c1, #0a6f7d);
  padding: 90px 0;
  text-align: center;
}

.why-title {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 50px;
}



/* CARD ROW */
.why-card-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.why-card {
  background: #dff4f6;
  border-radius: 18px;
  padding: 55px 28px 30px; /* EXTRA TOP SPACE */
  width: 260px;
  position: relative;
  box-shadow: 0 14px 35px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ICON – fully inside */
.why-icon {
  position: absolute;
  transform: translateX(-50%);
  background: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22b3c1;
  font-size: 18px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* TEXT */
.why-card h5 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #002b3d;
}

.why-card p {
  font-size: 14px;
  line-height: 22px;
  color: #355a63;
  margin-top: 10px;
}

/* HOVER EFFECT */
.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* ENTRANCE ANIMATION */
@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-card {
    width: 100%;
    max-width: 320px;
  }
}

.service-overview-main {
  padding-top: 50px;   /* space from header/banner */
  padding-bottom: 50px;
}

.why-choose-modern {
  background: linear-gradient(135deg, #1aaebc, #148a9c);
  padding: 90px 0;
}

.section-title {
  color: #ffffff;
  margin-bottom: 60px;
}

/* GRID */
.why-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD */
.why-modern-card {
  background: #c9e6e9;
  border-radius: 20px;
  padding: 60px 30px 35px;
  text-align: center;
  position: relative;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.35s ease;
}

.why-modern-card.active {
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}


/* ICON BADGE */
.icon-badge {
  width: 70px;
  height: 70px;
  background: #c9e6e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.icon-badge i {
  font-size: 28px;
  color: #007b8f;
}

/* TEXT */
.why-modern-card h4 {
  margin-top: 10px;
  font-weight: 600;
  color: #002b3d;
}

.why-modern-card p {
  font-size: 15px;
  line-height: 24px;
  color: #5f7a82;
  margin-top: 10px;
}

/* HOVER */
.why-modern-card:hover {
  transform: translateY(-10px);
}

/* ACTIVE */


.why-modern-card.active .icon-badge {
  background: #ffffff;
}

.why-modern-card.active .icon-badge i {
  color: #007b8f;
}
/* Override template spacing */
.services-modern {
  padding: 30px 0;   /* 🔥 reduced from 120px */
  background: #f8fafc;
}

/* Headings */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
}

/* Service Cards */
.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card h3 {
  font-size: 22px;
  color: #0a2c66;
  margin-bottom: 15px;
}

/* List */
.service-card ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.service-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

/* Link */
.service-link {
  font-weight: 600;
  color: #00293d;
  text-decoration: none;
}

.service-link:hover {
  text-decoration: none;
  color: #004262;
}

/* Wrapper */
.ih-exact-slider {
  position: relative;
}

/* Height exactly like Included Health */
.ih-swiper {
  position: relative;
  height: 100%;
}

.swiper-wrapper,
.swiper-slide {
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
}

/* Slides */
.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ih-card h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.ih-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

/* Arrow */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 22px;
  font-weight: 700;
  color: #1f2bff;
}

/* Hover */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #1f2bff;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: #ffffff;
}

.swiper-button-prev {
  left: 32px;
}

.swiper-button-next {
  right: 32px;
}

.swiper-button-prev,
.swiper-button-next {
  pointer-events: auto;
}

.slide-overlay,
.ih-card,
.swiper-slide img {
  pointer-events: none;
}

.swiper-button-prev,
.swiper-button-next {
  pointer-events: auto;
}

.ih-card,
.swiper-slide img {
  pointer-events: none;
}

/* Pagination bottom-right */
.swiper-pagination {
  right: 40px !important;
  bottom: 40px !important;
  left: auto !important;
  width: auto !important;
  pointer-events: auto;
  z-index: 10;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-bottom: -20px;
}

/* Inactive dots */
.swiper-pagination-bullet {
  background: rgba(34, 179, 193, 0.4); /* #22b3c1 with opacity */
}

/* Active dot */
.swiper-pagination-bullet-active {
  background: #22b3c1;
}

/* Responsive */
@media (max-width: 768px) {
  .ih-swiper {
    min-height: 0rem;
  }

  .ih-card {
    left: 20px;
    right: 20px;
    max-width: none;
    z-index: 10;
  }
}
/* Centered container like Included Health */
.ih-container {
  max-width: 1440px;     /* controls side space */
  margin: 0 auto;
  padding: 0 24px;      /* mobile safety */
}


/* Keep arrows inside container edges */
.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}
/* .hero-slider-section {
  margin-bottom: 96px;
} */

/* Pagination wrapper */
.ih-pagination {
  bottom: 28px !important;
}

/* Reset bullet styles */
.ih-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 6px !important;
  display: inline-block;
  color: #ffffff;
}

/* Active bullet */
.ih-pagination .swiper-pagination-bullet-active {
  background: #22b3c1;
  transform: scale(1.2);
}

/* Prevent oval bug */
.ih-pagination,
.ih-pagination * {
  font-size: 0;
  line-height: 1;
}

/* .ih-prev,
.ih-next {
  width: 52px;
  height: 52px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
} */

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  /* FORCE WHITE ARROW COLOR */
  color: #ffffff;
}


/* Arrow icon */
.ih-prev::after,
.ih-next::after {
  font-size: 22px;
  font-weight: 700;
  color: #1f2bff;
}

/* Hover */
.ih-prev:hover,
.ih-next:hover {
  background: #1f2bff;
}

.ih-prev:hover::after,
.ih-next:hover::after {
  color: #ffffff;
}

/* Side spacing */
.ih-prev { left: 32px; }
.ih-next { right: 32px; }

/* Click safety */
.ih-prev,
.ih-next {
  pointer-events: auto;
}

.slide-overlay,
.slide-card,
.swiper-slide img {
  pointer-events: none;
}

.service-card ul li a {
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.service-card ul li a:hover {
  color: #22b3c1;
}

.view-link {
  color: #1f2bff;
  font-weight: 500;
  text-decoration: none;
}

.service-overview {
  padding-top: 50px;
  margin-bottom: 50px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-feature {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef1f5;
  transition: all 0.3s ease;
}

.service-feature:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* Icon */
.icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #e6f7fa;
  color: #22b3c1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

/* Text */
.service-feature h5 {
  margin-bottom: 6px;
  font-weight: 600;
  color: #0b2c5d;
}

.service-feature p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.why-strip {
  padding: 90px 0;
  background: #f8fbfd;
}

.why-title {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
}

.why-strip-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.why-strip-item {
  text-align: center;
  padding: 20px;
}

.why-strip-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #c8e9ef;
  color: #22b3c1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.3s ease;
}

.why-strip-item h4 {
  color: #0b2c5d;
  font-weight: 600;
  margin-bottom: 8px;
}

.why-strip-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.why-strip-item:hover .why-strip-icon {
  background: #22b3c1;
  color: #fff;
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 991px) {
  .why-strip-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.why-modern {
  padding-bottom: 50px;
}


/* Text */
.provider-cleansing-why .why-content h4 {
  color: #ffffff;
}

.provider-cleansing-why .why-content p {
  color: #ffffff;
  opacity: 0.95;
}

/* Icon */
.provider-cleansing-why .why-icon i {
  color: #ffffff;
}

/* -----------------------------
   Provider Cleansing Animations
------------------------------ */

.provider-cleansing-why .why-modern-item {
  opacity: 0;
  transform: translateY(40px);
  animation: pcFadeUp 0.8s ease forwards;
} */

/* Stagger animation */
/* .provider-cleansing-why .why-modern-item:nth-child(1) {
  animation-delay: 0.1s;
}
.provider-cleansing-why .why-modern-item:nth-child(2) {
  animation-delay: 0.25s;
}
.provider-cleansing-why .why-modern-item:nth-child(3) {
  animation-delay: 0.4s;
}

/* Card hover */
.provider-cleansing-why .why-content {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}


/* Icon animation */
.provider-cleansing-why .why-icon {
  transition: transform 0.35s ease;
}


/* Keyframes */
@keyframes pcFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .provider-cleansing-why .why-modern-item:hover .why-content {
  box-shadow: 0 0 0 1px rgba(255,255,255,0.25),
              0 25px 60px rgba(0,0,0,0.25);
} */
.modern-overview {
  padding: 30px 0;
}

.overview-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.overview-cards {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.overview-card {
  display: flex;
  gap: 18px;
  background: #ffffff;
  padding: 26px 30px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.overview-card i {
  font-size: 28px;
  color: #22b3c1;
  margin-top: 6px;
}

.overview-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

.why-modern {
  padding: 50px 0 80px;
  background: #e9f7fb;
}

.why-modern-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  padding: 20px;
}

.why-modern-item {
  background: #22b3c1;
  color: #ffffff;
  padding: 80px 20px;
  border-radius: 22px;
  text-align: center;
  transition: all 0.35s ease;
}

.why-modern-item h4 {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}

.why-modern-item p {
  opacity: 0.95;
}

.why-icon {
  width: 64px;
  height: 64px;
  background: #00293d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px -15px;
}

.why-icon i {
  font-size: 26px;
  color: #fff;
}

/* .why-modern-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
} */

/* ================================
   WHY CHOOSE US – CLEAN VERSION
================================ */

.why-clean {
  padding: 90px 0;
  background: #f8fafc;
}

.why-clean-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 60px;
}

/* GRID */
.why-clean-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD */
.why-clean-card {
  background: #22b3c1;
  color: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.35s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.why-clean-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
}

/* ICON */
.why-clean-icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.why-clean-icon i {
  font-size: 28px;
  color: #ffffff;
}

/* TEXT */
.why-clean-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

.why-clean-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #eaf9fb;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .why-clean {
    padding: 60px 0;
  }

  .why-clean-title {
    font-size: 28px;
  }
}

/* SECTION */
.why-accordion {
  padding: 50px 0;
  background: #f8fafc;
}

.why-accordion-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 50px;
}

/* LIST */
.why-accordion-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* CARD */
.why-accordion-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

/* ACTIVE CARD (YOUR STYLE) */
.why-accordion-card.active {
  background-color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

/* HEADER */
.why-accordion-header {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #0b2c6b;
}

/* ICON */
.why-accordion-icon {
  width: 32px;
  height: 32px;
  background: #22b3c1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.why-accordion-card.active .why-accordion-icon {
  transform: rotate(45deg);
  background: #0b2c6b;
}

/* BODY */
.why-accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  transition: max-height 0.45s ease, padding 0.45s ease;
}

.why-accordion-card.active .why-accordion-body {
  max-height: 300px;
  padding-bottom: 22px;
}

.why-accordion-body p {
  margin: 0;
  color: #444;
  line-height: 1.6;
}
.mc-why-item {
  padding: 16px 20px;
  background: #e9f7f9;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mc-why-item.active {
  background: #00293d;
  color: #fff;
}

.why-panel {
  display: none;
  animation: fadeUp 0.4s ease;
}

.why-panel.active {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.why-strip h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 40px;
}

.why-modern-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b2c6b;
  margin-bottom: 50px;
  letter-spacing: -0.3px;
}

/* ===== WHY CHOOSE US – ISOLATED ===== */

.wc-modern {
  background: #22b3c1;
  padding: 50px 0;
}

.wc-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 50px;
}

.wc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.wc-box {
  background: #d9f3f5;
  border-radius: 18px;
  padding: 60px 30px 35px;
  text-align: center;
  position: relative;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transition: transform .3s ease, box-shadow .3s ease;
}

.wc-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.25);
}

.wc-icon-wrap {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: #073b4c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-icon {
  color: #fff;
  font-size: 22px;
}

.wc-box h5 {
  margin-top: 10px;
  font-weight: 600;
  color: #073b4c;
}

.wc-box p {
  font-size: 14px;
  color: #2c5d63;
  margin-top: 10px;
}
.has-mega > a {
  pointer-events: auto !important;
}
/* ===============================
   MOBILE NAVIGATION FIX
================================ */
@media (max-width: 991px) {

  .main-nav .nav {
    display: none;
    flex-direction: column;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .main-nav .nav.active {
    display: flex;
  }

  .main-nav .nav li {
    width: 100%;
  }

  .main-nav .nav li a {
    color: #fff;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Disable hover behavior on mobile */
  .has-mega:hover .mega-menu,
  .has-dropdown:hover .dropdown {
    display: none;
  }

  /* Mega menu mobile style */
  .mega-menu {
    position: static;
    width: 100%;
    display: none;
    background: #f9f9f9;
    padding: 10px 0;
  }

  .has-mega.open .mega-menu {
    display: block;
  }

  .mega-left {
    display: block;
    padding: 10px 15px;
  }

  .mega-left .tab {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mega-right {
    display: none !important;
  }

  .mega-right.active {
    display: block !important;
  }

  .mega-right a {
    display: block;
    padding: 10px 20px;
    color: #00293d;
    font-weight: 500;
  }

  /* Dropdown */
  .dropdown {
    position: static;
    display: none;
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
  }

  .has-dropdown.open .dropdown {
    display: block;
  }

  .dropdown a {
    color: #003b4a;
    padding: 6px 0;
    display: block;
  }

  /* Hamburger */
  .menu-trigger {
    display: block;
    cursor: pointer;
  }
}

.siu-services-modern {
  padding: 90px 0;
  background: #f8fafc;
}

.siu-header {
  max-width: 720px;
  margin-bottom: 50px;
}

.siu-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.siu-header p {
  font-size: 16px;
  color: #5f6f81;
  line-height: 1.6;
}

.siu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.siu-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.siu-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 4px;
  height: 40px;
  background: linear-gradient(180deg, #2cb1bc, #0b7285);
  border-radius: 2px;
}

.siu-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 12px;
}

.siu-card p {
  font-size: 14.5px;
  color: #667788;
  line-height: 1.7;
  margin: 0;
}

.siu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 991px) {
  .siu-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .siu-grid {
    grid-template-columns: 1fr;
  }

  .siu-header h2 {
    font-size: 28px;
  }
}
.payer-services-modern {
  padding: 90px 0;
  background: #ffffff;
}

.section-head h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.section-head p {
  max-width: 680px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #6b7a8c;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.service-card {
  padding: 26px;
  border: 1px solid #e6edf3;
  border-radius: 14px;
  transition: all 0.3s ease;
  background: #fafcff;
}

.service-card h4 {
  font-size: 17px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14.5px;
  color: #667788;
  line-height: 1.7;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: #2cb1bc;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
.provider-services-flow {
  padding: 100px 0;
  background: #ffffff;
}

.flow-header {
  text-align: center;
  margin-bottom: 60px;
}

.flow-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b3c5d;
}

.flow-header p {
  max-width: 700px;
  margin: 12px auto 0;
  font-size: 16px;
  color: #6b7a8c;
}

.flow-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE */
.flow-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* SERVICES */
.flow-services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.flow-card {
  position: relative;
  padding: 24px 24px 24px 70px;
  background: #f9fcff;
  border-radius: 14px;
  border: 1px solid #e3edf5;
  transition: all 0.3s ease;
}

.flow-card span {
  position: absolute;
  left: 20px;
  top: 22px;
  font-size: 18px;
  font-weight: 700;
  color: #2cb1bc;
}

.flow-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 6px;
}

.flow-card p {
  font-size: 14.5px;
  color: #667788;
  line-height: 1.7;
}

.flow-card:hover {
  transform: translateX(6px);
  border-color: #2cb1bc;
  background: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
  .flow-wrapper {
    grid-template-columns: 1fr;
  }

  .flow-image {
    order: -1;
  }
}

@media (max-width: 576px) {
  .flow-card {
    padding: 22px 20px 22px 58px;
  }
}

.service-intelligence {
  padding: 100px 0;
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b3c5d;
  margin-bottom: 60px;
}

.intelligence-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
}

.intelligence-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
}

.intelligence-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.intel-card {
  background: #f8fbff;
  border: 1px solid #e2edf5;
  border-radius: 16px;
  padding: 26px;
  transition: all 0.35s ease;
}

.intel-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 8px;
}

.intel-card p {
  font-size: 14.5px;
  color: #667788;
  line-height: 1.7;
}

.intel-card:hover {
  background: #ffffff;
  transform: translateY(-6px);
  border-color: #2cb1bc;
  box-shadow: 0 18px 35px rgba(44,177,188,0.18);
}

/* Responsive */
@media (max-width: 992px) {
  .intelligence-layout {
    grid-template-columns: 1fr;
  }
}

.scope-impact {
  padding: 100px 0;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.impact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #e6eef5;
  transition: all 0.35s ease;
}

.impact-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: rgba(44,177,188,0.1);
  color: #2cb1bc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
}

.impact-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 10px;
}

.impact-card p {
  font-size: 14.5px;
  color: #667788;
  line-height: 1.7;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px rgba(0,0,0,0.12);
  border-color: #2cb1bc;
}

/* Responsive */
@media (max-width: 992px) {
  .impact-grid {
    grid-template-columns: 1fr;
  }
}
.service-timeline {
  padding: 50px 0;
  background: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #0b3c5d;
  margin-bottom: 80px;
}

.timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent,
    #2cb1bc,
    transparent
  );
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-icon {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border: 3px solid #2cb1bc;
  color: #2cb1bc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
  z-index: 2;
  box-shadow: 0 12px 30px rgba(44,177,188,0.25);
}

.timeline-icon i {
  font-size: 22px;
}

.timeline-content {
  background: #f8fbff;
  padding: 26px 30px;
  border-radius: 14px;
  width: 42%;
  margin: 0 40px;
  border-left: 4px solid #2cb1bc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.timeline-item:nth-child(even) .timeline-content {
  border-left: none;
  border-right: 4px solid #2cb1bc;
}

.timeline-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b3c5d;
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 14.5px;
  color: #667788;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .timeline-wrapper {
    padding-left: 0;
  }

  .timeline-line {
    display: none; /* remove vertical line */
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  }

  .timeline-icon {
    margin-bottom: 12px;
    margin-top: 122px;
    width: 64px;
    height: 44px;
  }

  .timeline-content p {
    font-size: 14px;
  }
}

/* Hover */
.timeline-item:hover .timeline-icon {
  background: #2cb1bc;
  color: #ffffff;
}

.timeline-item:hover .timeline-content {
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Mobile */
@media (max-width: 768px) {
  .timeline-line {
    left: 32px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    flex-direction: row;
  }

  .timeline-content {
    width: 100%;
    margin-left: 25px;
  }
}
/* Layout */
.timeline-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

/* Left Image */
.timeline-image {
  position: sticky;
  top: 140px;
}

.timeline-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}

/* Adjust timeline wrapper */
.with-image .timeline-wrapper {
  max-width: 100%;
}

/* Mobile */
@media (max-width: 991px) {
  .timeline-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .timeline-image {
    position: relative;
    top: auto;
    text-align: center;
  }

  .timeline-image img {
    max-width: 90%;
  }
}
.claims-services-alt {
  background: #f9fbfd;
}

.claims-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: 50vh;
}

/* IMAGE SIDE */
.claims-visual {
  position: relative;
}

.claims-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.45)
  );
}

/* CONTENT SIDE */
.claims-content {
  padding: 20px 40px;
  border-radius: 20px;
  background: #ffffff;
}

.claims-content h2 {
  font-size: 36px;
  color: #003a5d;
  margin-bottom: 50px;
}

/* CARDS */
.claims-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.claims-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.claims-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 60px rgba(0,0,0,0.12);
}

.claims-card h4 {
  color: #003a5d;
  font-size: 18px;
  margin-bottom: 12px;
}

.claims-card p {
  font-size: 14.5px;
  color: #5f7285;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 991px) {
  .claims-grid {
    grid-template-columns: 1fr;
  }

  .claims-visual {
    height: 320px;
  }

  .claims-content {
    padding: 50px 25px;
  }

  .claims-cards {
    grid-template-columns: 1fr;
  }
}
.siu-intelligence {
  background: #f7fafc;
  padding: 90px 0;
}

.siu-header {
  max-width: 650px;
  margin-bottom: 70px;
}

.siu-header h2 {
  font-size: 36px;
  color: #003a5d;
  margin-bottom: 12px;
}

.siu-header p {
  font-size: 15px;
  color: #6b7f93;
  line-height: 1.7;
}

/* LAYOUT */
.siu-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: flex-start;
}

/* FLOW */
.siu-flow {
  position: relative;
  padding-left: 35px;
}

.siu-flow::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #0fb9c2, transparent);
}

.siu-step {
  position: relative;
  margin-bottom: 45px;
}

.step-index {
  position: absolute;
  left: -35px;
  top: 0;
  background: #0fb9c2;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.siu-step h4 {
  font-size: 18px;
  color: #003a5d;
  margin-bottom: 8px;
}

.siu-step p {
  font-size: 14.5px;
  color: #5f7285;
  line-height: 1.6;
}

/* VISUAL */
.siu-visual {
  position: sticky;
  top: 120px;
}

.siu-visual img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.visual-caption {
  margin-top: 14px;
  font-size: 13px;
  color: #6b7f93;
  text-align: center;
}

/* MOBILE */
@media (max-width: 991px) {
  .siu-layout {
    grid-template-columns: 1fr;
  }

  .siu-visual {
    position: relative;
    top: auto;
  }
}
.denial-matrix {
  background: #f5f8fb;
  padding: 100px 0;
  position: relative;
}

.matrix-header {
  max-width: 600px;
  margin-bottom: 60px;
}

.matrix-header h2 {
  font-size: 36px;
  color: #002e4d;
  margin-bottom: 10px;
}

.matrix-header p {
  font-size: 15px;
  color: #6a7d90;
  line-height: 1.7;
}

/* LAYOUT */
.matrix-layout {
  position: relative;
  min-height: 520px;
}

/* IMAGE */
.matrix-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.matrix-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  filter: grayscale(20%) brightness(0.9);
}

/* MATRIX CARDS */
.matrix-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding: 60px;
}

.matrix-card {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  transition: transform .3s ease;
}

.matrix-card:hover {
  transform: translateY(-6px);
}

.matrix-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0fb9c2;
  margin-bottom: 10px;
}

.matrix-card h4 {
  font-size: 18px;
  color: #003a5d;
  margin-bottom: 8px;
}

.matrix-card p {
  font-size: 14.5px;
  color: #5f7285;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 991px) {
  .matrix-cards {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .matrix-image {
    position: relative;
    height: 260px;
    margin-bottom: 30px;
  }
}
.outsource-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f7fbfd, #eef7fb);
}

.outsource-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.outsource-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0a2a66;
  margin-bottom: 20px;
}

.outsource-content h2 span {
  color: #1bb6c1;
}

.outsource-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #5a6b7b;
  margin-bottom: 15px;
}



/* Responsive */
@media (max-width: 991px) {
  .outsource-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.expect-section {
  padding: 100px 0;
  background: #ffffff;
}

.expect-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.expect-image img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

.expect-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0a2a66;
  margin-bottom: 30px;
}

.expect-list {
  list-style: none;
  padding: 0;
}

.expect-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #4f5f6f;
  line-height: 1.6;
}

.expect-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1bb6c1;
  font-weight: bold;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 991px) {
  .expect-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .expect-list li {
    padding-left: 0;
  }

  .expect-list li::before {
    display: none;
  }
}
.image-frame {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

/* KEY FIX */
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* 🔥 THIS IS THE MAGIC */
  display: block;
}
.service-overview h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0b2e6f;
  margin-bottom: 20px;   /* IMPORTANT */
}
.service-points {
  margin-top: 10px;
  padding-left: 20px;
}

.service-points li {
  font-size: 15px;
  line-height: 1.7;
  color: #5f6f82;
  margin-bottom: 12px;
}
/* .service-overview .col-lg-7 {
  display: block;
} */
.rcm-sidebar {
  background: #e9f7fb;
  padding: 25px;
  border-radius: 14px;
}
.services-canvas {
  padding: 100px 0;
  background: #f6fbff;
}

.canvas-wrapper {
  display: flex;
  max-width: 1300px;
  margin: auto;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

/* IMAGE PANEL */
.canvas-image {
  width: 40%;
}

.canvas-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT PANEL */
.canvas-content {
  width: 60%;
  padding: 60px;
  position: relative;
}

.canvas-title {
  font-size: 30px;
  font-weight: 700;
  color: #0b2e6f;
  margin-bottom: 40px;
}

/* FLOATING SERVICE CARDS */
.service-float {
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 16px;
  margin-bottom: 26px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  max-width: 520px;
  transition: transform 0.3s ease;
}

.service-float:hover {
  transform: translateY(-6px);
}

.service-float h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1e2a3a;
  margin-bottom: 10px;
}

.service-float p {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7c93;
}

/* STAGGER EFFECT */
.service-float.one { margin-left: 0; }
.service-float.two { margin-left: 60px; }
.service-float.three { margin-left: 20px; }
.service-float.four { margin-left: 80px; }

/* MOBILE */
@media (max-width: 992px) {
  .canvas-wrapper {
    flex-direction: column;
  }

  .canvas-image,
  .canvas-content {
    width: 100%;
  }

  .service-float {
    margin-left: 0 !important;
  }
}
.dental-services-modern {
  padding: 80px 0;
  background: #e9f7fb;
}

.section-header {
  max-width: 900px;
  margin: 0 auto 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b2c5f;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 16px;
  color: #5f6f82;
  line-height: 1.7;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.service-number {
  position: absolute;
  top: -14px;
  left: 30px;
  background: #1fbac3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
}

.service-card h5 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #0b2c5f;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14.5px;
  color: #66788a;
  line-height: 1.6;
}
.service-overview.compact {
  padding: 50px 0;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: #0b3a82;
}

.service-image {
  border-radius: 16px;
  width: 500px;
  height: 650px;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 15px; /* reduced gap */
}

.service-item {
  padding: 16px 18px; /* reduced padding */
  border: 1px solid #e3ecf9;
  border-radius: 12px;
  background: #fff;
  transition: all 0.25s ease;
}

.service-item:hover {
  border-color: #0b3a82;
  box-shadow: 0 6px 16px rgba(11, 58, 130, 0.08);
}

.service-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0b3a82;
  margin-bottom: 4px;
}

.service-item p {
  font-size: 14px;
  color: #5b6b85;
  margin-bottom: 0;
  line-height: 1.5;
}

/* ===============================
   DESKTOP NAVIGATION FIX
================================ */
@media (min-width: 992px) {

  /* Hide hamburger on desktop */
  .menu-trigger {
    display: none !important;
  }

  /* Force menu visible on desktop */
  .main-nav .nav {
    display: flex !important;
    position: static;
    padding: 0;
    background: transparent;
  }

  .main-nav .nav li {
    width: auto;
  }

  .main-nav .nav li a {
    padding: 0 15px;
    color: #fff;
  }

}

#sub-frame-error {
  display: flex;
  align-items: center;
  justify-content: center;

  position: fixed;          /* better than absolute */
  inset: 0;                 /* replaces top/left/width/height */

  background-color: #ddd;
  text-align: center;

  padding: 16px;
  box-sizing: border-box;

  transition: background-color 0.2s ease-in-out;
}

@media (max-width: 576px) {
  #sub-frame-error {
    padding: 24px 16px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {

  .more-info {
    padding: 16px 14px;
  }

  .more-info .row {
    row-gap: 14px;
  }

  .more-info .col-6 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .more-info i {
    flex-shrink: 0;
  }

  .more-info h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .more-info h4 span {
    display: block;
    font-size: 12px;
    opacity: 0.8;
  }
}
@media (max-width: 768px) {

  .more-info .main-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }

  .more-info .main-button a {
    width: auto;
    padding: 10px 22px;
  }
}

@media (max-width: 768px) {
  .more-info {
    border-radius: 20px;
  }
}
/* Carousel Image Overlay */
.owl-cites-town .thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.owl-cites-town .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay */
.owl-cites-town .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.55)
  );
  z-index: 1;
}

/* Text on image */
.owl-cites-town .overlay-content {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  padding: 16px;
}

.owl-cites-town .overlay-content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

/* Hover polish */
.owl-cites-town .item:hover .overlay {
  background: rgba(0, 0, 0, 0.65);
}
@media (max-width: 768px) {
  .owl-cites-town .overlay-content h4 {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* ===============================
   JOB HERO SECTION
================================ */
.job-hero {
  position: relative;
  height: 360px;
  background: url("assets/images/job-hero-em.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.job-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 20, 40, 0.85),
    rgba(0, 20, 40, 0.4)
  );
}

.job-hero-content {
  position: relative;
  z-index: 2;
  padding-left: 8%;
}

.job-hero-content h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}

/* ===============================
   JOB DETAIL – SAME UI
================================ */

.job-detail-section {
  padding: 60px 0;
  background: #ffffff;
}

.job-title {
  font-size: 28px;
  font-weight: 600;
  color: #2b2b2b;
  margin-bottom: 30px;
}

.job-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* LEFT POSTER */
.job-poster {
  flex: 0 0 420px;
}

.job-poster img {
  width: 492px;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* RIGHT FORM */
.job-apply-box {
  flex: 1;
  border: 1px solid #dcdcdc;
  padding: 30px;
}

.job-apply-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
}

/* FORM */
.job-form label {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.job-form label span {
  color: red;
}

.job-form input,
.job-form textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 8px 10px;
  margin-bottom: 16px;
  font-size: 14px;
}

.job-form textarea {
  resize: vertical;
}

.job-form small {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: -10px;
  margin-bottom: 16px;
}

.job-form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 22px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .job-layout {
    flex-direction: column;
  }

  .job-poster {
    max-width: 100%;
  }
}

/* ===============================
   MODERN JOB INFO SECTION
================================ */

.job-info-section {
  padding: 40px 0;
  background: #f9fafb;
}

.job-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

/* Card */
.job-info-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* Headings */
.job-info-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0b3a82;
  margin-bottom: 14px;
}

/* Text */
.job-info-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}
/* Lists */
.job-info-card ul {
  padding-left: 18px;
  margin: 0;
}

.job-info-card ul li {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Highlight important text */
.job-info-card strong {
  color: #0b3a82;
}

/* Responsive */
@media (max-width: 768px) {
  .job-info-card {
    padding: 22px;
  }

  .job-info-card h3 {
    font-size: 18px;
  }

  .job-info-card p,
  .job-info-card ul li {
    font-size: 14px;
  }
}
/* ===============================
   MODERN BULLET POINTS
================================ */

.job-info-card ul {
  list-style: none;              /* remove default bullets */
  padding-left: 0;
}

.job-info-card ul li {
  position: relative;
  padding-left: 26px;            /* space for custom bullet */
  display: flex;              /* align icon + text */
  align-items: flex-start;
  gap: 12px;                  /* 👈 space between icon and text */
  margin-bottom: 14px;        /* 👈 space between list items */
  line-height: 1.2;
}

/* Custom bullet */
.job-info-card ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0b3a82;
  margin-top: 3px;            /* vertical alignment */
}

/* ===============================
   CHECKLIST STYLE (REUSABLE)
================================ */

.check-list {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;                 /* icon ↔ text gap */
  margin-bottom: 14px;       /* item ↔ item gap */
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
  position: relative;
}

/* Bullet / icon */
.check-list li::before {
  content: "✔";
  color: #0b3a82;
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Meta info */
.job-meta {
  margin-top: 20px;
  font-size: 14px;
  color: #374151;
}

.job-meta p {
  margin: 6px 0;
}

.job-meta strong {
  color: #0b3a82;
}

.align-items-center {
    align-items: center !important;
    margin-top: 50px;
}

/* OUR PRODUCTS SECTION */
.our-products-section {
  padding: 50px 0;
  background: #ebf0f7;
  overflow: hidden;
}

.our-products-section .section-heading h2 {
  font-weight: 700;
  color: #0b2c5f;
  margin-bottom: 10px;
}

.our-products-section .section-heading p {
  max-width: 720px;
  margin: 0 auto 50px;
  color: #6b7a90;
}

/* Slider Wrapper */
.products-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Track */
.products-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 25s linear infinite;
}

/* Product Card */
.product-card {
  min-width: 220px;
  height: 140px;
  margin: 0 15px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-card img {
  max-width: 150px;
  margin-bottom: 10px;
}

.product-card span {
  font-size: 14px;
  font-weight: 500;
  color: #0b2c5f;
}

/* Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.products-slider:hover .products-track {
  animation-play-state: paused;
}

.impact-orbit.refined {
  padding: 140px 0;
  background-image: url("../images/map.jpg"); /* your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.orbit-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 620px;
  margin: 0 auto;
}

/* CENTER */
.orbit-center {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 500px;
  text-align: center;
  z-index: 5;
  margin-top: 200px;
}

.orbit-center h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b2c5f;
  margin-bottom: 14px;
}

.orbit-center p {
  font-size: 15px;
  color: #6b7a90;
  line-height: 1.7;
}

/* ORBIT RING */
.orbit-ring {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  border: 2px dashed rgba(11, 44, 95, 0.15);
  border-color: #0a2a6681;
}

/* ITEMS BASE */
.orbit-item {
  position: absolute;
  width: 260px;
  padding: 22px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(11, 44, 95, 0.12);
  text-align: left;
}

/* DOT */
.orbit-item .dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
}

/* GIF styling */
.orbit-item .dot img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 50%;
}

.orbit-item h4 {
  margin-top: 0 !important;
}

.orbit-item h4 {
  font-size: 17px;
  color: #0b2c5f;
  font-weight: 600;
  margin-bottom: 6px;
}

.orbit-item p {
  font-size: 14px;
  color: #6b7a90;
  line-height: 1.6;
}

/* PERFECT POSITIONS */
.orbit-item.top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -80px);
}

.orbit-item.right {
  right: 0;
  top: 50%;
  transform: translate(10px, -50%);
}

.orbit-item.bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 80px);
}

.orbit-item.left {
  left: 0;
  top: 50%;
  transform: translate(-10px, -50%);
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .orbit-wrapper {
    height: auto;
  }

  .orbit-ring {
    display: none;
  }

  .orbit-item {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }

  .orbit-center {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
@keyframes orbitRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ===== CLAIMS REVIEW SECTION ===== */
.claims-section {
  padding: 40px 0; /* adjust if needed */
  margin: 0;
  display: block;

  /* BACKGROUND IMAGE */
  background-image: url("../images/cyan.jpg"); /* update path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* OPTIONAL: improves text readability */
  position: relative;
}

.claims-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 41, 61, 0.8); /* dark blue overlay */
  z-index: 0;
}

.claims-section > * {
  position: relative;
  z-index: 1;
}

.claims-section .row {
  align-items: flex-start !important;
}

.claims-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* CONTENT */
.claims-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0b2c5f;
  margin-bottom: 20px;
}

.claims-content p {
  font-size: 15px;
  color: #6b7a90;
  line-height: 1.8;
  margin-bottom: 14px;
}

.primary-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 28px;
  background: #2cb1bc;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.primary-btn:hover {
  background: #1797a3;
  transform: translateY(-2px);
  color: #fff;
}

/* IMAGE */
.claims-image {
  position: relative;
  max-width: 460px;
  margin-left: auto;
}

.claims-image img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 25px 50px rgba(11, 44, 95, 0.18);
}

/* BLUE FRAME */
.image-frame {
  position: absolute;
  top: 24px;
  right: -24px;
  width: 100%;
  height: 100%;
  border: 4px solid #22b3c1;
  z-index: 1;
}

/* ===== SIMPLE ANIMATION ===== */
.claims-content,
.claims-image {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s ease forwards;
}

.claims-image {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .claims-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .claims-image {
    margin: 0 auto;
  }

  .image-frame {
    right: -14px;
    top: 14px;
  }
}
@media (max-width: 991px) {
  .claims-section {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .impact-orbit.refined {
    padding: 100px 20px;
  }

  .orbit-wrapper {
    height: 520px;
  }

  .orbit-ring {
    width: 600px;
    height: 600px;
  }

  .orbit-center {
    width: 420px;
    margin-top: 160px;
  }

  .orbit-item {
    width: 240px;
  }
}
@media (max-width: 991px) {
  .impact-orbit.refined {
    padding: 60px 16px;
    background-position: top center;
  }

  .orbit-wrapper {
    height: auto;
  }

  /* REMOVE CIRCLE ON MOBILE */
  .orbit-ring {
    display: none;
  }

  /* CENTER CONTENT */
  .orbit-center {
    position: static;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .orbit-center h2 {
    font-size: 28px;
  }

  .orbit-center p {
    font-size: 14px;
  }

  /* STACK ITEMS */
  .orbit-item {
    position: static;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 24px;
    transform: none !important;
  }
}
@media (max-width: 576px) {
  .orbit-center h2 {
    font-size: 24px;
  }

  .orbit-item {
    padding: 18px;
  }

  .orbit-item h4 {
    font-size: 16px;
  }

  .orbit-item p {
    font-size: 13px;
  }
}
.hero-slider-section {
  width: 100%;
  padding: 80px 0;
  background: #f5f9fc;
}

.ih-container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 16px;
}

.ih-swiper {
  width: 100%;
}

.swiper-slide {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* Card Overlay */
.ih-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.95);
  padding: 22px 24px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(11, 44, 95, 0.18);
}

.ih-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0b2c5f;
  margin-bottom: 8px;
}

.ih-card p {
  font-size: 14px;
  color: #6b7a90;
  line-height: 1.6;
}

/* Pagination */
.ih-pagination {
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-slider-section {
    padding: 60px 0;
  }

  .swiper-slide img {
    height: 340px;
  }

  .ih-card {
    left: 20px;
    bottom: 20px;
    max-width: 560px;
    padding: 18px 20px;
  }

  .ih-card h3 {
    font-size: 18px;
  }

  .ih-card p {
    font-size: 13px;
  }
}
@media (max-width: 576px) {

  /* Reduce top & bottom section gap */
  .hero-slider-section {
    padding: 20px 0 !important;
  }

  /* Remove extra space added by swiper */
  .ih-container {
    padding-bottom: 0 !important;
  }

  /* Reduce slide height */
  .swiper-slide img {
    height: 220px !important;
  }

  /* Card spacing fix */
  .ih-card {
    margin-top: -20px !important;
    margin-bottom: 10px !important;
    padding: 16px 18px;
  }

  /* Prevent swiper adding blank height */
  .swiper-wrapper {
    align-items: flex-start;
  }
}

/* ===== MOBILE DROPDOWN FIX ===== */
@media (max-width: 991px) {

  .has-dropdown > .dropdown {
    position: static;
    display: none;
    background: transparent;
    box-shadow: none;
    padding-left: 15px;
  }

  .has-dropdown.active > .dropdown {
    display: block;
  }

  .has-dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .has-dropdown i {
    transition: transform 0.3s ease;
  }

  .has-dropdown.active i {
    transform: rotate(180deg);
  }
}

/* ===== PRODUCTS PAGE ===== */

.products-hero {
  padding: 90px 0 60px;
  background: #f5f9fc;
}

.products-hero h1 {
  font-size: 40px;
  font-weight: 700;
  color: #0b2c5f;
  margin-bottom: 12px;
}

.products-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #6b7a90;
  font-size: 16px;
}

/* Products Grid */
.products-section {
  padding: 70px 0;
}

.product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 20px 40px rgba(11, 44, 95, 0.08);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(11, 44, 95, 0.15);
}

.product-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b2c5f;
  margin-bottom: 12px;
}

.product-card p {
  font-size: 14px;
  color: #6b7a90;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: center;
}

.product-card a {
  font-size: 14px;
  font-weight: 600;
  color: #22b3c1;
  text-decoration: none;
}

.product-card a:hover {
  text-decoration: underline;
}
/* Product Logo */
.product-logo {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}

.product-logo img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
}

.product-card:hover .product-logo img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.side-bar-map {
  width: 100%;
}

.responsive-img {
  width: 100%;
  height: auto;          /* maintains aspect ratio */
  object-fit: cover;
  border-radius: 23px;
}

/* Optional: control height only on large screens */
@media (min-width: 992px) {
  .responsive-img {
    height: 1050px;
  }
}

@media (max-width: 767px) {
  .side-bar-map {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .side-bar-map img {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: auto !important;
    display: block;
  }
}
.mc-services-image {
  width: 100%;
  overflow: hidden;      /* prevents overflow */
  border-radius: 20px;   /* optional, keep design consistency */
}

.mc-services-image img.img-responsive {
  width: 100%;
  height: auto;          /* maintains aspect ratio */
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .mc-services-image {
    margin-top: 20px;
  }

  .mc-services-image img.img-responsive {
    min-height: 240px;   /* keeps visual impact */
    object-position: center;
  }
}
.canvas-image {
  width: 100%;
  overflow: hidden;        /* prevents overflow */
  border-radius: 18px;     /* optional – matches modern UI */
}

.canvas-image img.img-responsive {
  width: 100%;
  height: auto;            /* keeps aspect ratio */
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .canvas-image {
    margin-top: 20px;
  }

  .canvas-image img.img-responsive {
    min-height: 220px;     /* visual consistency */
    object-position: center;
    padding: 20px;
  }
}



.denial-layout {
  display: flex !important;
  align-items: flex-start;
}

.denial-content {
  width: 58%;
}

.denial-sidebar {
  width: 42%;
}

@media (max-width: 991px) {
  .denial-layout {
    flex-direction: column;
  }

  .denial-content,
  .denial-sidebar {
    width: 100%;
  }

  .rcm-sidebar {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.why-aventis-ui {
  padding: 100px 0;
  background: linear-gradient(135deg, #083b4c, #0d5c75);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-header h2 {
  font-weight: 700;
  margin-bottom: 12px;
}

.section-header p {
  max-width: 720px;
  margin: 0 auto 60px;
  color: rgba(255, 255, 255, 0.8);
}

/* Card UI */
.why-card-ui {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  padding: 36px 28px;
  border-radius: 22px;
  height: 100%;
  text-align: center;
  transition: all 0.35s ease;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.why-card-ui:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.18);
}

/* Icon */
.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2cb1bc, #5eead4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #083b4c;
  font-size: 26px;
  box-shadow: 0 12px 30px rgba(44, 177, 188, 0.5);
}

.why-card-ui h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card-ui p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
  .why-aventis-ui {
    padding: 70px 0;
  }

  .section-header p {
    margin-bottom: 40px;
  }
}

/* Section heading */
.why-aventis-ui h2 {
  color: #ffffff !important;
}
/* Card titles */
.why-card-ui h4 {
  color: #ffffff !important;
}