@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
 font-family: 'Poppins', Sans-Serif; 
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
  font-family: 'Poppins', Sans-Serif;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}
.menuSec .contact-btn {margin-bottom: 30px;}
.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Archivo", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Archivo", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.menuSec {
  padding: 10px 0;
}
.menuSec .row {
    align-items: center;
}
.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: -30px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 14px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.logo-img{
  position: relative;
  text-align: center;
}
.logo-img::before{
      bottom: 32px;
      left: 65%;
      content: "";
      height: 1px;
      width: 100vw;
      position: absolute;
      background-color: #00000091;
}
.logo-img::after{
    bottom: 33px;
    content: "";
    right: 65%;
    height: 1px;
    width: 100vw;
    position: absolute;
    background-color: #0000008c;
  }
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

  .contact-btn {
    display: inline-flex;
    align-items: center;
    background: #307484;
    border-radius: 40px;
    padding: 6px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #fff;
  }

  .contact-text {
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .arrow {
    background: #e7e2dd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
  }

  .contact-btn:hover {
    transform: scale(1.05);
    transition: 0.3s;
  }
  .siteLogo {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
}
.siteLogo::before{
 left: -2px;
 right: 0;
 content: "";
 width: 115px;
 margin: auto;
 bottom: -19px;
 height: auto;
 position: absolute;
 border-radius: 50%;
 aspect-ratio: 1 / 1;
 border: 1px solid #000000ab;
 clip-path: polygon(0 55%, 100% 54%, 100% 100%, 0% 100%);
}

/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.container-fluid {
    padding: 0 4%;
}
section.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 180px;
    height: 850px;
}
.banner-txt {
    text-align: center;
}
.banner-txt h1 {
    font-size: 90px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
}

.banner-txt h1 span {
    display: block;
}
/*banner css start */

/* Banner Enhancements */
.banner-left {
    margin-top: 40px;
}

.rating-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.avatars {
    display: flex;
    align-items: center;
}

.avatars img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -20px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.avatars img:first-child {
    margin-left: 0;
}

.rating-info .stars {
    color: #ff9d00;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating-info .score {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-right: 8px;
}

.rating-info p {
    margin: 0;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.banner-desc {
    font-size: 17px;
    line-height: 28px;
    color: #444;
    max-width: 550px;
    margin-bottom: 40px;
}

.banner .theme-btn {
    background: #2b7482;
    border-color: #2b7482;
    padding: 18px 45px;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
}

.banner .theme-btn:hover {
    background: #1e535e;
    border-color: #1e535e;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(43, 116, 130, 0.2);
}

/* Video Box Modern Style */
.video-box-wrap {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 120px;
    bottom: 62px;
}

.video-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    padding: 12px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%); */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.video-box:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.video-thumb {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 11;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.video-box:hover .video-thumb img {
    transform: scale(1.1);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #fff;
    margin-left: 6px;
}

.video-box:hover .play-btn {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-box:hover .play-icon {
    border-left-color: #2b7482;
}

.video-caption {
    /* background: linear-gradient(to bottom, rgba(78, 54, 18, 0.3) 0%, rgba(78, 54, 18, 0.95) 100%); */
    margin: 12px -12px -12px -12px;
    padding: 15px 15px;
    text-align: center;
}

.video-caption h4 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Responsiveness */
@media (max-width: 991px) {
    .video-box-wrap {
        justify-content: center;
        margin-top: 50px;
    }
    .banner-left {
        text-align: center;
    }
    .rating-box {
        justify-content: center;
    }
    .banner-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .banner-txt h1 {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .banner-txt h1 {
        font-size: 45px;
    }
    .avatars img {
        width: 50px;
        height: 50px;
        margin-left: -15px;
    }
    .video-box {
        max-width: 100%;
    }
    .banner .theme-btn {
        padding: 15px 35px;
        font-size: 14px;
    }
}



/* About Us Section */
.about-us {
    padding: 80px 0 100px;
    background: #fff;
}

.about-mission {
    font-size: 14px;
    line-height: 28px;
    color: #888;
    max-width: 90%;
}

.stats-row {
    display: flex;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 30px;
}

.stat-item {
    flex: 1;
    padding: 0 35px;
    border-left: 1px solid #e5e5e5;
    height: 100%;
}

.stat-item:first-child {
    padding-left: 0;
    border-left: none;
}

.stat-item h4 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: -1px;
}

.stat-item p {
    font-size: 15px;
    color: #888;
    margin: 0;
}

.about-us .theme-btn {
    background: #2b7482;
    border-color: #2b7482;
    color: #fff;
    padding: 16px 45px;
    font-size: 16px;
}

.about-us .theme-btn:hover {
    background: #1e535e;
    border-color: #1e535e;
    color: #fff;
}


/* Treatments Section */
.treatments-sec {
    padding: 0px 0;
}

.treatment-slider {
    padding: 20px 0;
}

.trt-slide {
    padding: 15px;
}

.trt-card {
    background: #fff;
    padding: 40px 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.01);
    transition: all 0.4s ease;
    height: 100%;
}

.trt-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 65px rgba(0,0,0,0.08);
}

.trt-icon {
    width: 85px;
    height: 85px;
    background: #2b7482;
    border-radius: 50%;
    margin: 0 auto 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 10px 20px rgba(43, 116, 130, 0.2);
}

