@import url("../../../../css2");

@import url(animate.css);
@import url(bootstrap-select.min.css);
@import url(icomoon.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(polyglot-language-switcher.css);
@import url(timePicker.css);
@import url(slick.css);
@import url(jquery.bxslider.css);
@import url(jquery-ui.css);
@import url(tinyscrollbar.css);
@import url(twentytwenty.css);

/*==============================================
   Base Css
===============================================*/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
html,
body {
  height: 100%;
}
body {
  color: #8a8c93;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
button:focus {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #353742;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin: 0;
}
h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
img.lazy-image {
  background: url(../images/icon/image-bg.svg) center center no-repeat;
}
img.lazy-image.loaded {
  background-image: none;
}
.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

/* Tiny Scrollbar */
#scrollbar1 {
  width: 500px;
  margin: 0;
}
#scrollbar1 .viewport {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 870px;
}
#scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
}

#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: -30px;
  background: #bd7f05;;
  width: 10px;
}
#scrollbar1 .track {
  background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  height: 100%;
  width: 10px;
  position: relative;
  padding: 0;
}

#scrollbar1 .thumb {
  background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  background-image: none;
  height: 20px;
  width: 10px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
}
#scrollbar1 .thumb .end {
  background: #353742 no-repeat 50% 0;
  overflow: hidden;
  height: 120px;
  width: 10px;
}
#scrollbar1 .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.fix {
  position: relative;
  display: block;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  padding: 5px 10px 5px;
}
.map-data a {
  color: #0b59d9;
  display: block;
}
.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

i {
  font-style: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol,
li {
  margin: 0;
  padding: 0;
}
.clr1 {
  color: #f36727;
}
.bgclr1 {
  background: #f36727;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.btn-one {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 10px;
  background-color: #bd7f05;;
  color: #ffffff;
  font-size: 16px;
  line-height: 70px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 40px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-one:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #03a67a;
  content: "";
  border-radius: 40px;
  transform: scaleX(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-one:hover:after {
  transform: scaleX(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.btn-one .txt {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}
.btn-one i.round {
  position: relative;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 16px;
  color: #bd7f05;;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-one:hover i.round {
  color: #ffffff;
  margin-left: 25px;
  transform: rotate(360deg);
  background: #bd7f05;;
}
.btn-one:hover,
.btn-one:focus {
  color: #f7f7f7;
}

.btn-one.style2 {
  line-height: 50px;
}
.btn-one.style2 i.round {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.btn-one.style2:hover i.round {
  margin-left: 15px;
}

.btn-style3 {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #f4f5f7;
  border-radius: 50%;
  color: #353742;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}
.btn-style3:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #353742;
  content: "";
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.btn-style3:hover:before {
  transform: scale(1);
}
.btn-style3:hover {
  color: #ffffff;
}

.gra-bgclr1 {
  background: rgba(0, 0, 0, 0); /* Old Browsers */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.29) 43%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(43%, rgba(0, 0, 0, 0.29)),
    color-stop(100%, rgba(0, 0, 0, 1))
  ); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.29) 43%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.29) 43%,
    rgba(0, 0, 0, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.29) 43%,
    rgba(0, 0, 0, 1) 100%
  ); /* IE 10+ */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.29) 43%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 59px;
}
.sec-title h2 {
  color: #353742;
  font-size: 44px;
  line-height: 54px;
  font-weight: 900;
  text-transform: capitalize;
}
.sec-title h2 span {
  color: #bd7f05;;
}
.sec-title h2.clrwhite {
  color: #ffffff;
}

.parallax-bg-one {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.parallax-bg-one::before {
  background: rgba(18, 32, 0, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
  display: none;
}

.owl-nav-style-one {
}
.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
  position: relative;
  top: -3px;
  display: block;
}
.owl-nav-style-one .owl-controls {
}
.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 10;
  display: block;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #031f4b;
  border-radius: 7px;
  color: #031f4b;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  margin: 0 0 0 0px;
  padding: 0;
  transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #0098ff;
  border-color: #0098ff;
}

.owl-nav-style-two {
}
.owl-nav-style-two .owl-controls {
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
  background: #fff none repeat scroll 0 0;
  border-radius: 0%;
  color: #3740b0;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 50px;
  transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffffff;
  background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-bottom: 60px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  line-height: 8px;
  height: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 4px;
  border: 0px solid transparent;
  background: #031f4b;
  margin: 0px 5px;
  padding: 0px;
  border-radius: 0%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
  background: #0098ff;
  width: 20px;
  height: 8px;
}

/* Accordion Box Css */
.accordion-box {
  position: relative;
  display: block;
}
.accordion-box .accordion {
  position: relative;
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #dbdee4;
  border-radius: 0px;
}
.accordion-box .accordion.bordernone {
  border-bottom: none;
}
.accordion-box .accordion .accord-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
  color: #353742;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 30px;
  color: #353742;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  transform: translateY(-50%);
  transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.accordion-box .accordion .accord-btn.active h4 {
  color: #bd7f05;;
}
.accordion-box .accordion .accord-btn.active:after {
  color: #bd7f05;;
  content: "\f107";
}

.accordion-box .accordion .accord-content {
  position: relative;
  display: block;
  border-top: 1px solid #dbdee4;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-left: 30px;
  padding-right: 40px;
  display: none;
}
.accordion-box .accordion .accord-content.collapsed {
  display: block;
}
.accordion-box .accordion .accord-content p {
  color: #8a8c93;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

@keyframes pulse {
  50% {
    box-shadow:
      0 0 0 5px rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(238, 238, 238, 0.3);
  }
}

@keyframes pulse2 {
  50% {
    box-shadow:
      0 0 0 5px rgba(255, 231, 1, 0.1),
      0 0 0 20px rgba(255, 231, 1, 0.3);
  }
}

.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.rating-box ul {
  overflow: hidden;
}
.rating-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 3px;
}
.rating-box ul li:last-child {
  margin-right: 0;
}
.rating-box ul li a {
  color: #031f4b;
  font-size: 18px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.boxed_wrapper {
  position: relative;
  overflow: hidden;
  background: #ffffff none repeat scroll 0 0;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 400px;
}

/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.body_switcher {
  position: fixed;
  top: 150px;
  z-index: 9999999;
  left: -200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.body_switcher .body_switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}
.body_switcher .body_switch_btn button {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 500ms ease;
}

.body_switcher .boxed_switch_menu {
  position: relative;
  background: #fff;
  width: 200px;
  padding: 25px 15px 20px;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5 {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.body_switcher.switcher-show {
  left: 0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box > div {
  width: 80px;
  height: 50px;
  background: #fff;
  border: 2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box > div > span {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
  position: relative;
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 7px 0 0;
}
.main_page.active_boxlayout {
  max-width: 1550px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background: url(../images/pattern/body-pattern.png) #f8f8f8;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: center;
  overflow-x: hidden;
}

/*=============== Color-Layout =============*/
.switcher {
  position: fixed;
  top: 220px;
  z-index: 99;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  background: rgba(255, 255, 255, 0.7);
}

.switcher .switch_menu {
  position: absolute;
  width: 180px;
  height: 30px;
  background: transparent;
  display: none;
  top: 0px;
  left: 60px;
  bottom: 0;
  margin: 10px 0;
}
.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.switcher #styleOptions li:last-child {
  margin-right: 0;
}
.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
  background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
  background: #ff6ec7;
}
.switcher #styleOptions li a.violet-color {
  background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
  background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
  background: #ffa500;
}

/*________________Preloader_______________ */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/preloader.gif);
}
.preloader.style-two {
  background-image: url(../images/icon/preloader-1.gif);
}

/*** Scroll To Top style ***/
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  background: #bd7f05;;
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999999999;
}
.scroll-top span {
}
.scroll-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.scroll-top:hover {
  color: #f8f8f8;
}

.scroll-top.style2 {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #0098ff;
  border: none;
  text-align: center;
  animation: auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}
#contact-form input[type="email"].error {
  border-color: red;
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error {
  border-color: red;
}

/* Post pagination styles */
.post-pagination {
  position: relative;
  display: block;
}
.post-pagination.martop20 {
  margin-top: 20px;
}
.post-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
.post-pagination li a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  color: #131313;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  transition: all 500ms ease 0s;
  font-family: "Poppins", sans-serif;
}
.post-pagination li a i {
  color: #c1c1c1;
  font-size: 22px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.post-pagination li.active a,
.post-pagination li:hover a {
  background: #fec727;
  border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i {
  color: #131313;
}

.post-pagination.style2 li a {
  border-radius: 0;
}

.secpd100-0 {
  padding: 100px 0;
}

/* Overlay styles */
.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
}
.overlay-style-one.bg1 {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-style-one.bg2 {
  background-color: rgba(2, 193, 141, 0.7);
}

.overlay-style-one.bg3 {
  background-color: rgba(0, 83, 153, 0.9);
}
.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay-style-one .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.overlay-style-one .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 900ms ease;
}
.overlay-style-two:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}
.overlay-style-two:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  display: block;
  opacity: 0;
  text-align: center;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
}

.overlay-style1 {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}
.overlay-style1.bg1 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-style2 {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 16px;
}
.review-box ul {
  display: block;
  overflow: hidden;
}
.review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.review-box ul li:last-child {
  margin-right: 0px;
}
.review-box ul li i {
  font-size: 18px;
  color: #ffba00;
}

.social-links-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.social-links-style1 li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.social-links-style1 li:last-child {
  margin-right: 0px;
}
.social-links-style1 li a i {
  position: relative;
  display: block;
  background: #f4f5f7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #353742;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
  color: #ffffff;
  background: #bd7f05;;
}

.sociallinks-style-two {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 7px 0 8px;
}
.sociallinks-style-two li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.sociallinks-style-two li:last-child {
  margin-right: 0px;
}
.sociallinks-style-two li a i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i {
  color: #e4b33d;
}

/* Update header Style */
@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -74px;
  }
  100% {
    margin-top: 0;
  }
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 0px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 13, 40, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000000;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px;
}
.mobile-menu .social-links li a {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {
  color: #bd7f05;;
}

/*==============================================
    Main Header Css        
===============================================*/
.main-header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  margin: 0px;
  z-index: 999999;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.sticky-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 0px;
  background: rgba(255, 255, 255, 0.97);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 0;
}
.fixed-header .sticky-header {
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 999999;
}
.sticky-header .logo {
  position: relative;
  display: block;
  padding: 23px 0 24px;
}
.sticky-header .logo a {
  position: relative;
  display: inline-block;
}
.sticky-header .main-menu .navigation > li {
  padding: 0;
  margin-right: 40px;
}
.sticky-header .main-menu .navigation > li > a {
  padding: 27px 0 28px;
}

.header-style-one {
  position: relative;
}
.header-style-one .border-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #0098ff;
  content: "";
}
.header-top {
  position: relative;
  display: block;
  background: #ffffff;
}
.header-top .outer-box {
  position: relative;
  display: block;
  background: #353742;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.header-top-left {
  position: relative;
  display: block;
  padding: 10px 0 11px;
  padding-left: 40px;
}
.header-top-left p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.header-top-right {
  position: relative;
  display: block;
}
.header-social-link {
  position: relative;
  display: block;
  float: left;
  padding: 7px 0 8px;
  margin-right: 40px;
}
.header-social-link ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.header-social-link ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.header-social-link ul li:last-child {
  margin-right: 0;
}
.header-social-link ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.header-social-link ul li a:hover {
  color: #bd7f05;;
}

.header-top-right .button-box {
  position: relative;
  display: block;
  float: right;
}
.header-top-right .button-box a {
  position: relative;
  display: inline-block;
  background: #bd7f05;;
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  padding: 0 40px;
  border-bottom-right-radius: 7px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header-top-right .button-box a:hover {
  background: #22232b;
}

.header {
  position: relative;
  display: block;
}
.header .outer-box {
  position: relative;
  display: block;
}
.header-left {
  position: relative;
  display: block;
}
.header-left .logo {
  position: relative;
  display: block;
  padding: 12px 0;
}
.header-left .logo a {
  position: relative;
  display: inline-block;
  width: 172px;
}
.header-left .logo a img {
  width: auto;
}

.header-right {
  position: relative;
  display: block;
}
.header-right .nav-outer {
  position: relative;
  display: block;
  float: left;
}
.main-menu.style1 {
}
.main-menu {
  position: relative;
  display: block;
  float: left;
}
.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}
.main-menu .navigation {
  position: relative;
  display: block;
}
.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 50px;
  /* padding: 45px 0; */
}
.main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #8a8c93;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 500ms ease;
  opacity: 1;
  font-family: "Inter", sans-serif;
}
.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  padding: 0px 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}
.main-menu .navigation > li > ul:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #353742;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Inter", sans-serif;
}
.main-menu .navigation > li > ul > li:last-child > a {
  border: none;
}
.main-menu .navigation > li > ul > li > a:hover {
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  content: "";
  margin: 15px 0;
  width: 0px;
  background: #bd7f05;;
  opacity: 0;
  transition: all 500ms ease;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:hover > a:before {
  width: 5px;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  font-family: FontAwesome;
  content: "\f105";
  color: #031f4b;
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  text-align: right;
  z-index: 5;
}
.main-menu .navigation > li > ul > li:hover > a:before {
  opacity: 1;
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 250px;
  padding: 0;
  display: none;
  background: #ffffff;
  border-radius: 0;
  -webkit-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow:
    2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 100ms ease;
  z-index: 100;
}
.main-menu .navigation li > ul > li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 0px 13px;
  color: #353742;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  font-family: "Inter", sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border: none;
}
.main-menu .navigation > li > ul > li:hover > a {
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li a:before {
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  content: "";
  margin: 15px 0;
  width: 0px;
  background: #bd7f05;;
  transition: all 500ms ease;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
  width: 5px;
}
/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

.header-contact {
  position: relative;
  display: block;
  float: right;
  padding: 26px 0;
  margin-left: 60px;
}
.header-contact .icon {
  width: 80px;
}
.header-contact .icon span:before {
  position: relative;
  top: 7px;
  font-size: 60px;
  line-height: 60px;
}
.header-contact .icon,
.header-contact .title {
  display: table-cell;
  vertical-align: middle;
}
.header-contact .title a {
  color: #353742;
  font-size: 18px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.header-contact .title a:hover {
  color: #bd7f05;;
}
.header-contact .title p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0px 0 0;
}

/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 10;
}
.main-slider.style1 {
  margin-top: 0px;
}
.main-slider .slide {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 178px 0px 185px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slider .slide .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.8s ease-in-out 0.4s;
}
.main-slider .slide .image-layer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  z-index: -1;
}
.main-slider .active .slide .image-layer {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.main-slider .content {
  position: relative;
  z-index: 11;
}
.main-slider.style1 .content {
  position: relative;
  display: block;
  width: 100%;
}

.main-slider .auto-container {
  position: relative;
  overflow: hidden;
}

.main-slider .content h3 {
  color: #bd7f05;;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.4s ease-in-out 0.1s;
}
.main-slider .active .content h3 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out 0.3s;
}
.main-slider .content h2 {
  position: relative;
  color: #353742;
  font-size: 90px;
  line-height: 1.1em;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 54px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.4s ease-in-out 0.1s;
}
.main-slider .active .content h2 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.7s ease-in-out 0.5s;
}
.main-slider .content .btns-box {
  position: relative;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.4s ease-in-out 0.1s;
}
.main-slider .active .content .btns-box {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.7s ease-in-out 0.7s;
}

.main-slider .icon-holder {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: #bd7f05;;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 10;
  opacity: 0;
  transform: translateY(-80px);
  transition: all 0.4s ease-in-out 0.1s;
}
.main-slider .active .icon-holder {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.7s ease-in-out 0.7s;
}
.main-slider .icon-holder img {
  width: auto;
}

.main-slider .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  opacity: 0;
  transform: scale(1);
}
.main-slider:hover .owl-theme .owl-nav {
  opacity: 1;
  transform: scale(1);
}
.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
  display: block;
}
.main-slider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  top: 0;
  transform: rotate(180deg);
  background: #ffffff;
  border: 2px solid #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: #353742;
  font-size: 25px;
  line-height: 56px;
  font-weight: 400;
  opacity: 1;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-prev:hover {
  background: #bd7f05;;
}
.main-slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 50px;
  top: 0;
  background: #ffffff;
  border: 2px solid #ffffff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: #353742;
  font-size: 25px;
  line-height: 56px;
  font-weight: 400;
  opacity: 1;
  margin: 0;
  padding: 0;
  margin-top: -30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-slider .owl-theme .owl-nav .owl-next:hover {
  background: #bd7f05;;
}

.banner-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 70px;
  right: 0;
  display: block;
  text-align: center;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto !important;
  line-height: 0;
  display: none;
}
.banner-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline;
  height: 20px;
  width: 20px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 0 10px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.banner-carousel .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
.banner-carousel .owl-dots .owl-dot.active {
  background-color: #0098ff;
  border-color: #0098ff;
}

/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style2 {
  position: relative;
}
.main-slider.style2 .slide {
  padding: 180px 0px 180px;
}
.main-slider .slide .image-layer:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.main-slider.style2 .content .sub-title {
  position: relative;
  display: inline-block;
  background: #bd7f05;;
  padding: 11px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(-80px);
  transition: all 0.4s ease-in-out 0.1s;
}
.main-slider.style2 .active .content .sub-title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out 0.3s;
}
.main-slider.style2 .content h2 {
  line-height: 1.1em;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 44px;
}
.main-slider.style2 .content h2 span {
  font-weight: 700;
}

/*** 
=============================================
    Welcome Area Css
=============================================
***/
.welcome-area {
  position: relative;
  display: block;
  background: #f4f5f7;
  padding: 120px 0 120px;
}
.welcome-image-box {
  position: relative;
  display: block;
  max-width: 610px;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 40px;
}
.welcome-image-box:before {
  position: absolute;
  top: 0;
  left: -120px;
  bottom: 40px;
  width: 15px;
  background: #bd7f05;;
  content: "";
  border-radius: 10px;
}

.welcome-image-box img {
  width: 100%;
}
.welcome-image-box .image2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.welcome-image-box .image2:before {
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: 40px;
  right: 40px;
  border-top: 20px solid #f6f6f6;
  border-left: 20px solid #f6f6f6;
  content: "";
  border-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.welcome-image-box .image2 img {
  width: 100%;
}
.welcome-image-box .experience-box {
  position: absolute;
  top: 35px;
  left: 0;
}
.welcome-image-box .experience-box {
  position: absolute;
  top: 30px;
  left: -70px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fa-spin 5s ease infinite;
}
.welcome-image-box .experience-box:before {
  position: absolute;
  top: 13px;
  left: 13px;
  bottom: 13px;
  right: 13px;
  border: 1px dashed #e1e1e2;
  content: "";
  border-radius: 50%;
}
.welcome-image-box .experience-box h2 {
  color: #bd7f05;;
  font-size: 54px;
  line-height: 50px;
  font-weight: 400;
  margin: 0;
}
.welcome-image-box .experience-box h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 3px 0 0;
}

.welcome-content-box {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -30px;
}
.welcome-content-box .sec-title {
  padding-bottom: 39px;
}
.welcome-content-box .inner-content {
  position: relative;
  display: block;
}
.welcome-content-box .inner-content .text {
  position: relative;
  display: block;
}
.welcome-content-box .inner-content .text p {
  margin: 0;
}
.welcome-content-box .inner-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 29px 0 45px;
}
.welcome-content-box .inner-content ul li {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 20px;
  line-height: 44px;
}
.welcome-content-box .inner-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "\e920";
  font-family: "icomoon";
  color: #bd7f05;;
  font-size: 20px;
}

.welcome-content-box .inner-content .bottom-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.welcome-content-box .inner-content .bottom-box .left {
}
.welcome-content-box .inner-content .bottom-box .text2 {
  position: relative;
  display: block;
}
.welcome-content-box .inner-content .bottom-box .text2 p {
  margin: 0 0 6px;
  line-height: 20px;
}
.welcome-content-box .inner-content .bottom-box .text2 a {
  color: #2b2d36;
  font-size: 20px;
  font-weight: 700;
}

.author-info-box1 {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.author-info-box1 .image-box {
  width: 90px;
}
.author-info-box1 .image-box .inner {
  position: relative;
  display: block;
  padding: 4px;
  border: 2px solid #bd7f05;;
  border-radius: 50%;
}
.author-info-box1 .image-box .inner img {
  width: 100%;
}
.author-info-box1 .image-box,
.author-info-box1 .signature-box {
  display: table-cell;
  vertical-align: middle;
}

.author-info-box1 .signature-box {
  position: relative;
  padding-left: 15px;
}

.patients-box {
  position: relative;
  display: block;
  width: 200px;
  background: #ffffff;
  padding: 6px 0 7px;
}
.patients-box i {
  color: #bd7f05;;
  font-size: 67px;
}
.patients-box h2 {
  color: #353742;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin: 1px 0 8px;
}
.patients-box h2 span {
  position: relative;
  display: block;
  line-height: 50px;
}
.patients-box p {
  margin: 0;
}

/*** 
=============================================
    Certified Area Css
=============================================
***/
.certified-area {
  position: relative;
  display: block;
  z-index: 1;
}
.certified-area:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 240px;
  background: #f4f5f7;
  content: "";
  z-index: -1;
}
.certified-area .outer-container {
  position: relative;
  display: block;
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.certified-area .outer-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 90px 90px;
  border-radius: 10px;
}
.certified-area .outer-box:before {
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 0px;
  right: 30px;
  border: 1px solid #dbdee4;
  border-bottom: none;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  content: "";
}

.certified-content-box {
  position: relative;
  display: block;
}
.certified-content-box .sec-title {
  padding-bottom: 30px;
}
.certified-content-box .text {
  position: relative;
  display: block;
}
.certified-content-box .text .btns-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

.certified-image-box1 {
  position: relative;
  display: block;
  margin-left: -80px;
  margin-right: 80px;
}
.certified-image-box1 img {
  width: 100%;
  border-radius: 10px;
}

.certified-box {
  position: relative;
  display: block;
  margin-left: -80px;
}
.certified-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.certified-box .icon-box .eye-box {
  top: -15px;
}

.eye-box {
  position: relative;
  width: 110px;
  height: 110px;
  background: #bd7f05;;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fa-spin 5s ease infinite;
}

.certified-box ul {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.certified-box ul li {
  position: relative;
  display: block;
  float: left;
  width: 220px;
  margin: 0 15px 30px;
}

/*** 
=============================================
    Service Style1 Area Css
=============================================
***/
.services-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 90px;
  z-index: 1;
}
.services-style1-area:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 578px;
  background: #353742;
  content: "";
  z-index: -1;
}

.services-style1-area .top-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.services-style1-area .sec-title {
  padding-bottom: 49px;
}
.services-style1-area .top-title .text {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  top: -9px;
}
.services-style1-area .top-title .text p {
  color: #a5a7b3;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}
.services-style1-area.services-style1-instyle2:before {
  background: #f4f5f7;
}
.services-style1-area.services-style1-instyle2 .top-title .text p {
  color: #8a8c93;
}

.single-service-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-service-style1:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  height: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #bd7f05;;
  content: "";
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.single-service-style1:hover:before {
  transform: scaleY(1);
}
.single-service-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.single-service-style1 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.single-service-style1:hover .img-holder img {
  transform: scale(1.2);
}
.single-service-style1 .img-holder::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.single-service-style1:hover .img-holder::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.single-service-style1 .img-holder .icon {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 110px;
  height: 110px;
  background: #bd7f05;;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 1;
}
.single-service-style1 .img-holder .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #353742;
  content: "";
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.single-service-style1:hover .img-holder .icon:before {
  transform: scale(1);
}

.single-service-style1 .img-holder .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 65px;
  line-height: 110px;
  text-align: center;
}

.single-service-style1 .text-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 35px 40px 40px;
  -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.06);
}
.single-service-style1 .text-holder h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 13px;
}
.single-service-style1 .text-holder h3 a {
  color: #353742;
}
.single-service-style1 .text-holder p {
  margin: 0;
}
.single-service-style1 .text-holder .bottom-box {
  position: relative;
  display: block;
  padding-top: 18px;
}
.single-service-style1 .counting {
  position: absolute;
  bottom: -15px;
  right: -20px;
  color: #f4f5f7;
  font-size: 120px;
  line-height: 100px;
  font-weight: 900;
}

/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.slogan-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 193, 141, 0.9);
  content: "";
  z-index: -1;
}

.slogan-content {
  position: relative;
  overflow: hidden;
  padding: 104px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.slogan-content .left {
  position: relative;
  display: block;
}
.slogan-content .left .title h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 900;
}
.slogan-content .right {
  position: relative;
  display: block;
}
.slogan-content .right .btns-box {
  position: relative;
}
.slogan-content .right .btns-box a {
  background: #353742;
}

/*** 
=============================================
    choose Area Css
=============================================
***/
.choose-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 0px;
  z-index: 1;
}
.choose-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 150px;
  right: 0;
  background: #f4f5f7;
  content: "";
  z-index: -1;
}

.choose-left-box {
  position: relative;
  display: block;
}
.choose-left-box img {
  max-width: none;
  float: right;
}
.video-holder-box {
  position: relative;
  display: block;
  z-index: 1;
}
.video-holder-box .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: #bd7f05;;
  border-top-left-radius: 0px;
  z-index: 1;
}
.video-holder-box .icon:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  z-index: -1;
}
.video-holder-box:hover .icon:before {
  -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, 0.09);
  box-shadow: 0 0 0 0 rgba(54, 124, 232, 0.09);
  -webkit-animation: ripple 1s infinite;
  animation: ripple 3s infinite;
}
.video-holder-box .icon a {
  position: relative;
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 500ms ease;
}
.video-holder-box .icon a span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 30px;
  line-height: 150px;
}

.choose-content-box {
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 213px;
}
.choose-content-box .sec-title {
  padding-bottom: 49px;
}
.choose-content-box .inner-content {
  position: relative;
  display: block;
}

.choose-tabs {
  position: relative;
  display: block;
}
.choose-tabs .tab-button-column {
  position: relative;
  display: block;
}
.choose-tabs .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
}
.choose-tabs .tab-buttons .tab-btn {
  position: relative;
  display: block;
  float: left;
  padding: 0px 30px 0px;
  cursor: pointer;
  color: #353742;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  margin-right: 10px;
  transition: all 300ms ease;
  z-index: 1;
}
.choose-tabs .tab-buttons .tab-btn:last-child {
  margin-right: 0;
}
.choose-tabs .tab-buttons .tab-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: #bd7f05;;
  content: "";
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}
.choose-tabs .tab-buttons .tab-btn:hover:before,
.choose-tabs .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.choose-tabs .tab-buttons .tab-btn:hover,
.choose-tabs .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
}

.choose-tabs .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.choose-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.choose-tab-content-box {
  position: relative;
  display: block;
  padding-top: 30px;
}
.choose-tab-content-box .top-content {
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.choose-tab-content-box .bottom-content {
  position: relative;
  display: block;
}
.choose-tab-content-box .bottom-content .image-box {
  width: 170px;
}
.choose-tab-content-box .bottom-content .image-box,
.choose-tab-content-box .bottom-content .text-box {
  display: table-cell;
  vertical-align: middle;
}
.choose-tab-content-box .bottom-content .text-box {
  position: relative;
  padding-left: 30px;
}
.choose-tab-content-box .bottom-content .text-box ul {
  overflow: hidden;
}
.choose-tab-content-box .bottom-content .text-box ul li {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 44px;
  padding-left: 40px;
}
.choose-tab-content-box .bottom-content .text-box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "\e920";
  font-family: "icomoon";
  color: #bd7f05;;
  font-size: 20px;
}

.happy-patients-box {
  position: absolute;
  left: 90px;
  bottom: 0;
  max-width: 420px;
  width: 100%;
  background: #353742;
  padding: 34px 50px 30px;
  padding-right: 20px;
}
.happy-patients-box .icon {
  width: 90px;
}
.happy-patients-box .icon i:before {
  color: #bd7f05;;
  font-size: 65px;
}
.happy-patients-box .icon,
.happy-patients-box .title {
  display: table-cell;
  vertical-align: middle;
}
.happy-patients-box .title h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}
.happy-patients-box .title span {
  color: #a5a7b3;
  font-weight: 400;
}

/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 77px;
}
.testimonial-style1-area .shape1 {
  position: absolute;
  left: -80px;
  bottom: -90px;
}
.testimonial-style1-area .shape2 {
  position: absolute;
  top: -150px;
  right: 0px;
  z-index: 1;
}

.testimonial-style1-area .top-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.testimonial-style1-area .sec-title {
  padding-bottom: 49px;
}
.testimonial-style1-area .top-title .text {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  top: -9px;
}
.testimonial-style1-area .top-title .text p {
  color: #8a8c93;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.single-testimonial-style1 {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 40px;
  z-index: 10;
}
.single-testimonial-style1 .inner-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 44px 40px 0;
  z-index: 1;
}
.single-testimonial-style1 .inner-content:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60px;
  right: 0;
  -webkit-box-shadow: 0px -2px 11px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -2px 11px 2px rgba(0, 0, 0, 0.05);
  content: "";
  z-index: -1;
  transform: scaleX(0);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.single-testimonial-style1:hover .inner-content:before {
  transform: scaleX(1);
}
.single-testimonial-style1 .inner-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.single-testimonial-style1:hover .inner-content .bg {
  transform: scaleY(0);
}
.single-testimonial-style1 .inner-content .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -1;
  transform: scaleX(0);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.single-testimonial-style1:hover .inner-content .bg-overlay {
  transform: scaleX(1);
}

.single-testimonial-style1 .quote-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 27px;
  margin: 0 auto 30px;
}
.single-testimonial-style1 .quote-icon .main-icon {
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.single-testimonial-style1:hover .quote-icon .main-icon {
  transform: scale(0);
}
.single-testimonial-style1 .quote-icon .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform: scale(0);
}
.single-testimonial-style1:hover .quote-icon .overlay-icon {
  transform: scale(1);
}

.single-testimonial-style1 .text-box {
  position: relative;
  display: block;
  padding-bottom: 33px;
}
.single-testimonial-style1 .text-box p {
  margin: 0;
}
.single-testimonial-style1 .img-box {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  transition: all 900ms linear;
  transition-delay: 0.1s;
}
.single-testimonial-style1:hover .img-box {
}
.single-testimonial-style1 .img-box:before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  border: 10px solid #ffffff;
  content: "";
  border-radius: 50%;
}
.single-testimonial-style1 .img-box img {
  width: 100%;
  border-radius: 50%;
}

.single-testimonial-style1 .client-info-box {
  position: relative;
  display: block;
  padding-top: 17px;
}
.single-testimonial-style1 .client-info-box h3 {
  color: #bd7f05;;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
.single-testimonial-style1 .client-info-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
  position: relative;
  display: block;
  padding-top: 115px;
  padding-bottom: 180px;
  min-height: 600px;
}
.partner-area:before {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  z-index: 11;
}
.partner-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  min-height: 600px;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.partner-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  z-index: 10;
  padding-bottom: 70px;
}
.single-partner-logo-box {
  position: relative;
  overflow: hidden;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 40px;
}
.single-partner-logo-box a {
  position: relative;
  display: inline-block;
}
.single-partner-logo-box a img {
  opacity: 0.6;
  transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box:hover a img {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.1s;
}

/*** 
=============================================
    Service Style2 Area Css
=============================================
***/
.service-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0 0 120px;
  z-index: 10;
}
.service-style2-area .layer-outer-shape {
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
  max-width: 593px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: left top;
  opacity: 0.03;
}

