 * {
     text-decoration: none;
     list-style: none;
 }

 a {
     text-decoration: none;
 }

 /* Custom CSS */
 .container {
     max-width: 1170px !important;
     margin: 0 auto;
     padding-left: 15px;
     padding-right: 15px;
 }

 @media (min-width: 1200px) {

     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl {
         max-width: 1170px !important;
     }
 }

 .hero-section {
     height: 600px;
     /* background-image: url('../img/banner-top.jpg'); */
     /* background-image: url('../img/banner-top-new.png'); */
     background-image: url('../img/banner-drhair.jpg');
     background-size: cover;
     background-position: center;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: start;
     text-align: start;
     color: #fff;
     position: relative;
     margin-top: 64px;
 }

 .banner_text {
     position: absolute;
     top: 15%;
     left: 100px;
 }

 @media (max-width: 768px) {

     .hero-section {
         height: 600px;
         background-image: url('../img/banner-drhair-mo.jpg');
         background-size: cover;
         background-position: center;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: start;
         text-align: start;
         color: #fff;
         position: relative;
         margin-top: 64px;
     }

     .banner_text {
         position: static;
         padding: 0px;
         text-align: start;
     }

     .hero-section {
         height: auto;
         min-height: 400px;
         padding: 40px 0;
     }

     .reviews-section {
         /* margin-top: 30px; */
         color: #1a365d;
         display: flex;
         align-items: center;
         justify-content: start;
         gap: 10px;
         font-size: 11px !important;
         font-weight: 700;
         margin-top: 20px;
     }

 }

 .hero-title {
     font-size: 22px;
     margin-bottom: 20px;
     font-weight: 400;
     color: #404040;
 }

 .hero-tagline {
     font-size: 70px;
     margin-bottom: 40px;
     font-weight: 900;
     line-height: 70px;
     color: #1a365d;
     font-family: "Nunito Sans", sans-serif !important;
     /* font-family: serif; */
     width: 54%;
 }

 @media (max-width: 768px) {
     .hero-title {
         font-size: 16px !important;
         color: white;
     }

     .hero-tagline {
         font-size: 24px !important;
         line-height: 1.3;
         margin-bottom: 20px;
         width: 100%;
     }

     .stats-badge {
         padding: 10px 0;
         font-size: 1rem;
     }
 }

 .stats-badge {
     color: #000;
     font-weight: 600;
     margin-bottom: 25px;
     display: block;
     font-size: 17px;
 }

 .cta-btn {
     background-color: #1a365d;
     color: #ffffff;
     border: none;
     padding: 11px 130px;
     /* font-weight: 300; */
     border-radius: 100px;
     font-size: 17px;
     cursor: pointer;
     transition: all 0.3s ease;
     margin-bottom: 20px;
 }

 .cta-btn:hover {
     background: #1a365d;
     transform: translateY(-2px);
     box-shadow: 0 10px 20px #1a365d;
 }


 @media (max-width: 768px) {
     .cta-btn {
         width: 100%;
         padding: 15px;
     }
 }

 .reviews-section {
     /* margin-top: 30px; */
     color: #1a365d;
     display: flex;
     align-items: center;
     justify-content: start;
     gap: 10px;
     font-size: 17px;
     margin-top: 20px;
 }

 .star-rating {
     color: #ffc107;
 }

 /* Marquee Section */
 .marqueeMain {
     overflow: hidden;
     background: #f8f9fa;
     padding: 20px 0;
 }

 section.Reviwe-videoa {
     margin: 30px 0 0px 0;
 }

 section.video-section {
     margin: 10px 0 50px 0;
     padding: 40px 0;
     background: #fff;
 }

 .marquee-content {
     display: flex;
     animation: scrolling 50s linear infinite;
 }

 .marquee-item {
     flex: 0 0 13vw;
     margin: 0 1vw;
 }

 @keyframes scrolling {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translatex(-144vw);
     }
 }

 @media (max-width: 768px) {
     .marquee-item {
         flex: 0 0 40vw;
     }

     @keyframes scrolling {
         0% {
             transform: translateX(0);
         }

         100% {
             transform: translatex(-440vw);
         }
     }
 }

 /* Header adjustments for mobile */
 @media (max-width: 768px) {
     .tracya-header .container {
         padding-left: 15px;
         padding-right: 15px;
     }

     .hair-test-btn {
         display: none;
     }

     .nav-icons {
         gap: 15px;
     }

     .nav-icons i {
         font-size: 20px;
     }

     .split-head small {
         font-size: 17px !important;
         letter-spacing: 1.6px;
         color: #6b7280;
     }

     .split-head h2 {
         font-size: 27px !important;
         font-weight: 500;
         margin-top: 12px;
         color: #111827;
     }


     .split-step {
         position: relative;
         padding: 20px 10px !important;
         opacity: 0;
         transform: translateY(60px) scale(.96);
         animation: splitReveal 1s ease forwards;
     }

     .split-step,
     .split-step.left,
     .split-step.right {
         text-align: left !important;
     }

     .split-steps {
         grid-template-columns: 1fr;
         gap: 10px !important;
     }

 }

 .split-step.center .bg-step {
     left: 25% !important;
     transform: translateX(-50%);
 }

 .split-step.right .bg-step {
     left: auto;
     right: 55% !important;
 }

 .loopSlider_wrap {
     position: relative;
     width: 100%;
     overflow: hidden;
     display: flex;
     align-items: center;
     padding: 20px 0;
 }

 .loopSlider_track {
     display: flex;
     gap: 20px;
     transition: transform 0.5s ease;
 }

 .loopCard {
     min-width: 240px;
     width: 240px;
 }

 .loopCard video {
     width: 100%;
     border-radius: 12px;
 }

 .loopArrow {
     position: absolute;
     background: white;
     border: none;
     font-size: 34px;
     padding: 8px 14px;
     cursor: pointer;
     z-index: 10;
     border-radius: 50%;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
 }

 .prevLoop {
     left: 5px;
 }

 .nextLoop {
     right: 5px;
 }

 @media (max-width: 600px) {
     .loopCard {
         min-width: 150px;
         width: 150px;
     }
 }

 .threefold-section {
     position: relative;
     overflow: hidden;
     padding: 80px 20px 100px;
     /* background-color: #ffffff; */
     /* background-image: url(../img/the-threefold-way.jfif); */
     background-image: url(../img/the-threefold-way-j.jpg);
     background-size: cover;
 }

 .threefold-inner {
     max-width: 900px;
     margin: 0 auto;
     text-align: center;
     position: relative;
     z-index: 2;
 }

 .threefold-label {
     font-size: 14px;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     color: #ffffff;
     margin-bottom: 12px;
 }

 .threefold-title {
     font-size: 42px;
     line-height: 1.2;
     color: #fff;
     font-weight: 600;
     margin-bottom: 12px;
 }

 .threefold-divider {
     width: 40px;
     height: 2px;
     background-color: #ffffff;
     margin: 0 auto 24px;
 }

 .threefold-subtitle {
     font-size: 18px;
     letter-spacing: 0.16em;
     font-weight: 500;
     text-transform: uppercase;
     color: #ffffff;
     margin-bottom: 24px;
 }

 .threefold-text {
     font-size: 17px;
     line-height: 1.6;
     color: #ffffff;
     max-width: 640px;
     margin: 0 auto 36px;
 }

 .threefold-text span {
     display: block;
 }

 .threefold-btn {
     display: inline-block;
     padding: 16px 40px;
     border-radius: 3px;
     background-color: #1a365d;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 0.16em;
     /* font-size: 13px; */
     font-weight: 600;
     text-decoration: none;
 }

 .threefold-btn:hover {
     background-color: #000;
 }

 @media (max-width: 992px) {
     .threefold-title {
         font-size: 34px;
     }

 }

 @media (max-width: 600px) {
     .threefold-title {
         font-size: 28px;
     }

     .threefold-divider {
         background-color: #000000;
     }


 }

 .journey-section {
     padding: 70px 20px 0 20px;
     background: #fff;
     text-align: center;
     font-family: Arial, sans-serif;
 }

 .journey-title {
     font-size: 40px;
     font-weight: 600;
     color: #222;
     margin-bottom: 10px;
 }

 .journey-divider {
     width: 24px;
     height: 2px;
     background: #222;
     margin: 10px auto 0px;
 }

 .journey-boxes {
     display: flex;
     justify-content: center;
     gap: 30px;
     flex-wrap: wrap;
 }

 .journey-box {
     width: 320px;
     background: #fff;
     padding: 30px 25px 60px;
     border-radius: 12px;
     border: 1px solid #dddddd7d;
     box-shadow: 0 0 14px #00000029;
     text-align: left;
     position: relative;
 }

 .journey-box h3 {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 12px;
     color: #111;
 }

 .journey-box p {
     font-size: 15px;
     line-height: 1.6;
     color: #555;
     margin-bottom: 25px;
 }

 .journey-icon {
     width: 45px;
     opacity: 0.6;
     margin-bottom: 15px;
 }

 .journey-step {
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 0.06em;
     color: #333;
     float: right;
     text-align: right;
 }

 .journey-step small {
     display: block;
     font-size: 11px;
     color: #888;
 }

 .journey-box-outer {
     display: flex;
     justify-content: space-between;
     position: absolute;
     bottom: 0;
     width: 80%;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .journey-box {
         width: 100%;
         max-width: 350px;
     }
 }

 .hair-section {
     /* max-width: 1050px; */
     max-width: 95%;
     margin: 0 auto;
     background-image: url(..//img/jjjjjjjjjj.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     border-radius: 40px;
     padding: 80px 40px;
     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
 }

 .hair-subtext {
     font-size: 18px;
     color: #444;
     font-weight: 500;
     margin-bottom: 40px;
 }

 .hair-divider {
     width: 20px;
     height: 2px;
     background: #333;
     margin: 0 auto 24px;
 }

 .hair-subtext {
     font-size: 18px;
     color: #444;
     margin-bottom: 40px;
 }

 .hair-section h2.hair-title {
     margin-bottom: 20px;
 }

 .hair-note {
     font-size: 16px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: #444;
     font-weight: 600;
     margin-bottom: 40px;
 }

 .hair-btn {
     padding: 18px 40px;
     min-width: 360px;
     border: none;
     border-radius: 4px;
     background: #3D3D3D;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 0.06em;
     cursor: pointer;
 }

 .hair-btn:hover {
     opacity: 0.9;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .hair-section {
         padding: 50px 20px;
         border-radius: 24px;
     }

     .hair-title {
         font-size: 28px;
     }

     .hair-subtext {
         font-size: 16px;
     }

     .hair-note {
         font-size: 14px;
     }

     .hair-btn {
         width: 100%;
         min-width: 0;
     }
 }

 .stats-section {
     position: relative;
     background: url(../img/background-images-sec.jpg) center/cover no-repeat fixed;
     padding: 80px 20px;
     color: #fff;
 }

 .stats-overlay {
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.55);
 }

 .stats-container {
     position: relative;
     max-width: 1300px;
     margin: auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     gap: 30px;
     z-index: 2;
 }

 .stat-box {
     text-align: center;
     flex: 1;
     min-width: 180px;
     opacity: 0;
     transform: translateY(30px);
 }

 .stat-icon {
     font-size: 40px;
     margin-bottom: 10px;
 }

 .stat-box h2 {
     font-size: 40px;
     font-weight: 700;
     margin: 0;
     display: inline-block;
 }

 .plus {
     font-size: 32px;
     margin-left: 3px;
 }

 .stat-box p {
     margin-top: 5px;
     font-size: 16px;
 }

 /* Fade + slide-up animation */
 .fade-up.show {
     opacity: 1;
     transform: translateY(0);
     /* background-color: #ffffff2e; */
     /* box-shadow: 0 0 20px #00000033; */
     transition: all 0.8s ease;
     border-radius: 10px;
 }


 .faq-section {
     max-width: 100%;
     margin: 60px auto;
     padding: 0 20px;
     font-family: 'Poppins', sans-serif;
 }

 .faq-title {
     text-align: center;
     font-size: 26px;
     font-weight: 600;
     letter-spacing: 3px;
     color: #7a0d38;
 }

 .faq-line {
     width: 180px;
     height: 2px;
     background: #7a0d38;
     margin: 10px auto 40px;
     opacity: 0.5;
 }


 .faq-item {
     border-bottom: 1px solid #ddd;
     padding: 0px 0;
     cursor: pointer;
 }

 .faq-question {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-size: 16px;
     font-weight: 500;
 }

 .faq-icon {
     font-size: 22px;
     font-weight: bold;
     transition: all 0.3s;
 }

 .faq-answer {
     max-height: 0;
     overflow: hidden;
     opacity: 0;
     line-height: 1.7;
     font-size: 15px;
     transition: all 0.4s ease;
     padding-right: 10px;
 }

 .faq-item.active .faq-answer {
     max-height: 300px;
     opacity: 1;
     margin-top: 10px;
 }

 .faq-item.active .faq-icon {
     transform: rotate(45deg);
 }

 .assessment-wrapper {
     display: flex;
     width: 100%;
     height: 550px;
     position: relative;
     font-family: 'Poppins', sans-serif;
 }

 /* LEFT IMAGE */
 .left-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* RIGHT SIDE WHITE CARD */
 .right-card {
     position: absolute;
     right: 40px;
     top: 50%;
     transform: translateY(-50%);
     width: 430px;
     background: #ffffff;
     padding: 35px 40px;
     border-radius: 18px;
     box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.25);
     opacity: 1;
     transition: all .9s ease;
 }

 /* Text Heading */
 .right-card h2 {
     color: #7a0046;
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 25px;
 }

 /* INPUT FIELDS */
 .right-card input {
     width: 100%;
     padding: 13px 16px;
     border: 1px solid #dddddd;
     border-radius: 6px;
     font-size: 15px;
     margin-bottom: 15px;
 }

 /* PHONE FIELD */
 .phone-field {
     display: flex;
     gap: 10px;
 }

 .flag-box {
     min-width: 75px;
     background: #f3f3f3;
     padding: 13px 10px;
     border-radius: 6px;
     border: 1px solid #ddd;
     text-align: center;
     font-size: 14px;
 }

 /* UPLOAD BOX */
 .label {
     font-size: 14px;
     margin-bottom: 5px;
     display: block;
 }

 .upload-section {
     border: 1px solid #ddd;
     padding: 12px;
     border-radius: 6px;
     margin-bottom: 20px;
 }

 .upload-btn {
     display: inline-block;
     padding: 7px 15px;
     border: 1px solid #7a0046;
     border-radius: 6px;
     color: #7a0046;
     cursor: pointer;
     transition: .3s;
 }

 .upload-btn:hover {
     background: #7a0046;
     color: #fff;
 }

 .upload-section p {
     font-size: 12px;
     margin-top: 5px;
     color: #333;
 }

 /* BUTTON */
 .book-btn {
     width: 150px;
     background: #7a0046;
     padding: 12px;
     color: #fff;
     border-radius: 6px;
     border: none;
     cursor: pointer;
     font-size: 16px;
     transition: .3s;
 }

 .book-btn:hover {
     background: #52012f;
 }

 /* ANIMATION */
 .fade-box.show {
     opacity: 1;
     transform: translateY(-50%) translateY(0px);
 }

 /* RESPONSIVE */
 @media (max-width: 900px) {
     .assessment-wrapper {
         height: auto;
         flex-direction: column;
     }

     .right-card {
         position: relative;
         transform: none;
         right: auto;
         top: auto;
         margin: 20px auto;
         width: 95%;
     }
 }

 .mapInfoSection {
     display: flex;
     width: 100%;
     height: 600px;
     position: relative;
     font-family: 'Poppins', sans-serif;
 }

 /* MAP AREA */
 .mapAreaBox {
     width: 100%;
     height: 100%;
     /* filter: grayscale(100%); */
 }

 .mapAreaBox iframe {
     width: 100%;
     height: 100%;
     border: none;
 }

 button.hair-btn a {
     color: white;
 }

 /* CONTACT CARD */
 .contactDetailCard {
     position: absolute;
     right: 30px;
     top: 50%;
     transform: translateY(-50%);
     width: 390px;
     background: #fff;
     padding: 35px;
     border-radius: 18px;
     box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
     opacity: 1;
     transition: .8s ease;
 }

 .contactDetailCard.showCard {
     opacity: 1;
     transform: translateY(-50%) translateY(0px);
 }

 /* HEADING */
 .contactDetailCard h3 {
     font-size: 20px;
     margin-bottom: 20px;
     font-weight: 600;
     color: #222;
 }

 /* ITEM */
 .locationItem {
     display: flex;
     gap: 12px;
     margin-bottom: 20px;
 }

 .locIcon {
     font-size: 20px;
     color: #a2004a;
     margin-top: 2px;
 }

 .locationItem p {
     font-size: 14px;
     line-height: 1.5;
 }

 .locationItem a {
     color: #a2004a;
     text-decoration: none;
     font-weight: 600;
 }

 /* RESPONSIVE */
 @media (max-width: 900px) {
     .mapInfoSection {
         flex-direction: column;
         height: auto;
     }

     .contactDetailCard {
         padding: 20px 10px;
         position: relative;
         width: 90%;
         right: auto;
         top: auto;
         transform: none;
         margin: 20px auto;
     }
 }

 .dhtResultSection {
     display: flex;
     align-items: center;
     /* background-color: #f1f1f1; */
     padding: 70px 0px 60px 0px;
     gap: 50px;
     font-family: 'Poppins', sans-serif;
 }

 /* LEFT IMAGE BOX */
 .dhtLeft {
     flex: 1;
     position: relative;
 }

 .dhtImgWrap {
     position: relative;
     padding: 18px;
     background: #ffffff;
     border: 2px solid #ddd;
     width: 100%;
     max-width: 600px;
     z-index: 3;
     background-image: url(../img/background-imag-back.jpg);
     background-size: cover;
 }

 /* Top-left maroon shape */
 .dhtImgWrap::before {
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     width: 120px;
     height: 120px;
     background: #1a365d;
     z-index: -1;
 }

 /* Bottom-right maroon shape */
 .dhtImgWrap::after {
     content: "";
     position: absolute;
     bottom: 0px;
     right: 0px;
     width: 120px;
     height: 120px;
     background: #1a365d;
     z-index: -1;
 }

 .dhtImgWrap img {
     width: 100%;
     display: block;
     border: 2px solid #1a365d;
 }

 /* RIGHT SIDE TEXT */
 .dhtRight {
     flex: 1.2;
 }

 .dhtRight h2 {
     font-size: 32px;
     font-weight: 600;
     margin-bottom: 25px;
 }

 .dhtRight ul {
     padding-left: 0;
     list-style: none;
 }

 .dhtRight ul li {
     font-size: 17px;
     margin-bottom: 12px;
     position: relative;
     padding-left: 28px;
 }

 /* Tick icon */
 .dhtRight ul li::before {
     content: "✔";
     position: absolute;
     left: 0;
     color: #000;
     font-size: 18px;
 }

 /* Animation */
 .fadeSlide {
     opacity: 0;
     transform: translateY(40px);
     transition: all .8s ease;
 }

 .fadeSlide.show {
     opacity: 1;
     transform: translateY(0);
 }

 .dhHeader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999;
     background: #fff;
     transition: top 0.4s ease;
 }

 /* Responsive */
 @media(max-width:900px) {
     .dhtResultSection {
         flex-direction: column;
         text-align: center;
         padding: 40px 10px;
         gap: 30px;
     }

     .dhtRight ul li {
         padding-left: 0;
         font-size: 16px;
         text-align: start;
     }

     .dhtRight ul li::before {
         position: static;
         margin-right: 8px;
     }

     .dhtRight h2 {
         font-size: 19px;
         font-weight: 600;
         margin-bottom: 25px;
     }
 }

 form#hairTestForm {
     width: 100%;
 }

 form#hairTestForm {
     width: 100% !important;
 }

 .video-des video {
     width: 100%;
     height: 370px;
     object-fit: cover;
     display: block;
 }

 .video-des video {
     border-radius: 15px;
     box-shadow: 0 0 6px -2px #000;
 }

 section.about-hero {
     margin-top: 75px;
 }

 .banner-about img {
     width: 100%;
 }

 .aboutimg {
     position: relative;
     height: 602px;
     border-radius: 15px;
     overflow: hidden;
 }

 .dhNewMobilePanel {
     position: fixed;
     top: 0;
     right: -100%;
     width: 85% !important;
     max-width: 300px;
     height: 100%;
     background: #fff;
     padding: 25px;
     transition: .3s;
     z-index: 99999;
 }

 .aboutimgup {
     position: absolute;
     top: 60px;
     left: 55px;
     max-width: 520px;
     background: #7c7f83b3;
     padding: 55px 45px;
 }

 .about-us-img_up_t1 {
     font-size: 38px;
     font-weight: 900;
     line-height: 42px;
     letter-spacing: -1.02px;
     color: #fff;
 }

 .about-us-img_up_t2 {
     font-size: 20px;
     font-weight: 400;
     line-height: 1.05;
     letter-spacing: -.18px;
     color: #fff;
 }

 .about-us-img_up_t3 {
     font-size: 21px;
     font-weight: 400;
     font-stretch: normal;
     font-style: normal;
     line-height: 1.2;
     letter-spacing: -.53px;
     max-width: 362px;
     color: #fff;
 }


 img.d-none.d-md-block {
     width: 100%;
     height: 91%;
     object-fit: cover;
     border-radius: 10px;
 }

 section.why-hair {
     margin-top: 70px;
     margin-bottom: 70px;
 }

 .header {
     text-align: center;
     margin-bottom: 40px;
     padding: 20px;
     background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
     color: white;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .header h1 {
     font-size: 2.5rem;
     margin-bottom: 10px;
 }

 .header p {
     font-size: 1.1rem;
     max-width: 800px;
     margin: 0 auto;
     opacity: 0.9;
 }

 .importance-section {
     background-color: white;
     padding: 25px;
     border-radius: 10px;
     margin-bottom: 40px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     border-left: 5px solid #3498db;
 }

 .importance-section h2 {
     color: #2c3e50;
     margin-bottom: 15px;
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .importance-section h2 i {
     color: #3498db;
 }

 .importance-points {
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
     gap: 20px;
     margin-top: 20px;
 }

 .point {
     background-color: #f8f9fa;
     padding: 15px;
     border-radius: 8px;
     border-left: 4px solid #3498db;
 }

 .point h3 {
     color: #2c3e50;
     margin-bottom: 8px;
     font-size: 1.1rem;
 }

 .faq-section {
     background-color: white;
     padding: 25px;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
 }

 .faq-section h2 {
     color: #2c3e50;
     margin-bottom: 25px;
     text-align: center;
     font-size: 2rem;
 }

 .faq-container {
     max-width: 90%;
     margin: 0 auto;
 }

 .faq-item {
     margin-bottom: 15px;
     border: 1px solid #eaeaea;
     border-radius: 8px;
     overflow: hidden;
     transition: all 0.3s ease;
 }

 .faq-item.active {
     box-shadow: 0 5px 15px rgba(52, 152, 219, 0.1);
     border-color: #3498db;
 }

 .faq-question {
     padding: 10px 20px;
     background-color: #f8f9fa;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-weight: 600;
     color: #2c3e50;
     transition: background-color 0.3s;
 }

 .faq-question:hover {
     background-color: #eef5fd;
 }

 .faq-question i {
     color: #3498db;
     transition: transform 0.3s;
 }

 .faq-item.active .faq-question i {
     transform: rotate(180deg);
 }

 .faq-answer {
     padding: 0 20px;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.3s ease, padding 0.3s ease;
 }

 .faq-item.active .faq-answer {
     padding: 20px;
     max-height: 500px;
 }

 .faq-answer p {
     color: #555;
     margin-bottom: 10px;
 }

 .faq-answer ul {
     padding-left: 20px;
     margin-bottom: 10px;
 }

 .faq-answer li {
     margin-bottom: 5px;
 }


 @media (max-width: 768px) {
     header h1 {
         font-size: 2rem;
     }

     .importance-points {
         grid-template-columns: 1fr;
     }

     .faq-question {
         font-size: 1rem;
         padding: 15px;
     }
 }

 .back-color {
     background-color: #00002212;
     padding: 10px 0 0 0;
 }


 @media screen and (max-width: 600px) {

     .dhtResultSection {
         padding: 25px 10px !important;
         gap: 30px !important;
     }

     .threefold-subtitle {
         font-size: 16px;
         letter-spacing: 0.16em;
         text-transform: uppercase;
         color: #000000;
         font-weight: 600;
         margin-bottom: 24px;
     }

     .threefold-text {
         font-size: 17px;
         line-height: 1.6;
         color: #000000;
         max-width: 100%;
         margin: 0 auto 36px;
     }

     .threefold-section {
         position: relative;
         overflow: hidden;
         padding: 50px 10px 100px;
         /* background-color: #ffffff; */
         background-image: url(../img/the-threefold-way.jfif);
         background-size: cover;
     }

     .center-icon {
         order: 0;
         position: relative;
         transform: none;
         left: auto;
         top: auto;
         display: none;
         margin-bottom: 10px;
     }


     .journeyed-title {
         font-size: 28px;
         font-weight: 600;
         color: #222;
         margin-bottom: 10px;
     }

     .back-color {
         background-color: #00002212;
         padding: 10px 0 0 0;
         margin-bottom: 40%;
     }

     .fade-box.show {
         opacity: 1;
         transform: translateY(0) translateY(0px);
     }

     .contactDetailCard.showCard {
         opacity: 1;
         transform: translateY(0) translateY(0px);
     }

     .aboutimgup {
         position: absolute;
         top: -35px;
         left: 0;
         max-width: 100%;
         background: #7c7f83b3;
         padding: 55px 10px;
     }

     .about-us-img_up_t1 {
         font-size: 20px;
         font-weight: 700;
         line-height: 25px;
         color: #fff;
     }

     .aboutimg {
         position: relative;
         height: 370px;
         border-radius: 15px;
         overflow: hidden;
     }

     .banner-texts {
         width: 100% !important;
         padding-top: 60px !important;
         padding-left: 0 !important;
     }

     .bannwer-about {
         background-image: url(./img/reviw.jpg);
         width: 100%;
         height: 380px;
         background-size: cover;
     }

     .journeyed-section {
         padding: 0px 0px;
         background: #fff;
         text-align: center;
         margin-top: 40px;
         font-family: Arial, sans-serif;
     }

     .journeyed-title {
         font-size: 24px;
         font-weight: 600;
         color: #222;
         margin-bottom: 10px;
     }

     .bannwer-about {
         background-image: url(./img/banner-top.jpg);
         width: 100%;
         height: 350px !important;
         background-size: cover;
     }

     .journeyed-title {
         font-size: 27px !important;
         font-weight: 600;
         color: #222;
         margin-bottom: 10px;
     }

     .journey-title {
         font-size: 28px;
         font-weight: 600;
         color: #222;
         margin-bottom: 10px;
     }

     .right-card {
         position: relative;
         transform: none;
         right: auto;
         top: auto;
         margin: 20px auto;
         width: 95%;
         padding: 20px 20px;
     }

 }

 .dhNewHairTestBtn a {
     color: #fff;
 }

 .video-heding-text h1 {
     font-size: 27px;
 }

 .video-heding-text {
     text-align: center;
     padding: 0 0 30px 0;
 }

 .dbvideo {
     position: relative;
     overflow: hidden;
     padding: 60px 50px 80px;
     /* color: white;
     background: linear-gradient(-45deg, #0f172a, #1d3557, #0b7285, #1a365d); */
     background-size: 400% 400%;
     animation: gradientMove-ind 18s ease infinite;
     font-family: 'Poppins', sans-serif;
 }

 @keyframes gradientMove-ind {
     0% {
         background-position: 0% 50%;
     }

     50% {
         background-position: 100% 50%;
     }

     100% {
         background-position: 0% 50%;
     }
 }


 .revi-shape {
     position: absolute;
     border-radius: 999px;
     filter: blur(10px);
     opacity: 0.35;
     z-index: 0;
 }

 .revi-shape.one {
     width: 220px;
     height: 220px;
     background: radial-gradient(circle at 30% 30%, #22d3ee, transparent 60%);
     top: -40px;
     left: -40px;
     animation: float6 18s ease-in-out infinite;
 }

 .revi-shape.two {
     width: 300px;
     height: 300px;
     background: radial-gradient(circle at 70% 70%, #f97316, transparent 60%);
     bottom: -60px;
     right: -40px;
     animation: float5 22s ease-in-out infinite;
 }

 .revi-shape.three {
     width: 200px;
     height: 200px;
     background: radial-gradient(circle at 50% 50%, #22c55e, transparent 60%);
     bottom: 15%;
     left: -30px;
     animation: float6 20s linear infinite;
 }

 @keyframes float6 {
     0% {
         transform: translate(0, 0);
     }

     50% {
         transform: translate(35px, 35px);
     }

     100% {
         transform: translate(0, 0);
     }
 }

 @keyframes float5 {
     0% {
         transform: translate(0, 0);
     }

     50% {
         transform: translate(-35px, -25px);
     }

     100% {
         transform: translate(0, 0);
     }
 }

 @keyframes float6 {
     0% {
         transform: translateY(0);
     }

     50% {
         transform: translateY(-40px);
     }

     100% {
         transform: translateY(0);
     }
 }

 /* privacypolicy page css start */

 .dr-full-header {
     width: 100%;
     background: linear-gradient(135deg, #1a365d, #334b6c);
     color: #fff;
     margin-top: 75px;
 }

 .dr-full-section {
     width: 100%;
     background: #f8fafc;
 }

 .dr-container {
     max-width: 1100px;
     margin: auto;
     padding: 40px 20px;
 }

 .dr-header-box h1 {
     margin: 0;
     font-size: 32px;
 }

 .dr-header-box p {
     margin-top: 8px;
     font-size: 14px;
     opacity: .9;
 }

 .dr-policy-card {
     background: #ffffff;
     border-radius: 12px;
     box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
     overflow: hidden;
 }

 .dr-policy-body {
     padding: 40px;
 }

 .dr-policy-body p {
     line-height: 1.9;
     margin: 14px 0;
 }

 .dr-policy-section {
     margin-top: 38px;
 }

 .dr-policy-section h2 {
     font-size: 20px;
     color: #111827;
     margin-bottom: 12px;
     padding-left: 14px;
     position: relative;
 }

 .dr-policy-section h2::before {
     content: "";
     position: absolute;
     left: 0;
     top: 4px;
     width: 4px;
     height: 18px;
     background: #1a365d;
     border-radius: 2px;
 }

 .dr-policy-list {
     padding-left: 22px;
 }

 .dr-policy-list li {
     margin-bottom: 8px;
 }

 .dr-sub-title {
     font-weight: 600;
     margin-top: 18px;
     color: #1f2937;
 }

 .dr-alert-note {
     background: #fef3c7;
     border-left: 5px solid #f59e0b;
     padding: 14px 16px;
     margin-top: 15px;
     font-size: 14px;
 }

 .dr-contact-box {
     background: #f1f5f9;
     padding: 18px;
     border-radius: 10px;
     font-size: 15px;
 }

 .dr-consent-box {
     margin-top: 40px;
     padding: 20px;
     border: 2px dashed #1a365d;
     border-radius: 10px;
     background: #eef2ff;
     font-size: 15px;
     font-weight: 500;
 }

 @media(max-width:768px) {
     .dr-policy-body {
         padding: 25px;
     }

     .dr-header-box h1 {
         font-size: 24px;
     }
 }

 /* privacypolicy page css end */