.trt-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.trt-card p {
    font-size: 15px;
    line-height: 25px;
    color: #777;
    margin-bottom: 30px;
}

.trt-link {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    transition: 0.3s;
}

.trt-link:hover {
    color: #2b7482;
}

/* Slick Custom Arrows */
.treatment-slider .slick-prev,
.treatment-slider .slick-next {
    width: 55px;
    height: 55px;
    background: #f1f7f8;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.treatment-slider .slick-prev:hover,
.treatment-slider .slick-next:hover {
    background: #2b7482;
}

.treatment-slider .slick-prev:before,
.treatment-slider .slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
    color: #2b7482;
    opacity: 1;
}

.treatment-slider .slick-prev:hover:before,
.treatment-slider .slick-next:hover:before {
    color: #fff;
}

.treatment-slider .slick-prev:before { content: "\f060"; }
.treatment-slider .slick-next:before { content: "\f061"; }

.treatment-slider .slick-prev {left: -39px;}
.treatment-slider .slick-next {right: -39px;}

@media (max-width: 1400px) {
    .treatment-slider { padding: 0 60px; }
    .treatment-slider .slick-prev { left: 0px; }
    .treatment-slider .slick-next { right: 0px; }
}

/* Why Choose Us Section */
.why-choose {
    padding: 100px 0;
    background: #fff;
}

.section-badge {
    display: inline-block;
    padding: 4px 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.section-title {
    font-size: 50px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.section-top-desc {
    font-size: 14px;
    line-height: 26px;
    color: #7c7c7c;
    margin: 0;
    padding-top: 10px;
    margin: 0 auto;
    width: 100%;
}

.trust-diagram-wrap {
    margin-top: 60px;
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.diagram-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.diagram-left, .diagram-right {
    width: 320px;
    flex-shrink: 0;
    z-index: 10;
}

.trust-card-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
}

.trust-card-item:last-child {
    margin-bottom: 0;
}

.diagram-right .trust-card-item {
    justify-content: flex-end;
}

.trust-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.01);
    width: 100%;
}

.trust-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.trust-card p {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin: 0;
    text-align: center;
}

/* Overlapping Point Nodes */
.point-node {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    z-index: 10;
}

.diagram-left .point-node {
    right: -86px;
}

.diagram-right .point-node {
    left: -88px;
}

.point-icon {
    width: 100%;
    height: 100%;
    background: #eaf1f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b7482;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border: 1px solid #f1f7f8;
}

/* Connection Lines */
.diagram-lines-left, .diagram-lines-right {
    width: 390px;
    height: 475px;
    flex-shrink: 0;
    position: relative;
}

.diagram-lines-left svg, .diagram-lines-right svg {
    width: 100%;
    height: 100%;
}

/* Center Area */
.diagram-center {
    width: 180px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
}

.center-circle {
    width: 140px;
    height: 140px;
    background: #f1f7f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-circle {
    width: 100px;
    height: 100px;
    background: #2b7482;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    box-shadow: 0 10px 25px rgba(43, 116, 130, 0.2);
}

/* Responsive */
@media (max-width: 1199px) {
    .section-title { font-size: 50px; }
    .diagram-left, .diagram-right { width: 280px; }
    .diagram-lines-left, .diagram-lines-right { width: 150px; }
}

@media (max-width: 991px) {
    .diagram-inner { 
        flex-direction: column;
    }
    .diagram-lines-left, .diagram-lines-right { display: none; }
    .diagram-left, .diagram-right, .diagram-center { width: 100%; max-width: 450px; }
    .point-node { display: none; }
    .trust-card-item { margin-bottom: 20px; }
    .diagram-center { order: -1; margin-bottom: 50px; }
}



.treatment-slider .slick-slide {
    margin: 0px 10px;
}


.treatment-slider .slick-active {
    opacity: 1;
}

/* Footer Section */
.footer-sec {
    background: #2b7482;
    padding: 70px 0 30px;
    color: #fff;
    margin-top: 0px;
}

.footer-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #fff;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 20px;
}

.footer-list li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.footer-list li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Newsletter */
.newsletter-wrap {
    position: relative;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 10px;
    margin-right: 20px;
}

.newsletter-wrap input {
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 15px;
    padding-right: 40px;
    outline: none !important;
}

.newsletter-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
}

/* Social Icons */
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.social-item {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.social-item:hover, .social-item.active {
    background: #fff;
    color: #2b7482;
    border-color: #fff;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 30px;
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .footer-sec { padding: 80px 0 20px; }
    .footer-title { font-size: 26px; margin-bottom: 25px; }
    .footer-bottom { margin-top: 50px; }
}

section.still {
    margin-top: 100px;
    background-image: url(../images/still-bg.jpg);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.still-bx h3 {
    font-size: 56px;
    line-height: 1;
}

.still-bx h3 span {
    display: block;
}
.still-bx {
    padding: 55px 25px;
    background-color: #e7e2dd;
    box-shadow: 0 0 3px #0000009e;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgb(231 226 221 / 48%); /* #e7e2dd ka transparent version */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.still-bx p {
    font-size: 14px;
    line-height: 22px;
}

/* Global Image Hover Effect */
img {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

img:hover {
    transform: scale(1.03);
}

.abt-img img:hover, .video-thumb img:hover {
    transform: scale(1.05);
}

.trt-card:hover .trt-icon {
    transform: rotate(10deg) scale(1.1);
    transition: 0.3s;
}