.service-style2-left {
  position: relative;
  display: block;
  margin-top: -210px;
  margin-right: -40px;
}
.service-style2-left .sec-title {
  padding-bottom: 112px;
  margin-top: 0;
  top: -9px;
}
.single-service-style2 {
  position: relative;
  display: block;
  background: #ffffff;
  margin-bottom: 25px;
  padding: 27px 20px 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style2:hover {
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
}
.single-service-style2 .title {
  position: relative;
  display: inline-block;
  background: #f4f5f7;
  padding: 8px 20px;
  padding-right: 10px;
  border-radius: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style2:hover .title {
  background: #bd7f05;;
}
.single-service-style2 .title h5 {
  color: #353742;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-service-style2:hover .title h5 {
  color: #ffffff;
}
.single-service-style2 .text {
  position: relative;
  display: block;
  padding-top: 15px;
}
.single-service-style2 .text p {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.service-style2-left .bottom-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #dbdee4;
  padding-top: 30px;
}
.any-question-box {
  position: relative;
  display: block;
}
.any-question-box .icon {
  width: 85px;
}
.any-question-box .icon span:before {
  position: relative;
  top: 8px;
  color: #bd7f05;;
  font-size: 65px;
  line-height: 65px;
}
.any-question-box .icon,
.any-question-box .title {
  display: table-cell;
  vertical-align: middle;
}
.any-question-box .title {
  position: relative;
}
.any-question-box .title span {
}
.any-question-box .title h3 {
  color: #2b2d36;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 1px 0 0;
}

.service-style2-left .bottom-box .right {
  position: relative;
  display: block;
}
.service-style2-left .bottom-box .right .phone-number {
  position: relative;
  display: block;
}
.service-style2-left .bottom-box .right .phone-number a {
  color: #2b2d36;
  font-size: 24px;
  font-weight: 700;
}

.service-style2-right {
  position: relative;
  display: block;
  margin-top: -210px;
  margin-left: 60px;
}
.service-style2-right img {
  width: 100%;
}

/*** 
=============================================
    Home Map Area Css
=============================================
***/
.home-map-area {
  position: relative;
  display: block;
}
.home-map-area .outer-container {
  display: block;
}
.home-map-area .map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 550px;
}

/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 90px;
}
.blog-style1-area .top-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog-style1-area .sec-title {
  padding-bottom: 49px;
}
.blog-style1-area .top-title .text {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  top: -9px;
}
.blog-style1-area .top-title .text p {
  color: #8a8c93;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.single-blog-style1 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.single-blog-style1 .img-holder {
  position: relative;
  display: block;
}
.single-blog-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.single-blog-style1 .img-holder .inner:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(2, 193, 141, 0.8);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:before {
  height: 100%;
}
.single-blog-style1 .img-holder .inner img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
.single-blog-style1:hover .img-holder .inner img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.single-blog-style1 .img-holder .date-box {
  position: absolute;
  left: 40px;
  bottom: -25px;
  width: 100px;
  height: 50px;
  border-radius: 40px;
  text-align: center;
  background-color: #bd7f05;;
  z-index: 1;
}
.single-blog-style1 .img-holder .date-box h5 {
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
}

.single-blog-style1 .text-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 19px 40px 10px;
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
}
.single-blog-style1 .text-holder .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.single-blog-style1 .text-holder .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 24px;
  margin-right: 20px;
}
.single-blog-style1 .text-holder .meta-info li:last-child {
  margin-right: 0;
}
.single-blog-style1 .text-holder .meta-info li a {
  color: #353742;
  font-size: 14px;
  font-weight: 600;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .meta-info li a:hover {
  color: #bd7f05;;
}
.single-blog-style1 .text-holder .meta-info li span:before {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-right: 6px;
  top: 2px;
}

.single-blog-style1 .text-holder .blog-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin: 24px 0 0px;
}
.single-blog-style1 .text-holder .blog-title a {
  color: #353742;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .blog-title a:hover {
  color: #bd7f05;;
}

.single-blog-style1 .text-holder .text {
  position: relative;
  display: block;
  padding: 15px 0 28px;
}
.single-blog-style1 .text-holder .text p {
  margin: 0;
}
.single-blog-style1 .text-holder .text p span {
  color: #bd7f05;;
}

.single-blog-style1 .text-holder .bottom-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #dbdee4;
  padding-top: 10px;
}
.single-blog-style1 .text-holder .bottom-box .left {
  position: relative;
  display: block;
}
.single-blog-style1 .text-holder .bottom-box .left a {
  color: #8a8c93;
  font-size: 14px;
  font-weight: 500;
}

.blog-style1-area.graybg {
  background: #f4f5f7;
}
.single-blog-style1.style1-instyle2 .big-text {
  position: relative;
  background: #bd7f05;;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.single-blog-style1.style1-instyle2 .big-text .blog-quote {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.single-blog-style1.style1-instyle2 .big-text h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
.single-blog-style1.style1-instyle2 .text-holder .meta-info {
  padding-top: 26px;
  padding-bottom: 40px;
}

/*** 
=============================================
    Slogan Style2 Area style
=============================================
***/
.slogan-style2-area {
  position: relative;
  display: block;
  overflow: hidden;
}
.slogan-style2-area .icon-holder {
  position: absolute;
  left: 0;
  top: -140px;
  right: 0;
  text-align: center;
  z-index: 10;
}
.slogan-style2-area .outer-container {
  position: relative;
  display: block;
}
.slogan-style2-area .row {
  margin-left: -5px;
  margin-right: -5px;
}
.slogan-style2-area .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.slogan-single-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.slogan-single-box .img-holder {
  position: relative;
  display: block;
}
.slogan-single-box .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.slogan-single-box .img-holder .inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 193, 141, 0.7);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.slogan-single-box .img-holder .inner.gray-bg:before {
  background-color: rgba(56, 58, 69, 0.7);
}
.slogan-single-box .img-holder .inner img {
  width: 100%;
}

.slogan-single-box .img-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  z-index: 2;
}
.slogan-single-box .img-holder .overlay-content h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}
.slogan-single-box .img-holder .overlay-content .btns-box {
  position: relative;
  display: block;
  padding-top: 39px;
}
.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one {
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  font-weight: 600;
}
.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one i.round {
  width: 40px;
  height: 40px;
}
.slogan-single-box .img-holder .overlay-content .btns-box a.btn-one.gray {
  background-color: #353742;
}

/*** 
=============================================
    Subscribe Area style
=============================================
***/
.subscribe-area {
  position: relative;
  display: block;
  background: #2b2d36;
  padding: 30px 0;
}
.subscribe-area .left {
  position: relative;
  display: block;
}

.subscribe-social-links {
  position: relative;
  display: block;
  padding: 5px 0;
}
.subscribe-social-links ul {
  overflow: hidden;
}
.subscribe-social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.subscribe-social-links ul li:last-child {
  margin-right: 0;
}
.subscribe-social-links ul li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #353742;
  background: #353742;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.subscribe-social-links ul li a:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #bd7f05;;
}

.subscribe-area .right {
  position: relative;
  display: block;
}

.subscribe-content-box {
  position: relative;
}
.subscribe-title {
  position: relative;
  display: block;
  width: 150px;
  float: left;
  padding: 15px 0;
}
.subscribe-title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

.subscribe-box {
  position: relative;
  display: block;
  width: 500px;
  float: left;
}
.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}
.subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  padding-right: 50px;
  background: #353742;
  border: 0px solid;
  color: #a5a7b3;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  border-radius: 40px;
  transition: all 500ms ease;
  font-family: "Inter", sans-serif;
}
.subscribe-form input::-webkit-input-placeholder {
  color: #a5a7b3;
}
.subscribe-form input:-moz-placeholder {
  color: #a5a7b3;
}
.subscribe-form input::-moz-placeholder {
  color: #a5a7b3;
}
.subscribe-form input:-ms-input-placeholder {
  color: #a5a7b3;
}
.subscribe-form button {
  position: absolute;
  background-color: #bd7f05;;
  top: 5px;
  right: 5px;
  bottom: 5px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
  border-radius: 50%;
  transition: all 300ms ease 100ms;
}
.subscribe-form input[type="email"]:focus {
  color: #ffffff;
}
.subscribe-form input[type="email"]:focus + button,
.subscribe-form button:hover {
  background: #2b2d36;
  transform: rotate(360deg);
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
  position: relative;
  display: block;
  z-index: 1;
}
.footer-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #353742;
  z-index: -1;
}
.footer-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.footer-area .layer-outer .shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.03;
}
.footer-area .layer-outer .shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 510px;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.03;
}

.footer {
  position: relative;
  display: block;
  padding: 80px 0 75px;
}
.single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget.martop16 {
  margin-top: 16px;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: 0px;
  padding-bottom: 42px;
}
.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-footer-widget .our-company-info {
  position: relative;
  display: block;
}
.single-footer-widget .our-company-info .footer-logo {
  position: relative;
  display: block;
  padding-bottom: 39px;
}
.single-footer-widget .our-company-info .footer-logo a {
  display: inline-block;
}
.single-footer-widget .our-company-info .text {
  position: relative;
  display: block;
  padding-bottom: 34px;
}
.single-footer-widget .our-company-info .text p {
  color: #a5a7b3;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}
.single-footer-widget .our-company-info .btns-box {
  position: relative;
  display: block;
}
.single-footer-widget .our-company-info .btns-box a {
}

.single-footer-widget .link1 {
  position: relative;
  display: block;
  margin-top: -14px;
}
.single-footer-widget .link1 ul.marlft40 {
  margin-left: 40px;
}
.single-footer-widget .link1 ul li {
  position: relative;
  display: block;
  line-height: 40px;
}
.single-footer-widget .link1 ul li a {
  position: relative;
  color: #a5a7b3;
  font-size: 16px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-family: "Inter", sans-serif;
}
.single-footer-widget .link1 ul li a:hover {
  color: #bd7f05;;
}

.footer-news-links {
  position: relative;
  display: block;
}
.footer-news-links .single-news {
  position: relative;
  display: block;
  padding-left: 70px;
  min-height: 75px;
  margin-bottom: 35px;
}
.footer-news-links .single-news:last-child {
  margin-bottom: 0;
}
.footer-news-links .single-news .img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 6px;
}

.footer-news-links .single-news .img-holder img {
  width: 100%;
}
.footer-news-links .single-news .img-holder .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(2, 193, 141, 0.7);
  transform: perspective(400px) rotate(90deg);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.footer-news-links .single-news:hover .img-holder .overlay-content {
  opacity: 1;
  transform: perspective(400px) rotate(0deg);
  transition: all 0.4s ease-in-out 0.2s;
}
.footer-news-links .single-news .img-holder .overlay-content a {
  color: #353742;
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-news-links .single-news .img-holder .overlay-content a:hover {
  color: #ffffff;
}

.footer-news-links .single-news .title-holder {
  position: relative;
  display: block;
  padding-left: 20px;
}
.footer-news-links .single-news .title-holder p {
  position: relative;
  top: -3px;
  color: #bd7f05;;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 7px;
}
.footer-news-links .single-news .title-holder h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.footer-news-links .single-news .title-holder h5 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.footer-news-links .single-news .title-holder h5 a:hover {
  color: #bd7f05;;
}

.single-footer-widget .footer-contact-info {
  position: relative;
  display: block;
  margin-top: -6px;
}
.single-footer-widget .footer-contact-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.single-footer-widget .footer-contact-info ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  border-bottom: 1px solid #4a4b55;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.single-footer-widget .footer-contact-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.single-footer-widget .footer-contact-info ul li .icon {
  position: absolute;
  top: -1px;
  left: 0;
}
.single-footer-widget .footer-contact-info ul li .icon span:before {
  font-size: 18px;
  line-height: 18px;
}
.single-footer-widget .footer-contact-info ul li .text {
  position: relative;
  display: block;
}
.single-footer-widget .footer-contact-info ul li .text p {
  color: #a5a7b3;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
}
.single-footer-widget .footer-contact-info ul li .text p a {
  color: #a5a7b3;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-footer-widget .footer-contact-info ul li .text p a:hover {
  color: #bd7f05;;
}

.footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid #4a4b55;
  padding: 40px 0;
}
.footer-bottom .outer-box {
  position: relative;
  display: block;
}
.copyright-text {
  position: relative;
  display: block;
}
.copyright-text p {
  color: #a5a7b3;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.copyright-text p a {
  color: #bd7f05;;
  font-weight: 700;
  transition: all 500ms ease;
}

/*** 
=============================================
    Header Style two Css
=============================================
***/
.header-style-two {
  position: relative;
  background: #ffffff;
}
.header-style2 {
  position: relative;
  display: block;
  padding: 32px 0 33px;
}
.header-style2 .outer-box {
  position: relative;
  display: block;
}
.header-style2-left {
  position: relative;
  display: block;
}
.header-style2-left .logo {
  position: relative;
  display: block;
  padding: 13px 0 14px;
}
.header-style2-left .logo a {
  display: inline-block;
}

.header-style2-right {
  position: relative;
  display: block;
}
.header-contact-info-box {
  position: relative;
  display: block;
}
.header-contact-info-box ul {
  overflow: hidden;
}
.header-contact-info-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #dbdee4;
  padding-top: 10px;
  padding-bottom: 13px;
}
.header-contact-info-box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.header-contact-info-box ul li .icon {
  width: 50px;
}
.header-contact-info-box ul li .icon span:before {
  position: relative;
  top: 4px;
  font-size: 30px;
}
.header-contact-info-box ul li .icon,
.header-contact-info-box ul li .title {
  display: table-cell;
  vertical-align: middle;
}
.header-contact-info-box ul li .title h4 {
  color: #353742;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.header-contact-info-box ul li .title h4 a {
  color: #353742;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.header-contact-info-box ul li .title h4 a:hover {
  color: #bd7f05;;
}
.header-contact-info-box ul li .title p {
  color: #8a8c93;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  margin: 2px 0 0;
}

.header-style2-bottom {
  position: relative;
  display: block;
  background: #353742;
}
.header-style2-bottom .outer-box {
  position: relative;
  display: block;
}
.header-style2-bottom-left {
  position: relative;
  display: block;
}

.header-style2-bottom-left .nav-outer {
  position: relative;
  display: block;
  float: left;
}
.main-menu.style2 .navigation > li {
  margin-right: 55px;
  padding: 20px 0 20px;
}
.main-menu.style2 .navigation > li:before {
  display: none;
}
.main-menu.style2 .navigation > li > a {
  color: #a5a7b3;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
.main-menu.style2 .navigation > li:hover > a,
.main-menu.style2 .navigation > li.current > a {
  color: #ffffff;
}

.header-style2-bottom-right {
  position: relative;
  display: block;
}
.header-style2-bottom-right .header-social-link {
  float: left;
  padding: 20px 0;
  margin-right: 60px;
}
.header-style2-bottom-right .btns-box {
  position: relative;
  display: block;
  float: right;
  padding: 10px 0;
}

/*** 
=============================================
    Featured Area Css
=============================================
***/
.featured-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 80px;
}
.featured-area .top-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.featured-area .sec-title {
  padding-bottom: 49px;
}
.featured-area .top-title .text {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  top: -9px;
}
.featured-area .top-title .text p {
  color: #8a8c93;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.single-featured-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 50px 30px 38px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  margin-bottom: 40px;
  z-index: 1;
}
.single-featured-box:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 16px 2px rgba(0, 0, 0, 0.04);
}
.single-featured-box:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  height: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #bd7f05;;
  content: "";
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.single-featured-box:hover:before {
  transform: scaleY(1);
}
.single-featured-box .icon-holder {
  position: relative;
  display: block;
  width: 110px;
  height: 110px;
  background: #bd7f05;;
  border-radius: 50%;
  margin: 0 auto;
}
.single-featured-box .icon-holder span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 110px;
  text-align: center;
}
.single-featured-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 28px 0 22px;
}
.single-featured-box p {
  margin: 0;
}

.opening-hours-contact-box {
  position: relative;
  display: block;
  background: #353742;
  border-radius: 8px;
  padding: 48px 50px 49px;
  margin-bottom: 40px;
}
.opening-hours-contact-box h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.opening-hours-contact-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 34px;
}
.opening-hours-contact-box ul li {
  position: relative;
  display: block;
  margin-bottom: 27px;
}
.opening-hours-contact-box ul li:last-child {
  margin-bottom: 0;
}
.opening-hours-contact-box ul li p {
  color: #bd7f05;;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 13px;
}
.opening-hours-contact-box ul li h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

/*** 
=============================================
    Emergency Contact Area Css
=============================================
***/
.emergency-contact-area {
  position: relative;
  display: block;
  padding: 83px 0px;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.emergency-contact-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 193, 141, 0.9);
  content: "";
  z-index: -1;
}
.emergency-contact-number {
  position: relative;
  display: block;
}
.emergency-contact-number .icon {
  width: 90px;
}
.emergency-contact-number .icon span:before {
  position: relative;
  top: 3px;
  color: #ffffff;
  font-size: 65px;
  line-height: 65px;
}
.emergency-contact-number .icon,
.emergency-contact-number .title {
  display: table-cell;
  vertical-align: middle;
}
.emergency-contact-number .title h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin: 0px 0 5px;
}
.emergency-contact-number .title a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.emergency-contact-number .title a:hover {
  color: #000000;
}
.emergency-contact-text {
  position: relative;
  display: block;
  padding: 8px 0;
}
.emergency-contact-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  margin: 0;
}

.emergency-contact-btns-box {
  position: relative;
  display: block;
  padding: 7px 0;
}
.emergency-contact-btns-box .btn-one {
  background-color: #353742;
}

/*** 
=============================================
    Slogan Style3 Area Css
=============================================
***/
.slogan-style3-area {
  position: relative;
  display: block;
  padding: 104px 0px 120px;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.slogan-style3-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(56, 58, 69, 0.9);
  content: "";
  z-index: -1;
}

.slogan-content-style3 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.slogan-content-style3 .title h2 {
  color: #ffffff;
  font-size: 70px;
  line-height: 86px;
  font-weight: 900;
}
.slogan-content-style3 .title h2 span {
  color: #bd7f05;;
}
.slogan-content-style3 .btns-box {
  position: relative;
  display: block;
  padding-top: 42px;
}
.slogan-content-style3 .btns-box a {
}

/*** 
=============================================
    Team Area Css
=============================================
***/
.team-area {
  position: relative;
  display: block;
  background: #f4f5f7;
  overflow: hidden;
}
.team-content-box {
  position: relative;
  display: block;
  padding: 115px 0;
}
.team-content-box .sec-title {
  padding-bottom: 38px;
}
.team-content-box .inner-content {
  position: relative;
  display: block;
}
.team-content-box .inner-content .text-box {
  position: relative;
  display: block;
  padding-bottom: 38px;
}
.team-content-box .inner-content .text-box p {
  margin: 0;
}

.offering-box {
  position: relative;
  display: block;
  padding: 35px 0;
  border-top: 1px solid #dbdee4;
  border-bottom: 1px solid #dbdee4;
}
.offering-box .img-holder {
  width: 155px;
}
.offering-box .img-holder img {
  border-radius: 7px;
}
.offering-box .img-holder,
.offering-box .title-holder {
  display: table-cell;
  vertical-align: middle;
}
.offering-box .title-holder {
  padding-left: 30px;
}
.offering-box .title-holder h3 {
  color: #353742;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.progress-levels {
  position: relative;
  display: block;
  padding-top: 37px;
}
.progress-levels .progress-box {
  position: relative;
  display: block;
  margin-bottom: 37px;
}
.progress-levels .progress-box.last-child {
  margin-bottom: 0;
}
.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}
.progress-levels .progress-box .inner .text {
  position: relative;
  color: #353742;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
  text-transform: capitalize;
}
.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}
.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
}
.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  top: 0%;
  left: 0px;
  bottom: 0%;
  width: 0px;
  height: 10px;
  border-radius: 10px;
  background: #bd7f05;;
  transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -53px;
  right: 0;
  width: 43px;
  height: 33px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 43px;
  height: 33px;
  background: #bd7f05;;
  content: "";
  z-index: -1;
  border-radius: 5px;
  border-bottom-left-radius: 0;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent:after {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  border-top: 10px solid #bd7f05;;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  line-height: 33px;
  font-weight: 700;
  display: inline-block;
  float: none;
  font-family: "Inter", sans-serif;
}
.progress-levels .progress-box .inner .percent {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  line-height: 33px;
  font-weight: 700;
  display: inline-block;
  float: none;
  margin-left: -2px;
  font-family: "Inter", sans-serif;
}

.team-member-box {
  position: relative;
  display: block;
  max-width: 500px;
  width: 100%;
  float: right;
}
.single-team-member {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.single-team-member .img-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 30px 0;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.single-team-member .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.single-team-member .img-holder .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}
.single-team-member:hover .img-holder .inner::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.single-team-member:hover .overlay-style-one {
  opacity: 1;
}
.single-team-member .img-holder .inner img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.single-team-member:hover .img-holder .inner img {
  transform: scale(1.05);
}

.single-team-member .title-holder {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 27px 30px 30px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.single-team-member:hover .title-holder {
  border-radius: 0;
}
.single-team-member .title-holder:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  height: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #bd7f05;;
  content: "";
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.single-team-member:hover .title-holder:before {
  transform: scaleY(1);
}
.single-team-member .title-holder .left {
  position: relative;
  display: block;
}
.single-team-member .title-holder h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px 0 3px;
}
.single-team-member .title-holder h3 a {
  color: #353742;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}
.single-team-member .title-holder p {
  color: #bd7f05;;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}
.single-team-member .title-holder .right {
  position: relative;
  display: block;
}
.team-social-links {
  position: relative;
  display: block;
}
.team-social-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.team-social-links ul li:last-child {
  margin-right: 0;
}
.team-social-links ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #f4f5f7;
  border-radius: 50%;
  text-align: center;
  color: #353742;
  font-size: 14px;
  line-height: 40px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.team-social-links ul li a:hover {
  color: #ffffff;
  background: #bd7f05;;
}

/*** 
=============================================
    Before After Work Area Css
=============================================
***/
.before-after-work-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 72px 0 120px;
  overflow: hidden;
}
.before-after-work-area .shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.03;
}

.before-after-work-area .before-after-content .before-after {
  position: relative;
}
.before-after-work-area
  .before-after-content
  .before-after
  .twentytwenty-container
  img {
  width: 100%;
}
.before-after-work-area
  .before-after-content
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-before-label:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 100px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 0px;
  background: transparent;
  z-index: 1;
  transform: rotate(-45deg);
  text-transform: uppercase;

  display: none;
}
.before-after-work-area
  .before-after-content
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-before-label:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.before-after-work-area
  .before-after-content
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-after-label:before {
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100px;
  line-height: 140px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  transform: rotate(-45deg);
  z-index: 1;
  text-transform: uppercase;
  display: none;
}
.before-after-work-area
  .before-after-content
  .before-after
  .twentytwenty-horizontal
  .twentytwenty-after-label:after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.twentytwenty-after-label,
.twentytwenty-before-label {
  opacity: 1 !important;
}

/*** 
=============================================
    faq content Area Css
=============================================
***/
.faq-content-area {
  position: relative;
  display: block;
}
.faq-content-area .layer-outer {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
}
.faq-content-area .layer-outer .left-box {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background-attachment: scroll;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq-content-area .layer-outer .left-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(56, 58, 69, 0.9);
  content: "";
}

.faq-content-area .layer-outer .right-box {
  position: relative;
  display: block;
  width: 50%;
  height: 100%;
  float: left;
  background-attachment: scroll;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.faq-content-area .layer-outer .right-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 193, 141, 0.9);
  content: "";
}

.faq-title-box {
  position: relative;
  display: block;
  padding: 120px 0;
  padding-right: 90px;
}
.faq-title-box .sec-title {
  padding-bottom: 38px;
}
.faq-title-box .text {
  position: relative;
  display: block;
  padding-bottom: 48px;
}
.faq-title-box .text p {
  color: #a5a7b3;
  margin: 0;
}

.faq-title-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.faq-title-box ul li {
  position: relative;
  display: block;
  float: left;
  width: 170px;
  background: #ffffff;
  text-align: center;
  margin-right: 10px;
  padding: 25px 0 19px;
}
.faq-title-box ul li:last-child {
  margin-right: 0;
}
.faq-title-box ul li span:before {
  color: #bd7f05;;
  font-size: 65px;
  line-height: 65px;
}
.faq-title-box ul li h4 {
  color: #353742;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 8px 0 0;
}

.faq-content-box {
  position: relative;
  display: block;
  padding-left: 105px;
  margin-right: -150px;
  padding-top: 120px;
  padding-bottom: 120px;
}

/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/
.contact-form-style1-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0 0px;
  overflow: hidden;
}
.contact-form-style1-area .shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
}

.contact-form {
  position: relative;
  display: block;
  max-width: 610px;
  width: 100%;
  padding: 121px 0;
  z-index: 10;
}
.contact-form .sec-title {
  padding-bottom: 49px;
}
.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #f4f5f7;
  border: 1px solid #f4f5f7;
  width: 100%;
  height: 70px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding-left: 29px;
  padding-right: 20px;
  border-radius: 7px;
  transition: all 500ms ease;
  font-family: "Inter", sans-serif;
}
.contact-form form textarea {
  height: 190px;
  padding-top: 17px;
  padding-left: 29px;
  padding-right: 20px;
}
.contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: #e8e3e3;
}
.contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: #e8e3e3;
}
.contact-form form textarea:focus {
  color: #222222;
  border-color: #e8e3e3;
}
.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #8a8c93;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: #8a8c93;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: #8a8c93;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #8a8c93;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #8a8c93;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #8a8c93;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #8a8c93;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #8a8c93;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #8a8c93;
}
.contact-form form textarea:-moz-placeholder {
  color: #8a8c93;
}
.contact-form form textarea::-moz-placeholder {
  color: #8a8c93;
}
.contact-form form textarea:-ms-input-placeholder {
  color: #8a8c93;
}
.contact-form form .button-box {
  position: relative;
  display: block;
}
.contact-image-box {
  position: relative;
  display: block;
  margin-left: -190px;
  z-index: 1;
}
.contact-image-box img {
  max-width: none;
  float: left;
}

/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-style2-area {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 90px 0 50px;
}
.partner-style2-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 193, 141, 0.9);
  z-index: -1;
}

.partner-box-style2 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  z-index: 10;
}
.single-partner-logo-box-style2 {
  position: relative;
  overflow: hidden;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 40px;
}
.single-partner-logo-box-style2 a {
  position: relative;
  display: inline-block;
}
.single-partner-logo-box-style2 a img {
  opacity: 1;
  transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box-style2:hover a img {
  opacity: 0.8;
  transition: all 0.8s ease-in-out 0.1s;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
  position: relative;
  display: block;
  overflow: hidden;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
  z-index: 10;

}

@media (max-width: 767px) {
    .breadcrumb-area {
        padding: 0px 0 0px;
        background-position: center right;
        background-size: cover;
    }
}
.breadcrumb-area .layer-outer-icon {
  position: absolute;
  left: 0;
  bottom: -106px;
  right: 0;
  text-align: center;
}
.breadcrumb-area .inner-content {
  position: relative;
  display: block;
}

.breadcrumb-menu ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.breadcrumb-menu ul li {
  position: relative;
  display: inline-block;
  float: left;
  color: rgba(53, 55, 66, 0.7);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 15px;
  margin-right: 10px;
  text-transform: capitalize;
  font-family: "Inter", sans-serif;
}
.breadcrumb-menu ul li:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 1px;
  background: #353742;
  content: "";
  margin: 15px 0;
}
.breadcrumb-menu ul li:last-child:before {
  display: none;
}
.breadcrumb-menu ul li a {
  color: white;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.breadcrumb-menu ul li a:hover {
  color: #bd7f05;;
}
.breadcrumb-menu ul li.active {
  color: #fff;
}

.breadcrumb-area .title {
  position: relative;
  display: block;
  margin: 11px 0 0;
}
.breadcrumb-area .title h2 {
  color: #ffff;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 900;
  text-transform: capitalize;
      margin-left: 20px;
}

/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 120px 0 90px;
}
.about-style1-text-box {
  position: relative;
  display: block;
  padding-bottom: 48px;
}
.about-style1-text-box .sec-title {
  padding-bottom: 39px;
}
.about-style1-text-box .inner-contant {
  position: relative;
  display: block;
}
.about-style1-text-box .inner-contant .text-box {
  position: relative;
  display: block;
}
.about-style1-text-box .inner-contant .text-box p {
  margin: 0;
}

.about-style1-image-box {
  position: relative;
  display: block;
}
.about-style1-image-box .single-image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.about-style1-image-box .single-image-box.image1 {
  margin-right: -30px;
}
.about-style1-image-box .single-image-box.image2 {
  margin-left: 30px;
}

.about-style1-image-box .single-image-box img {
  width: 100%;
}
.about-style1-image-box .single-image-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(2, 193, 141, 0.9);
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-style1-image-box .single-image-box .overlay-content .icon {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
.about-style1-image-box .single-image-box .overlay-content .icon span:before {
  color: #ffffff;
  font-size: 75px;
  line-height: 75px;
}
.about-style1-image-box .single-image-box .overlay-content h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.about-style1-image-box .single-image-box .overlay-content h2 span {
  font-weight: 900;
}

/*** 
=====================================================
	Partner Style3 Area style
=====================================================
***/
.partner-style3-area {
  position: relative;
  display: block;
  background: #ffffff;
  border-top: 1px solid #dbdee4;
  padding-top: 100px;
  padding-bottom: 60px;
}

.partner-box-style3 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  z-index: 10;
}
.single-partner-logo-box-style3 {
  position: relative;
  overflow: hidden;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 40px;
}
.single-partner-logo-box-style3 a {
  position: relative;
  display: inline-block;
}
.single-partner-logo-box-style3 a img {
  opacity: 0.3;
  transition: all 0.2s ease-in-out 0.1s;
}
.single-partner-logo-box-style3:hover a img {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.1s;
}

/*** 
=====================================================
	Team Style2 Area style
=====================================================
***/
.team-style2-area {
  position: relative;
  display: block;
  background: #f4f5f7;
  padding: 120px 0 80px;
}
.team-style2-area .top-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.team-style2-area .sec-title {
  padding-bottom: 49px;
}
.team-style2-area .top-title .text {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  top: -9px;
}
.team-style2-area .top-title .text p {
  color: #8a8c93;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.team-style2-area.team-page {
  background: #ffffff;
}
.team-style2-area.team-page .single-team-member {
  -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.08);
}

/*** 
=====================================================
	Welcome Area Style2 Css
=====================================================
***/
.welcome-area.style2 {
  background: #ffffff;
}
.welcome-image-box.style2 {
  position: relative;
  display: block;
  max-width: 540px;
  width: 100%;
  padding-right: 0;
  padding-bottom: 35px;
}
.welcome-image-box.style2:before {
  top: auto;
  left: 0px;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 15px;
  background: #bd7f05;;
  content: "";
  border-radius: 10px;
}
.welcome-content-box.style2 {
  position: relative;
  display: block;
  margin-left: -70px;
  margin-right: 0;
}
.welcome-content-box.style2 .inner-content h3 {
  color: #bd7f05;;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 31px;
}

/*** 
=====================================================
	Faq Content Area Faq Page Css
=====================================================
***/
.faq-content-area.faq-page {
  position: relative;
  padding: 120px 0 120px;
}
.faq-content-area.faq-page .faq-content-box {
  position: relative;
  display: block;
  padding-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.07);
}

/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  padding: 146px 0 150px;
}
.error-content {
  position: relative;
  display: block;
  z-index: 3;
}
.error-content h4 {
  color: #353742;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.error-content .title {
  position: relative;
  display: block;
  font-size: 180px;
  line-height: 150px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 17px 0 12px;
}
.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 32px;
}
.error-content .button {
  line-height: 0;
}
.error-content .button a {
}

/*** 
=============================================
    services Page Area Css
=============================================
***/
.services-page-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 90px;
}

/*** 
=============================================
    Services Details Area Css
=============================================
***/
.services-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 92px;
}
.services-details-content {
  position: relative;
  display: block;
}
.services-details-image1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.services-details-image1 img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}
.services-details-image1:hover img {
  transform: scale(1.2);
}
.services-details-image1 .icon {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 110px;
  height: 110px;
  background: #bd7f05;;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 1;
}
.services-details-image1 .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #353742;
  content: "";
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.services-details-image1:hover .icon:before {
  transform: scale(1);
}
.services-details-image1 .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 65px;
  line-height: 110px;
  text-align: center;
}

.services-details-text1 {
  position: relative;
  display: block;
  padding: 40px 0 32px;
}
.services-details-text1 h2 {
  color: #353742;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 18px;
}
.services-details-text1 p {
}

.services-details-text2 {
  position: relative;
  display: block;
}
.services-details-text2 .img-box {
  position: relative;
  display: block;
}
.services-details-text2 .img-box img {
  width: 100%;
}
.services-details-text2 .text-box {
  position: relative;
  display: block;
}
.services-details-text2 .text-box h3 {
  position: relative;
  color: #353742;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin: -5px 0 22px;
}
.services-details-text2 .text-box p {
  margin: 0;
}
.services-details-text2 .text-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 26px;
}
.services-details-text2 .text-box ul li {
  position: relative;
  display: block;
  padding-left: 40px;
  color: #8a8c93;
  font-size: 20px;
  line-height: 44px;
  font-weight: 500;
}
.services-details-text2 .text-box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "\e920";
  font-family: "icomoon";
  color: #bd7f05;;
  font-size: 20px;
}

.service-details-faq-box {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 12px 2px rgba(0, 0, 0, 0.07);
}

.services-details-text3 {
  position: relative;
  display: block;
}
.services-details-text3 h2 {
  color: #353742;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 30px;
}

.services-details-sidebar {
  position: relative;
}

.single-sidebar1 {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f5f7;
  padding: 43px 20px 50px;
  border-radius: 7px;
}
.single-sidebar1 .title {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-bottom: 10px;
}
.single-sidebar1 .title h3 {
  color: #353742;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.single-sidebar1 .page-links {
  position: relative;
}
.single-sidebar1 .page-links ul {
  overflow: hidden;
}
.single-sidebar1 .page-links ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 10px;
  z-index: 1;
}
.single-sidebar1 .page-links ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  opacity: 0;
  transform: scaleY(0.3);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.single-sidebar1 .page-links ul li:hover:before,
.single-sidebar1 .page-links ul li.active:before {
  opacity: 1;
  transform: scaleY(1);
}
.single-sidebar1 .page-links ul li:last-child {
  margin-bottom: 0;
}
.single-sidebar1 .page-links ul li a {
  color: #8a8c93;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-sidebar1 .page-links ul li:hover a,
.single-sidebar1 .page-links ul li.active a {
  color: #353742;
}

.single-sidebar2 {
  position: relative;
  display: block;
  padding: 118px 0 119px;
  text-align: center;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  margin-top: 30px;
  z-index: 1;
}
.single-sidebar2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 193, 141, 0.85);
  border-radius: 8px;
  z-index: -1;
}
.single-sidebar2 a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.single-sidebar2 h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  margin: 4px 0 0;
}

/*** 
=============================================
    Blog Area Css
=============================================
***/
.blog-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 0 185px;
}

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}
.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  color: #777777;
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  transition: all 500ms ease;
  z-index: 1;
  font-family: "Archivo", sans-serif;
}
.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #031f4b;
  border-color: #031f4b;
}
.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: #ffffff;
  line-height: 38px;
  border-color: #031f4b;
  background: #031f4b;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #031f4b;
  background: #0098ff;
}

.sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}
.sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.sidebar-wrapper .single-sidebar.last-child {
  margin: 0;
}
.sidebar-wrapper .single-sidebar .title {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-left: 30px;
  padding-bottom: 2px;
}
.sidebar-wrapper .single-sidebar .title h3 {
  color: #353742;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.sidebar-search-box {
  position: relative;
  display: block;
}
.sidebar-search-box form.search-form {
  position: relative;
  display: block;
  background: #bd7f05;;
  padding: 15px 20px;
  width: 100%;
  border-radius: 10px;
}
.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 0px;
  background: #bd7f05;;
  border: 0px solid #e5e5e5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #bd7f05;;
  color: #ffffff;
  font-size: 16px;
  line-height: 55px;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1;
  transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
  font-size: 16px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
  color: #000;
  border-color: #337ce8;
}
.sidebar-search-box .search-form input[type="text"]:focus + button,
.sidebar-search-box .search-form button:hover {
  color: #000000;
  background: #04cc96;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.sidebar-search-box .search-form input:-moz-placeholder {
  color: #ffffff;
}
.sidebar-search-box .search-form input::-moz-placeholder {
  color: #ffffff;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: #ffffff;
}

.single-sidebar.latest-posts-box {
  position: relative;
  display: block;
  background: #f4f5f7;
  padding: 50px 20px 30px;
}
.single-sidebar .latest-posts {
  position: relative;
  display: block;
}
.single-sidebar .latest-posts li {
  position: relative;
  display: block;
  padding: 20px 30px 20px;
  min-height: 60px;
  z-index: 1;
}
.single-sidebar .latest-posts li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.single-sidebar .latest-posts li:hover:before {
  opacity: 1;
  transform: scaleY(1);
}

.single-sidebar .latest-posts li .inner {
  position: relative;
  display: block;
  padding-left: 60px;
  min-height: 60px;
}
.single-sidebar .latest-posts li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.single-sidebar .latest-posts li .img-box img {
  width: 100%;
}
.single-sidebar .latest-posts li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  opacity: 0;
  transform: perspective(400px) scale(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.single-sidebar .latest-posts li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) scale(1);
  transition: all 0.3s ease-in-out 0.3s;
}
.single-sidebar .latest-posts li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-sidebar .latest-posts li .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
  min-height: 60px;
}
.single-sidebar .latest-posts li .title-box h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
.single-sidebar .latest-posts li .title-box h4 a {
  color: #8a8c93;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .latest-posts li .title-box h4 a:hover {
  color: #353742;
}

.single-sidebar.categories-box {
  position: relative;
  display: block;
  background: #f4f5f7;
  padding: 50px 20px 36px;
}
.single-sidebar.categories-box .title {
  padding-bottom: 10px;
}
.single-sidebar .categories {
  position: relative;
  display: block;
}
.single-sidebar .categories ul {
  overflow: hidden;
}
.single-sidebar .categories ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 10px;
  z-index: 1;
}
.single-sidebar .categories ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  opacity: 0;
  transform: scaleY(0.3);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}
.single-sidebar .categories ul li:hover:before,
.single-sidebar .categories ul li.active:before {
  opacity: 1;
  transform: scaleY(1);
}
.single-sidebar .categories ul li:after {
  content: "\f105";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  font-family: FontAwesome;
  color: #8a8c93;
  font-size: 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .categories ul li:hover:after,
.single-sidebar .categories ul li.active:after {
  color: #bd7f05;;
}
.single-sidebar .categories ul li:last-child {
  margin-bottom: 0;
}
.single-sidebar .categories ul li a {
  color: #8a8c93;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-sidebar .categories ul li:hover a,
.single-sidebar .categories ul li.active a {
  color: #353742;
}

.single-sidebar.popular-tag-box {
  position: relative;
  display: block;
  background: #f4f5f7;
  padding: 50px 20px 36px;
}
.single-sidebar.popular-tag-box .title {
  padding-bottom: 10px;
}
.single-sidebar .popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 30px;
}
.single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.single-sidebar .popular-tag li:last-child {
  margin-right: 0;
}
.single-sidebar .popular-tag li a {
  position: relative;
  color: #8a8c93;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0.1s;
}
.single-sidebar .popular-tag li a:hover {
  color: #bd7f05;;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
}
.blog-single-area .blog-post {
  position: relative;
  display: block;
}
.blog-single-area .blog-post .single-blog-style1 {
  margin: 0;
}
.blog-single-area .blog-post .single-blog-style1 .text-holder {
  padding: 40px 0px 0px;
  box-shadow: none;
}
.blog-single-area .blog-post .single-blog-style1 .text-holder .blog-title {
  font-size: 34px;
  line-height: 46px;
  font-weight: 600;
  margin: 0px;
}
.blog-single-area .blog-post .single-blog-style1 .text-holder .text {
  padding: 15px 0 0;
}

.blog-details-text-box-one {
  position: relative;
  display: block;
  padding-top: 32px;
}

.blog-single-area .tag-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid #dbdee4;
  padding: 30px 0px 30px;
  margin-top: 48px;
}
.blog-single-area .tag-box .tag {
  position: relative;
  display: block;
  padding: 12px 0;
  padding-left: 55px;
}
.blog-single-area .tag-box .tag .title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.blog-single-area .tag-box .tag .title h3 {
  color: #353742;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
}
.blog-single-area .tag-box .tag ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-single-area .tag-box .tag ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.blog-single-area .tag-box .tag ul li:last-child {
  margin-right: 0;
}
.blog-single-area .tag-box .tag ul li a {
  position: relative;
  display: block;
  color: #8a8c93;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.blog-single-area .tag-box .right {
  position: relative;
  display: block;
}

.blog-detail-author-box {
  position: relative;
  display: block;
  background: #f4f5f7;
  padding: 60px 60px 60px;
  border-radius: 10px;
}
.blog-detail-author-box .img-box {
  width: 170px;
}
.blog-detail-author-box .img-box,
.blog-detail-author-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
.blog-detail-author-box .text-box {
  padding-left: 30px;
}
.blog-detail-author-box .text-box h3 {
  color: #353742;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 27px;
}
.blog-detail-author-box .text-box p {
  margin: 0;
}

.comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 51px;
}
.comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.comment-box .title h3 {
  color: #353742;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.comment-box .outer-box {
  position: relative;
  display: block;
}
.comment-box .single-comment {
  position: relative;
  display: block;
  border-bottom: 1px solid #dbdee4;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.comment-box .single-comment-box {
  position: relative;
  display: block;
  padding-left: 90px;
}
.comment-box .single-comment-box .img-holder {
  position: absolute;
  left: 0;
  top: 0px;
  width: 90px;
  height: 90px;
}
.comment-box .single-comment-box .img-holder img {
  width: 100%;
  border-radius: 50%;
}
.comment-box .single-comment-box .text-holder {
  position: relative;
  display: block;
  padding-left: 40px;
}
.comment-box .single-comment-box .text-holder h3 {
  color: #353742;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 11px;
}
.comment-box .single-comment-box .text-holder h3 span {
  color: #bd7f05;;
  font-size: 14px;
  font-weight: 700;
}
.comment-box .single-comment-box .text-holder .reply-button {
  position: relative;
  display: block;
  padding-top: 12px;
}

.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.add-comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.add-comment-box .title h3 {
  color: #353742;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.add-comment-box #add-comment-form {
}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #f4f5f7;
  border: 1px solid #f4f5f7;
  width: 100%;
  height: 70px;
  color: #8a8c93;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.add-comment-box #add-comment-form textarea {
  height: 180px;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #8a8c93;
}
.add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #8a8c93;
}
.add-comment-box #add-comment-form textarea:focus {
  border-color: #8a8c93;
}
.add-comment-box #add-comment-form .button-box {
  position: relative;
  display: block;
}

/*** 
=============================================
    Contact Form Style1 Area Contact Page Css
=============================================
***/
.contact-form-style1-area.contact-page {
  padding-top: 120px;
  padding-bottom: 110px;
}
.contact-p-contact-info-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: -20px;
}
.contact-p-contact-info-box .sec-title {
  padding-bottom: 46px;
}
.contact-p-contact-info-box .inner-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.contact-p-contact-info-box .inner-content ul {
  overflow: hidden;
}
.contact-p-contact-info-box .inner-content ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #dde0e6;
  padding-bottom: 26px;
  margin-bottom: 27px;
}
.contact-p-contact-info-box .inner-content ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-p-contact-info-box .inner-content ul li .icon {
  width: 65px;
}
.contact-p-contact-info-box .inner-content ul li .icon span:before {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  background: #bd7f05;;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  line-height: 65px;
  text-align: center;
}
.contact-p-contact-info-box .inner-content ul li .icon,
.contact-p-contact-info-box .inner-content ul li .text {
  display: table-cell;
  vertical-align: middle;
}
.contact-p-contact-info-box .inner-content ul li .text {
  position: relative;
  padding-left: 20px;
}
.contact-p-contact-info-box .inner-content ul li .text a {
  position: relative;
  display: inline-block;
  color: #8a8c93;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-p-contact-info-box .inner-content ul li .text a:hover {
  color: #bd7f05;;
}
.contact-p-contact-info-box .inner-content ul li .text p {
  color: #8a8c93;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
}

.contact-form.contact-page {
  float: right;
  padding: 0;
}

/*** 
=============================================
    Google Map Area Css
=============================================
***/
.contact-p-map-area {
  position: relative;
  display: block;
  background: #f5f5f5;
}
.contact-p-map-area .map-outer {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}
.contact-p-map-area .map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 550px;
}

/*** 
=============================================
    RTL Page Css
=============================================
***/
/** Mainmenu Rtl Css **/
.rtl .main-menu .navigation > li {
  float: right;
  margin-right: 40px;
}
.rtl .main-menu .navigation > li:first-child {
  margin-right: 0;
}
.rtl .main-menu .navigation > li:last-child {
}
.rtl .main-menu .navigation > li > ul {
  left: auto;
  right: 0;
}
.rtl .main-menu .navigation > li > ul > li > a {
  text-align: right;
}
.rtl .main-menu .navigation > li > ul > li > a:before {
  display: none;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a:after {
  display: none;
}
.rtl .main-menu .navigation > li > ul > li > ul {
  left: auto;
  right: 100%;
}
.rtl .main-menu .navigation > li > ul > li > ul > li > a {
  text-align: right;
}
.rtl .sticky-header .main-menu .navigation > li {
  margin-right: 40px;
}
.rtl .sticky-header .main-menu .navigation > li:first-child {
  margin-right: 0px;
}
.rtl.scroll-top {
  left: 20px;
  right: auto;
}

.rtl .header-contact-info-box ul li .icon {
  text-align: right;
}
.rtl .header-contact-info-box ul li .title {
  text-align: right;
}

.btn-one.btn-rtl {
  padding-left: 10px;
  padding-right: 30px;
}
.btn-one.btn-rtl i.round {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}
.btn-one.btn-rtl:hover i.round {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}

.rtl .single-service-style1 .counting {
  right: auto;
  left: -20px;
}

.rtl .emergency-contact-text {
  text-align: right;
}
.rtl .emergency-contact-number .icon {
  text-align: right;
}
.rtl .emergency-contact-number .title {
  text-align: right;
}
.rtl .btn-style3 {
  transform: rotate(180deg);
}

.rtl .faq-title-box ul li {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.rtl .faq-title-box ul li:last-child {
  margin-left: 0;
}

.rtl .single-blog-style1.style1-instyle2 .big-text .blog-quote {
  display: none;
}
.rtl .single-blog-style1 .text-holder .meta-info li {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.rtl .single-blog-style1 .text-holder .meta-info li:last-child {
  margin-left: 0;
}
.rtl .single-blog-style1 .text-holder .meta-info li span:before {
  padding-right: 0;
  padding-left: 6px;
}

.rtl .contact-form-style1-area .shape {
  display: none;
}
.rtl .contact-image-box img {
  max-width: none;
  float: right;
}

.rtl .subscribe-form button {
  right: auto;
  left: 5px;
  transform: rotate(180deg);
}
.rtl .subscribe-form input[type="email"]:focus + button,
.rtl .subscribe-form button:hover {
  transform: rotate(180deg);
}

.rtl .footer-news-links .single-news {
  padding-left: 0px;
  padding-right: 70px;
}
.rtl .footer-news-links .single-news .img-holder {
  top: 0;
  left: auto;
  right: 0;
}
.rtl .footer-news-links .single-news .title-holder {
  padding-left: 0px;
  padding-right: 20px;
}

.rtl .single-footer-widget .link1 ul {
  float: right;
}
.rtl .single-footer-widget .footer-contact-info ul li {
  padding-left: 0px;
  padding-right: 30px;
}
.rtl .single-footer-widget .footer-contact-info ul li .icon {
  left: auto;
  right: 0;
}
.rtl .single-footer-widget .link1 ul.marlft40 {
  margin-left: 30px;
  float: right;
}
.rtl .single-footer-widget .link1 ul.marlft40 {
  margin-left: 0px;
  float: right;
  margin-right: 30px;
}

/*==============================================
   DatePicker Css
===============================================*/
#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
  z-index: 10 !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #333333 !important;
  background: #333333 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
  z-index: 99999999;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}

/*==============================================
   Theme Color Css
===============================================*/
.thm-clr {
  color: #bd7f05;;
}
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
  color: #bd7f05;;
}
.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active {
  color: #bd7f05;;
}
.mobile-menu .navigation li > a:before {
  border-left: 5px solid #bd7f05;;
}

/*==============================================
   Theme Hover Color Css
===============================================*/
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #353742;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #bd7f05;;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #bd7f05;;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #bd7f05;;
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #bd7f05;;
}

/*==============================================
   Theme Background Css
===============================================*/
.thm-bgclr {
  background-color: #0098ff;
}

/*==============================================
   Theme Hover Background Color Css
===============================================*/
.overlay-bgc1 {
  background-color: rgba(54, 124, 232, 0.8);
}
.overlay-bgc2 {
  background-color: rgba(0, 0, 0, 0.7);
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: 15px;
}

/* =========================
   Doctor About Section
========================= */

.doctor-about {
  background: #f8fbfc;
  overflow: hidden;
}

/* Image Card */

.doctor-image-card {
  position: relative;
  max-width: 460px;
  margin: auto;
  border-radius: 24px;
  overflow: visible;
}

.doctor-image-card img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Experience Badge */

.experience-badge {
  position: absolute;
  right: -25px;
  bottom: 35px;
  background: #0b8a93;
  color: #fff;
  padding: 18px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 35px rgba(11, 138, 147, 0.3);
}

.experience-badge .number {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.experience-badge .text {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

/* Content */

.doctor-content {
  padding-left: 25px;
}

.section-tag {
  display: inline-block;
  color: #0b8a93;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.doctor-content h2 {
  font-size: 44px;
  line-height: 1.15;
  color: #173b45;
  font-weight: 700;
  margin-bottom: 20px;
}

.doctor-content h2 span {
  color: #0b8a93;
}

.doctor-content p {
  color: #687980;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.doctor-intro {
  font-size: 18px !important;
  color: #4c6269 !important;
}

/* Highlights */

.doctor-highlights {
  margin-top: 25px;
}

.highlight-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  height: 100%;
  border: 1px solid #e7eeee;
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.highlight-icon {
  min-width: 48px;
  height: 48px;
  background: #e8f6f7;
  color: #0b8a93;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.highlight-box h5 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #173b45;
}

.highlight-box p {
  margin: 0;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

/* Buttons */

.doctor-btn {
  background: #0b8a93;
  border-color: #0b8a93;
  padding: 12px 23px;
  border-radius: 8px;
  font-weight: 600;
}

.doctor-btn:hover {
  background: #076e76;
  border-color: #076e76;
}

.doctor-outline-btn {
  padding: 12px 23px;
  border-radius: 8px;
  font-weight: 600;
}

/* Responsive */

@media (max-width: 991px) {
  .doctor-content {
    padding-left: 0;
  }

  .doctor-content h2 {
    font-size: 36px;
  }

  .doctor-image-card {
    max-width: 500px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .doctor-content h2 {
    font-size: 30px;
  }

  .doctor-content p {
    font-size: 15px;
  }

  .doctor-image-card img {
    height: 420px;
  }

  .experience-badge {
    right: 10px;
    bottom: 20px;
    padding: 14px 18px;
  }

  .experience-badge .number {
    font-size: 28px;
  }

  .doctor-buttons .btn {
    display: block;
    width: 100%;
    margin: 8px 0 !important;
  }
}

/* =========================
   Doctor About Section
========================= */

.doctor-about {
  background: #f8fbfc;
  overflow: hidden;
}

/* Image Card */

.doctor-image-card {
  position: relative;
  max-width: 460px;
  margin: auto;
  border-radius: 24px;
  overflow: visible;
}

.doctor-image-card img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* Experience Badge */

.experience-badge {
  position: absolute;
  right: -25px;
  bottom: 35px;
  background: #0b8a93;
  color: #fff;
  padding: 18px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 35px rgba(11, 138, 147, 0.3);
}

.experience-badge .number {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.experience-badge .text {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

/* Content */

.doctor-content {
  padding-left: 25px;
}

.section-tag {
  display: inline-block;
  color: #0b8a93;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.doctor-content h2 {
  font-size: 44px;
  line-height: 1.15;
  color: #173b45;
  font-weight: 700;
  margin-bottom: 20px;
}

.doctor-content h2 span {
  color: #0b8a93;
}

.doctor-content p {
  color: #687980;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.doctor-intro {
  font-size: 18px !important;
  color: #4c6269 !important;
}

/* Highlights */

.doctor-highlights {
  margin-top: 25px;
}

.highlight-box {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 16px;
  border-radius: 14px;
  height: 100%;
  border: 1px solid #e7eeee;
  transition: all 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.highlight-icon {
  min-width: 48px;
  height: 48px;
  background: #e8f6f7;
  color: #0b8a93;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.highlight-box h5 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #173b45;
}

.highlight-box p {
  margin: 0;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

/* Buttons */

.doctor-btn {
  background: #0b8a93;
  border-color: #0b8a93;
  padding: 12px 23px;
  border-radius: 8px;
  font-weight: 600;
}

.doctor-btn:hover {
  background: #076e76;
  border-color: #076e76;
}

.doctor-outline-btn {
  padding: 12px 23px;
  border-radius: 8px;
  font-weight: 600;
}

/* Responsive */

@media (max-width: 991px) {
  .doctor-content {
    padding-left: 0;
  }

  .doctor-content h2 {
    font-size: 36px;
  }

  .doctor-image-card {
    max-width: 500px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .doctor-content h2 {
    font-size: 30px;
  }

  .doctor-content p {
    font-size: 15px;
  }

  .doctor-image-card img {
    height: 420px;
  }

  .experience-badge {
    right: 10px;
    bottom: 20px;
    padding: 14px 18px;
  }

  .experience-badge .number {
    font-size: 28px;
  }

  .doctor-buttons .btn {
    display: block;
    width: 100%;
    margin: 8px 0 !important;
  }
}
/* ==============================
   WHY CHOOSE US
================================ */

.why-choose-section {
  background: #f7fbfc;
  position: relative;
}

/* Section Tag */

.why-tag {
  display: inline-block;
  color: #0b8a93;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

/* Heading */

.why-title {
  color: #173b45;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

.why-title span {
  color: #0b8a93;
}

.why-subtitle {
  color: #6b7d82;
  font-size: 16px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto;
}

/* Feature Card */

.why-card {
  background: #ffffff;
  border: 1px solid #e5eeee;
  border-radius: 18px;
  padding: 32px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Top Border Effect */

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #0b8a93;
  transition: width 0.35s ease;
}

.why-card:hover::before {
  width: 100%;
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: transparent;
  box-shadow: 0 18px 45px rgba(23, 59, 69, 0.1);
}

/* Icon */

.why-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: #e8f6f7;
  color: #0b8a93;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 27px;
  margin-bottom: 22px;

  transition: all 0.35s ease;
}

.why-card:hover .why-icon {
  background: #0b8a93;
  color: #ffffff;
  transform: scale(1.08);
}

/* Card Heading */

.why-card h4 {
  color: #173b45;
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 12px;
}

/* Card Paragraph */

.why-card p {
  color: #718186;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* ==============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .why-title {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .why-choose-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .why-title {
    font-size: 30px;
  }

  .why-subtitle {
    font-size: 15px;
  }

  .why-card {
    padding: 30px 22px 25px 25px;
  }
}

/* =========================================
   SERVICES SECTION
========================================= */

.services-section {
  background: #f7fbfc;
}

/* =========================================
   HEADING
========================================= */

.services-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.services-label {
  display: inline-block;

  color: #0b8a93;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 2px;

  margin-bottom: 12px;
}

.services-heading h2 {
  color: #173b45;

  font-size: 40px;
  line-height: 1.2;

  font-weight: 700;

  margin-bottom: 15px;
}

.services-heading h2 span {
  color: #0b8a93;
}

.services-heading p {
  color: #6d7f84;

  font-size: 15px;
  line-height: 1.8;

  margin: 0 auto;
}

/* =========================================
   SERVICE CARD
========================================= */

.service-card {
  display: block;

  background: #ffffff;

  border-radius: 18px;

  overflow: hidden;

  text-decoration: none;

  border: 1px solid #e6eeee;

  box-shadow: 0 8px 30px rgba(23, 59, 69, 0.05);

  transition: all 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 45px rgba(23, 59, 69, 0.12);

  border-color: #d2e7e9;
}

/* =========================================
   IMAGE
========================================= */

.service-image {
  position: relative;

  width: 100%;
  height: 220px;

  overflow: hidden;

  background: #eaf5f6;
}

.service-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.07);
}

/* =========================================
   OVERLAY
========================================= */

.service-overlay {
  position: absolute;

  right: 15px;
  bottom: 15px;

  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: #ffffff;

  color: #0b8a93;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 17px;

  opacity: 0;

  transform: translateY(10px);

  transition: all 0.35s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;

  transform: translateY(0);
}

/* =========================================
   SERVICE CONTENT
========================================= */

.service-content {
  padding: 20px 20px 22px;

  position: relative;
}

.service-content span {
  display: block;

  color: #9aabad;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 7px;
}

.service-content h4 {
  color: #173b45;

  font-size: 18px;

  line-height: 1.4;

  font-weight: 650;

  margin: 0;

  transition: color 0.3s ease;
}

.service-card:hover .service-content h4 {
  color: #0b8a93;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .services-heading h2 {
    font-size: 35px;
  }

  .service-image {
    height: 230px;
  }
}

@media (max-width: 576px) {
  .services-section {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .services-heading h2 {
    font-size: 29px;
  }

  .services-heading p {
    font-size: 14px;
  }

  .service-image {
    height: 240px;
  }

  .service-content {
    padding: 17px 18px 20px;
  }
}


.services-section {
  background: #f7fbfd;
}

.services-heading .services-label {
  display: inline-block;
  margin-bottom: 12px;
  color: #bd7f05;;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.services-heading h2 {
  margin-bottom: 15px;
  color: #183b4d;
  font-family: "DM Serif Display", serif;
  font-size: 46px;
  line-height: 1.15;
}

.services-heading h2 span {
  color: #bd7f05;;
}

.services-heading p {
  max-width: 650px;
  margin: auto;
  color: #71828a;
  font-size: 15px;
  line-height: 1.8;
}

/* Card */

.service-card {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(75, 168, 199, 0.15);
  transition: 0.4s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(75, 168, 199, 0.45);
  box-shadow: 0 18px 40px rgba(24, 59, 77, 0.1);
}

/* Image */

.service-image {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #eaf7fb;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.06);
}

/* Number */

.service-number {
  position: absolute;
  top: 15px;
  left: 15px;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.94);
  color: #3b9abb;

  font-size: 12px;
  font-weight: 700;
}

/* Overlay */

.service-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: flex-end;
  justify-content: flex-end;

  padding: 18px;

  background: linear-gradient(to top, rgba(19, 65, 82, 0.65), transparent 60%);

  opacity: 0;
  transition: 0.4s ease;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-overlay i {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #fff;
  color: #3b9abb;

  font-size: 18px;
}

/* Content */

.service-content {
  min-height: 155px;
  padding: 22px;
}

.service-category {
  display: block;
  margin-bottom: 8px;

  color: #bd7f05;;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.service-content h4 {
  margin-bottom: 10px;

  color: #183b4d;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
}

.service-content p {
  margin: 0;

  color: #71828a;
  font-size: 13px;
  line-height: 1.7;
}

/* Tablet */

@media (max-width: 991px) {
  .services-heading h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .services-heading h2 {
    font-size: 34px;
  }

  .service-image {
    height: 220px;
  }

  .service-overlay {
    opacity: 1;
  }
}

/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testimonials-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #f5fbfd;
}

/* Decorative background */

.testimonials-section::before {
  content: "";
  position: absolute;

  width: 420px;
  height: 420px;

  top: -220px;
  right: -120px;

  border-radius: 50%;

  background: rgba(75, 168, 199, 0.08);

  pointer-events: none;
}

/* =========================================
   HEADING
========================================= */

.testimonials-heading {
  position: relative;
  max-width: 720px;
  margin: 0 auto 55px;
}

.testimonial-label {
  display: inline-block;
  margin-bottom: 14px;

  color: #bd7f05;;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.testimonials-heading h2 {
  margin: 0 0 16px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;
  font-size: 46px;
  line-height: 1.15;
}

.testimonials-heading h2 span {
  color: #bd7f05;;
}

.testimonials-heading p {
  max-width: 600px;
  margin: auto;

  color: #71828a;

  font-size: 15px;
  line-height: 1.8;
}

/* =========================================
   SLIDER
========================================= */

.testimonialSwiper {
  position: relative;
  padding: 10px 5px 60px;
}

.testimonialSwiper .swiper-slide {
  height: auto;
}

/* =========================================
   TESTIMONIAL CARD
========================================= */

.testimonial-card {
  position: relative;

  height: 100%;
  min-height: 330px;

  padding: 32px;

  background: #ffffff;

  border: 1px solid rgba(75, 168, 199, 0.14);

  transition: all 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);

  border-color: rgba(75, 168, 199, 0.35);

  box-shadow: 0 20px 45px rgba(24, 59, 77, 0.09);
}

/* Top */

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 25px;
}

/* Quote */

.testimonial-quote {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #eaf7fb;

  color: #bd7f05;;

  font-size: 24px;
}

/* Stars */

.testimonial-stars {
  display: flex;
  gap: 4px;

  color: #bd7f05;;

  font-size: 12px;
}

/* Text */

.testimonial-text {
  margin: 0 0 30px;

  color: #50646d;

  font-size: 15px;
  line-height: 1.9;
}

/* Author */

.testimonial-author {
  display: flex;
  align-items: center;

  gap: 13px;

  margin-top: auto;
}

.author-avatar {
  width: 46px;
  height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  border-radius: 50%;

  background: #bd7f05;;

  color: #ffffff;

  font-size: 15px;
  font-weight: 600;
}

.testimonial-author h5 {
  margin: 0 0 3px;

  color: #183b4d;

  font-size: 15px;
  font-weight: 600;
}

.testimonial-author span {
  color: #8a9ba2;

  font-size: 11px;
}

/* =========================================
   PAGINATION
========================================= */

.testimonial-pagination {
  bottom: 5px !important;
}

.testimonial-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;

  margin: 0 5px !important;

  background: #b8dce8;

  opacity: 1;

  transition: all 0.3s ease;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  width: 24px;

  border-radius: 10px;

  background: #bd7f05;;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .testimonials-section {
    padding: 80px 0;
  }

  .testimonials-heading h2 {
    font-size: 40px;
  }

  .testimonial-card {
    min-height: 310px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 65px 0;
  }

  .testimonials-heading {
    margin-bottom: 35px;
  }

  .testimonials-heading h2 {
    font-size: 34px;
  }

  .testimonials-heading p {
    font-size: 14px;
  }

  .testimonial-card {
    min-height: auto;
    padding: 25px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 1.8;
  }
}

/* =========================================
   MODERN FOOTER
========================================= */

.modern-footer {
  position: relative;
  overflow: hidden;

  background: #102f3e;

  color: #ffffff;
}

/* =========================================
   FOOTER MAIN
========================================= */

.footer-main {
  position: relative;
  padding: 85px 0 70px;
}

/* subtle background */

.footer-main::before {
  content: "";

  position: absolute;

  width: 450px;
  height: 450px;

  right: -180px;
  top: -200px;

  border-radius: 50%;

  background: rgba(75, 168, 199, 0.1);

  pointer-events: none;
}

/* =========================================
   BRAND
========================================= */

.footer-brand {
  max-width: 390px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}

.footer-logo img {
  max-width: 190px;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-speciality {
  display: block;

  margin-bottom: 20px;

  color: #79c7df;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.footer-brand p {
  margin: 0 0 28px;

  color: #b8cbd2;

  font-size: 14px;
  line-height: 1.9;
}

/* Appointment */

.footer-appointment {
  display: inline-flex;
  align-items: center;
  gap: 15px;

  padding: 13px 20px;

  background: #bd7f05;;

  color: #ffffff;

  font-size: 15px;
  font-weight: 600;

  text-decoration: none;

  transition: 0.3s ease;
}

.footer-appointment i {
  font-size: 16px;
}

.footer-appointment:hover {
  background: #ffffff;
  color: #183b4d;
}

/* =========================================
   WIDGET
========================================= */

.modern-footer-widget h4 {
  position: relative;

  margin: 0 0 25px;

  color: #ffffff;

  font-size: 16px;
  font-weight: 600;
}

.modern-footer-widget h4::after {
  content: "";

  display: block;

  width: 28px;
  height: 2px;

  margin-top: 10px;

  background: #bd7f05;;
}

.modern-footer-widget ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.modern-footer-widget li {
  margin-bottom: 12px;
}

.modern-footer-widget li a {
  color: #aec2ca;

  font-size: 13px;

  text-decoration: none;

  transition: 0.3s ease;
}

.modern-footer-widget li a:hover {
  padding-left: 5px;
  color: #bd7f05;;
}

/* =========================================
   CONTACT
========================================= */

.modern-contact {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.contact-item {
  display: flex;
  align-items: center;

  gap: 13px;

  color: #ffffff;
  text-decoration: none;
}

.contact-icon {
  width: 42px;
  height: 42px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(120, 201, 223, 0.25);

  border-radius: 50%;

  color: #70c6df;

  font-size: 16px;

  transition: 0.3s ease;
}

.contact-item:hover .contact-icon {
  background: #bd7f05;;
  border-color: #bd7f05;;
  color: #ffffff;
}

.contact-item small {
  display: block;

  margin-bottom: 3px;

  color: #819aa4;

  font-size: 10px;

  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-item strong {
  display: block;

  color: #e9f5f8;

  font-size: 13px;
  font-weight: 500;

  line-height: 1.4;
}

/* =========================================
   SOCIAL
========================================= */

.footer-social {
  display: flex;
  gap: 9px;

  margin-top: 28px;
}

.footer-social a {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.14);

  border-radius: 50%;

  color: #b8cbd2;

  text-decoration: none;

  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #bd7f05;;
  border-color: #bd7f05;;
  color: #ffffff;
  transform: translateY(-3px);
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.modern-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
  min-height: 70px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
}

.footer-bottom-inner p {
  margin: 0;

  color: #819aa4;

  font-size: 12px;
}

.footer-bottom-inner strong {
  color: #b9dce6;
  font-weight: 600;
}

.footer-bottom-links {
  display: flex;
  gap: 22px;
}

.footer-bottom-links a {
  color: #819aa4;

  font-size: 12px;

  text-decoration: none;

  transition: 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #bd7f05;;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .footer-main {
    padding: 70px 0 50px;
  }

  .footer-brand {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 55px 0 40px;
  }

  .footer-bottom-inner {
    padding: 20px 0;

    flex-direction: column;

    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-logo img {
    max-width: 170px;
  }
}

/* =========================================
   ABOUT PAGE
========================================= */

.about-page {
  color: #183b4d;
  background: #ffffff;
}

/* =========================================
   HERO
========================================= */

.about-hero {
  position: relative;

  min-height: 440px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 30%,
      rgba(75, 168, 199, 0.15),
      transparent 30%
    ),
    linear-gradient(135deg, #f2fafc 0%, #ffffff 65%);
}

.about-hero::after {
  content: "";

  position: absolute;

  width: 500px;
  height: 500px;

  right: -220px;
  bottom: -300px;

  border-radius: 50%;

  border: 1px solid rgba(75, 168, 199, 0.15);
}

.about-hero .container {
  position: relative;
  z-index: 2;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 30px;

  color: #8b9da4;

  font-size: 12px;
}

.about-breadcrumb a {
  color: #bd7f05;;
  text-decoration: none;
}

.about-hero-label,
.section-label {
  display: inline-block;

  color: #bd7f05;;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2px;
}

.about-hero h1 {
  max-width: 800px;

  margin: 14px 0 20px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: clamp(42px, 5vw, 68px);

  line-height: 1.05;
}

.about-hero h1 span {
  display: block;
  color: #bd7f05;;
}

.about-hero p {
  max-width: 650px;

  margin: 0;

  color: #667d86;

  font-size: 16px;
  line-height: 1.8;
}

/* =========================================
   INTRO
========================================= */

.about-intro-section {
  padding: 110px 0;
  background: #ffffff;
}

.about-doctor-image {
  position: relative;

  max-width: 470px;

  margin: auto;
}

.about-doctor-image img {
  position: relative;
  z-index: 2;

  width: 100%;

  display: block;

  object-fit: cover;
}

.image-frame {
  position: absolute;

  width: 100%;
  height: 100%;

  top: 22px;
  left: -22px;

  border: 1px solid #bd7f05;;
}

.experience-badge {
  position: absolute;

  right: -30px;
  bottom: 30px;

  z-index: 3;

  width: 150px;
  height: 150px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 20px;

  background: #183b4d;

  color: #ffffff;
}

.experience-badge strong {
  color: #bd7f05;;

  font-family: "DM Serif Display", serif;

  font-size: 42px;
  line-height: 1;
}

.experience-badge span {
  margin-top: 8px;

  color: #c3d4da;

  font-size: 11px;
  line-height: 1.5;
}

.about-content {
  padding-left: 35px;
}

.about-content h2,
.training-heading h2,
.recognition-content h2 {
  margin: 12px 0 22px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: 46px;
  line-height: 1.15;
}

.about-content h2 span,
.training-heading h2 span,
.recognition-content h2 span {
  color: #bd7f05;;
}

.about-content p {
  margin-bottom: 17px;

  color: #687f88;

  font-size: 15px;
  line-height: 1.9;
}

.about-content .lead-text {
  color: #415e69;

  font-size: 16px;
  line-height: 1.8;
}

.about-signature {
  margin-top: 28px;
  padding-top: 20px;

  border-top: 1px solid #e4eef1;
}

.about-signature strong {
  display: block;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: 24px;
}

.about-signature span {
  display: block;

  margin-top: 4px;

  color: #bd7f05;;

  font-size: 13px;

  letter-spacing: 1px;
}

/* =========================================
   CREDENTIALS
========================================= */

.credential-section {
  padding: 0;

  background: #183b4d;
}

.credential-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
}

.credential-item {
  min-height: 150px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 15px;

  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.credential-item:last-child {
  border: 0;
}

.credential-item strong {
  color: #bd7f05;;

  font-family: "DM Serif Display", serif;

  font-size: 38px;
}

.credential-item span {
  color: #c0d1d7;

  font-size: 15px;

  line-height: 1.5;
}

/* =========================================
   EXPERTISE
========================================= */

.expertise-section {
  padding: 110px 0;

  background: #f5fbfd;
}

.section-heading-center {
  max-width: 700px;

  margin: 0 auto;

  text-align: center;
}

.section-heading-center h2 {
  margin: 12px 0 17px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: 46px;

  line-height: 1.15;
}

.section-heading-center h2 span {
  color: #bd7f05;;
}

.section-heading-center p {
  margin: 0;

  color: #70848c;

  font-size: 14px;
  line-height: 1.8;
}

.expertise-card {
  height: 100%;

  padding: 35px;

  background: #ffffff;

  border: 1px solid #e4eef1;

  transition: 0.35s ease;
}

.expertise-card:hover {
  transform: translateY(-7px);

  border-color: rgba(75, 168, 199, 0.4);

  box-shadow: 0 20px 45px rgba(24, 59, 77, 0.08);
}

.expertise-icon {
  width: 55px;
  height: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  border-radius: 50%;

  background: #eaf7fb;

  color: #bd7f05;;

  font-size: 22px;
}

.expertise-card h3 {
  margin-bottom: 12px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: 25px;
}

.expertise-card p {
  margin-bottom: 20px;

  color: #71838a;

  font-size: 15px;
  line-height: 1.8;
}

.expertise-card a {
  color: #bd7f05;;

  font-size: 15px;
  font-weight: 600;

  text-decoration: none;
}

.expertise-card a i {
  margin-left: 5px;
}

/* =========================================
   TRAINING
========================================= */

.training-section {
  padding: 70px 0;

  background: #ffffff;
}

.training-heading {
  max-width: 450px;
}

.training-heading p,
.recognition-content p {
  color: #71838a;

  font-size: 15px;

  line-height: 1.9;
}

.timeline {
  position: relative;

  padding-left: 35px;
}

.timeline::before {
  content: "";

  position: absolute;

  left: 6px;
  top: 10px;
  bottom: 10px;

  width: 1px;

  background: #dcecf0;
}

.timeline-item {
  position: relative;

  padding-bottom: 30px;
}

.timeline-dot {
  position: absolute;

  left: -35px;
  top: 5px;

  width: 13px;
  height: 13px;

  border-radius: 50%;

  background: #bd7f05;;

  border: 3px solid #eaf7fb;
}

.timeline-content span {
  color: #bd7f05;;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 1.5px;
}

.timeline-content h3 {
  margin: 5px 0;

  color: #183b4d;

  font-size: 19px;
  font-weight: 600;
}

.timeline-content p {
  margin: 0;

  color: #81939a;

  font-size: 13px;
}

/* =========================================
   JOURNEY
========================================= */

.journey-section {
  padding: 69px 0;

  background: #f5fbfd;
}

.journey-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  margin-top: 55px;

  border-top: 1px solid #dcecf0;
  border-bottom: 1px solid #dcecf0;
}

.journey-card {
  position: relative;

  min-height: 240px;

  padding: 35px 28px;

  border-right: 1px solid #dcecf0;
}

.journey-card:last-child {
  border: 0;
}

.journey-card.current {
  background: #183b4d;
}

.journey-number {
  color: #bd7f05;;

  font-size: 18px;
  font-weight: 700;

  letter-spacing: 2px;
}

.journey-card h3 {
  margin: 35px 0 12px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: 24px;
}

.journey-card p {
  margin: 0;

  color: #71838a;

  font-size: 15px;
  line-height: 1.7;
}

.journey-card.current h3 {
  color: #ffffff;
}

.journey-card.current p {
  color: #b8cbd2;
}

/* =========================================
   RECOGNITION
========================================= */

.recognition-section {
  padding: 110px 0;

  background: #ffffff;
}

.recognition-content {
  max-width: 500px;
}

.recognition-list {
  display: flex;

  flex-direction: column;

  gap: 15px;
}

.recognition-item {
  display: flex;
  align-items: center;

  gap: 20px;

  padding: 22px;

  border: 1px solid #e5eff2;

  transition: 0.3s ease;
}

.recognition-item:hover {
  border-color: #bd7f05;;

  transform: translateX(5px);
}

.recognition-icon {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #eaf7fb;

  color: #bd7f05;;
}

.recognition-item h4 {
  margin: 0 0 4px;

  color: #183b4d;

  font-size: 18px;
}

.recognition-item p {
  margin: 0;

  color: #81939a;

  font-size: 15px;
}

/* =========================================
   MEMBERSHIPS
========================================= */

.membership-section {
  padding: 100px 0;

  background: #f5fbfd;
}

.membership-grid {
  display: flex;

  flex-wrap: wrap;
  justify-content: center;

  gap: 12px;

  max-width: 900px;

  margin: 45px auto 0;
}

.membership-item {
  padding: 14px 20px;

  background: #ffffff;

  border: 1px solid #dfecef;

  color: #506c77;

  font-size: 14px;

  transition: 0.3s ease;
}

.membership-item:hover {
  border-color: #bd7f05;;
  color: #bd7f05;;
}

/* =========================================
   PHILOSOPHY
========================================= */

.about-philosophy {
  padding: 120px 0;

  background: linear-gradient(135deg, #102f3e, #183b4d);

  text-align: center;
}

.philosophy-inner {
  max-width: 850px;

  margin: auto;
}

.philosophy-inner .section-label {
  color: #bd7f05;;
}

.philosophy-inner h2 {
  margin: 25px 0;

  color: #ffffff;

  font-family: "DM Serif Display", serif;

  font-size: 40px;

  line-height: 1.35;
}

.philosophy-inner p {
  max-width: 650px;

  margin: auto;

  color: #b7cbd2;

  font-size: 14px;

  line-height: 1.8;
}

.philosophy-signature {
  margin-top: 30px;

  color: #bd7f05;;

  font-family: "DM Serif Display", serif;

  font-size: 24px;
}

/* =========================================
   CTA
========================================= */

.about-cta {
  padding: 75px 0;

  background: #ffffff;
}

.about-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 40px;

  padding: 50px;

  background: #eef9fc;

  border: 1px solid #d9edf2;
}

.about-cta-inner > div:first-child {
  max-width: 650px;
}

.about-cta-inner span {
  color: #bd7f05;;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 1.8px;
}

.about-cta h2 {
  margin: 10px 0;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: 36px;
}

.about-cta p {
  margin: 0;

  color: #71838a;

  font-size: 14px;
}

.cta-buttons {
  display: flex;

  gap: 10px;

  flex-shrink: 0;
}

.cta-btn {
  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 14px 20px;

  background: #bd7f05;;

  color: #ffffff;

  font-size: 15px;
  font-weight: 600;

  text-decoration: none;

  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #183b4d;
  color: #ffffff;
}

.cta-btn.secondary {
  background: #ffffff;

  color: #183b4d;

  border: 1px solid #d4e8ed;
}

.cta-btn.secondary:hover {
  background: #183b4d;
  color: #ffffff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .about-intro-section,
  .expertise-section,
  .training-section,
  .recognition-section {
    padding: 80px 0;
  }

  .about-content {
    padding-left: 0;
  }

  .credential-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .credential-item:nth-child(2) {
    border-right: 0;
  }

  .journey-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-card:nth-child(2) {
    border-right: 0;
  }

  .journey-card:nth-child(-n + 2) {
    border-bottom: 1px solid #dcecf0;
  }

  .about-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 390px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-intro-section {
    padding: 70px 0;
  }

  .about-doctor-image {
    max-width: 90%;
  }

  .experience-badge {
    right: -10px;
    bottom: 20px;

    width: 130px;
    height: 130px;
  }

  .about-content h2,
  .training-heading h2,
  .recognition-content h2,
  .section-heading-center h2 {
    font-size: 36px;
  }

  .credential-grid {
    grid-template-columns: 1fr 1fr;
  }

  .credential-item {
    min-height: 120px;

    padding: 15px;
  }

  .credential-item strong {
    font-size: 30px;
  }

  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-card {
    border-right: 0;
    border-bottom: 1px solid #dcecf0;
  }

  .journey-card:last-child {
    border-bottom: 0;
  }

  .timeline {
    margin-top: 30px;
  }

  .philosophy-inner h2 {
    font-size: 30px;
  }

  .about-cta-inner {
    padding: 30px 25px;
  }

  .about-cta h2 {
    font-size: 30px;
  }

  .cta-buttons {
    width: 100%;
    flex-direction: column;
  }

  .cta-btn {
    justify-content: center;
  }
}

/* =========================================
   CONTACT PAGE
========================================= */

.contact-page {
  background: #ffffff;
  color: #183b4d;
}

/* =========================================
   HERO
========================================= */

.contact-hero {
  position: relative;

  min-height: 430px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(75, 168, 199, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #effaff, #ffffff 70%);
}

.contact-hero-circle {
  position: absolute;

  border-radius: 50%;

  border: 1px solid rgba(75, 168, 199, 0.15);
}

.circle-one {
  width: 430px;
  height: 430px;

  right: -150px;
  top: -200px;
}

.circle-two {
  width: 260px;
  height: 260px;

  right: 100px;
  bottom: -180px;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.contact-breadcrumb {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 28px;

  color: #91a4ab;

  font-size: 12px;
}

.contact-breadcrumb a {
  color: #bd7f05;;
  text-decoration: none;
}

.contact-hero-content {
  max-width: 760px;
}

.contact-label,
.section-label {
  display: inline-block;

  color: #bd7f05;;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2px;
}

.contact-hero h1 {
  margin: 14px 0 20px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: clamp(45px, 5vw, 70px);

  line-height: 1.05;
}

.contact-hero h1 span {
  color: #bd7f05;;
}

.contact-hero p {
  max-width: 650px;

  color: #687f88;

  font-size: 16px;

  line-height: 1.8;
}

/* =========================================
   INFO CARDS
========================================= */

.contact-info-section {
  position: relative;

  margin-top: -55px;

  z-index: 5;
}

.contact-info-card {
  height: 100%;

  display: flex;
  align-items: flex-start;

  gap: 20px;

  padding: 30px;

  background: #ffffff;

  border: 1px solid #e1edf0;

  box-shadow: 0 18px 45px rgba(24, 59, 77, 0.07);

  transition: 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-5px);

  border-color: rgba(75, 168, 199, 0.45);
}

.contact-icon {
  width: 52px;
  height: 52px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #eaf7fb;

  color: #bd7f05;;

  font-size: 20px;
}

.contact-info-card span {
  color: #bd7f05;;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 1.5px;
}

.contact-info-card h3 {
  margin: 7px 0;

  color: #183b4d;

  font-size: 18px;
}

.contact-info-card h3 a {
  color: inherit;
  text-decoration: none;
}

.contact-info-card p {
  margin: 0;

  color: #7b8e95;

  font-size: 15px;

  line-height: 1.7;
}

/* =========================================
   MAIN CONTACT
========================================= */

.contact-main-section {
  padding: 110px 0;

  background: #ffffff;
}

.contact-side-content {
  height: 100%;

  padding-right: 35px;
}

.contact-side-content h2,
.appointment-heading h2,
.location-heading h2 {
  margin: 12px 0 20px;

  color: #183b4d;

  font-family: "DM Serif Display", serif;

  font-size: 45px;

  line-height: 1.15;
}

.contact-side-content h2 span,
.appointment-heading h2 span,
.location-heading h2 span {
  color: #bd7f05;;
}

.contact-side-content > p {
  color: #70848c;

  font-size: 15px;

  line-height: 1.9;
}

.contact-details {
  margin-top: 35px;
}

.contact-detail-item {
  display: flex;

  align-items: flex-start;

  gap: 15px;

  padding: 18px 0;

  border-bottom: 1px solid #e8f0f2;
}

.detail-icon {
  width: 40px;
  height: 40px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #eaf7fb;

  color: #bd7f05;;

  border-radius: 50%;
}

.contact-detail-item small {
  display: block;

  margin-bottom: 4px;

  color: #bd7f05;;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 1.5px;
}

.contact-detail-item a,
.contact-detail-item p {
  margin: 0;

  color: #183b4d;

  font-size: 17px;

  line-height: 1.7;

  text-decoration: none;
}

.contact-social {
  display: flex;
  align-items: center;

  gap: 20px;

  margin-top: 30px;
}

.contact-social > span {
  color: #8b9da4;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: 1.5px;
}

.social-links {
  display: flex;
  gap: 8px;
}

.social-links a {
  width: 35px;
  height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #dcebef;

  color: #bd7f05;;

  border-radius: 50%;

  font-size: 13px;

  text-decoration: none;

  transition: 0.3s ease;
}

.social-links a:hover {
  background: #bd7f05;;
  color: #ffffff;
  border-color: #bd7f05;;
}

/* =========================================
   APPOINTMENT FORM
========================================= */

.appointment-box {
  height: 100%;

  padding: 45px;

  background: #f5fbfd;

  border: 1px solid #deedf1;
}

.appointment-heading {
  margin-bottom: 30px;
}

.appointment-heading p {
  margin: 0;

  color: #778b93;

  font-size: 15px;
}

.form-group label {
  display: block;

  margin-bottom: 8px;

  color: #365765;

  font-size: 15px;
  font-weight: 600;
}

.input-box {
  position: relative;
}

.input-box > i {
  position: absolute;

  left: 15px;
  top: 50%;

  transform: translateY(-50%);

  z-index: 2;

  color: #bd7f05;;

  font-size: 14px;
}

.input-box input,
.input-box select,
.input-box textarea {
  width: 100%;

  padding: 14px 15px 14px 42px;

  background: #ffffff;

  border: 1px solid #dcebed;

  outline: none;

  color: #183b4d;

  font-size: 15px;

  transition: 0.3s ease;
}

.input-box select {
  appearance: auto;
}

.input-box textarea {
  resize: vertical;

  min-height: 125px;
}

.textarea-box > i {
  top: 20px;

  transform: none;
}

.input-box input:focus,
.input-box select:focus,
.input-box textarea:focus {
  border-color: #bd7f05;;

  box-shadow: 0 0 0 3px rgba(75, 168, 199, 0.08);
}

.input-box input::placeholder,
.input-box textarea::placeholder {
  color: #a4b2b7;
}

.appointment-submit {
  width: 100%;

  margin-top: 10px;

  padding: 16px 25px;

  border: 0;

  background: #183b4d;

  color: #ffffff;

  font-size: 12px;
  font-weight: 600;

  cursor: pointer;

  transition: 0.3s ease;
}

.appointment-submit i {
  margin-left: 8px;
}

.appointment-submit:hover {
  background: #bd7f05;;
}

/* =========================================
   LOCATION
========================================= */

.clinic-location-section {
  padding: 100px 0;

  background: #f5fbfd;
}

.location-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;

  margin-bottom: 40px;
}

.location-heading h2 {
  margin-bottom: 0;
}

.direction-btn {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  padding: 13px 20px;

  background: #ffffff;

  border: 1px solid #dbecef;

  color: #183b4d;

  font-size: 12px;
  font-weight: 600;

  text-decoration: none;

  transition: 0.3s ease;
}

.direction-btn:hover {
  background: #bd7f05;;
  border-color: #bd7f05;;
  color: #ffffff;
}

.map-wrapper {
  position: relative;

  height: 430px;

  overflow: hidden;

  border: 8px solid #ffffff;

  box-shadow: 0 20px 50px rgba(24, 59, 77, 0.08);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;

  border: 0;

  filter: grayscale(15%);
}

/* =========================================
   FINAL CTA
========================================= */

.contact-final-cta {
  padding: 100px 0;

  background: #183b4d;
}

.final-cta-inner {
  max-width: 1100px;

  margin: auto;

  text-align: center;
}

.final-cta-inner > span {
  color: #bd7f05;;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 2px;
}

.final-cta-inner h2 {
  margin: 18px 0;

  color: #ffffff;

  font-family: "DM Serif Display", serif;

  font-size: 48px;

  line-height: 1.2;
}

.final-cta-inner p {
  margin: 0 auto 30px;

  max-width: 600px;

  color: #bdd0d6;

  font-size: 14px;

  line-height: 1.8;
}

.final-buttons {
  display: flex;

  justify-content: center;

  gap: 12px;
}

.final-btn {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  padding: 14px 22px;

  background: #bd7f05;;

  color: #ffffff;

  text-decoration: none;

  font-size: 12px;
  font-weight: 600;

  transition: 0.3s ease;
}

.final-btn:hover {
  background: #ffffff;
  color: #183b4d;
}

.final-btn.light {
  background: #ffffff;

  color: #183b4d;
}

.final-btn.light:hover {
  background: #bd7f05;;

  color: #ffffff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .contact-main-section {
    padding: 80px 0;
  }

  .contact-side-content {
    padding-right: 0;
  }

  .contact-info-section {
    margin-top: -30px;
  }

  .appointment-box {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    min-height: 380px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .contact-info-section {
    margin-top: 0;

    padding-top: 20px;
  }

  .contact-main-section {
    padding: 70px 0;
  }

  .contact-side-content h2,
  .appointment-heading h2,
  .location-heading h2 {
    font-size: 36px;
  }

  .appointment-box {
    padding: 25px 20px;
  }

  .location-heading {
    align-items: flex-start;

    flex-direction: column;
  }

  .map-wrapper {
    height: 350px;
  }

  .final-cta-inner h2 {
    font-size: 35px;
  }

  .final-buttons {
    flex-direction: column;
  }

  .final-btn {
    justify-content: center;
  }
}

/* =========================================
   FLOATING CONTACT BUTTONS
========================================= */

.floating-contact {
  position: fixed;

  left: 22px;
  bottom: 25px;

  display: flex;
  flex-direction: column;

  gap: 12px;

  z-index: 9999;
}

/* Button */

.floating-btn {
  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 0px;

  border-radius: 50px;

  color: #ffffff;

  text-decoration: none;

  font-size: 14px;
  font-weight: 600;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

  transition: all 0.3s ease;

  overflow: hidden;
}

/* Icon */

.floating-btn i {
  font-size: 32px;

  min-width: 21px;

  text-align: center;
}

/* Text */

.floating-btn span {
  max-width: 0;

  opacity: 0;

  white-space: nowrap;

  transition: all 0.3s ease;
}

/* Hover */

.floating-btn:hover {
  width: 135px;

  color: #ffffff;

  text-decoration: none;
}

.floating-btn:hover span {
  max-width: 80px;

  opacity: 1;
}

/* WhatsApp */

.whatsapp-btn {
  background: #25d366;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}

/* Call */

.call-btn {
  background: #bd7f05;;
}

.call-btn:hover {
  background: #183b4d;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .floating-contact {
    left: 15px;
    bottom: 18px;

    gap: 10px;
  }

  .floating-btn {
    width: 48px;
    height: 48px;
  }

  /* Mobile par text hover ki zarurat nahi */

  .floating-btn:hover {
    width: 48px;
  }

  .floating-btn span {
    display: none;
  }
}

/* =========================================
   CATARACT PAGE
   DR. MONIKA GARG
========================================= */

:root {
  --sky: #bd7f05;;
  --sky-light: #eaf7fb;
  --sky-soft: #f4fbfd;

  --navy: #183b4d;
  --text: #607984;
  --muted: #8da0a7;

  --white: #ffffff;
  --border: #dcecef;

  --shadow: 0 20px 55px rgba(24, 59, 77, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;

  font-family: "Manrope", sans-serif;

  color: var(--text);

  background: var(--white);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* =========================================
   COMMON
========================================= */

.section-label {
  display: inline-block;

  color: #bd7f05;;

  font-size: 20px;
  font-weight: 700;

  letter-spacing: 2px;
}

.section-heading {
  max-width: 720px;

  margin: 0 auto 55px;
}

.section-heading h2,
.cataract-intro h2,
.precision-section h2,
.journey-section h2,
.doctor-cataract-section h2,
.cataract-faq h2 {
  margin: 12px 0 20px;

  color: var(--navy);

  font-family: "DM Serif Display", serif;

  font-size: clamp(38px, 4vw, 52px);

  line-height: 1.12;
}

.section-heading h2 span,
.cataract-intro h2 span,
.precision-section h2 span,
.journey-section h2 span,
.doctor-cataract-section h2 span,
.cataract-faq h2 span {
  color: #bd7f05;;
}

.section-heading p {
  margin: 0;

  color: var(--text);

  font-size: 16px;

  line-height: 1.9;
}

/* =========================================
   HERO
========================================= */

.cataract-hero {
  position: relative;

  min-height: 690px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 35%,
      rgba(75, 168, 199, 0.15),
      transparent 30%
    ),
    linear-gradient(135deg, #effaff, #ffffff 70%);
}

.cataract-hero-shape {
  position: absolute;

  border: 1px solid rgba(75, 168, 199, 0.14);

  border-radius: 50%;
}

.shape-one {
  width: 600px;
  height: 600px;

  right: -220px;
  top: -200px;
}

.shape-two {
  width: 350px;
  height: 350px;

  right: 80px;
  bottom: -250px;
}

.cataract-hero .container {
  position: relative;
  z-index: 2;
}

.cataract-breadcrumb {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 55px;

  font-size: 11px;
}

.cataract-breadcrumb a {
  color: #bd7f05;;
}

.cataract-breadcrumb span {
  color: var(--muted);
}

.cataract-eyebrow {
  color: #bd7f05;;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 2.5px;
}

.cataract-hero h1 {
  max-width: 760px;

  margin: 15px 0 25px;

  color: var(--navy);

  font-family: "DM Serif Display", serif;

  font-size: clamp(48px, 5vw, 72px);

  line-height: 1.03;
}

.cataract-hero h1 span {
  display: block;

  color: #bd7f05;;
}

.hero-text {
  max-width: 650px;

  margin-bottom: 32px;

  color: var(--text);

  font-size: 15px;

  line-height: 1.9;
}

.hero-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}

.cataract-btn {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  padding: 15px 23px;

  font-size: 12px;
  font-weight: 700;

  transition: 0.3s ease;
}

.cataract-btn.primary {
  background: var(--navy);

  color: var(--white);
}

.cataract-btn.primary:hover {
  background: #bd7f05;;
}

.cataract-btn.secondary {
  background: var(--white);

  border: 1px solid var(--border);

  color: var(--navy);
}

.cataract-btn.secondary:hover {
  border-color: #bd7f05;;

  color: #bd7f05;;
}

/* HERO VISUAL */

.hero-visual {
  position: relative;

  height: 510px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-circle {
  width: 390px;
  height: 390px;

  position: absolute;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.95),
    rgba(75, 168, 199, 0.12)
  );

  border: 1px solid rgba(75, 168, 199, 0.15);
}

.hero-eye-image {
  position: relative;

  z-index: 2;

  width: 310px;
  height: 310px;

  object-fit: cover;

  border-radius: 50%;

  border: 12px solid rgba(255, 255, 255, 0.8);

  box-shadow: var(--shadow);
}

.eye-card,
.lens-card {
  position: absolute;

  z-index: 4;

  background: rgba(255, 255, 255, 0.96);

  box-shadow: var(--shadow);

  border: 1px solid var(--border);
}

.eye-card {
  left: 5px;
  top: 110px;

  display: flex;
  align-items: center;

  gap: 12px;

  padding: 14px 18px;

  color: var(--navy);

  font-size: 11px;
  font-weight: 700;
}

.eye-card i {
  color: #bd7f05;;

  font-size: 22px;
}

.lens-card {
  right: 0;
  bottom: 95px;

  width: 145px;

  padding: 18px;
}

.lens-card strong {
  display: block;

  margin-bottom: 5px;

  color: #bd7f05;;

  font-family: "DM Serif Display", serif;

  font-size: 28px;
}

.lens-card span {
  color: var(--text);

  font-size: 10px;

  line-height: 1.5;
}

/* =========================================
   INTRO
========================================= */

.cataract-intro {
  padding: 120px 0;

  background: var(--white);
}

.section-image {
  position: relative;

  padding-right: 35px;
}

.section-image img {
  width: 100%;
  height: 500px;

  object-fit: cover;

  border-radius: 2px;
}

.experience-badge {
  position: absolute;

  right: 0;
  bottom: 35px;

  display: flex;
  align-items: center;

  gap: 12px;

  padding: 18px 22px;

  background: var(--navy);

  color: white;

  box-shadow: var(--shadow);
}

.experience-badge strong {
  color: #7bd0e7;

  font-family: "DM Serif Display", serif;

  font-size: 36px;
}

.experience-badge span {
  font-size: 10px;

  line-height: 1.5;
}

.cataract-intro h2 {
  font-size: 48px;
}

.cataract-intro p {
  color: var(--text);

  font-size: 14px;

  line-height: 1.9;
}

.intro-points {
  margin-top: 30px;
}

.intro-points div {
  display: flex;
  align-items: center;

  gap: 12px;

  margin-bottom: 15px;

  color: var(--navy);

  font-size: 12px;
  font-weight: 600;
}

.intro-points i {
  color: #bd7f05;;

  font-size: 18px;
}

/* =========================================
   SYMPTOMS
========================================= */

.cataract-symptoms {
  padding: 110px 0;

  background: var(--sky-soft);
}

.symptom-card {
  height: 100%;

  padding: 35px 28px;

  background: var(--white);

  border: 1px solid var(--border);

  transition: 0.3s ease;
}

.symptom-card:hover {
  transform: translateY(-7px);

  box-shadow: var(--shadow);

  border-color: rgba(75, 168, 199, 0.35);
}

.symptom-icon {
  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  border-radius: 50%;

  background: var(--sky-light);

  color: #bd7f05;;

  font-size: 21px;
}

.symptom-card h3 {
  margin-bottom: 10px;

  color: var(--navy);

  font-size: 17px;
}

.symptom-card p {
  margin: 0;

  color: var(--text);

  font-size: 12px;

  line-height: 1.8;
}

/* =========================================
   PRECISION
========================================= */

.precision-section {
  padding: 120px 0;

  background: var(--white);
}

.precision-section p {
  max-width: 600px;

  color: var(--text);

  font-size: 14px;

  line-height: 1.9;
}

.precision-list {
  margin-top: 35px;
}

.precision-item {
  display: flex;

  gap: 20px;

  padding: 20px 0;

  border-bottom: 1px solid var(--border);
}

.precision-item .number {
  color: #bd7f05;;

  font-size: 11px;
  font-weight: 700;
}

.precision-item h4 {
  margin: 0 0 5px;

  color: var(--navy);

  font-size: 15px;
}

.precision-item p {
  margin: 0;

  font-size: 11px;
}

.precision-visual {
  position: relative;

  min-height: 480px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: radial-gradient(circle, #ffffff, #eaf7fb);

  overflow: hidden;
}

.precision-main-card {
  position: relative;
  z-index: 2;

  width: 300px;

  padding: 45px 35px;

  background: var(--navy);

  color: white;

  text-align: center;

  box-shadow: 0 30px 70px rgba(24, 59, 77, 0.18);
}

.precision-main-card span {
  display: block;

  margin-bottom: 10px;

  color: #76cce3;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: 2px;
}

.precision-main-card strong {
  display: block;

  font-family: "DM Serif Display", serif;

  font-size: 42px;

  font-weight: 400;
}

.vision-line {
  width: 70px;
  height: 1px;

  margin: 22px auto;

  background: #73c8df;
}

.precision-main-card small {
  color: #c3d5da;

  font-size: 10px;

  line-height: 1.7;
}

.floating-dot {
  position: absolute;

  width: 90px;
  height: 90px;

  border-radius: 50%;

  border: 1px solid rgba(75, 168, 199, 0.25);
}

.dot-one {
  top: 60px;
  right: 60px;
}

.dot-two {
  bottom: 50px;
  left: 60px;

  width: 55px;
  height: 55px;
}

/* =========================================
   IOL
========================================= */

.iol-section {
  padding: 120px 0;

  background: #f5fbfd;
}

.iol-card {
  position: relative;

  height: 100%;

  padding: 35px 28px;

  background: var(--white);

  border: 1px solid var(--border);

  transition: 0.3s ease;
}

.iol-card:hover,
.iol-card.featured {
  transform: translateY(-6px);

  border-color: #bd7f05;;

  box-shadow: var(--shadow);
}

.iol-number {
  position: absolute;

  top: 20px;
  right: 20px;

  color: #bdd8e0;

  font-size: 10px;
  font-weight: 700;
}

.iol-icon {
  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 25px;

  border-radius: 50%;

  background: var(--sky-light);

  color: #bd7f05;;

  font-size: 22px;
}

.iol-card h3 {
  color: var(--navy);

  font-family: "DM Serif Display", serif;

  font-size: 25px;
}

.iol-card p {
  min-height: 70px;

  color: var(--text);

  font-size: 11px;

  line-height: 1.8;
}

.iol-card a {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  color: #bd7f05;;

  font-size: 10px;
  font-weight: 700;
}

/* =========================================
   JOURNEY
========================================= */

.journey-section {
  padding: 65px 0;

  background: var(--white);
}

.journey-section > .container > .row > .col-lg-5 > p {
  max-width: 480px;

  font-size: 14px;

  line-height: 1.9;
}

.journey-btn,
.doctor-btn,
.faq-contact-btn {
  display: inline-flex;
  align-items: center;

  gap: 10px;

  margin-top: 20px;

  padding: 14px 21px;

  background: var(--navy);

  color: white;

  font-size: 11px;
  font-weight: 700;

  transition: 0.3s ease;
}

.journey-btn:hover,
.doctor-btn:hover,
.faq-contact-btn:hover {
  background: #bd7f05;;

  color: white;
}

.journey-timeline {
  border-left: 1px solid var(--border);
}

.journey-step {
  position: relative;

  display: flex;

  gap: 25px;

  padding: 0 0 35px 35px;
}

.journey-step:last-child {
  padding-bottom: 0;
}

.journey-step > span {
  position: absolute;

  left: -16px;
  top: 0;

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #bd7f05;;

  border-radius: 50%;

  color: white;

  font-size: 9px;
  font-weight: 700;
}

.journey-step h3 {
  margin: 0 0 7px;

  color: var(--navy);

  font-size: 16px;
}

.journey-step p {
  margin: 0;

  color: var(--text);

  font-size: 11px;

  line-height: 1.8;
}

/* =========================================
   DOCTOR
========================================= */

.doctor-cataract-section {
  padding: 100px 0;

  background: var(--sky-soft);
}

.doctor-cataract-box {
  padding: 50px;

  background: white;

  border: 1px solid var(--border);

  box-shadow: var(--shadow);
}

.doctor-image-wrap {
  position: relative;

  overflow: hidden;
}

.doctor-image-wrap img {
  width: 100%;
  height: 470px;

  object-fit: cover;
}

.doctor-cataract-section p {
  max-width: 650px;

  font-size: 13px;

  line-height: 1.9;
}

.doctor-credentials {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 30px;
}

.doctor-credentials div {
  min-width: 120px;

  padding: 15px;

  background: var(--sky-soft);

  border: 1px solid var(--border);
}

.doctor-credentials strong {
  display: block;

  color: #bd7f05;;

  font-family: "DM Serif Display", serif;

  font-size: 23px;
}

.doctor-credentials span {
  color: var(--text);

  font-size: 9px;
}

/* =========================================
   FAQ
========================================= */

.cataract-faq {
  padding: 120px 0;

  background: white;
}

.cataract-faq > .container > .row > .col-lg-5 > p {
  max-width: 470px;

  font-size: 13px;

  line-height: 1.9;
}

.cataract-faq .accordion-item {
  margin-bottom: 12px;

  border: 1px solid var(--border);

  border-radius: 0 !important;

  overflow: hidden;
}

.cataract-faq .accordion-button {
  padding: 20px 22px;

  background: white;

  color: var(--navy);

  box-shadow: none;

  font-size: 13px;
  font-weight: 700;
}

.cataract-faq .accordion-button:not(.collapsed) {
  background: var(--sky-light);

  color: #bd7f05;;
}

.cataract-faq .accordion-body {
  padding: 5px 22px 22px;

  color: var(--text);

  font-size: 12px;

  line-height: 1.8;
}

/* =========================================
   FINAL CTA
========================================= */

.cataract-final-cta {
  padding: 110px 0;

  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(75, 168, 199, 0.2),
      transparent 25%
    ),
    var(--navy);
}

.final-cta-content {
  max-width: 780px;

  margin: auto;

  text-align: center;
}

.final-cta-content > span {
  color: #75cce4;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 2px;
}

.final-cta-content h2 {
  margin: 18px 0;

  color: white;

  font-family: "DM Serif Display", serif;

  font-size: clamp(40px, 5vw, 60px);

  line-height: 1.1;
}

.final-cta-content p {
  max-width: 650px;

  margin: 0 auto 30px;

  color: #c3d3d8;

  font-size: 13px;

  line-height: 1.8;
}

.final-buttons {
  display: flex;
  justify-content: center;

  flex-wrap: wrap;

  gap: 12px;
}

.final-btn {
  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 15px 23px;

  font-size: 11px;
  font-weight: 700;

  transition: 0.3s ease;
}

.final-btn.white {
  background: white;

  color: var(--navy);
}

.final-btn.white:hover {
  background: #bd7f05;;

  color: white;
}

.final-btn.outline {
  border: 1px solid rgba(255, 255, 255, 0.3);

  color: white;
}

.final-btn.outline:hover {
  border-color: #bd7f05;;

  background: #bd7f05;;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .cataract-hero {
    min-height: auto;

    padding: 80px 0;
  }

  .cataract-breadcrumb {
    margin-bottom: 35px;
  }

  .hero-visual {
    margin-top: 50px;
  }

  .cataract-intro,
  .precision-section,
  .iol-section,
  .journey-section,
  .cataract-faq {
    padding: 50px 0;
  }

  .doctor-cataract-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .cataract-hero {
    padding: 60px 0;
  }

  .cataract-hero h1 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 13px;
  }

  .hero-visual {
    height: 390px;
  }

  .visual-circle {
    width: 290px;
    height: 290px;
  }

  .hero-eye-image {
    width: 230px;
    height: 230px;
  }

  .eye-card {
    left: 0;
    top: 70px;
  }

  .lens-card {
    right: 0;
    bottom: 50px;
  }

  .section-image {
    padding-right: 0;
  }

  .section-image img {
    height: 390px;
  }

  .experience-badge {
    right: 10px;
  }

  .cataract-intro h2,
  .precision-section h2,
  .journey-section h2,
  .doctor-cataract-section h2,
  .cataract-faq h2 {
    font-size: 38px;
  }

  .precision-visual {
    min-height: 360px;
  }

  .precision-main-card {
    width: 260px;
  }

  .doctor-cataract-box {
    padding: 20px;
  }

  .doctor-image-wrap img {
    height: 400px;
  }

  .final-buttons {
    flex-direction: column;

    align-items: stretch;
  }

  .final-btn {
    justify-content: center;
  }
}

/* =========================================================
   MODERN SERVICE DETAILS
========================================================= */

:root {
  --sky: #66c5d9;
  --sky-dark: #319bb4;
  --navy: #123b4a;
  --dark: #18343d;
  --text: #647980;
  --light: #f3fafb;
  --white: #ffffff;
  --border: #dcecef;
  --shadow: 0 20px 60px rgba(18, 59, 74, 0.1);
}

* {
  box-sizing: border-box;
}

body {.service-feature-card p
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
  color: var(--navy);
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

.section-space {
  padding: 100px 0;
}

.service-eyebrow {
  display: inline-block;
  color: var(--sky-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
}

.service-eyebrow:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #bd7f05;;
  margin-right: 10px;
  vertical-align: middle;
}

.service-hero h1 span,
.service-text-block h2 span,
.surgery-modern-content h2 span,
.modern-section-heading h2 span,
.doctor-service-content h2 span,
.faq-modern-grid h2 span,
.service-final-cta h2 span {
  color: var(--sky-dark);
}

/* =========================================================
   BREADCRUMB
========================================================= */

.service-breadcrumb {
  background: #f7fcfd;
  border-bottom: 1px solid var(--border);
}

.breadcrumb-inner {
  padding: 18px 0;
}

.breadcrumb-inner > div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.breadcrumb-inner span {
  color: var(--sky-dark);
}

.breadcrumb-inner i {
  color: #9db9c0;
}

.breadcrumb-inner strong {
  color: var(--navy);
}

/* =========================================================
   HERO
========================================================= */

.service-hero {
  padding: 90px 0 100px;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(102, 197, 217, 0.2),
      transparent 32%
    ),
    #f7fcfd;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.service-hero-content h1 {
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.08;
  margin-bottom: 25px;
}

.service-hero-content > p {
  font-size: 17px;
  max-width: 600px;
  margin-bottom: 35px;
}

.service-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.modern-btn,
.modern-btn-outline {
  min-height: 54px;
  padding: 0 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  transition: 0.3s;
}

.modern-btn {
  color: #fff;
  background: var(--navy);
}

.modern-btn:hover {
  background: var(--sky-dark);
  color: #fff;
  transform: translateY(-3px);
}

.modern-btn-outline {
  color: var(--navy);
  border: 1px solid #b9dce3;
  background: white;
}

.modern-btn-outline:hover {
  background: #bd7f05;;
  border-color: #bd7f05;;
  color: white;
}

.service-mini-trust {
  display: flex;
  gap: 35px;
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid var(--border);
}

.service-mini-trust strong,
.service-mini-trust span {
  display: block;
}

.service-mini-trust strong {
  color: var(--navy);
  font-size: 23px;
}

.service-mini-trust span {
  color: #7d9399;
  font-size: 12px;
}

.service-hero-image {
  position: relative;
}

.service-hero-image > img {
  height: 570px;
  object-fit: cover;
  border-radius: 180px 180px 20px 20px;
  box-shadow: var(--shadow);
}

.hero-image-card {
  position: absolute;
  bottom: 30px;
  left: -35px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: white;
  padding: 17px 22px;
  border-radius: 15px;
  box-shadow: var(--shadow);
}

.hero-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8f8fb;
  color: var(--sky-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.hero-image-card strong,
.hero-image-card span {
  display: block;
}

.hero-image-card strong {
  color: var(--navy);
}

.hero-image-card span {
  font-size: 12px;
}

/* =========================================================
   INTRO
========================================================= */

.service-intro {
  background: white;
}

.service-two-column {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 90px;
  align-items: center;
}

.service-image-block {
  position: relative;
}

.service-image-block > img {
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
}

.experience-badge {
  position: absolute;
  right: -30px;
  bottom: 25px;
  background: var(--navy);
  color: white;
  padding: 20px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.experience-badge strong {
  color: #bd7f05;;
  font-family: "Playfair Display";
  font-size: 34px;
}

.experience-badge span {
  font-size: 12px;
  max-width: 120px;
}

.service-text-block h2 {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 25px;
}

.service-text-block p {
  margin-bottom: 17px;
}

.modern-check-list {
  margin-top: 28px;
}

.modern-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--navy);
  font-weight: 600;
}

.modern-check-list i {
  color: var(--sky-dark);
}

/* =========================================================
   MODERN SECTION HEADING
========================================================= */

.modern-section-heading {
  max-width: 700px;
  margin: 0 auto 55px;
  text-align: center;
}

.modern-section-heading h2 {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 20px;
}

/* =========================================================
   SYMPTOMS
========================================================= */

.symptoms-modern {
  background: var(--light);
}

.symptoms-modern-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.modern-symptom-card {
  position: relative;
  background: white;
  padding: 32px 27px;
  border: 1px solid var(--border);
  border-radius: 18px;
  transition: 0.35s;
}

.modern-symptom-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.symptom-number {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #b4d7de;
  font-size: 12px;
  font-weight: 700;
}

.modern-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaf8fa;
  color: var(--sky-dark);
  font-size: 23px;
  margin-bottom: 25px;
}

.modern-symptom-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.modern-symptom-card p {
  font-size: 15px;
}

/* =========================================================
   SURGERY
========================================================= */

.surgery-modern {
  background: white;
}

.surgery-modern-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 85px;
  align-items: center;
}

.surgery-modern-content h2 {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 23px;
}

.surgery-modern-content > p {
  margin-bottom: 35px;
}

.surgery-points {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.surgery-point {
  display: flex;
  gap: 17px;
}

.point-icon {
  flex: 0 0 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.surgery-point h4 {
  font-size: 19px;
  margin-bottom: 3px;
}

.surgery-point p {
  margin: 0;
  font-size: 14px;
}

.surgery-modern-image {
  position: relative;
}

.surgery-modern-image > img {
  height: 570px;
  object-fit: cover;
  border-radius: 20px;
}

.surgery-image-label {
  position: absolute;
  bottom: 25px;
  left: -30px;
  background: white;
  padding: 18px 22px;
  display: flex;
  gap: 13px;
  align-items: center;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.surgery-image-label > i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8f8fb;
  color: var(--sky-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.surgery-image-label strong,
.surgery-image-label span {
  display: block;
}

.surgery-image-label strong {
  color: var(--navy);
}

.surgery-image-label span {
  font-size: 11px;
}

/* =========================================================
   IOL
========================================================= */

.iol-section {
  background: var(--light);
}

.iol-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.iol-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px;
  transition: 0.3s;
}

.iol-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.iol-number {
  font-size: 12px;
  color: #a5c2c9;
  font-weight: 700;
  margin-bottom: 20px;
}

.iol-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e9f8fa;
  color: var(--sky-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.iol-card h3 {
  font-size: 21px;
}

.iol-card p {
  font-size: 14px;
  min-height: 80px;
}

.iol-card a {
  color: var(--sky-dark);
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  gap: 7px;
}

/* =========================================================
   PROCEDURE
========================================================= */

.procedure-section {
  background: var(--navy);
}

.procedure-section .service-eyebrow {
  color: #bd7f05;;
}

.procedure-section .modern-section-heading h2 {
  color: white;
}

.procedure-section .modern-section-heading h2 span {
  color: #bd7f05;;
}

.procedure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
}

.procedure-item {
  background: var(--navy);
  padding: 35px 27px;
}

.procedure-item > span {
  color: #bd7f05;;
  font-size: 12px;
  font-weight: 700;
}

.procedure-item > i {
  display: block;
  margin: 22px 0 18px;
  color: white;
  font-size: 27px;
}

.procedure-item h3 {
  color: white;
  font-size: 22px;
}

.procedure-item p {
  color: #a7c2c9;
  font-size: 16px;
}

/* =========================================================
   DOCTOR
========================================================= */

.doctor-service-section {
  background: white;
}

.doctor-service-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 80px;
  align-items: center;
}

.doctor-service-image img {
  height: 580px;
  object-fit: cover;
  border-radius: 20px;
}

.doctor-service-content h2 {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 25px;
}

.doctor-credentials {
  display: flex;
  gap: 30px;
  margin: 30px 0;
  padding: 25px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.doctor-credentials strong,
.doctor-credentials span {
  display: block;
}

.doctor-credentials strong {
  font-family: "Playfair Display";
  color: var(--navy);
  font-size: 25px;
}

.doctor-credentials span {
  font-size: 11px;
}

.text-link {
  color: var(--sky-dark);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* =========================================================
   FAQ
========================================================= */

.service-faq {
  background:
    linear-gradient(rgba(243, 250, 251, 0.96), rgba(243, 250, 251, 0.96)),
    url("../images/parallax-background/faq-right-box.jpg") center/cover;
}

.faq-modern-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.faq-modern-grid h2 {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.faq-modern-grid > div:first-child p {
  margin-bottom: 30px;
}

.faq-modern-list {
  border-top: 1px solid #c9e0e5;
}

.faq-modern-item {
  border-bottom: 1px solid #c9e0e5;
}

.faq-modern-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--navy);
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.faq-modern-question i {
  color: var(--sky-dark);
  font-size: 20px;
  transition: 0.3s;
}

.faq-modern-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.35s ease;
}

.faq-modern-answer p {
  padding: 0 30px 22px 0;
  margin: 0;
  font-size: 16px;
}

.faq-modern-item.active .faq-modern-answer {
  max-height: 200px;
}

.faq-modern-item.active .faq-modern-question i {
  transform: rotate(45deg);
}

/* =========================================================
   FINAL CTA
========================================================= */

.service-final-cta {
  padding: 15px 0;
  background: var(--sky-dark);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.service-final-cta .service-eyebrow {
  color: white;
}

.service-final-cta h2 {
  color: white;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 15px;
}

.service-final-cta h2 span {
  color: #dff9fc;
}

.service-final-cta p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.final-cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-white-btn,
.cta-phone-btn {
  padding: 15px 23px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.cta-white-btn {
  background: white;
  color: var(--navy);
}

.cta-phone-btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
}

.cta-phone-btn:hover {
  background: white;
  color: var(--navy);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
  .symptoms-modern-grid,
  .iol-grid,
  .procedure-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .section-space {
    padding: 75px 0;
  }

  .service-hero-grid,
  .service-two-column,
  .surgery-modern-grid,
  .doctor-service-grid,
  .faq-modern-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .service-hero-content {
    text-align: center;
  }

  .service-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .service-hero-buttons,
  .service-mini-trust {
    justify-content: center;
  }

  .service-hero-image,
  .service-image-block,
  .surgery-modern-image {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }

  .doctor-service-image {
    max-width: 600px;
    margin: auto;
  }

  .faq-modern-grid > div:first-child {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-space {
    padding: 60px 0;
  }

  .service-hero {
    padding: 60px 0;
  }

  .service-hero-content h1 {
    font-size: 43px;
  }

  .service-hero-image > img {
    height: 450px;
  }

  .service-text-block h2,
  .surgery-modern-content h2,
  .doctor-service-content h2,
  .modern-section-heading h2,
  .faq-modern-grid h2 {
    font-size: 38px;
  }

  .symptoms-modern-grid,
  .iol-grid,
  .procedure-grid {
    grid-template-columns: 1fr;
  }

  .service-image-block > img,
  .surgery-modern-image > img,
  .doctor-service-image img {
    height: 430px;
  }

  .experience-badge,
  .hero-image-card,
  .surgery-image-label {
    left: 15px;
    right: 15px;
  }

  .final-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .final-cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .service-hero-buttons {
    flex-direction: column;
  }

  .modern-btn,
  .modern-btn-outline {
    width: 100%;
  }

  .service-mini-trust {
    gap: 18px;
  }

  .service-hero-image > img {
    height: 390px;
  }

  .service-final-cta h2 {
    font-size: 36px;
  }
}

/* =====================================================
   GLAUCOMA SERVICE PAGE
===================================================== */

:root {
  --glaucoma-blue: #57b8d8;
  --glaucoma-dark: #123846;
  --glaucoma-navy: #0d2d39;
  --glaucoma-light: #f4fbfd;
  --glaucoma-white: #ffffff;
  --glaucoma-text: #61727a;
  --glaucoma-border: #dcecef;
  --glaucoma-gold: #c7a56a;
}

/* =====================================================
   GLOBAL
===================================================== */

.glaucoma-hero,
.glaucoma-intro,
.what-glaucoma,
.glaucoma-signs,
.glaucoma-treatment,
.glaucoma-doctor,
.why-glaucoma,
.glaucoma-faq,
.glaucoma-cta {
  font-family: "Manrope", sans-serif;
}

.glaucoma-hero h1,
.what-glaucoma h2,
.glaucoma-treatment h2,
.glaucoma-doctor h2,
.why-glaucoma h2,
.faq-intro h2,
.glaucoma-cta h2 {
  font-family: "DM Serif Display", serif;
}

.glaucoma-hero img,
.what-glaucoma img,
.glaucoma-doctor img {
  width: 100%;
  display: block;
}

/* =====================================================
   BREADCRUMB
===================================================== */

.service-breadcrumb {
  background: #f4fbfd;
  padding: 18px 0;
  border-bottom: 1px solid var(--glaucoma-border);
}

.breadcrumb-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.breadcrumb-content span {
  color: var(--glaucoma-text);
}

.breadcrumb-content i {
  color: var(--glaucoma-blue);
}

.breadcrumb-content strong {
  color: var(--glaucoma-dark);
}

/* =====================================================
   HERO
===================================================== */

.glaucoma-hero {
  padding: 90px 0;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(87, 184, 216, 0.14),
      transparent 28%
    ),
    #fff;
  overflow: hidden;
}

.eyebrow,
.section-tag,
.section-heading > span,
.faq-intro > span,
.glaucoma-cta span {
  display: inline-block;
  color: var(--glaucoma-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.glaucoma-hero h1 {
  color: var(--glaucoma-navy);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.02;
  margin: 0 0 25px;
  max-width: 650px;
}

.glaucoma-hero h1 span,
.what-glaucoma h2 span,
.glaucoma-treatment h2 strong,
.glaucoma-doctor h2 span,
.why-glaucoma h2 strong,
.faq-intro h2 strong,
.glaucoma-cta h2 strong {
  color: var(--glaucoma-blue);
}

.glaucoma-hero-content > p {
  color: var(--glaucoma-text);
  font-size: 17px;
  line-height: 1.8;
  max-width: 570px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 32px 0;
}

.glaucoma-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s ease;
}

.glaucoma-btn.primary {
  background: var(--glaucoma-blue);
  color: #fff;
  box-shadow: 0 12px 30px rgba(87, 184, 216, 0.25);
}

.glaucoma-btn.primary:hover {
  background: var(--glaucoma-dark);
  color: #fff;
  transform: translateY(-3px);
}

.glaucoma-btn.secondary {
  border: 1px solid var(--glaucoma-border);
  color: var(--glaucoma-dark);
  background: #fff;
}

.glaucoma-btn.secondary:hover {
  border-color: var(--glaucoma-blue);
  color: var(--glaucoma-blue);
}

.glaucoma-hero-image {
  position: relative;
  margin-left: 40px;
}

.glaucoma-hero-image img {
  height: 590px;
  object-fit: cover;
  border-radius: 180px 30px 30px 30px;
}

.hero-floating-card {
  position: absolute;
  left: -40px;
  bottom: 35px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 0 20px 50px rgba(18, 56, 70, 0.15);
}

.floating-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9f8fc;
  color: var(--glaucoma-blue);
  font-size: 22px;
}

.hero-floating-card strong,
.hero-floating-card small {
  display: block;
}

.hero-floating-card strong {
  color: var(--glaucoma-dark);
  font-size: 14px;
}

.hero-floating-card small {
  color: var(--glaucoma-text);
  margin-top: 4px;
}

.hero-trust {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}

.hero-trust div {
  padding-left: 18px;
  border-left: 2px solid var(--glaucoma-blue);
}

.hero-trust strong,
.hero-trust span {
  display: block;
}

.hero-trust strong {
  color: var(--glaucoma-dark);
  font-size: 18px;
}

.hero-trust span {
  color: var(--glaucoma-text);
  font-size: 11px;
  margin-top: 4px;
}

/* =====================================================
   COMMON SECTION HEADING
===================================================== */

.section-heading {
  margin-bottom: 50px;
}

.section-heading.center {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  font-size: 48px;
  line-height: 1.15;
  color: var(--glaucoma-navy);
  margin-bottom: 18px;
}

.section-heading p {
  color: var(--glaucoma-text);
  line-height: 1.8;
  margin: 0;
}

/* =====================================================
   INTRO
===================================================== */

.glaucoma-intro {
  padding: 100px 0;
  background: var(--glaucoma-light);
}

.glaucoma-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.intro-card {
  position: relative;
  background: #fff;
  padding: 40px 32px;
  border-radius: 24px;
  border: 1px solid var(--glaucoma-border);
  transition: 0.3s;
}

.intro-card:hover,
.intro-card.active {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(18, 56, 70, 0.1);
}

.intro-card.active {
  background: var(--glaucoma-dark);
  color: #fff;
}

.intro-card i {
  color: var(--glaucoma-blue);
  font-size: 32px;
}

.intro-card h3 {
  margin: 22px 0 12px;
  font-size: 21px;
}

.intro-card p {
  color: var(--glaucoma-text);
  line-height: 1.7;
  margin: 0;
}

.intro-card.active p {
  color: rgba(255, 255, 255, 0.7);
}

.intro-number {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 12px;
  font-weight: 800;
  color: #b7dce7;
}

/* =====================================================
   WHAT IS GLAUCOMA
===================================================== */

.what-glaucoma {
  padding: 110px 0;
  background: #fff;
}

.glaucoma-image-card {
  position: relative;
  padding-right: 35px;
}

.glaucoma-image-card img {
  height: 550px;
  object-fit: cover;
  border-radius: 30px;
}

.image-caption {
  position: absolute;
  right: 0;
  bottom: 35px;
  background: var(--glaucoma-dark);
  color: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.image-caption > span {
  color: var(--glaucoma-blue);
  font-weight: 800;
}

.image-caption strong,
.image-caption small {
  display: block;
}

.image-caption small {
  color: rgba(255, 255, 255, 0.65);
  margin-top: 3px;
}

.glaucoma-about-content {
  padding-left: 55px;
}

.glaucoma-about-content h2 {
  color: var(--glaucoma-navy);
  font-size: 52px;
  margin-bottom: 25px;
}

.glaucoma-about-content p {
  color: var(--glaucoma-text);
  line-height: 1.85;
  margin-bottom: 18px;
}

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}

.about-points div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--glaucoma-dark);
  font-size: 14px;
  font-weight: 700;
}

.about-points i {
  color: var(--glaucoma-blue);
}

/* =====================================================
   SIGNS
===================================================== */

.glaucoma-signs {
  padding: 100px 0;
  background: var(--glaucoma-dark);
}

.section-heading.light h2 {
  color: #fff;
}

.section-heading.light p {
  color: rgba(255, 255, 255, 0.65);
}

.signs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sign-card {
  padding: 35px 25px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  transition: 0.3s;
}

.sign-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-6px);
}

.sign-card i {
  color: var(--glaucoma-blue);
  font-size: 28px;
}

.sign-card h4 {
  color: #fff;
  margin: 20px 0 10px;
}

.sign-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   TREATMENT
===================================================== */

.glaucoma-treatment {
  padding: 110px 0;
  background: #f8fcfd;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.treatment-card {
  background: #fff;
  padding: 35px;
  border-radius: 24px;
  border: 1px solid var(--glaucoma-border);
  position: relative;
  transition: 0.3s;
}

.treatment-card:hover,
.treatment-card.featured {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(18, 56, 70, 0.1);
}

.treatment-card.featured {
  border-color: var(--glaucoma-blue);
}

.treatment-card > span {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #b7dce7;
  font-weight: 800;
}

.treatment-icon {
  width: 60px;
  height: 60px;
  background: #eaf8fc;
  color: var(--glaucoma-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-size: 25px;
}

.treatment-card h3 {
  color: var(--glaucoma-dark);
  margin: 25px 0 12px;
}

.treatment-card p {
  color: var(--glaucoma-text);
  font-size: 16px;
  line-height: 1.7;
}

.treatment-card a {
  display: inline-flex;
  gap: 8px;
  color: var(--glaucoma-dark);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
}

/* =====================================================
   DOCTOR
===================================================== */

.glaucoma-doctor {
  padding: 110px 0;
  background: #fff;
}

.doctor-content {
  padding-right: 50px;
}

.doctor-content h2 {
  color: var(--glaucoma-navy);
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 25px;
}

.doctor-content p {
  color: var(--glaucoma-text);
  line-height: 1.8;
}

.doctor-credentials {
  display: flex;
  gap: 12px;
  margin: 30px 0;
}

.doctor-credentials div {
  padding: 18px;
  min-width: 110px;
  background: var(--glaucoma-light);
  border-radius: 15px;
}

.doctor-credentials strong,
.doctor-credentials span {
  display: block;
}

.doctor-credentials strong {
  color: var(--glaucoma-dark);
  font-size: 17px;
}

.doctor-credentials span {
  color: var(--glaucoma-text);
  font-size: 11px;
  margin-top: 5px;
}

.doctor-image {
  position: relative;
  padding-left: 30px;
}

.doctor-image img {
  /* height: 550px; */
  object-fit: cover;
  border-radius: 30px;
}

.doctor-badge {
  position: absolute;
  left: 0;
  bottom: 35px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  display: flex;
  gap: 13px;
  align-items: center;
  box-shadow: 0 15px 40px rgba(18, 56, 70, 0.15);
}

.doctor-badge i {
  color: var(--glaucoma-blue);
  font-size: 25px;
}

.doctor-badge strong,
.doctor-badge span {
  display: block;
}

.doctor-badge strong {
  color: var(--glaucoma-dark);
}

.doctor-badge span {
  color: var(--glaucoma-text);
  font-size: 12px;
}

/* =====================================================
   WHY
===================================================== */

.why-glaucoma {
  padding: 100px 0;
  background: var(--glaucoma-light);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.why-item {
  position: relative;
  padding: 40px 30px;
  background: #fff;
  border-radius: 24px;
}

.why-item > span {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #b8dce7;
  font-weight: 800;
}

.why-item i {
  font-size: 28px;
  color: var(--glaucoma-blue);
}

.why-item h3 {
  color: var(--glaucoma-dark);
  margin: 20px 0 10px;
}

.why-item p {
  color: var(--glaucoma-text);
  line-height: 1.7;
  margin: 0;
}

/* =====================================================
   FAQ
===================================================== */

.glaucoma-faq {
  padding: 110px 0;
  background: #fff;
}

.faq-intro {
  padding-right: 50px;
}

.faq-intro h2 {
  font-size: 52px;
  line-height: 1.15;
  color: var(--glaucoma-navy);
  margin-bottom: 20px;
}

.faq-intro p {
  color: var(--glaucoma-text);
  line-height: 1.8;
  margin-bottom: 30px;
}

.glaucoma-accordion {
  border-top: 1px solid var(--glaucoma-border);
}

.faq-item {
  border-bottom: 1px solid var(--glaucoma-border);
}

.faq-item button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 25px 5px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--glaucoma-dark);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.faq-item button i {
  color: var(--glaucoma-blue);
  font-size: 20px;
}

.faq-answer {
  display: none;
  padding: 0 40px 25px 5px;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  color: var(--glaucoma-text);
  line-height: 1.8;
  margin: 0;
}

/* =====================================================
   CTA
===================================================== */

.glaucoma-cta {
  padding: 80px 0;
  background: var(--glaucoma-blue);
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.glaucoma-cta span {
  color: rgba(255, 255, 255, 0.8);
}

.glaucoma-cta h2 {
  color: #fff;
  font-size: 48px;
  margin: 0 0 15px;
}

.glaucoma-cta h2 strong {
  color: var(--glaucoma-dark);
}

.glaucoma-cta p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.glaucoma-btn.white {
  background: #fff;
  color: var(--glaucoma-dark);
}

.glaucoma-btn.white:hover {
  background: var(--glaucoma-dark);
  color: #fff;
}

.cta-phone {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1199px) {
  .glaucoma-hero {
    padding: 70px 0;
  }

  .glaucoma-hero-image {
    margin-left: 20px;
  }

  .signs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .treatment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .glaucoma-hero-content {
    margin-bottom: 60px;
  }

  .glaucoma-hero-image {
    margin-left: 0;
  }

  .glaucoma-about-content {
    padding: 50px 0 0;
  }

  .doctor-content {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .doctor-image {
    padding-left: 0;
  }

  .faq-intro {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .glaucoma-hero {
    padding: 55px 0;
  }

  .glaucoma-hero h1 {
    font-size: 48px;
  }

  .glaucoma-hero-image img {
    height: 430px;
    border-radius: 100px 20px 20px 20px;
  }

  .hero-floating-card {
    left: 15px;
    bottom: 20px;
  }

  .hero-trust {
    gap: 15px;
    flex-wrap: wrap;
  }

  .section-heading h2,
  .glaucoma-about-content h2,
  .doctor-content h2,
  .faq-intro h2,
  .glaucoma-cta h2 {
    font-size: 38px;
  }

  .glaucoma-intro,
  .what-glaucoma,
  .glaucoma-signs,
  .glaucoma-treatment,
  .glaucoma-doctor,
  .why-glaucoma,
  .glaucoma-faq {
    padding: 75px 0;
  }

  .glaucoma-intro-grid,
  .treatment-grid,
  .why-grid,
  .signs-grid {
    grid-template-columns: 1fr;
  }

  .glaucoma-image-card img,
  .doctor-image img {
    height: 430px;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .doctor-credentials {
    flex-wrap: wrap;
  }

  .cta-buttons {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .glaucoma-hero h1 {
    font-size: 40px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .glaucoma-btn {
    width: 100%;
  }

  .hero-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -30px;
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .hero-trust div {
    width: 45%;
  }
}

/* =========================================
   PAEDIATRIC OPHTHALMOLOGY
========================================= */

.pediatric-service-section {
  padding: 90px 0;
  background: #f7fbfd;
  color: #172b3a;
}

.pediatric-service-section .container {
  max-width: 1200px;
}

/* =========================================
   COMMON
========================================= */

.service-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #159ac1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.pediatric-service-section h1,
.pediatric-service-section h2,
.pediatric-service-section h3,
.pediatric-service-section h4 {
  color: #173247;
}

.pediatric-service-section h1 span,
.pediatric-service-section h2 span {
  color: #159fc6;
}

.pediatric-service-section p {
  color: #667783;
  line-height: 1.8;
  font-size: 17px;
}

/* =========================================
   INTRO
========================================= */

.pediatric-intro {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 70px;
  margin-bottom: 70px;
}

.pediatric-intro-content h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.pediatric-intro-content > p {
  max-width: 620px;
  font-size: 18px;
}

.pediatric-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pediatric-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.primary-btn {
  color: #fff;
  background: #159fc6;
  box-shadow: 0 10px 25px rgba(21, 159, 198, 0.2);
}

.primary-btn:hover {
  color: #fff;
  background: #117f9f;
  transform: translateY(-3px);
}

.outline-btn {
  color: #173247;
  border: 1px solid #c9dce4;
  background: #fff;
}

.outline-btn:hover {
  color: #159fc6;
  border-color: #159fc6;
}

/* =========================================
   IMAGE
========================================= */

.pediatric-intro-image {
  position: relative;
}

.image-frame {
  overflow: hidden;
  border-radius: 180px 180px 20px 20px;
  background: #e5f5fa;
  padding: 10px;
}

.image-frame img {
  display: block;
  width: 100%;
  height: 510px;
  object-fit: cover;
  border-radius: 170px 170px 12px 12px;
}

.experience-badge {
  position: absolute;
  left: -25px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(22, 54, 70, 0.12);
}

.experience-badge strong {
  color: #159fc6;
  font-size: 30px;
  line-height: 1;
}

.experience-badge span {
  color: #667783;
  font-size: 12px;
  line-height: 1.4;
}

/* =========================================
   TRUST STRIP
========================================= */

.pediatric-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid #e4eef2;
  border-radius: 18px;
  margin-bottom: 100px;
  box-shadow: 0 15px 45px rgba(24, 64, 80, 0.05);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px;
  border-right: 1px solid #e8eff2;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #159fc6;
  background: #eaf8fc;
  border-radius: 50%;
  font-size: 20px;
}

.trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: #173247;
  font-size: 17px;
}

.trust-item span {
  color: #81919a;
  font-size: 16px;
}

/* =========================================
   ABOUT
========================================= */

.pediatric-about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
  align-items: center;
  margin-bottom: 110px;
}

.pediatric-about-image {
  position: relative;
}

.pediatric-about-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.image-caption {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(16, 52, 67, 0.88);
  border-radius: 10px;
  font-size: 13px;
}

.image-caption i {
  color: #66cce8;
}

.pediatric-about-content h2 {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.15;
}

.feature-list {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e2ebee;
}

.feature-number {
  color: #159fc6;
  font-size: 12px;
  font-weight: 700;
}

.feature-item h4 {
  margin-bottom: 5px;
  font-size: 21px;
}

.feature-item p {
  margin: 0;
  font-size: 15px;
}

/* =========================================
   SECTION HEADING
========================================= */

.section-heading-center {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-heading-center h2 {
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.15;
}

.section-heading-center p {
  margin: 0;
  font-size: 15px;
}

/* =========================================
   CONDITIONS
========================================= */

.pediatric-conditions {
  margin-bottom: 110px;
}

.condition-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid #e4eef2;
  border-radius: 18px;
  position: relative;
  transition: 0.3s ease;
}

.condition-card:hover {
  border-color: #a8ddea;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(21, 100, 125, 0.08);
}

.condition-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #159fc6;
  background: #ebf9fc;
  border-radius: 14px;
  font-size: 22px;
}

.condition-card > span {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #b5c6cd;
  font-size: 12px;
  font-weight: 700;
}

.condition-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.condition-card p {
  margin: 0;
  font-size: 15px;
}

/* =========================================
   WHEN TO VISIT
========================================= */

.pediatric-visit {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 70px;
  align-items: center;
  padding: 70px;
  margin-bottom: 110px;
  background: #eaf8fc;
  border-radius: 25px;
}

.visit-content h2 {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.15;
}

.visit-content > p {
  max-width: 600px;
}

.visit-list {
  padding: 0;
  margin: 25px 0 0;
  list-style: none;
}

.visit-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #506975;
  font-size: 14px;
}

.visit-list i {
  color: #159fc6;
  font-size: 18px;
}

.visit-card {
  padding: 35px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(23, 65, 80, 0.08);
}

.visit-card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #159fc6;
  background: #eaf8fc;
  border-radius: 50%;
  font-size: 25px;
}

.visit-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.visit-card p {
  font-size: 14px;
}

.visit-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #159fc6;
  font-weight: 700;
  text-decoration: none;
}

/* =========================================
   FAQ
========================================= */

.pediatric-faq {
  margin-bottom: 100px;
}

.faq-modern {
  max-width: 850px;
  margin: auto;
}

.faq-modern details {
  padding: 22px 25px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #e2edf0;
  border-radius: 12px;
}

.faq-modern summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #173247;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.faq-modern summary::-webkit-details-marker {
  display: none;
}

.faq-modern summary i {
  color: #159fc6;
}

.faq-modern details[open] summary i {
  transform: rotate(45deg);
}

.faq-modern p {
  max-width: 90%;
  margin: 15px 0 0;
  font-size: 17px;
}

/* =========================================
   FINAL CTA
========================================= */

.pediatric-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 55px 60px;
  background: #173247;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.pediatric-final-cta:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -80px;
  top: -100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.pediatric-final-cta .service-eyebrow {
  color: #67cee9;
}

.pediatric-final-cta h2 {
  max-width: 650px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 38px;
}

.pediatric-final-cta h2 span {
  color: #66cce8;
}

.pediatric-final-cta p {
  margin: 0;
  color: #b8cbd3;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.white-btn {
  color: #173247;
  background: #fff;
}

.white-btn:hover {
  color: #173247;
  transform: translateY(-3px);
}

.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .pediatric-intro,
  .pediatric-about {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .pediatric-intro-content h1 {
    font-size: 44px;
  }

  .pediatric-intro-image {
    max-width: 550px;
    margin: auto;
  }

  .pediatric-trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid #e8eff2;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .pediatric-visit {
    grid-template-columns: 1fr;
    padding: 45px;
  }

  .pediatric-final-cta {
    display: block;
  }

  .cta-buttons {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .pediatric-service-section {
    padding: 60px 0;
  }

  .pediatric-intro-content h1 {
    font-size: 36px;
  }

  .pediatric-about-content h2,
  .section-heading-center h2,
  .visit-content h2 {
    font-size: 32px;
  }

  .image-frame img {
    height: 430px;
  }

  .experience-badge {
    left: 10px;
  }

  .pediatric-about-image img {
    height: 400px;
  }

  .pediatric-visit {
    padding: 30px 22px;
  }

  .pediatric-final-cta {
    padding: 40px 25px;
  }

  .pediatric-final-cta h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .pediatric-buttons {
    flex-direction: column;
  }

  .pediatric-btn {
    justify-content: center;
  }

  .image-frame img {
    height: 380px;
  }

  .experience-badge {
    padding: 12px 15px;
  }

  .experience-badge strong {
    font-size: 24px;
  }

  .pediatric-final-cta .cta-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================
   MYOPIA CLINIC PAGE
========================================= */

:root {
  --myopia-blue: #54b9dc;
  --myopia-dark: #102f3d;
  --myopia-text: #52656d;
  --myopia-light: #f4fbfd;
  --myopia-white: #ffffff;
  --myopia-border: #dceff4;
  --myopia-soft: #e8f7fb;
}

/* Common */

.section-space {
  padding: 100px 0;
}

.section-tag,
.myopia-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #bd7f05;;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-tag::before,
.myopia-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #bd7f05;;
}

.section-heading-center {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.section-heading-center h2 {
  margin: 18px 0;
}

.section-heading-center h2 span,
.myopia-content-box h2 span,
.management-content h2 span,
.myopia-explanation h2 span,
.myopia-lifestyle h2 span {
  color: #050a50;
}

.section-heading-center p {
  color: var(--myopia-text);
  line-height: 1.8;
}

/* =========================================
   HERO
========================================= */

.myopia-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 90px;
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(84, 185, 220, 0.18),
      transparent 30%
    ),
    linear-gradient(135deg, #f8fdff 0%, #eef9fc 100%);
}

.myopia-hero-content {
  position: relative;
  z-index: 2;
}

.myopia-hero h1 {
  max-width: 650px;
  margin: 20px 0;
  color: var(--myopia-dark);
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -2px;
}

.myopia-hero h1 span {
  display: block;
  color: #bd7f05;;
}

.myopia-hero-content > p {
  max-width: 610px;
  color: var(--myopia-text);
  font-size: 19px;
  line-height: 1.9;
}

.myopia-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.myopia-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.myopia-btn.primary {
  color: #fff;
  background: var(--myopia-dark);
}

.myopia-btn.primary:hover {
  color: #fff;
  background: #bd7f05;;
  transform: translateY(-3px);
}

.myopia-btn.secondary {
  color: var(--myopia-dark);
  background: #fff;
  border: 1px solid var(--myopia-border);
}

.myopia-btn.secondary:hover {
  color: #bd7f05;;
  transform: translateY(-3px);
}

.myopia-mini-info {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 50px;
}

.myopia-mini-info div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.myopia-mini-info strong {
  color: #bd7f05;;
  font-size: 24px;
}

.myopia-mini-info span {
  color: var(--myopia-text);
  font-size: 14px;
  line-height: 1.4;
}

/* Hero Image */

.myopia-hero-visual {
  position: relative;
  min-height: 540px;
}

.myopia-image-main {
  position: absolute;
  z-index: 2;
  right: 20px;
  width: 78%;
  height: 520px;
  overflow: hidden;
  border-radius: 180px 180px 25px 25px;
  box-shadow: 0 25px 70px rgba(16, 47, 61, 0.15);
}

.myopia-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.myopia-circle {
  position: absolute;
  right: -20px;
  bottom: 20px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #bd7f05;;
  opacity: 0.18;
}

.myopia-floating-card {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 55px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 270px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 45px rgba(16, 47, 61, 0.14);
}

.floating-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #bd7f05;;
  font-size: 20px;
}

.myopia-floating-card strong,
.myopia-floating-card span {
  display: block;
}

.myopia-floating-card strong {
  color: var(--myopia-dark);
}

.myopia-floating-card span {
  margin-top: 4px;
  color: var(--myopia-text);
  font-size: 15px;
}

/* =========================================
   ABOUT MYOPIA
========================================= */

.myopia-about {
  background: #fff;
}

.myopia-about-image {
  position: relative;
  padding: 15px;
}

.myopia-about-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: 25px;
}

.image-label {
  position: absolute;
  right: -5px;
  bottom: 45px;
  padding: 18px 25px;
  border-radius: 14px;
  color: #fff;
  background: var(--myopia-dark);
  box-shadow: 0 15px 40px rgba(16, 47, 61, 0.2);
}

.image-label span,
.image-label strong {
  display: block;
}

.image-label span {
  color: #bd7f05;;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.image-label strong {
  margin-top: 5px;
}

.myopia-content-box {
  padding-left: 55px;
}

.myopia-content-box h2,
.management-content h2,
.myopia-explanation h2,
.myopia-lifestyle h2 {
  margin: 18px 0;
  color: var(--myopia-dark);
  font-size: 44px;
  line-height: 1.15;
}

.myopia-content-box > p,
.management-content > p,
.myopia-explanation p,
.myopia-lifestyle > p {
  color: var(--myopia-text);
  line-height: 1.9;
}

.myopia-info-list {
  margin-top: 30px;
}

.info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
}

.info-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #bd7f05;;
  background: var(--myopia-soft);
}

.info-item h4 {
  margin: 0 0 5px;
  color: var(--myopia-dark);
  font-size: 17px;
}

.info-item p {
  margin: 0;
  color: var(--myopia-text);
  font-size: 14px;
  line-height: 1.6;
}

/* =========================================
   SYMPTOMS
========================================= */

.myopia-symptoms {
  background: var(--myopia-light);
}

.symptom-card {
  position: relative;
  height: 100%;
  padding: 35px 28px;
  overflow: hidden;
  border: 1px solid var(--myopia-border);
  border-radius: 20px;
  background: #fff;
  transition: 0.3s ease;
}

.symptom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(16, 47, 61, 0.1);
}

.symptom-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #595d5f;
  font-size: 42px;
  font-weight: 800;
}

.symptom-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 15px;
  color: #bd7f05;;
  background: var(--myopia-soft);
  font-size: 23px;
}

.symptom-card h3 {
  color: var(--myopia-dark);
  font-size: 19px;
}

.symptom-card p {
  margin: 0;
  color: var(--myopia-text);
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================
   MANAGEMENT
========================================= */

.myopia-management {
  background: #fff;
}

.management-content {
  padding-right: 45px;
}

.management-points {
  margin-top: 30px;
}

.management-points div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--myopia-dark);
  font-size: 14px;
}

.management-points i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #bd7f05;;
  font-size: 12px;
}

.management-visual {
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  background: linear-gradient(145deg, #eaf9fc, #f9fdff);
  overflow: hidden;
}

.management-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translate(-50%, -50%);
  border: 8px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #bd7f05;;
  box-shadow: 0 15px 45px rgba(16, 47, 61, 0.12);
}

.management-center i {
  font-size: 30px;
}

.management-center span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
}

.management-card {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(16, 47, 61, 0.1);
}

.management-card i {
  display: block;
  margin-bottom: 10px;
  color: #bd7f05;;
  font-size: 25px;
}

.management-card strong,
.management-card span {
  display: block;
}

.management-card strong {
  color: var(--myopia-dark);
}

.management-card span {
  margin-top: 4px;
  color: var(--myopia-text);
  font-size: 12px;
}

.card-one {
  top: 40px;
  left: 35px;
}

.card-two {
  top: 55px;
  right: 30px;
}

.card-three {
  right: 35px;
  bottom: 40px;
}

/* =========================================
   OPTIONS
========================================= */

.myopia-options {
  background: var(--myopia-light);
}

.option-card {
  position: relative;
  height: 100%;
  padding: 35px;
  border: 1px solid var(--myopia-border);
  border-radius: 22px;
  background: #fff;
  transition: 0.3s ease;
}

.option-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(16, 47, 61, 0.1);
}

.option-card.featured {
  border: 2px solid #bd7f05;;
}

.featured-label {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 8px 13px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background: #bd7f05;;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.option-top span {
  color: #d7edf3;
  font-size: 35px;
  font-weight: 800;
}

.option-top i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #bd7f05;;
  background: var(--myopia-soft);
  font-size: 22px;
}

.option-card h3 {
  margin: 25px 0 12px;
  color: var(--myopia-dark);
}

.option-card p {
  color: var(--myopia-text);
  line-height: 1.7;
}

.option-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: var(--myopia-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.option-card a:hover {
  color: #bd7f05;;
}

/* =========================================
   EXPLANATION
========================================= */

.myopia-explanation-box {
  padding: 70px;
  border-radius: 30px;
  background: var(--myopia-dark);
  overflow: hidden;
}

.myopia-explanation-box h2 {
  color: #fff;
}

.myopia-explanation-box p {
  color: rgba(255, 255, 255, 0.72);
}

.myopia-eye-diagram {
  position: relative;
  min-height: 350px;
}

.diagram-eye {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 210px;
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 70% 20%;
}

.diagram-pupil {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 35px;
  height: 80px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #bd7f05;;
}

.diagram-retina {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 8px;
  height: 150px;
  border-radius: 10px;
  background: #fff;
}

.diagram-light {
  position: absolute;
  top: 50%;
  left: 65px;
  width: 200px;
  height: 2px;
  background: #bd7f05;;
  transform: translateY(-50%);
}

.diagram-label {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #fff;
}

.diagram-label span,
.diagram-label strong {
  display: block;
}

.diagram-label span {
  color: #bd7f05;;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.diagram-label strong {
  margin-top: 5px;
}

/* =========================================
   LIFESTYLE
========================================= */

.myopia-lifestyle {
  background: #fff;
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 35px;
}

.lifestyle-item {
  display: flex;
  gap: 15px;
}

.lifestyle-item > i {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #bd7f05;;
  background: var(--myopia-soft);
}

.lifestyle-item h4 {
  margin: 0 0 5px;
  color: var(--myopia-dark);
  font-size: 19px;
}

.lifestyle-item p {
  margin: 0;
  color: var(--myopia-text);
  font-size: 15px;
  line-height: 1.6;
}

.lifestyle-quote {
  position: relative;
  margin-left: 30px;
  padding: 45px;
  border-radius: 25px;
  background: var(--myopia-light);
  border: 1px solid var(--myopia-border);
}

.quote-icon {
  color: #bd7f05;;
  font-size: 45px;
}

.lifestyle-quote h3 {
  color: var(--myopia-dark);
  font-size: 27px;
  line-height: 1.3;
}

.lifestyle-quote h3 span {
  color: #bd7f05;;
}

.lifestyle-quote p {
  color: var(--myopia-text);
  line-height: 1.7;
}

/* =========================================
   FINAL CTA
========================================= */

.myopia-final-cta {
  padding: 80px 0;
  background: #bd7f05;;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.final-cta-inner > div:first-child {
  max-width: 650px;
}

.final-cta-inner span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.final-cta-inner h2 {
  margin: 15px 0;
  color: #fff;
  font-size: 45px;
  line-height: 1.15;
}

.final-cta-inner h2 strong {
  display: block;
}

.final-cta-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.final-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.myopia-btn.white {
  color: var(--myopia-dark);
  background: #fff;
}

.myopia-btn.white:hover {
  color: var(--myopia-dark);
  transform: translateY(-3px);
}

.myopia-call {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.myopia-call:hover {
  color: #fff;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .section-space {
    padding: 70px 0;
  }

  .myopia-hero {
    padding: 70px 0;
  }

  .myopia-hero-visual {
    min-height: 500px;
    margin-top: 50px;
  }

  .myopia-content-box,
  .management-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
  }

  .myopia-about-image img {
    height: 500px;
  }

  .myopia-explanation-box {
    padding: 45px 30px;
  }

  .lifestyle-quote {
    margin-left: 0;
    margin-top: 45px;
  }

  .final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-cta-buttons {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .section-space {
    padding: 55px 0;
  }

  .myopia-hero h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .myopia-mini-info {
    gap: 20px;
  }

  .myopia-hero-visual {
    min-height: 400px;
  }

  .myopia-image-main {
    width: 82%;
    height: 400px;
  }

  .myopia-floating-card {
    left: 5px;
    bottom: 25px;
  }

  .myopia-content-box h2,
  .management-content h2,
  .myopia-explanation h2,
  .myopia-lifestyle h2 {
    font-size: 34px;
  }

  .myopia-about-image img {
    height: 420px;
  }

  .lifestyle-grid {
    grid-template-columns: 1fr;
  }

  .management-visual {
    min-height: 430px;
    margin-top: 40px;
  }

  .management-card {
    width: 160px;
  }

  .card-one {
    left: 15px;
  }

  .card-two {
    right: 15px;
  }

  .card-three {
    right: 15px;
  }

  .diagram-eye {
    width: 260px;
  }

  .final-cta-inner h2 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .myopia-hero-buttons {
    flex-direction: column;
  }

  .myopia-btn {
    width: 100%;
  }

  .myopia-mini-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .myopia-floating-card {
    max-width: 235px;
  }

  .management-card {
    width: 145px;
    padding: 14px;
  }

  .management-card strong {
    font-size: 13px;
  }

  .management-card span {
    font-size: 10px;
  }

  .management-center {
    width: 135px;
    height: 135px;
  }

  .diagram-eye {
    width: 220px;
    height: 150px;
  }

  .diagram-light {
    width: 120px;
  }
}
/* ==========================================
   LOW VISION / SERVICE DETAILS
========================================== */

.service-detail-modern {
  padding: 90px 0;
  background: #f7fbfd;
  color: #17324d;
}

.service-detail-modern .container {
  max-width: 1200px;
}

/* INTRO */

.service-intro {
  margin-bottom: 100px;
}

.service-detail-image {
  position: relative;
  padding-right: 35px;
}

.service-detail-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  box-shadow: 0 25px 60px rgba(20, 70, 100, 0.12);
}

.service-image-badge {
  position: absolute;
  bottom: 25px;
  right: 5px;
  background: #ffffff;
  padding: 15px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 35px rgba(20, 70, 100, 0.15);
  font-size: 14px;
  font-weight: 600;
  color: #17324d;
}

.service-image-badge i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e4f5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36a9c7;
  font-size: 18px;
}

/* TEXT */

.service-detail-content {
  padding-left: 25px;
}

.service-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #bd7f05;;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.service-detail-content h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 25px;
  color: #17324d;
}

.service-detail-content h1 span,
.service-detail-content h2 span {
  color: #bd7f05;;
}

.service-detail-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #647789;
}

.service-detail-content .lead-text {
  font-size: 19px;
  line-height: 1.7;
  color: #405b70;
  margin-bottom: 15px;
}

/* BUTTON */

.service-primary-btn {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 23px;
  border-radius: 50px;
  background: #bd7f05;;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-primary-btn i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-primary-btn:hover {
  background: #17324d;
  transform: translateY(-3px);
}

/* SECTION HEADING */

.service-section-block {
  margin-bottom: 100px;
}

.service-section-heading {
  max-width: 700px;
  margin-bottom: 45px;
}

.service-section-heading span {
  color: #bd7f05;;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.service-section-heading h2 {
  margin-top: 12px;
  font-size: 35px;
  line-height: 1.2;
  color: #17324d;
}

.service-section-heading strong {
  color: #bd7f05;;
  font-weight: 700;
}

.service-section-heading p {
  margin-top: 15px;
  color: #718395;
  line-height: 1.8;
}

/* FEATURE CARDS */

.service-feature-card {
  position: relative;
  min-height: 270px;
  padding: 35px;
  background: #ffffff;
  border: 1px solid #e4eef2;
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(28, 91, 120, 0.12);
  border-color: transparent;
}

.feature-number {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #edf5f7;
  font-size: 60px;
  font-weight: 700;
}

.feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  background: #e8f7fa;
  color: #bd7f05;;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 25px;
}

.service-feature-card h3 {
  position: relative;
  font-size: 21px;
  margin-bottom: 12px;
  color: #17324d;
}

.service-feature-card p {
  position: relative;
  margin: 0;
  color: #718395;
  font-size: 16px;
  line-height: 1.8;
}

/* INFO SECTION */

.service-info-section {
  margin-bottom: 100px;
  padding: 60px;
  border-radius: 30px;
  background: #eaf7fa;
}

.service-small-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 22px;
}

.service-info-content {
  padding-left: 35px;
}

.service-info-content h2,
.service-why-section h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #17324d;
  margin-bottom: 20px;
}

.service-info-content p,
.service-why-section p {
  color: #657a8a;
  line-height: 1.8;
}

.service-check-list {
  margin-top: 25px;
}

.service-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #36556a;
  font-weight: 500;
}

.service-check-list i {
  color: #bd7f05;;
  font-size: 19px;
}

/* BENEFIT SECTION */

.service-benefit-section {
  margin-bottom: 100px;
}

.benefit-item {
  height: 100%;
  padding: 30px 25px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e6eef1;
  text-align: center;
  transition: 0.3s;
}

.benefit-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(30, 90, 115, 0.1);
}

.benefit-item i {
  display: inline-flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f7fa;
  color: #bd7f05;;
  font-size: 21px;
  margin-bottom: 18px;
}

.benefit-item h4 {
  font-size: 19px;
  color: #17324d;
}

.benefit-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #778896;
}

/* WHY SECTION */

.service-why-section {
  margin-bottom: 80px;
  padding: 65px;
  background: #17324d;
  border-radius: 30px;
}

.service-why-section .service-eyebrow {
  color: #73d2e6;
}

.service-why-section h2 {
  color: #fff;
}

.service-why-section p {
  color: #b9cbd5;
}

.why-care-list {
  padding-left: 35px;
}

.why-care-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.why-care-item:last-child {
  border-bottom: 0;
}

.why-care-item > span {
  color: #73d2e6;
  font-weight: 700;
  font-size: 14px;
}

.why-care-item h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 5px;
}

.why-care-item p {
  margin: 0;
  font-size: 15px;
}

/* FINAL CTA */

.service-final-cta {
  padding: 50px 55px;
  background: #dff4f8;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.service-final-cta > div:first-child {
  max-width: 650px;
}

.service-final-cta span {
  color: #bd7f05;;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}

.service-final-cta h2 {
  margin: 12px 0;
  font-size: 32px;
  color: #17324d;
}

.service-final-cta h2 strong {
  color: #bd7f05;;
}

.service-final-cta p {
  margin: 0;
  color: #637a88;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.service-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 20px;
  border: 1px solid #b7dce4;
  border-radius: 50px;
  color: #17324d !important;
  background: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {
  .service-detail-modern {
    padding: 65px 0;
  }

  .service-detail-image {
    padding-right: 0;
    margin-bottom: 45px;
  }

  .service-detail-image img {
    height: 500px;
  }

  .service-detail-content {
    padding-left: 0;
  }

  .service-detail-content h1 {
    font-size: 42px;
  }

  .service-info-content {
    padding-left: 0;
    padding-top: 35px;
  }

  .service-why-section {
    padding: 45px 35px;
  }

  .why-care-list {
    padding-left: 0;
    margin-top: 35px;
  }

  .service-final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .service-detail-modern {
    padding: 45px 0;
  }

  .service-detail-image img {
    height: 420px;
  }

  .service-image-badge {
    right: 10px;
    bottom: 15px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .service-detail-content h1 {
    font-size: 34px;
  }

  .service-section-heading h2,
  .service-info-content h2,
  .service-why-section h2 {
    font-size: 30px;
  }

  .service-info-section,
  .service-why-section {
    padding: 30px 22px;
  }

  .service-small-image img {
    height: 300px;
  }

  .service-final-cta {
    padding: 35px 25px;
  }

  .service-final-cta h2 {
    font-size: 26px;
  }

  .cta-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-buttons a {
    justify-content: center;
  }
}
/* ==========================================
   LOW VISION / SERVICE DETAILS
========================================== */

.service-detail-modern {
  padding: 90px 0;
  background: #f7fbfd;
  color: #17324d;
}

.service-detail-modern .container {
  max-width: 1200px;
}

/* INTRO */

.service-intro {
  margin-bottom: 100px;
}

.service-detail-image {
  position: relative;
  padding-right: 35px;
}

.service-detail-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  box-shadow: 0 25px 60px rgba(20, 70, 100, 0.12);
}

.service-image-badge {
  position: absolute;
  bottom: 25px;
  right: 5px;
  background: #ffffff;
  padding: 15px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 35px rgba(20, 70, 100, 0.15);
  font-size: 14px;
  font-weight: 600;
  color: #17324d;
}

.service-image-badge i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e4f5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36a9c7;
  font-size: 18px;
}

/* TEXT */

.service-detail-content {
  padding-left: 25px;
}

.service-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #bd7f05;;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.service-detail-content h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 25px;
  color: #17324d;
}

.service-detail-content h1 span,
.service-detail-content h2 span {
  color: #bd7f05;;
}

.service-detail-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #647789;
}

.service-detail-content .lead-text {
  font-size: 19px;
  line-height: 1.7;
  color: #405b70;
  margin-bottom: 15px;
}

/* BUTTON */

.service-primary-btn {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 23px;
  border-radius: 50px;
  background: #bd7f05;;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-primary-btn i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-primary-btn:hover {
  background: #17324d;
  transform: translateY(-3px);
}

/* SECTION HEADING */

.service-section-block {
  margin-bottom: 100px;
}

.service-section-heading {
  max-width: 700px;
  margin-bottom: 45px;
}

.service-section-heading span {
  color: #bd7f05;;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.service-section-heading h2 {
  margin-top: 12px;
  font-size: 36px;
  line-height: 1.2;
  color: #17324d;
}

.service-section-heading strong {
  color: #bd7f05;;
  font-weight: 700;
}

.service-section-heading p {
  margin-top: 15px;
  color: #718395;
  line-height: 1.8;
}

/* FEATURE CARDS */

.service-feature-card {
  position: relative;
  min-height: 270px;
  padding: 35px;
  background: #ffffff;
  border: 1px solid #e4eef2;
  border-radius: 22px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(28, 91, 120, 0.12);
  border-color: transparent;
}

.feature-number {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #edf5f7;
  font-size: 60px;
  font-weight: 700;
}

.feature-icon {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  background: #e8f7fa;
  color: #bd7f05;;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 25px;
}

.service-feature-card h3 {
  position: relative;
  font-size: 21px;
  margin-bottom: 12px;
  color: #17324d;
}

.service-feature-card p {
  position: relative;
  margin: 0;
  color: #718395;
  font-size: 16px;
  line-height: 1.8;
}

/* INFO SECTION */

.service-info-section {
  margin-bottom: 100px;
  padding: 60px;
  border-radius: 30px;
  background: #eaf7fa;
}

.service-small-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 22px;
}

.service-info-content {
  padding-left: 35px;
}

.service-info-content h2,
.service-why-section h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #17324d;
  margin-bottom: 20px;
}

.service-info-content p,
.service-why-section p {
  color: #657a8a;
  line-height: 1.8;
}

.service-check-list {
  margin-top: 25px;
}

.service-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #36556a;
  font-weight: 500;
}

.service-check-list i {
  color: #bd7f05;;
  font-size: 19px;
}

/* BENEFIT SECTION */

.service-benefit-section {
  margin-bottom: 100px;
}

.benefit-item {
  height: 100%;
  padding: 30px 25px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e6eef1;
  text-align: center;
  transition: 0.3s;
}

.benefit-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(30, 90, 115, 0.1);
}

.benefit-item i {
  display: inline-flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f7fa;
  color: #bd7f05;;
  font-size: 21px;
  margin-bottom: 18px;
}

.benefit-item h4 {
  font-size: 21px;
  color: #17324d;
}

.benefit-item p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #778896;
}

/* WHY SECTION */

.service-why-section {
  margin-bottom: 80px;
  padding: 65px;
  background: #17324d;
  border-radius: 30px;
}

.service-why-section .service-eyebrow {
  color: #73d2e6;
}

.service-why-section h2 {
  color: #fff;
}

.service-why-section p {
  color: #b9cbd5;
}

.why-care-list {
  padding-left: 35px;
}

.why-care-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.why-care-item:last-child {
  border-bottom: 0;
}

.why-care-item > span {
  color: #73d2e6;
  font-weight: 700;
  font-size: 14px;
}

.why-care-item h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 5px;
}

.why-care-item p {
  margin: 0;
  font-size: 16px;
}

/* FINAL CTA */

.service-final-cta {
  padding: 50px 55px;
  background: #dff4f8;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.service-final-cta > div:first-child {
  max-width: 650px;
}

.service-final-cta span {
  color: #bd7f05;;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}

.service-final-cta h2 {
  margin: 12px 0;
  font-size: 32px;
  color: #17324d;
}

.service-final-cta h2 strong {
  color: #bd7f05;;
}

.service-final-cta p {
  margin: 0;
  color: #637a88;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.service-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 20px;
  border: 1px solid #b7dce4;
  border-radius: 50px;
  color: #17324d !important;
  background: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {
  .service-detail-modern {
    padding: 65px 0;
  }

  .service-detail-image {
    padding-right: 0;
    margin-bottom: 45px;
  }

  .service-detail-image img {
    height: 500px;
  }

  .service-detail-content {
    padding-left: 0;
  }

  .service-detail-content h1 {
    font-size: 42px;
  }

  .service-info-content {
    padding-left: 0;
    padding-top: 35px;
  }

  .service-why-section {
    padding: 45px 35px;
  }

  .why-care-list {
    padding-left: 0;
    margin-top: 35px;
  }

  .service-final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .service-detail-modern {
    padding: 45px 0;
  }

  .service-detail-image img {
    height: 420px;
  }

  .service-image-badge {
    right: 10px;
    bottom: 15px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .service-detail-content h1 {
    font-size: 34px;
  }

  .service-section-heading h2,
  .service-info-content h2,
  .service-why-section h2 {
    font-size: 30px;
  }

  .service-info-section,
  .service-why-section {
    padding: 30px 22px;
  }

  .service-small-image img {
    height: 300px;
  }

  .service-final-cta {
    padding: 35px 25px;
  }

  .service-final-cta h2 {
    font-size: 26px;
  }

  .cta-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-buttons a {
    justify-content: center;
  }
}
/* ==========================================
   DRY EYE TREATMENT
========================================== */

.dry-eye-service {
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(49, 168, 198, 0.06),
      transparent 30%
    ),
    #f7fbfd;
}

.dry-eye-service .service-info-section {
  background: #ffffff;
  border: 1px solid #e5eef1;
  box-shadow: 0 15px 45px rgba(30, 80, 105, 0.06);
}

.dry-eye-service .service-feature-card {
  background: #ffffff;
}

.dry-eye-service .feature-icon {
  background: #e7f7fa;
}

.dry-eye-service .benefit-item {
  background: #ffffff;
}

.dry-eye-service .service-final-cta {
  background: linear-gradient(135deg, #e2f6f9, #f4fbfc);
}

/* Dry eye droplet icon */
.dry-eye-service .feature-icon .bi-droplet {
  font-size: 22px;
}

/* Image hover */
.dry-eye-service .service-detail-image img,
.dry-eye-service .service-small-image img {
  transition: transform 0.5s ease;
}

.dry-eye-service .service-detail-image:hover img,
.dry-eye-service .service-small-image:hover img {
  transform: scale(1.02);
}

/* Mobile */
@media (max-width: 767px) {
  .dry-eye-service .service-detail-image {
    margin-bottom: 35px;
  }

  .dry-eye-service .service-detail-content h1 {
    font-size: 35px;
  }

  .dry-eye-service .service-info-section {
    padding: 30px 20px;
  }

  .dry-eye-service .service-section-block,
  .dry-eye-service .service-benefit-section {
    margin-bottom: 65px;
  }
}
/* ==========================================
   COMPUTER VISION SYNDROME
========================================== */

.computer-vision-service {
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(49, 168, 198, 0.07),
      transparent 30%
    ),
    #f7fbfd;
}

.computer-vision-service .service-info-section {
  background: #ffffff;
  border: 1px solid #e4eef1;
  box-shadow: 0 15px 45px rgba(30, 80, 105, 0.06);
}

.computer-vision-service .feature-icon {
  background: #e8f7fa;
  color: #bd7f05;;
}

.computer-vision-service .benefit-item {
  background: #ffffff;
}

.computer-vision-service .service-feature-card:hover,
.computer-vision-service .benefit-item:hover {
  border-color: rgba(49, 168, 198, 0.25);
}

.computer-vision-service .service-final-cta {
  background: linear-gradient(135deg, #e1f5f8 0%, #f5fbfc 100%);
}

/* Image hover effect */

.computer-vision-service .service-detail-image img,
.computer-vision-service .service-small-image img {
  transition: transform 0.5s ease;
}

.computer-vision-service .service-detail-image:hover img,
.computer-vision-service .service-small-image:hover img {
  transform: scale(1.025);
}

/* Digital screen badge */

.computer-vision-service .service-image-badge i {
  background: #e5f7fa;
  color: #bd7f05;;
}

/* Mobile */

@media (max-width: 767px) {
  .computer-vision-service .service-detail-content h1 {
    font-size: 35px;
  }

  .computer-vision-service .service-detail-image {
    margin-bottom: 35px;
  }

  .computer-vision-service .service-info-section {
    padding: 30px 20px;
  }

  .computer-vision-service .service-feature-card {
    min-height: auto;
  }
}
/* ==========================================
   MEDICAL RETINA
========================================== */

.medical-retina-service {
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(49, 168, 198, 0.07),
      transparent 30%
    ),
    #f7fbfd;
}

.medical-retina-service .service-info-section {
  background: #ffffff;
  border: 1px solid #e4eef1;
  box-shadow: 0 15px 45px rgba(30, 80, 105, 0.06);
}

.medical-retina-service .feature-icon {
  background: #e8f7fa;
  color: #bd7f05;;
}

.medical-retina-service .benefit-item {
  background: #ffffff;
}

.medical-retina-service .service-feature-card:hover,
.medical-retina-service .benefit-item:hover {
  border-color: rgba(49, 168, 198, 0.25);
}

.medical-retina-service .service-final-cta {
  background: linear-gradient(135deg, #e1f5f8 0%, #f5fbfc 100%);
}

/* Retina image hover */

.medical-retina-service .service-detail-image img,
.medical-retina-service .service-small-image img {
  transition: transform 0.5s ease;
}

.medical-retina-service .service-detail-image:hover img,
.medical-retina-service .service-small-image:hover img {
  transform: scale(1.025);
}

/* Retina badge */

.medical-retina-service .service-image-badge i {
  background: #e5f7fa;
  color: #bd7f05;;
}

/* Warning section */

.medical-retina-service .service-why-section {
  position: relative;
  overflow: hidden;
}

.medical-retina-service .service-why-section::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(115, 210, 230, 0.12);
  border-radius: 50%;
  right: -70px;
  top: -70px;
}

.medical-retina-service .why-care-item {
  position: relative;
  z-index: 2;
}

/* Mobile */

@media (max-width: 767px) {
  .medical-retina-service .service-detail-image {
    margin-bottom: 35px;
  }

  .medical-retina-service .service-detail-content h1 {
    font-size: 35px;
  }

  .medical-retina-service .service-info-section {
    padding: 30px 20px;
  }

  .medical-retina-service .service-feature-card {
    min-height: auto;
  }
}
/* ==========================================
   DIABETIC EYE CARE
========================================== */

.diabetic-eye-service {
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(49, 168, 198, 0.07),
      transparent 30%
    ),
    #f7fbfd;
}

/* White information blocks */

.diabetic-eye-service .service-info-section {
  background: #ffffff;
  border: 1px solid #e4eef1;
  box-shadow: 0 15px 45px rgba(30, 80, 105, 0.06);
}

/* Icons */

.diabetic-eye-service .feature-icon {
  background: #e8f7fa;
  color: #bd7f05;;
}

.diabetic-eye-service .benefit-item {
  background: #ffffff;
}

/* Hover */

.diabetic-eye-service .service-feature-card:hover,
.diabetic-eye-service .benefit-item:hover {
  border-color: rgba(49, 168, 198, 0.28);
  transform: translateY(-5px);
}

/* CTA */

.diabetic-eye-service .service-final-cta {
  background: linear-gradient(135deg, #e1f5f8 0%, #f5fbfc 100%);
}

/* Images */

.diabetic-eye-service .service-detail-image img,
.diabetic-eye-service .service-small-image img {
  transition: transform 0.5s ease;
}

.diabetic-eye-service .service-detail-image:hover img,
.diabetic-eye-service .service-small-image:hover img {
  transform: scale(1.025);
}

/* Badge */

.diabetic-eye-service .service-image-badge i {
  background: #e5f7fa;
  color: #bd7f05;;
}

/* Dark section */

.diabetic-eye-service .service-why-section {
  position: relative;
  overflow: hidden;
}

.diabetic-eye-service .service-why-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(115, 210, 230, 0.12);
  border-radius: 50%;
  right: -90px;
  top: -90px;
}

/* Mobile */

@media (max-width: 767px) {
  .diabetic-eye-service .service-detail-image {
    margin-bottom: 35px;
  }

  .diabetic-eye-service .service-detail-content h1 {
    font-size: 35px;
  }

  .diabetic-eye-service .service-info-section {
    padding: 30px 20px;
  }

  .diabetic-eye-service .service-feature-card {
    min-height: auto;
  }
}
/* ==========================================
   OCULOPLASTY & COSMETIC ENHANCEMENTS
========================================== */

.oculoplasty-service {
  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(49, 168, 198, 0.07),
      transparent 30%
    ),
    #f7fbfd;
}

/* Information Sections */

.oculoplasty-service .service-info-section {
  background: #ffffff;
  border: 1px solid #e4eef1;
  box-shadow: 0 15px 45px rgba(30, 80, 105, 0.06);
}

/* Feature Icons */

.oculoplasty-service .feature-icon {
  background: #e8f7fa;
  color: #bd7f05;;
}

.oculoplasty-service .benefit-item {
  background: #ffffff;
}

/* Hover */

.oculoplasty-service .service-feature-card,
.oculoplasty-service .benefit-item {
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.oculoplasty-service .service-feature-card:hover,
.oculoplasty-service .benefit-item:hover {
  border-color: rgba(49, 168, 198, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(30, 80, 105, 0.08);
}

/* Images */

.oculoplasty-service .service-detail-image img,
.oculoplasty-service .service-small-image img {
  transition: transform 0.5s ease;
}

.oculoplasty-service .service-detail-image:hover img,
.oculoplasty-service .service-small-image:hover img {
  transform: scale(1.025);
}

/* Image Badge */

.oculoplasty-service .service-image-badge i {
  background: #e5f7fa;
  color: #bd7f05;;
}

/* Dark Consultation Section */

.oculoplasty-service .service-why-section {
  position: relative;
  overflow: hidden;
}

.oculoplasty-service .service-why-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(115, 210, 230, 0.12);
  border-radius: 50%;
  right: -90px;
  top: -90px;
}

/* FAQ */

.oculoplasty-service .service-faq-list {
  max-width: 950px;
  margin: 0 auto;
}

.oculoplasty-service .service-faq-item {
  background: #ffffff;
  border: 1px solid #e3eef1;
  padding: 25px 30px;
  margin-bottom: 15px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.oculoplasty-service .service-faq-item:hover {
  border-color: rgba(49, 168, 198, 0.3);
  box-shadow: 0 12px 30px rgba(30, 80, 105, 0.07);
}

.oculoplasty-service .faq-question {
  display: flex;
  align-items: center;
  gap: 18px;
}

.oculoplasty-service .faq-question span {
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f7fa;
  color: #bd7f05;;
  font-size: 18px;
  font-weight: 700;
}

.oculoplasty-service .faq-question h4 {
  margin: 0;
  font-size: 21px;
  color: #172f3b;
}

.oculoplasty-service .service-faq-item > p {
  margin: 15px 0 0 56px;
  color: #6c7c83;
  line-height: 1.8;
}

/* CTA */

.oculoplasty-service .service-final-cta {
  background: linear-gradient(135deg, #e1f5f8 0%, #f5fbfc 100%);
}

/* Mobile */

@media (max-width: 767px) {
  .oculoplasty-service .service-detail-image {
    margin-bottom: 35px;
  }

  .oculoplasty-service .service-detail-content h1 {
    font-size: 35px;
  }

  .oculoplasty-service .service-info-section {
    padding: 30px 20px;
  }

  .oculoplasty-service .service-feature-card {
    min-height: auto;
  }

  .oculoplasty-service .service-faq-item {
    padding: 20px;
  }

  .oculoplasty-service .faq-question h4 {
    font-size: 16px;
  }

  .oculoplasty-service .service-faq-item > p {
    margin-left: 0;
  }
}

.pediatric-intro-image {
  position: relative;
  width: 100%;
}

.image-frame {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: #eaf7fa;
}

.image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.experience-badge {
  position: absolute;
  right: -20px;
  bottom: 30px;
  z-index: 5;

  background: #ffffff;
  padding: 18px 24px;
  border-radius: 16px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

  display: flex;
  align-items: center;
  gap: 12px;
}

.experience-badge strong {
  font-size: 38px;
  line-height: 1;
  color: #bd7f05;;
}

.experience-badge span {
  font-size: 13px;
  line-height: 1.4;
  color: #52646c;
  font-weight: 600;
}

.mySwiper {
  width: 100%;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  width: 100%;
}

.mySwiper .banner-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Tablet */
@media (max-width: 991px) {
  .mySwiper .banner-img {
    width: 100%;
    height: auto;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .mySwiper .banner-img {
    width: 100%;
    height: auto;
  }
}

/* =========================================================
   HEADER FONT / FRONT PREMIUM ONLY
   Structure & Layout unchanged
========================================================= */

/* Main Navigation */
.main-header .main-menu .navigation > li > a {
  font-family: "Poppins", sans-serif !important;

  font-size: 14px !important;

  font-weight: 600 !important;

  letter-spacing: 1.2px !important;

  text-transform: uppercase;

  color: #3f4547;

  transition: all 0.3s ease;
  text-decoration: none;
}

/* Navigation Hover */
.main-header .main-menu .navigation > li:hover > a {
  color: #a77b40;
}

/* Dropdown Text */
.main-header .main-menu .navigation > li > ul > li > a {
  font-family: "Poppins", sans-serif !important;

  font-size: 14px !important;

  font-weight: 400 !important;

  letter-spacing: 0.3px;

  color: #555b5d;

  line-height: 1.5;
}

/* Phone Number */
.main-header .header-contact .title a {
  font-family: "Cormorant Garamond", Georgia, serif !important;

  font-size: 17px !important;

  font-weight: 600 !important;

  letter-spacing: 0.2px;

  color: #3d4345;
}

/* Timing */
.main-header .header-contact .title p {
  font-family: "Poppins", sans-serif !important;

  font-size: 10px !important;

  font-weight: 400;

  letter-spacing: 0.5px;

  color: #8a8e8f;
}

/* Top Address */
.main-header .header-top-left p {
  font-family: "Poppins", sans-serif !important;

  font-size: 10px !important;

  font-weight: 400;

  letter-spacing: 0.25px;
}

/* Top Appointment */
.main-header .header-top .button-box a {
  font-family: "Poppins", sans-serif !important;

  font-size: 9px !important;

  font-weight: 600 !important;

  letter-spacing: 1.5px !important;

  text-transform: uppercase;
}

/* Logo image - no size/layout change */
.main-header .logo img {
  display: block;
}

/* Mobile menu font */
.main-header .mobile-menu .navigation li a {
  font-family: "Poppins", sans-serif !important;

  font-size: 11px !important;

  font-weight: 500 !important;

  letter-spacing: 1px;
}

/* =========================================================
   PREMIUM FOOTER
   Dr. Monika Garg
========================================================= */

.modern-footer {
  position: relative;
  background: #f5f4ef;
  color: #555b5d;
  overflow: hidden;
  border-top: 1px solid #e3ded4;
}

/* Decorative background circle */

.modern-footer::before {
  content: "";
  position: absolute;

  width: 650px;
  height: 650px;

  right: -360px;
  top: -320px;

  border: 1px solid rgba(177, 138, 80, 0.12);
  border-radius: 50%;
}

.modern-footer::after {
  content: "";
  position: absolute;

  width: 430px;
  height: 430px;

  left: -300px;
  bottom: -300px;

  border: 1px solid rgba(177, 138, 80, 0.08);
  border-radius: 50%;
}

/* =========================================================
   MAIN
========================================================= */

.modern-footer .footer-main {
  position: relative;
  z-index: 2;

  padding: 85px 0 70px;
}

/* =========================================================
   BRAND
========================================================= */

.footer-brand {
  max-width: 390px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;

  padding: 0 0 20px;

  margin-bottom: 18px;

  border-bottom: 1px solid #d9d2c5;
}

.footer-logo img {
  width: 125px;
  height: auto;
}

.footer-speciality {
  display: block;

  margin-bottom: 17px;

  color: #ad8248;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-brand > p {
  margin: 0 0 25px;

  color: #85898a;

  font-size: 15px;
  line-height: 1.9;
}

/* CTA */

.footer-appointment {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  padding: 12px 8px 12px 18px;

  background: #b18a50;

  color: #fff !important;

  font-size: 13px;
  font-weight: 600;

  letter-spacing: 1.3px;
  text-transform: uppercase;

  text-decoration: none !important;

  transition: all 0.35s ease;
}

.footer-appointment i {
  width: 27px;
  height: 27px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;

  transition: transform 0.35s ease;
}

.footer-appointment:hover {
  background: #94703f;
}

.footer-appointment:hover i {
  transform: rotate(45deg);
}

/* =========================================================
   WIDGET HEADINGS
========================================================= */

.modern-footer-widget {
  position: relative;
}

.modern-footer-widget h4 {
  position: relative;

  margin: 0 0 25px;
  padding-bottom: 13px;

  color: #3f4547;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 18px;
  font-weight: 400;
}

.modern-footer-widget h4::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: 0;

  width: 32px;
  height: 1px;

  background: #b18a50;
}

/* =========================================================
   FOOTER LINKS
========================================================= */

.modern-footer-widget ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.modern-footer-widget ul li {
  margin-bottom: 11px;
}

.modern-footer-widget ul li a {
  position: relative;

  color: #7d8283;

  font-size: 15px;
  line-height: 1.6;

  text-decoration: none;

  transition: all 0.3s ease;
}

.modern-footer-widget ul li a::before {
  content: "";

  display: inline-block;

  width: 0;
  height: 1px;

  margin-right: 0;

  vertical-align: middle;

  background: #b18a50;

  transition: all 0.3s ease;
}

.modern-footer-widget ul li a:hover {
  color: #a77b40;
}

.modern-footer-widget ul li a:hover::before {
  width: 10px;
  margin-right: 7px;
}

/* =========================================================
   CONTACT
========================================================= */

.modern-contact {
  display: flex;
  flex-direction: column;

  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: center;

  gap: 13px;

  padding: 11px 12px;

  border: 1px solid #e0dbd1;

  background: rgba(255, 255, 255, 0.38);

  text-decoration: none;

  transition: all 0.35s ease;
}

.contact-item:hover {
  background: #fff;

  border-color: #cdb990;

  transform: translateX(4px);
}

.contact-icon {
  width: 35px;
  height: 35px;

  flex: 0 0 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #d2c1a2;
  border-radius: 50%;

  color: #ac8147;

  font-size: 12px;
}

.contact-item small {
  display: block;

  margin-bottom: 3px;

  color: #a1845a;

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}

.contact-item strong {
  display: block;

  color: #4e5557;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 15px;
  font-weight: 400;
}

/* =========================================================
   SOCIAL
========================================================= */

.footer-social {
  display: flex;
  align-items: center;

  gap: 8px;

  margin-top: 20px;
}

.footer-social a {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #d5cbbc;
  border-radius: 50%;

  color: #777c7d;

  font-size: 11px;

  text-decoration: none;

  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #b18a50;

  border-color: #b18a50;

  color: #fff;

  transform: translateY(-3px);
}

/* =========================================================
   BOTTOM
========================================================= */

.modern-footer-bottom {
  position: relative;
  z-index: 3;

  border-top: 1px solid #ded8ce;

  background: rgba(238, 236, 230, 0.65);
}

.footer-bottom-inner {
  min-height: 65px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
}

.footer-bottom-inner p {
  margin: 0;

  color: #8a8e8e;

  font-size: 13px;

  letter-spacing: 0.4px;
}

.footer-bottom-inner p strong {
  color: #5d6364;

  font-weight: 600;
}

.footer-bottom-links {
  display: flex;
  align-items: center;

  gap: 25px;
}

.footer-bottom-links a {
  color: #85898a;

  font-size: 13px;

  text-decoration: none;

  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #a77b40;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
  .modern-footer .footer-main {
    padding: 70px 0 55px;
  }

  .footer-brand {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .modern-footer .footer-main {
    padding: 60px 0 45px;
  }

  .footer-brand {
    margin-bottom: 15px;
  }

  .modern-footer-widget {
    margin-top: 15px;
  }

  .footer-bottom-inner {
    min-height: auto;

    padding: 20px 0;

    flex-direction: column;

    align-items: flex-start;
  }

  .footer-bottom-links {
    gap: 18px;
  }
}

@media (max-width: 480px) {
  .footer-logo img {
    width: 110px;
  }

  .footer-speciality {
    font-size: 8px;
    letter-spacing: 1.5px;
  }

  .footer-brand > p {
    font-size: 15px;
  }

  .modern-footer-widget h4 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .mySwiper {
    height: auto;
  }

  .mySwiper .swiper-slide {
    height: auto;
  }

  .mySwiper .banner-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }
}

/* =========================================
   BLOG SECTION
   Light Golden Theme
========================================= */

.blog-page-area {
  padding: 90px 0;
  background: #fffdf7;
}

/* Section Heading */

.section-title {
  margin-bottom: 50px;
}

.blog-subtitle {
  display: inline-block;
  margin-bottom: 10px;
  color: #b18a32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-title h2 {
  margin: 0 0 15px;
  color: #29251d;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.section-title p {
  max-width: 650px;
  margin: 0 auto;
  color: #777064;
  font-size: 16px;
  line-height: 1.8;
}

/* =========================================
   BLOG CARD
========================================= */

.blog-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eee2bd;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(111, 87, 35, 0.08);
  transition: all 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  border-color: #d9bd70;
  box-shadow: 0 15px 35px rgba(111, 87, 35, 0.14);
}

/* =========================================
   BLOG IMAGE
========================================= */

.blog-image {
  position: relative;
  height: 245px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.06);
}

/* Date Badge */

.blog-date {
  position: absolute;
  top: 18px;
  left: 18px;

  width: 62px;
  height: 62px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: #f3df9a;
  color: #66501c;

  border-radius: 5px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;

  box-shadow: 0 5px 15px rgba(87, 65, 15, 0.15);
}

.blog-date span {
  display: block;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 700;
}

/* =========================================
   BLOG CONTENT
========================================= */

.blog-content {
  padding: 28px 28px 30px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 12px;

  color: #b18a32;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-content h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
}

.blog-content h3 a {
  color: #29251d;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-content h3 a:hover {
  color: #b18a32;
}

.blog-content p {
  margin: 0 0 22px;

  color: #777064;
  font-size: 15px;
  line-height: 1.75;
}

/* =========================================
   READ MORE
========================================= */

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: #a27b27;
  font-size: 14px;
  font-weight: 700;

  text-decoration: none;

  transition: all 0.3s ease;
}

.blog-read-more i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.blog-read-more:hover {
  color: #765719;
}

.blog-read-more:hover i {
  transform: translateX(5px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {
  .blog-page-area {
    padding: 70px 0;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .blog-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-page-area {
    padding: 55px 0;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .blog-image {
    height: 220px;
  }

  .blog-content {
    padding: 23px;
  }

  .blog-content h3 {
    font-size: 20px;
  }
}
/* =========================
   TOP HEADER
========================= */

.top-header {
  width: 100%;
  background: #34363f;
  color: #fff;
}

.top-header-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  width: 100%;
}

/* =========================
   ADDRESS
========================= */

.header-address {
  flex: 1;
  padding: 0 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.header-address i {
  display: none;
}

/* =========================
   SOCIAL ICONS
========================= */

.header-social {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header-social a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease;
}

.header-social a:hover {
  color: #efc36d;
  transform: translateY(-2px);
}

/* =========================
   APPOINTMENT BUTTON
========================= */

.appointment-wrapper {
  height: 54px;
  min-width: 247px;
}

.appointment-btn {
  width: 100%;
  height: 100%;
  background: #eac16f;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;

  transition: 0.3s ease;
}

.appointment-btn:hover {
  background: #dcae54;
  color: #fff;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .header-address {
    padding: 0 25px;
    font-size: 12px;
  }

  .header-social {
    gap: 22px;
    padding: 0 25px;
  }

  .appointment-wrapper {
    min-width: 190px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .top-header-inner {
    min-height: auto;
    flex-direction: column;
  }

  /* Address */
  .header-address {
    width: 100%;
    min-height: 45px;
    padding: 8px 15px;

    justify-content: center;
    text-align: center;

    white-space: normal;
    line-height: 18px;
    font-size: 11px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  /* Social */
  .header-social {
    width: 100%;
    height: 45px;

    gap: 30px;
    padding: 0;

    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-social a {
    font-size: 15px;
  }

  /* Appointment */
  .appointment-wrapper {
    width: 100%;
    min-width: auto;
    height: 48px;
  }

  .appointment-btn {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {
  .header-address {
    font-size: 14px;
    padding: 8px 10px;
  }

  .header-social {
    gap: 25px;
  }

  .appointment-wrapper {
    height: 45px;
  }
}



/* =========================================
   COMPLETE BLOG CONTENT CSS
========================================= */

.cataract-blog-content {
  background: #fcfaf5;
  padding: 90px 0 110px;
}

.blog-content-container {
  width: min(1160px, calc(100% - 40px));
  margin: auto;

  display: grid;
  grid-template-columns: minmax(0, 760px) 290px;
  gap: 70px;

  align-items: start;
}


/* =========================================
   ARTICLE
========================================= */

.blog-article {
  min-width: 0;
}

.article-intro {
  padding-bottom: 40px;
  margin-bottom: 55px;

  border-bottom: 1px solid #e5dece;
}

.article-intro p {
  margin-bottom: 18px;

  color: #626c68;
  font-size: 17px;
  line-height: 1.9;
}

.article-intro p:last-child {
  margin-bottom: 0;
}

.article-intro strong {
  color: #a8791d;
}


/* =========================================
   ARTICLE SECTION
========================================= */

.article-section {
  position: relative;
  margin-bottom: 85px;
}

.section-number {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  margin-bottom: 20px;

  border: 1px solid #d9bd7a;
  border-radius: 50%;

  color: #a8791d;
  font-family: "Playfair Display", serif;
  font-size: 15px;
}

.article-section h2 {
  margin: 0 0 20px;

  color: #18201f;

  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.article-section > p {
  color: #68716d;
  font-size: 17px;
  line-height: 1.85;
}

.sub-heading {
  margin: 40px 0 10px;

  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: #252c2a;
}


/* =========================================
   SYMPTOMS
========================================= */

.symptom-box {
  display: grid;
  grid-template-columns: 1fr 1fr;

  margin-top: 32px;

  border: 1px solid #e4dccb;
  border-radius: 12px;
  overflow: hidden;

  background: #fff;
}

.symptom-item {
  display: flex;
  gap: 16px;

  padding: 22px;

  border-right: 1px solid #e8e1d2;
  border-bottom: 1px solid #e8e1d2;
}

.symptom-item:nth-child(even) {
  border-right: 0;
}

.symptom-item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.symptom-item > span {
  color: #c89b3c;

  font-size: 11px;
  font-weight: 800;
}

.symptom-item strong {
  display: block;

  color: #28302d;
  font-size: 16px;
}

.symptom-item p {
  margin-top: 3px;

  color: #818985;
  font-size: 15px;
  line-height: 1.5;
}


/* =========================================
   GOLD NOTE
========================================= */

.gold-note {
  display: flex;
  gap: 14px;
  align-items: center;

  margin-top: 25px;
  padding: 18px 20px;

  border-left: 3px solid #c89b3c;

  background: #f7f0df;
}

.note-icon {
  width: 27px;
  height: 27px;

  display: grid;
  place-items: center;

  flex-shrink: 0;

  border-radius: 50%;

  background: #c89b3c;
  color: #fff;

  font-size: 12px;
  font-weight: 800;
}

.gold-note p {
  color: #5f543d;
  font-size: 13px;
  font-weight: 600;
}


/* =========================================
   MODERN SURGERY CARD
========================================= */

.modern-surgery-card {
  margin-top: 35px;

  overflow: hidden;

  border-radius: 16px;

  background: #19211f;
  color: #fff;

  box-shadow: 0 25px 55px rgba(24, 32, 30, .12);
}

.surgery-heading {
  padding: 35px 35px 25px;

  background:
    radial-gradient(
      circle at 90% 0,
      rgba(200,155,60,.3),
      transparent 30%
    );
}

.mini-label,
.step-label,
.sidebar-label {
  color: #c89b3c;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.surgery-heading h3 {
  max-width: 500px;

  margin-top: 10px;

  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.2;
}

.surgery-features {
  display: grid;
  grid-template-columns: 1fr 1fr;

  border-top: 1px solid rgba(255,255,255,.1);
}

.surgery-features > div {
  display: grid;
  /* grid-template-columns: 32px 1fr; */

  padding: 22px;

  border-right: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.surgery-features > div:nth-child(even) {
  border-right: 0;
}

.feature-icon {
  grid-row: span 2;

  color: #d5b45e;
  font-weight: 800;
}

.surgery-features strong {
  font-size: 15px;
}

.surgery-features small {
  color: #aeb8b4;
  font-size: 16px;
}


/* =========================================
   BEFORE SURGERY STEPS
========================================= */

.article-step {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;

  padding: 35px 0;

  border-top: 1px solid #e5dece;
}

.article-step:last-child {
  border-bottom: 1px solid #e5dece;
}

.step-number {
  width: 45px;
  height: 45px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f5eddb;
  color: #a8791d;

  font-family: "Playfair Display", serif;
}

.step-content h3 {
  margin: 7px 0 10px;

  font-family: "Playfair Display", serif;
  font-size: 26px;
}

.step-content > p {
  color: #6d7672;
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================
   GOLD LIST
========================================= */

.gold-list {
  margin: 18px 0 0;
  padding: 0;

  list-style: none;
}

.gold-list li {
  position: relative;

  margin: 8px 0;
  padding-left: 22px;

  color: #5f6965;
  font-size: 13px;
}

.gold-list li::before {
  content: "✓";

  position: absolute;
  left: 0;

  color: #bd8d2c;
  font-weight: 800;
}


/* =========================================
   LENS CARDS
========================================= */

.lens-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;

  margin-top: 22px;
}

.lens-card {
  padding: 18px;

  border: 1px solid #e5dece;
  border-radius: 8px;

  background: #fff;
}

.lens-card strong {
  display: block;

  color: #a8791d;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.lens-card span {
  display: block;

  margin-top: 5px;

  color: #737c78;
  font-size: 11px;
  line-height: 1.6;
}


/* =========================================
   PROCEDURE TIMELINE
========================================= */

.procedure-timeline {
  position: relative;

  margin-top: 35px;
  padding-left: 60px;
}

.procedure-timeline::before {
  content: "";

  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 17px;

  width: 1px;

  background: #d8bd7b;
}

.timeline-item {
  position: relative;

  display: grid;
  grid-template-columns: 1fr;

  margin-bottom: 30px;
}

.timeline-icon {
  position: absolute;
  left: -60px;
  top: 0;

  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  border: 1px solid #c89b3c;
  border-radius: 50%;

  background: #fcfaf5;
  color: #a8791d;

  font-size: 10px;
  font-weight: 800;
}

.timeline-item h3 {
  margin-bottom: 5px;

  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.timeline-item p {
  color: #707975;
  font-size: 15px;
}

.surgery-highlight {
  display: flex;
  align-items: center;
  gap: 15px;

  margin-top: 35px;
  padding: 18px 22px;

  border: 1px solid #e2d2ac;
  border-radius: 8px;

  background: #f7f0df;
}

.surgery-highlight strong {
  color: #a8791d;

  font-family: "Playfair Display", serif;
  font-size: 25px;
}

.surgery-highlight span {
  color: #6e756f;
  font-size: 14px;
}


/* =========================================
   AFTER SURGERY
========================================= */

.after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

  margin-top: 25px;

  border: 1px solid #e5dece;
  border-radius: 10px;

  overflow: hidden;

  background: #fff;
}

.after-grid div {
  display: flex;
  align-items: center;
  gap: 13px;

  padding: 20px;

  border-right: 1px solid #e5dece;
  border-bottom: 1px solid #e5dece;
}

.after-grid div:nth-child(even) {
  border-right: 0;
}

.after-grid div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.after-grid span {
  color: #c89b3c;
  font-size: 10px;
  font-weight: 800;
}

.after-grid strong {
  color: #3c4541;
  font-size: 14px;
}

.recovery-card {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;

  margin-top: 30px;
  padding: 28px;

  border-radius: 12px;

  background: #f7f0df;
}

.recovery-number {
  width: 45px;
  height: 45px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #c89b3c;
  color: #fff;

  font-family: "Playfair Display", serif;
}

.recovery-card h3 {
  margin: 7px 0;

  font-family: "Playfair Display", serif;
  font-size: 25px;
}

.recovery-card p {
  color: #696f69;
  font-size: 15px;
}


/* =========================================
   EYE CARE
========================================= */

.care-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 10px;

  margin-top: 30px;
}

.care-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 17px;

  border: 1px solid #e5dece;
  border-radius: 8px;

  background: #fff;
}

.care-item span {
  color: #bd8d2c;
  font-weight: 800;
}

.care-item strong {
  color: #4b5551;
  font-size: 14px;
}

.avoid-box {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;

  margin-top: 35px;
  padding: 28px;

  border-radius: 12px;

  background: #19211f;
  color: #fff;
}

.avoid-box h3 {
  margin-top: 7px;

  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.avoid-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.avoid-list span {
  padding: 9px 12px;

  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50px;

  color: #ddd7c6;
  font-size: 10px;
}

.small-note {
  margin-top: 15px !important;

  font-size: 11px !important;
  font-style: italic;
}


/* =========================================
   FAQ
========================================= */

.blog-faq {
  margin-top: 30px;

  border-top: 1px solid #ded7c8;
}

.blog-faq details {
  border-bottom: 1px solid #ded7c8;
}

.blog-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 22px 0;

  cursor: pointer;

  color: #252d2a;

  font-family: "Playfair Display", serif;
  font-size: 20px;

  list-style: none;
}

.blog-faq summary::-webkit-details-marker {
  display: none;
}

.blog-faq summary span {
  color: #bd8d2c;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.blog-faq details[open] summary span {
  transform: rotate(45deg);
}

.blog-faq details p {
  max-width: 650px;

  padding: 0 0 23px;

  color: #707975;
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================
   DOCTOR CTA
========================================= */

.doctor-blog-cta {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 35px;

  padding: 45px;

  border-radius: 18px;

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(200,155,60,.25),
      transparent 35%
    ),
    #19211f;

  color: #fff;

  box-shadow: 0 25px 60px rgba(24,32,30,.13);
}

.doctor-cta-badge {
  width: 90px;
  height: 90px;

  display: grid;
  place-items: center;

  border: 1px solid #d3b263;
  border-radius: 50%;

  background: rgba(200,155,60,.12);

  color: #dfc27a;

  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
}

.doctor-cta-content h2 {
  margin: 10px 0 18px;

  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.15;
  color: white;
}

.doctor-cta-content p {
  margin-bottom: 12px;

  color: #b8c0bc;
  font-size: 15px;
  line-height: 1.8;
}

.doctor-cta-content .doctor-intro {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.doctor-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;

  margin-top: 18px;
  padding: 14px 20px;

  border-radius: 5px;

  background: #c89b3c;
  color: #fff;

  font-size: 12px;
  font-weight: 800;
}

.doctor-cta-button span {
  font-size: 18px;
}


/* =========================================
   CLOSING
========================================= */

.article-closing {
  margin-top: 55px;

  text-align: center;
}

.closing-line {
  width: 45px;
  height: 1px;

  margin: 0 auto 25px;

  background: #c89b3c;
}

.article-closing p {
  color: #68716d;
  font-size: 15px;
  line-height: 1.8;
}

.article-closing strong {
  color: #a8791d;
}


/* =========================================
   SIDEBAR
========================================= */

.blog-sidebar {
  position: sticky;
  top: 105px;
}

.sidebar-card {
  margin-bottom: 18px;
  padding: 25px;

  border: 1px solid #e5dece;
  border-radius: 12px;

  background: #fff;
}

.sidebar-label {
  display: block;
  margin-bottom: 10px;
}

.toc-card h3 {
  margin-bottom: 18px;

  font-family: "Playfair Display", serif;
  font-size: 23px;
}

.toc-card a {
  display: block;

  padding: 11px 0;

  border-top: 1px solid #eee8db;

  color: #68716d;
  font-size: 15px;
  transition: .2s ease;
}

.toc-card a:hover {
  padding-left: 5px;
  color: #a8791d;
}

.appointment-card {
  background: #f7f0df;
  border-color: #e4d4ae;
}

.appointment-card h3 {
  margin: 10px 0;

  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 1.2;
}

.appointment-card p {
  color: #716a59;
  font-size: 15px;
}

.appointment-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 20px;
  padding: 12px 14px;

  border-radius: 5px;

  background: #19211f;
  color: #fff;

  font-size: 15px;
  font-weight: 700;
}

.appointment-card > a span {
  color: #dfc27a;
  font-size: 17px;
}

.experience-card {
  text-align: center;
}

.experience-number {
  color: #bd8d2c;

  font-family: "Playfair Display", serif;
  font-size: 52px;
  line-height: 1;
}

.experience-card strong {
  display: block;

  margin-top: 8px;

  color: #343d39;
  font-size: 14px;
}

.experience-card > span {
  display: block;

  margin-top: 8px;

  color: #818884;
  font-size: 15px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 950px) {

  .blog-content-container {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .sidebar-card {
    margin-bottom: 0;
  }

  .experience-card {
    grid-column: span 2;
  }
}


@media (max-width: 650px) {

  .cataract-blog-content {
    padding: 60px 0 70px;
  }

  .blog-content-container {
    width: min(100% - 28px, 1160px);
  }

  .article-section {
    margin-bottom: 65px;
  }

  .article-section h2 {
    font-size: 34px;
  }

  .symptom-box,
  .after-grid,
  .surgery-features,
  .lens-grid,
  .care-grid {
    grid-template-columns: 1fr;
  }

  .symptom-item,
  .after-grid div,
  .surgery-features > div {
    border-right: 0;
  }

  .symptom-item:nth-last-child(-n+2),
  .after-grid div:nth-last-child(-n+2) {
    border-bottom: 1px solid #e8e1d2;
  }

  .symptom-item:last-child,
  .after-grid div:last-child {
    border-bottom: 0;
  }

  .article-step {
    grid-template-columns: 45px 1fr;
    gap: 15px;
  }

  .avoid-box {
    grid-template-columns: 1fr;
  }

  .doctor-blog-cta {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .doctor-cta-content h2 {
    font-size: 29px;
  }

  .blog-sidebar {
    display: block;
  }

  .sidebar-card {
    margin-bottom: 15px;
  }

  .experience-card {
    margin-bottom: 0;
  }

  .surgery-highlight {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* =========================================
   DOCTOR GALLERY
========================================= */

.doctor-gallery-section {
    padding: 64px 0;
    background: #f8f7f3;
}

.gallery-heading {
    max-width: 750px;
    margin: 0 auto 45px;
}

.gallery-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #b9975b;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.gallery-heading h2 {
    margin: 0 0 15px;
    color: #17232d;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.gallery-heading p {
    margin: 0;
    color: #707070;
    font-size: 16px;
    line-height: 1.8;
}


/* Filter */

.gallery-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 45px;
}

.gallery-filter-btn {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 11px 24px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: #b9975b;
    border-color: #b9975b;
    color: #fff;
}


/* Gallery Grid */

.doctor-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* Gallery Item */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 280px;
    background: #eee;
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(5) {
    min-height: 380px;
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}


/* Overlay */

.gallery-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 25px;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.05) 70%
        );

    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.08);
}


/* Plus Icon */

.gallery-icon {
    position: absolute;
    top: 22px;
    right: 22px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 50%;

    color: #fff;
    font-size: 25px;
    font-weight: 300;
}


/* Overlay Content */

.gallery-overlay-content span {
    display: block;
    margin-bottom: 6px;

    color: #d6b979;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.gallery-overlay-content h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


/* Responsive */

@media (max-width: 1199px) {

    .doctor-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 991px) {

    .doctor-gallery-section {
        padding: 75px 0;
    }

    .gallery-heading h2 {
        font-size: 36px;
    }

    .doctor-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 575px) {

    .doctor-gallery-section {
        padding: 60px 15px;
    }

    .gallery-heading h2 {
        font-size: 29px;
    }

    .gallery-heading p {
        font-size: 14px;
    }

    .gallery-filter {
        gap: 8px;
    }

    .gallery-filter-btn {
        padding: 9px 16px;
        font-size: 12px;
    }

    .doctor-gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gallery-item,
    .gallery-item:nth-child(2),
    .gallery-item:nth-child(5) {
        min-height: 300px;
    }

}




/* =========================================
   LEGAL / POLICY PAGE
========================================= */

.legal-page-section {
    padding: 90px 0;
    background: #f8f7f3;
}

.legal-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 50px;

    align-items: start;
}


/* =========================================
   MAIN CONTENT
========================================= */

.legal-content {
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}


/* Intro */

.legal-intro {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e8e3d9;
}

.legal-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #b9975b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}

.legal-intro h1 {
    margin: 0 0 18px;

    color: #17232d;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.legal-intro p {
    max-width: 800px;

    margin: 0;

    color: #666;

    font-size: 16px;
    line-height: 1.9;
}

.updated-date {
    display: inline-block;

    margin-top: 20px;
    padding: 8px 15px;

    background: #f7f3eb;

    color: #777;

    font-size: 13px;

    border-left: 3px solid #b9975b;
}


/* =========================================
   CONTENT BLOCK
========================================= */

.legal-block {
    display: grid;

    grid-template-columns: 55px minmax(0, 1fr);

    gap: 22px;

    padding: 30px 0;

    border-bottom: 1px solid #eee;
}

.legal-block:first-of-type {
    padding-top: 0;
}

.legal-number {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f7f3eb;

    color: #b9975b;

    font-size: 13px;
    font-weight: 700;

    border-radius: 50%;
}

.legal-block-content h2 {
    margin: 0 0 12px;

    color: #17232d;

    font-size: 22px;
    font-weight: 600;
}

.legal-block-content p {
    margin: 0;

    color: #666;

    font-size: 15px;
    line-height: 1.9;
}


/* =========================================
   CONTACT BOX
========================================= */

.legal-contact-box {
    display: flex;

    gap: 22px;

    margin-top: 40px;
    padding: 30px;

    background: #17232d;

    border-radius: 8px;
}

.contact-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #b9975b;

    color: #fff;

    font-size: 21px;

    border-radius: 50%;
}

.legal-contact-box > div:last-child {
    flex: 1;
}

.legal-contact-box span {
    color: #c9a968;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.legal-contact-box h3 {
    margin: 7px 0 8px;

    color: #fff;

    font-size: 23px;
}

.legal-contact-box p {
    margin: 0 0 18px;

    color: rgba(255,255,255,0.7);

    font-size: 14px;
    line-height: 1.7;
}

.legal-contact-box a {
    display: inline-flex;

    align-items: center;
    gap: 10px;

    color: #fff;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: 0.3s;
}

.legal-contact-box a:hover {
    color: #c9a968;
}

.legal-contact-box a span {
    color: inherit;

    font-size: 18px;
}


/* =========================================
   SIDEBAR
========================================= */

.legal-sidebar {
    position: sticky;
    top: 30px;

    display: flex;
    flex-direction: column;

    gap: 25px;
}

.legal-sidebar-card {
    padding: 30px;

    background: #fff;

    border-radius: 8px;

    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

.sidebar-label {
    display: block;

    margin-bottom: 10px;

    color: #b9975b;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.legal-sidebar-card h3 {
    margin: 0 0 20px;

    color: #17232d;

    font-size: 23px;
}

.legal-sidebar-card > a {
    display: block;

    padding: 12px 0;

    border-bottom: 1px solid #eee;

    color: #666;

    font-size: 14px;

    text-decoration: none;

    transition: 0.3s;
}

.legal-sidebar-card > a:last-child {
    border-bottom: 0;
}

.legal-sidebar-card > a:hover {
    padding-left: 7px;

    color: #b9975b;
}


/* =========================================
   DOCTOR CARD
========================================= */

.doctor-card {
    background: #17232d;
}

.doctor-card-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    background: #b9975b;

    color: #fff;

    font-size: 17px;
    font-weight: 700;

    border-radius: 50%;
}

.doctor-card > span {
    color: #c9a968;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.doctor-card h3 {
    margin: 8px 0 5px;

    color: #fff;
}

.doctor-card p {
    margin: 0;

    color: rgba(255,255,255,0.65);

    font-size: 13px;
}

.doctor-experience {
    display: flex;

    align-items: center;
    gap: 12px;

    margin-top: 25px;
    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,0.1);
}

.doctor-experience strong {
    color: #c9a968;

    font-size: 32px;
}

.doctor-experience span {
    color: rgba(255,255,255,0.65);

    font-size: 12px;
    letter-spacing: 0;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .legal-container {
        grid-template-columns: 1fr;
    }

    .legal-sidebar {
        position: static;

        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 767px) {

    .legal-page-section {
        padding: 55px 0;
    }

    .legal-container {
        width: 92%;
    }

    .legal-content {
        padding: 30px 22px;
    }

    .legal-intro h1 {
        font-size: 30px;
    }

    .legal-block {
        grid-template-columns: 42px minmax(0, 1fr);

        gap: 15px;

        padding: 25px 0;
    }

    .legal-number {
        width: 40px;
        height: 40px;

        font-size: 11px;
    }

    .legal-block-content h2 {
        font-size: 19px;
    }

    .legal-block-content p {
        font-size: 14px;
    }

    .legal-contact-box {
        padding: 25px 20px;
    }

    .legal-sidebar {
        display: flex;
    }

}


@media (max-width: 480px) {

    .legal-intro h1 {
        font-size: 27px;
    }

    .legal-contact-box {
        flex-direction: column;
    }

}



.mySwiper {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.mySwiper .banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 768px) {
    .mySwiper {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .mySwiper {
        height: 250px;
    }
}


/* =========================================
   HEADER RESPONSIVE CSS
========================================= */

.header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 99;
}

.header .container-fluid {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.header .outer-box {
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.header-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header .logo img {
    width: 110px;
    height: auto;
    display: block;
}

/* Right Side */
.header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.nav-outer {
    display: flex;
    align-items: center;
}

/* =========================================
   DESKTOP MENU
========================================= */

.main-menu .navigation {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu .navigation > li {
    position: relative;
    margin-right: 25px;
}

.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.main-menu .navigation > li > a {
    display: block;
    padding: 35px 0;
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.main-menu .navigation > li > a:hover {
    color: #0b8a93;
}

/* =========================================
   DROPDOWN
========================================= */

.main-menu .navigation li.dropdown > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 310px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.main-menu .navigation li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .navigation li.dropdown > ul li {
    width: 100%;
}

.main-menu .navigation li.dropdown > ul li a {
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.main-menu .navigation li.dropdown > ul li a:hover {
    color: #0b8a93;
    background: #f7f7f7;
    padding-left: 23px;
}

/* =========================================
   CONTACT
========================================= */

.header-contact {
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding-left: 25px;
    border-left: 1px solid #e5e5e5;
    white-space: nowrap;
}

.header-contact .icon {
    margin-right: 10px;
    font-size: 30px;
}

.header-contact .title a {
    display: block;
    text-decoration: none;
    color: #113171;
    font-size: 16px;
    font-weight: 700;
}

.header-contact .title p {
    margin: 3px 0 0;
    color: #777;
    font-size: 12px;
}

/* =========================================
   MOBILE TOGGLER
========================================= */

.mobile-nav-toggler {
    display: none;
    cursor: pointer;
    margin-left: 20px;
}

.mobile-nav-toggler .inner {
    width: 32px;
}

.mobile-nav-toggler .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    margin: 6px 0;
    background: #113171;
    border-radius: 5px;
}

/* =========================================
   LARGE DESKTOP - BELOW 1400px
========================================= */

@media (max-width: 1399px) {

    .header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu .navigation > li {
        margin-right: 18px;
    }

    .main-menu .navigation > li > a {
        font-size: 14px;
    }

    .header-contact {
        margin-left: 20px;
        padding-left: 20px;
    }
}

/* =========================================
   LAPTOP - BELOW 1200px
========================================= */

@media (max-width: 1199px) {

    .header .outer-box {
        min-height: 80px;
    }

    .main-menu .navigation > li {
        margin-right: 14px;
    }

    .main-menu .navigation > li > a {
        padding: 30px 0;
        font-size: 13px;
    }

    .header-contact {
        display: none;
    }
}

/* =========================================
   TABLET - BELOW 992px
========================================= */

@media (max-width: 991px) {

    .header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .outer-box {
        min-height: 75px;
    }

    .main-menu {
        display: none;
    }

    .mobile-nav-toggler {
        display: block;
    }

    .header-right {
        margin-left: auto;
    }

    .header .logo img {
        width: 100px;
    }
}

/* =========================================
   MOBILE - BELOW 768px
========================================= */

@media (max-width: 767px) {

    .header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .outer-box {
        min-height: 70px;
    }

    .header .logo img {
        width: 90px;
    }

    .mobile-nav-toggler {
        margin-left: 10px;
    }
}

/* =========================================
   SMALL MOBILE - BELOW 480px
========================================= */

@media (max-width: 480px) {

    .header .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header .outer-box {
        min-height: 65px;
    }

    .header .logo img {
        width: 80px;
    }

    .mobile-nav-toggler .inner {
        width: 35px;
    }

    .mobile-nav-toggler .icon-bar {
        height: 3px;
        margin: 5px 0;
    }
}




/* =========================================================
   PREMIUM WHY CHOOSE
========================================================= */

.premium-why {

    position: relative;

    padding: 120px 0 70px;

    background: #ffffff;

    overflow: hidden;
}


/* =========================================================
   BACKGROUND
========================================================= */

.why-bg-circle {

    position: absolute;

    width: 700px;
    height: 700px;

    left: -470px;
    top: -330px;

    border: 1px solid rgba(181,141,77,.10);

    border-radius: 50%;
}


.why-bg-circle::after {

    content: "";

    position: absolute;

    inset: 70px;

    border: 1px solid rgba(181,141,77,.06);

    border-radius: 50%;
}


.why-bg-circle-two {

    position: absolute;

    width: 500px;
    height: 500px;

    right: -350px;
    bottom: -280px;

    border: 1px solid rgba(181,141,77,.08);

    border-radius: 50%;
}


/* =========================================================
   HEADER
========================================================= */

.premium-why-header {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: 1fr 350px;

    gap: 80px;

    align-items: end;

    margin-bottom: 60px;
}


.why-eyebrow {

    display: block;

    margin-bottom: 18px;

    color: #ad8246;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 4px;
}


.why-heading h2 {

    max-width: 720px;

    margin: 0;

    color: #373e40;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(48px, 5vw, 70px);

    line-height: 1;

    font-weight: 400;

    letter-spacing: -2px;
}


.why-heading h2 em {

    display: block;

    color: #b4894a;

    font-style: italic;
}


.why-header-right {

    padding-bottom: 5px;
}


.why-mini-line {

    width: 55px;

    height: 1px;

    margin-bottom: 18px;

    background: #bc955d;
}


.why-header-right p {

    margin: 0;

    color: #818687;

    font-size: 14px;

    line-height: 1.9;
}


/* =========================================================
   CENTER STATEMENT
========================================================= */

.why-statement {

    position: relative;

    z-index: 2;

    min-height: 210px;

    display: grid;

    grid-template-columns: 1fr 180px 1fr;

    align-items: center;

    border-top: 1px solid #e0dbd2;

    border-bottom: 1px solid #e0dbd2;

    margin-bottom: 0;
}


/* left */

.statement-left {

    padding-left: 25px;
}


.statement-left span,
.statement-right span {

    display: block;

    margin-bottom: 10px;

    color: #ae8755;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 3px;
}


.statement-left strong {

    display: block;

    color: #464c4e;

    font-family:
        Georgia,
        serif;

    font-size: 29px;

    line-height: 1.2;

    font-weight: 400;
}


/* eye */

.statement-eye {

    position: relative;

    width: 120px;
    height: 120px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: auto;

    border: 1px solid #c7a76d;

    border-radius: 50%;

    color: #b28648;

    font-size: 27px;
}


.eye-ring {

    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(183,141,75,.28);
}


.ring-one {

    width: 150px;
    height: 150px;
}


.ring-two {

    width: 185px;
    height: 185px;

    border-style: dashed;

    opacity: .45;
}


/* right */

.statement-right {

    text-align: right;

    padding-right: 25px;
}


.statement-right strong {

    color: #555b5d;

    font-family:
        Georgia,
        serif;

    font-size: 16px;

    font-weight: 400;
}


/* =========================================================
   FEATURES
========================================================= */

.why-features {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: 1fr 1fr;

    border-left: 1px solid #e0dbd2;

    border-bottom: 1px solid #e0dbd2;
}


/* =========================================================
   FEATURE
========================================================= */

.why-feature {

    position: relative;

    display: grid;

    grid-template-columns: 38px 52px 1fr 35px;

    gap: 17px;

    align-items: center;

    min-height: 145px;

    padding: 25px 28px;

    border-right: 1px solid #e0dbd2;

    border-top: 1px solid #e0dbd2;

    background: #fff;

    transition:
        background .4s ease,
        box-shadow .4s ease,
        transform .4s ease;
}


.why-feature:hover {

    background: #fbfaf7;

    box-shadow:
        0 20px 45px rgba(60,52,40,.08);

    transform: translateY(-3px);

    z-index: 3;
}


/* number */

.why-feature-number {

    align-self: start;

    padding-top: 5px;

    color: #b18a53;

    font-family:
        Georgia,
        serif;

    font-size: 11px;

    letter-spacing: 1px;
}


/* icon */

.why-feature-icon {

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #d4c4a8;

    border-radius: 50%;

    color: #b0874d;

    font-size: 17px;

    transition: .4s ease;
}


.why-feature:hover
.why-feature-icon {

    background: #b58a4b;

    border-color: #b58a4b;

    color: #fff;

    transform: rotate(-8deg);
}


/* content */

.why-feature-content span {

    display: block;

    margin-bottom: 5px;

    color: #ae8855;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;
}


.why-feature-content h4 {

    margin: 0 0 6px;

    color: #42484a;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;

    font-weight: 400;
}


.why-feature-content p {

    max-width: 390px;

    margin: 0;

    color: #8a8e8f;

    font-size: 15px;

    line-height: 1.7;
}


/* arrow */

.why-feature-arrow {

    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #ddd4c5;

    border-radius: 50%;

    color: #a77d43;

    font-size: 11px;

    transition: .4s ease;
}


.why-feature:hover
.why-feature-arrow {

    background: #b58a4b;

    border-color: #b58a4b;

    color: #fff;

    transform: rotate(45deg);
}


/* =========================================================
   BOTTOM
========================================================= */

.why-bottom {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: auto 1fr auto;

    align-items: center;

    gap: 25px;

    padding-top: 28px;
}


.why-bottom > span {

    color: #aa8758;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 2px;
}


.why-bottom > div {

    height: 1px;

    background: #ddd7cd;
}


.why-bottom a {

    display: flex;

    align-items: center;

    gap: 12px;

    color: #555b5d;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.6px;

    transition: .3s ease;
}


.why-bottom a i {

    color: #ad8245;

    transition: .3s ease;
}


.why-bottom a:hover {

    color: #a1763d;
}


.why-bottom a:hover i {

    transform: translate(3px,-3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-why {

        padding: 90px 0 60px;
    }


    .premium-why-header {

        grid-template-columns: 1fr;

        gap: 25px;

        margin-bottom: 50px;
    }


    .why-header-right {

        max-width: 550px;
    }


    .why-statement {

        grid-template-columns: 1fr 150px 1fr;
    }


    .why-features {

        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .premium-why {

        padding: 70px 0 45px;
    }


    .why-heading h2 {

        font-size: 44px;

        letter-spacing: -1px;
    }


    .why-statement {

        grid-template-columns: 1fr;

        gap: 25px;

        padding: 35px 0;
    }


    .statement-left {

        padding-left: 15px;

        text-align: center;
    }


    .statement-right {

        padding-right: 15px;

        text-align: center;
    }


    .statement-eye {

        order: -1;

        width: 95px;
        height: 95px;
    }


    .ring-one {

        width: 120px;
        height: 120px;
    }


    .ring-two {

        width: 145px;
        height: 145px;
    }


    .why-feature {

        grid-template-columns: 30px 45px 1fr;

        gap: 12px;

        padding: 22px 15px;

    }


    .why-feature-arrow {

        display: none;
    }


    .why-feature-content h4 {

        font-size: 16px;
    }


    .why-feature-content p {

        font-size: 15px;
    }


    .why-bottom {

        grid-template-columns: 1fr;

        gap: 15px;
    }


    .why-bottom > div {

        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .why-heading h2 {

        font-size: 38px;
    }


    .why-feature {

        grid-template-columns: 25px 42px 1fr;

        gap: 10px;

        min-height: 135px;
    }


    .why-feature-icon {

        width: 42px;
        height: 42px;

        font-size: 15px;
    }


    .why-feature-content h4 {

        font-size: 15px;
    }

}

/* ===== Testimonial Section ===== */
.testimonials-section {
  background: #fff;
  overflow: hidden;
}

.section-title {
  font-weight: 700;
  font-size: 1.75rem;
  color: #202124;
  margin-bottom: 0.25rem;
}

.section-subtitle {
  color: #5f6368;
  font-size: 0.95rem;
}

/* ===== Google Summary ===== */
.google-summary {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 10px 20px;
  display: inline-flex;
  border: 1px solid #e8eaed;
}

.google-logo {
  height: 22px;
  width: auto;
}

.overall-rating {
  font-size: 1.4rem;
  font-weight: 700;
  color: #202124;
}

/* ===== Stars ===== */
.stars {
  display: inline-flex;
  gap: 1px;
}

.star {
  width: 15px;
  height: 15px;
  background: #e8eaed;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
}

.star.filled {
  background: #fbbc04;
}

.star.half {
  background: linear-gradient(90deg, #fbbc04 50%, #e8eaed 50%);
}

/* ===== Marquee (White space fix) ===== */
.testimonial-marquee {
  overflow: hidden;
  width: 100%;
  /* Side fade thoda soft rakha */
  mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
}

.testimonial-track {
  display: flex;
  gap: 16px;                 /* pehle 20px tha → kam kiya */
  width: max-content;
  animation: scroll 40s linear infinite;
  padding: 8px 0;            /* vertical white space control */
}

.testimonial-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== Card ===== */
.testimonial-card {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 16px;
  width: 310px;              /* thoda compact */
  min-width: 300px;
            /* fixed height → white space nahi aayega */
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.1), 0 1px 3px 1px rgba(60, 64, 67, 0.08);
  transition: box-shadow 0.2s ease;
  flex-shrink: 0;
}

.testimonial-card:hover {
  box-shadow: 0 4px 12px rgba(60, 64, 67, 0.15);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* ===== Image Avatar ===== */
.avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #e8eaed;
}

.user-info h6 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #202124;
  margin: 0;
}

.user-info small {
  font-size: 0.75rem;
  color: #5f6368;
}

.google-icon {
  width: 16px;
  height: 16px;
  margin-left: auto;
  opacity: 0.65;
}

.review-text {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #3c4043;
  margin: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .testimonial-card {
    width: 270px;
    min-width: 270px;
    height: 200px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .testimonial-track {
    animation-duration: 32s;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    width: 250px;
    min-width: 250px;
    height: 195px;
    padding: 14px;
  }
}

.service-final-cta {
    padding: 80px 12px;
}

.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px;
    border-radius: 20px;
}

.final-cta-content {
    max-width: 650px;
}

.service-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.final-cta-content h2 {
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.final-cta-content h2 span {
    display: block;
}

.final-cta-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.final-cta-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.cta-white-btn,
.cta-phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 22px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.cta-white-btn i,
.cta-phone-btn i {
    font-size: 18px;
}

/* Tablet */
@media (max-width: 991px) {
    .final-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 45px 35px;
    }

    .final-cta-content h2 {
        font-size: 36px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .service-final-cta {
        padding: 50px 0;
    }

    .final-cta-inner {
        padding: 35px 20px;
        gap: 30px;
    }

    .final-cta-content h2 {
        font-size: 28px;
    }

    .final-cta-buttons {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .cta-white-btn,
    .cta-phone-btn {
        width: 100%;
    }
}
/* ==========================================
   EYE CARE SERVICES
========================================== */

.eye-care-section {
    padding: 70px 0;
    background: #ffffff;
}

.eye-care-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #f8f8f6;
    border: 1px solid #eeeeeb;
    transition: all 0.35s ease;
}

.eye-care-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
}


/* IMAGE
------------------------------------------ */

.eye-care-image {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.eye-care-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.eye-care-card:hover .eye-care-image img {
    transform: scale(1.04);
}


/* CONTENT
------------------------------------------ */

.eye-care-content {
    position: relative;
    min-height: 245px;
    padding: 55px 28px 28px;
    background: #f8f8f6;
}


/* CURVED TOP DIVIDER
------------------------------------------ */

.eye-care-content::before {
    content: "";
    position: absolute;
    left: -5%;
    top: -27px;
    width: 110%;
    height: 55px;

    background: #f8f8f6;

    border-radius: 50% 50% 0 0 / 100% 100% 0 0;

    box-shadow: 0 -3px 0 #d8b65b;
}


/* ICON
------------------------------------------ */

.eye-care-icon {
    position: absolute;
    top: -34px;
    left: 28px;

    width: 70px;
    height: 70px;

    border-radius: 50%;

    background: #ffffff;
    border: 2px solid #d5b052;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #c29b3f;
    font-size: 27px;

    z-index: 3;
}

.eye-care-icon::after {
    content: "";
    position: absolute;
    inset: 7px;

    border: 1px solid #d5b052;
    border-radius: 50%;
}


/* HEADING
------------------------------------------ */

.eye-care-content h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 15px;

    color: #003875;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 28px;
    font-weight: 400;
    line-height: 1.08;
}


/* PARAGRAPH
------------------------------------------ */

.eye-care-content p {
    position: relative;
    z-index: 2;

    margin: 0;

    color: #526276;

    font-family: Arial, sans-serif;

    font-size: 15px;
    line-height: 1.55;
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width: 1400px) {

    .eye-care-image {
        height: 290px;
    }

    .eye-care-content {
        min-height: 250px;
        padding-left: 28px;
        padding-right: 28px;
    }

    .eye-care-content h3 {
        font-size: 28px;
    }
}


/* ==========================================
   LAPTOP
========================================== */

@media (max-width: 1199px) {

    .eye-care-image {
        height: 270px;
    }

    .eye-care-content {
        min-height: 245px;
        padding: 52px 24px 25px;
    }

    .eye-care-content h3 {
        font-size: 25px;
    }

    .eye-care-content p {
        font-size: 14px;
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .eye-care-section {
        padding: 55px 0;
    }

    .eye-care-image {
        height: 270px;
    }

    .eye-care-content {
        min-height: 240px;
    }

    .eye-care-content h3 {
        font-size: 26px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .eye-care-section {
        padding: 40px 0;
    }

    .eye-care-image {
        height: 250px;
    }

    .eye-care-content {
        min-height: auto;
        padding: 52px 22px 25px;
    }

    .eye-care-content h3 {
        font-size: 25px;
        line-height: 1.15;
    }

    .eye-care-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .eye-care-icon {
        left: 22px;
        width: 65px;
        height: 65px;
        font-size: 24px;
    }

    .desktop-break {
        display: none;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .eye-care-image {
        height: 220px;
    }

    .eye-care-content {
        padding: 48px 20px 24px;
    }

    .eye-care-content h3 {
        font-size: 23px;
    }

    .eye-care-content p {
        font-size: 13.5px;
    }

    .eye-care-icon {
        left: 20px;
        width: 62px;
        height: 62px;
    }
}

/* =========================================
   APPOINTMENT BUTTON
========================================= */

.appointment-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border: 0;
    border-radius: 8px;
    background: #1d6f72;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.appointment-trigger:hover {
    background: #155b5e;
    transform: translateY(-2px);
}

.appointment-trigger i {
    font-size: 17px;
}


/* =========================================
   MODAL OVERLAY
========================================= */

.appointment-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.appointment-modal.active {
    display: flex;
}

.appointment-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 29, 32, 0.72);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}


/* =========================================
   MODAL BOX
========================================= */

.appointment-modal-content {
    position: relative;
    z-index: 1000;
    width: 100%;
    max-width: 850px;
    max-height: 92vh;
    overflow-y: auto;

    padding: 100px;
    background: #ffffff;
    border-radius: 20px;

    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);

    animation: appointmentPopup 0.35s ease;
}


/* Popup Animation */

@keyframes appointmentPopup {

    from {
        opacity: 0;
        transform: translateY(30px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* =========================================
   CLOSE BUTTON
========================================= */

.appointment-close {
    position: absolute;
    top: 55px;
    right: 20px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;

    background: #f2f6f6;
    color: #183638;

    font-size: 27px;
    line-height: 1;

    cursor: pointer;

    transition: all 0.3s ease;
}

.appointment-close:hover {
    background: #1d6f72;
    color: #fff;
    transform: rotate(90deg);
}


/* =========================================
   HEADING
========================================= */

.appointment-heading {
    margin-bottom: 28px;
    padding-right: 40px;
}

.appointment-heading .section-label {
    display: inline-block;
    margin-bottom: 9px;

    color: #1d6f72;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.appointment-heading h2 {
    margin: 0 0 10px;

    color: #183638;

    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.appointment-heading h2 span {
    color: #1d6f72;
}

.appointment-heading p {
    max-width: 600px;
    margin: 0;

    color: #687879;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   FORM
========================================= */

.form-group {
    margin-bottom: 4px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;

    color: #263b3d;

    font-size: 13px;
    font-weight: 600;
}

.input-box {
    position: relative;
}

.input-box > i {
    position: absolute;
    top: 50%;
    left: 15px;

    color: #1d6f72;

    font-size: 17px;

    transform: translateY(-50%);
    pointer-events: none;
}

.input-box input,
.input-box textarea {
    width: 100%;

    padding: 13px 15px 13px 44px;

    border: 1px solid #dce5e5;
    border-radius: 9px;

    background: #f9fbfb;
    color: #263b3d;

    font-size: 14px;

    outline: none;

    transition: all 0.25s ease;
}

.input-box input {
    height: 50px;
}

.input-box textarea {
    min-height: 110px;
    resize: vertical;
    padding-top: 14px;
}

.input-box textarea + i {
    top: 20px;
    transform: none;
}

.input-box:focus-within input,
.input-box:focus-within textarea {
    border-color: #1d6f72;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(29, 111, 114, 0.08);
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.appointment-submit {
    width: 100%;
    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 8px;

    border: 0;
    border-radius: 9px;

    background: #1d6f72;
    color: #fff;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}

.appointment-submit:hover {
    background: #155b5e;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(29, 111, 114, 0.20);
}

.appointment-submit i {
    font-size: 17px;
}


/* =========================================
   BODY LOCK
========================================= */

body.appointment-open {
    overflow: hidden;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .appointment-modal {
        padding: 15px;
    }

    .appointment-modal-content {
        max-height: 94vh;
        padding: 30px 20px 25px;
        border-radius: 16px;
    }

    .appointment-heading {
        margin-bottom: 22px;
        padding-right: 30px;
    }

    .appointment-heading h2 {
        font-size: 25px;
    }

    .appointment-heading p {
        font-size: 13px;
    }

    .appointment-close {
        top: 12px;
        right: 12px;

        width: 34px;
        height: 34px;

        font-size: 24px;
    }

    .input-box input {
        height: 48px;
    }

    .appointment-submit {
        min-height: 50px;
    }

}



