@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
  }

body {
    background-image: url(../images/banner.jpg);
    background-attachment: fixed;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 72%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 28.6%;
    margin: 1%;
    float: left;
}

.col_sm5_5{
width: 18% !important;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}


.col_sm9 {
    width: 76%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 13%;
    float: left;
    margin: 1%;
}


.col_sm100 {
    width: 76%;
    float: left;
    margin: 1%;
}

.col_sm10 {
    width: 18%;
    float: left;
    margin: 1%;
}

.col_sm11 {
    width: 18.6%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
}

.top3 {
    width: 85%;
    margin: 0 auto;
}

.header-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 289px;
    float: left;
    margin: 1% 0;
}

.navbarrr {
    width: 100%;
    float: left;
    margin: 1%;
}


.fix_nav {
    background: transparent;
}

.img {
    width: 100%;
}


.social-links {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ftr_icon a {
    background: #360c5a85;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

.ftr_icon a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: #fe014e;
    opacity: 1;
    transform: scale(0);
    transition: transform 0.4s ease;
    z-index: 0;
}

/* Hover effect */
.ftr_icon a:hover::after {
    transform: scale(1);
}

/* Keep icon above overlay */
.ftr_icon a i {
    position: relative;
    z-index: 1;
}


.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 2.5%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	background-color: #f00053;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/
.footer li{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    list-style:none;
}

.footer-flex ul {
    display: flex;
    justify-content: center;
    gap: 21px;
    align-items: center;
}

.footer-flex span{
    font-weight: 800;
    font-size: 19px;
    color: #f7ce6f;
}

.footer-flex li{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    list-style:none;
}

.ftr{
    background-color: #270148;
}

.ftr h3{
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: 'Didact Gothic', sans-serif !important;
    color: #fff !important;
}

.ftr p{
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.ftr_btn h3{
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: 'Didact Gothic', sans-serif !important;
    color: #fff !important;
}

.ftr_btn p{
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 400;
    margin:0 !important;
}
.ftr_btn a{
    color: #fff;
}

.ftr_flex{
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a{
    color: #fff;
}

.ftr-img{
    width: 60%;
}

.ftr_right{
    text-align: right;
}

.fa-brands{
    font-size: 14px;
}

.fa-whatsapp{
    font-size: 35px;
}


.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/star.png);
    margin-left: 0%;
    margin-top: 1%;
}

.bullet ul li {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0% 0% 1.1% 2%;
    font-weight: 500;
}


.bullet2 {
    width: 100%;
    margin-top: 0%;
}

.bullet2 ul {
    margin-left: 0%;
    margin-top: 1%;
}

.bullet2 img{
    width: 60px;
}

.bullet2 ul li {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0% 0% 1.1% 1.3%;
    font-weight: 500;
    list-style: decimal;
}




.bullet3 {
    width: 100%;
    margin-top: 0%;
}

.bullet3 ul {
    margin-left: 0%;
    margin-top: 1%;
}

.bullet3 img{
    width: 60px;
}

.bullet3 ul li {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0% 0% 1.1% 0%;
    font-weight: 500;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}



/*------------------------------------------
Main Code 
------------------------------------------*/
.terms-conditions{
    background: linear-gradient(135deg, #e91e63, #3a0450);
    padding: 100px 0;
    position: relative;
}

.terms-conditions h2{
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    text-align: left;
}

.terms-conditions h3{
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: left;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.terms-conditions h4{
    display: block;
    margin-bottom: 6px;
    font-size: 27px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    margin-top: 15px;
}

.terms-conditions p{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* ===== LIGHTBOX ===== */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    animation: zoomIn 0.35s ease;
    border-radius: 8px;
}

.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox-trigger {
    cursor: zoom-in;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


.txt-align  h2{
    text-align: left !important;
}

.txt-align p{
    text-align: left !important;
}

.txt-align h6{
    text-align: left !important;
}

.brd-rd img{
    border-radius: 20px;
    margin-top: 10%;
    margin-bottom: 10%;
}

.brd-rd2 img{
    border-radius: 20px;
    box-shadow: 0 40px 80px rgb(0 0 0 / 50%);
}

.cursor {
    display: inline-block;
    margin-left: 4px;
    animation: blink 1s infinite;
    font-weight: 300;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}


.banner h4{
    font-size: 22px;
    text-decoration: none;
    color: #f00053;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
}

.banner h3{
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
}

.banner h2{
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
}


.min-height {
    min-height: 195px;
}

.banner span{
    color: #f00053;
}


.banner p{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.banner-flex {
    display: flex;
}

.banner-section-one{
    padding-top: 6%;
}

.banner-img {
    position: relative;
    justify-content: center;
    display: flex;
    z-index: -9;
}

/* Gradient overlay */
.banner-img::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    background:
        /* LEFT → RIGHT blend (main side control) */
       /* LEFT → RIGHT blend (main side control) */
       linear-gradient(
        90deg,
        #2e023de3 0%,
        rgba(46, 2, 61, 0.7) 28%,
        rgb(46 2 61 / 0%) 52%,
        rgba(46, 2, 61, 0) 72%
    ),

    /* BOTTOM fade ONLY (top stays clean) */
    linear-gradient(
        180deg,
        rgba(6, 6, 6, 0) 65%,
        rgb(46 2 61 / 79%) 85%,
        #360443 100%
    );
}


.banner-img img {
    width: 53%;
    display: block;
    position: relative;
    z-index: 1;
}


.shape-1{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: -9;
}



.shape-1 img{
    width: 100%;
}

.text-1 h2 {
    -webkit-text-stroke: 1px #ffffff !important;
    color: transparent;
    font-family: "Rajdhani", sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    position: absolute;
    bottom: 110px;
    left: 239px;
    z-index: 9;
    margin-bottom: 0;

    animation: floatY 3s ease-in-out infinite;
}

.text-2 h2 {
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 84px;
    line-height: 70px;
    font-weight: 700;
    position: absolute;
    bottom: 428px;
    left: 41px;
    z-index: 9;
    margin-bottom: 0;

    animation: floatY 3s ease-in-out infinite;
    animation-delay: 0.6s; /* subtle stagger effect */
}


@keyframes floatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); /* moves up */
    }
    100% {
        transform: translateY(0);
    }
}

.btn-pink{
    text-align: center;
}
.btn-pink a {
    background: linear-gradient(135deg, #e91e63, #3a0450);
    padding: 12px 33px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgb(0 0 0 / 25%);
    margin: 27px 0;
}

.btn-pink:hover  a{
    background: linear-gradient(135deg, #3a0450, #e91e63);
    color: #fff;
    transform: translateY(-2px);
}



.btn a {
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    padding: 12px 33px;
    color: #5a1233;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.btn:hover  a{
    background: linear-gradient(135deg, #e6a600, #d18b00);
    color: #fff;
    transform: translateY(-2px);
}


.text-capitalize{
    position: relative;
    padding: 20px 0;
    background: #d2014b38;
}


.text-capitalize p{
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

.text-capitalize span{
    color: #f00053;
    text-shadow: 0 0 14px rgba(240, 0, 83, 0.45);
}

.text_shadow_1{
    position: absolute;
    top: 0;
    right: 0;
}

.text_shadow_2{
    position: absolute;
    top: 0;
    left: 0;
}

.single-marquee {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-track {
    display: inline-block;
    animation: singleMarquee 70s linear infinite;
}


@keyframes singleMarquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}





.test{
    background: #2f023e;
}


.test h2{
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

.test-sub{
    border: 1px solid #434141;
    padding: 10px;
    border-radius: 20px;
    position: relative;
    width: 55%;
    float: left;
}

.quotes{
    width: 75px;
    padding: 18px;
    background: #400355;
    border-radius: 50%;
    position: absolute;
    top: -31px;
    left: 2%;
}

.test-sub .header{
    display: flex;
    margin-top: 4%;
    align-items: center;
    padding: 10px;
}

.test-sub h2{
    font-size: 30px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
}

.test-sub h3{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    padding: 0;

}

.test-sub p{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: justify;
}


/* SLIDER */
.testimonial-slider {
    width: 100%;
    position: relative;
  }
  
  /* TRACK */
  .testimonial-track {
    display: flex;
    gap: 30px;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  
  /* 3 VISIBLE CARDS */
  .test-sub {
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
    padding: 25px;
    border-radius: 12px;
  }
  
  /* CONTROLS */
  .slider-controls span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #2e023d;
    color: #fff;
    font-size: 26px;
    padding: 8px 14px;
    cursor: pointer;
    z-index: 10;
  }
  
  .slider-controls .prev { 
    left: -194vh;
}

  .slider-controls .next { 
    right: -20px; 
}




/* =========================
   MEDIA ARTICLES LAYOUT
========================= */

/* DEFAULT ACTIVE STATE */
.media.default-active {
    background: #f00053;
}

.media.default-active li a {
    color: #fff;
}


.media-articles h2{
    font-size: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

/* LEFT SIDE (SCROLLABLE) */
.media-articles .col_sm8 {
    width: 65%;
    height: 511px;
    overflow-y: auto;
    padding-right: 25px;
}

/* scrollbar styling */
.media-articles .col_sm8::-webkit-scrollbar {
    width: 6px;
}
.media-articles .col_sm8::-webkit-scrollbar-thumb {
    background: #f00053;
    border-radius: 10px;
}

/* RIGHT SIDE (FIXED IMAGE) */
.media-articles .col_sm88 {
    width: 29%;
    position: sticky;
    top: 100px;                /* distance from top */
    align-self: flex-start;
}

.media-articles .col_sm88 img {
    width: 100%;
    max-width: 420px;
}

/* =========================
   MEDIA ITEM STYLING
========================= */

.media {
    border-bottom: 1px solid rgb(153, 152, 152);
    background: transparent;
    transition: background 0.35s ease;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.media:hover {
    background: #f00053;
}

.media li {
    list-style: none;
}

.media li a {
    transition: color 0.3s ease;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 140%;
    text-decoration: none;
}

.media:hover li a {
    color: #fff;
}

.btn-services{
    margin: 3% 0;
    text-align: center;
}

.btn-services a {
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    padding: 12px 33px;
    color: #5a1233;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.services-sub:hover .btn-services a{
    background: linear-gradient(135deg, #e6a600, #d18b00);
    color: #fff;
    transform: translateY(-2px);
}

.services h2{
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

.services p{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}


.services-img{
    width: 100%;
    height: 300px;
    border-radius: 220px 220px 0 0;
    overflow: hidden;
    position: relative;
}

.services-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.services-sub:hover .services-img img{
    transform: scale(1.12);
}

/* Soft vignette – luxury look */
.services-img::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 55%,
        rgba(0,0,0,0.45) 100%
    );
    pointer-events: none;
}


.services-sub{
    border-radius: 208px 208px 0 0;
    background: linear-gradient(
        180deg,
        #d81b60 0%,
        #ad1457 45%,
        #6a1b4d 100%
    );
    padding: 20px;
    box-shadow: 0 25px 45px rgba(0,0,0,0.4);
    overflow: hidden;
    transition: all 0.4s ease;
}

.services-sub:hover{
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgba(216,27,96,0.45);
}



.services-sub h3{
    font-size: 27px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    margin-top: 15px;
}


.services-sub p{
    font-family: "Rubik", sans-serif;
    color: #ffe6f0;
    font-size: 17px;
    line-height: 1.7;
    margin: 10px 0 0;
    text-align: center;
    opacity: 0.95;
}

  

.counter-section{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 60px 0;
    background: #2e023d;
    position: relative;
}

.counter-box h2{
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
}

.counter-box p{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.shape-3{
    position: absolute;
    left: 0;
    top: 0;
}

.shape-3 img{
    width: 200px;
}


.shape-4{
    position: absolute;
    right: 0;
    top: 0;
}

.shape-4 img{
    width: 200px;
}

.counter-box{
    width: 31%;
}

/*------------------------------------------
carousel Code 
------------------------------------------*/

.carousel-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.carousel {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.slide {
    min-width: 33%;
    padding: 10px;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 12px;
}


.testimonial-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}


.header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.images img {
    width: 100%;
}

.quotes img {
    width: 40px;
}

.test-sub p {
    margin-top: 15px;
    line-height: 1.6;
}

/* Navigation */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
}

.nav.prev { left: 10px; }
.nav.next { right: 10px; }


.counter-section{
    display: flex;
    justify-content: center;
    gap: 4%;
    padding: 70px 0;
    background: linear-gradient(135deg, #2e023d, #3b0352);
    position: relative;
    overflow: hidden;
}

.counter-box{
    width: 24%;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.counter-box.active{
    opacity: 1;
    transform: translateY(0);
}

.counter-box h2{
    font-size: 52px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    text-shadow: 0 0 15px rgba(240,0,83,0.45);
}

.counter-box p{
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
}

/* Decorative shapes */
.shape-3{
    position: absolute;
    left: 0;
    top: 0;
}
.shape-3 img{
    width: 200px;
}

.shape-4{
    position: absolute;
    right: 0;
    top: 0;
}
.shape-4 img{
    width: 200px;
}

/* Mobile */
@media(max-width: 768px){
    .counter-section {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .counter-box{
        width: 100%;
    }
}

.magazine h2{
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.magazine-sub{
    background: linear-gradient( 180deg, #d81b60 0%, #ad1457 45%, #6a1b4d 100% );
    padding: 9px;
    box-shadow: 0 25px 45px rgb(0 0 0 / 40%);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 8px;
    width: 14.6%;

}

.magazine-sub:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgb(216 27 96 / 45%);
}

.magazine-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.video-gallery{
    background: linear-gradient( 180deg, #d81b60 0%, #ad1457 45%, #6a1b4d 100% );
}

.video-gallery h2{
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

.video-gallery h3{
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    margin-top: 15px;
}


.video-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.video-track {
    display: flex;
    transition: transform 0.6s ease;
}

.video-slide {
    min-width: 33.333%; /* 3 videos visible */
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}



/* NAV BUTTONS */
.video-prev,
.video-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #f00053;
    color: #fff;
    border: none;
    padding: 12px 14px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.video-prev { left: 10px; }
.video-next { right: 10px; }

.btn-video{
    text-align: center;
    margin: 1% 0;
}

.btn-video a {
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    padding: 12px 33px;
    color: #5a1233;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.btn-video:hover  a{
    background: linear-gradient(135deg, #e6a600, #d18b00);
    color: #fff;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .video-slide {
        min-width: 100%;
    }
}


.awards-section {
    padding: 80px 0;
    background: #2e023d;
    text-align: center;
}

.awards-section h2 {
    font-size: 48px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 18px;
    color: #e6c6d8;
    margin-bottom: 50px;
}

.awards-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.magazine-card {
    transition: all 0.4s ease;
    position: relative;
}

.magazine-card h3{
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    margin-top: 15px;
}

.magazine-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}


.award-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    min-height: 74vh;
}

.award-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.award-icon img {
    width: 100%;
    margin-bottom: 20px;
}

.award-card h3 {
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    margin-top: 15px;
    font-size: 27px;
    color: #2e023d;
    font-weight: 700;
    margin-bottom: 10px;
}

.award-card p {
    color: #555;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 140%;
}


.award-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    max-height: 3.8em;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.award-text.expanded {
    max-height: 1000px;
}

.read-toggle {
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    padding: 12px 33px;
    color: #5a1233;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    margin-top: 6%;
}



.read-toggle:hover {
    background: linear-gradient(135deg, #e6a600, #d18b00);
    color: #fff;
    transform: translateY(-2px);
}


/* Animation */
.award-card {
    opacity: 0;
    transform: translateY(40px);
}

.award-card.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease;
}


.awards-swiper {
    padding: 30px 10px 60px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #2e023d;
}

.swiper-pagination-bullet {
    background: #2e023d;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}



.values-scroll {
    background: linear-gradient( 180deg, #d81b60 0%, #ad1457 45%, #6a1b4d 100% );
    padding: 22px 0;
    overflow: hidden;
}

.values-scroll h2{
    font-size: 48px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    
}

.values-track {
    display: flex;
    gap: 22px;
    animation: valuesScroll 45s linear infinite;
    width: max-content;
}

.values-track span {
    padding: 10px 22px;
    background: rgba(255,255,255,0.12);
    border-radius: 30px;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(6px);
}

@keyframes valuesScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.values-scroll::before,
.values-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.values-scroll::before {
    left: 0;
    background: linear-gradient(to right, #d81b60 0%, transparent 100%);
}

.values-scroll::after {
    right: 0;
    background: linear-gradient(to left, #6a1b4d 0%, transparent 100%);
}

.values-scroll {
    position: relative;
}


.values-scroll:hover .values-track {
    animation-play-state: paused;
}


.values-track span {
    transition: all 0.35s ease;
}

.values-track span:hover {
    background: rgba(255,255,255,0.22);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}


/* SECTION BACKGROUND */
.legacy-section{
    background: radial-gradient(circle at top, #4b0b63 0%, #1a021f 70%);
    padding: 90px 20px;
    font-family: "Rajdhani", sans-serif;
}

/* GRID */
.legacy-grid{
    max-width:1920px;
    margin:auto;
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:40px;
}

/* CARD */
.legacy-card{
    background: linear-gradient(180deg,#fff6e1,#f3d29a);
    border-radius:24px;
    padding:45px 35px;
    text-align:center;
    position:relative;
    box-shadow:0 30px 70px rgba(0,0,0,0.45);
    overflow:hidden;
    transition:all .4s ease;
}

/* GOLD BORDER */
.legacy-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:24px;
    border:2px solid rgba(212,175,55,.8);
    pointer-events:none;
}

/* HOVER EFFECT */
.legacy-card:hover{
    transform:translateY(-8px);
    box-shadow:0 45px 90px rgba(0,0,0,0.55);
}


.legacy-img img{
    border-radius: 36px;
}

/* TITLE */
.legacy-card h3{
    font-size: 30px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    color: #6a1b4d;
    margin-bottom: 15px;
    min-height: 146px;
}

/* BUTTON */
.legacy-card a{
    background: linear-gradient(135deg, #610140, #d21a5f);
    padding: 12px 33px;
    color: #fff;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    margin-top: 6%;
}

.legacy-card a:hover{
    background: linear-gradient(135deg, #d21a5f, #610140);
    color: #fff;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:900px){
    .legacy-grid{
        grid-template-columns:1fr;
    }
}

.founder-btn{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 2%;
}

.founder-line {
    width: 85%;
    height: 2px;
    background: linear-gradient(
        to right,
        transparent,
        #f7c65c,
        #e5a623,
        transparent
    );
    margin: 40px auto;
}


.founder{
    background: linear-gradient(135deg, #e91e63, #3a0450);
    padding: 100px 0;
}

.founder-sub h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
}

.founder h3{
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.founder-sub h5 {
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;

    background: linear-gradient(
        90deg,
        #fff1c1,
        #f5c86a,
        #d4a44a
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 2px 12px rgba(245, 200, 106, 0.25);
}

.founder-sub p {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.founder-sub  h6 {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nari-legacy {
    background: linear-gradient(135deg, #e91e63, #3a0450);
    padding: 100px 0;
    position: relative;
}

.pd-top{
    padding-top: 11vh;
}

.pd-bottom{
    padding-bottom: 17vh;
}

.legacy-wrap {
    margin: auto;
    display: grid;
    grid-template-columns: 38% 4% 58%;
    align-items: center;
}

.legacy-wrap2 {
    margin: auto;
    display: grid;
    grid-template-columns: 22% 4% 74%;
    align-items: center;
}


/* HERO IMAGE */
.legacy-hero {
    position: relative;
}

.legacy-hero img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}

.legacy-year {
    position: absolute;
    bottom: -18px;
    right: 25px;
    background: linear-gradient(90deg, #f7c65c, #e5a623);
    color: #2e023d;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
    line-height: 140%;
}

/* GOLD SPINE */
.legacy-line {
    width: 2px;
    height: 85%;
    background: linear-gradient(
        to bottom,
        transparent,
        #f7c65c,
        #e5a623,
        transparent
    );
    margin: auto;
}

/* CONTENT */
.legacy-content h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}

.legacy-content p {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.legacy-content h3{
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: left;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.legacy-content h6 {
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}


/* MINI GALLERY */
.legacy-mini {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.legacy-mini img {
    width: fit-content;
    height: 113px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #e5a623;
}

/* VIDEO LINK */
.legacy-video {
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    padding: 12px 33px;
    color: #5a1233;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 8px 25px rgb(0 0 0 / 25%);
}

.legacy-video:hover {
    background: linear-gradient(135deg, #e6a600, #d18b00);
    color: #fff;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .legacy-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .legacy-line {
        display: none;
    }
}

.about-us-modern2 {
    font-family: "Rajdhani", sans-serif;
}

.about-flex{
    display: flex;
    align-items: center;
    padding-top: 2%;
}


.about-us-modern {
    background: linear-gradient(135deg, #2e023d, #3b034f);
    font-family: "Rajdhani", sans-serif;
}

.about-wrapper {
  margin: auto;
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 80px;
    align-items: center;
}


.about-divider-line {
    width: 2px;
    height: 220px;
    background: linear-gradient(
        to bottom,
        rgba(240, 0, 83, 0),
        #f00053,
        rgba(240, 0, 83, 0)
    );
    opacity: 0.9;
}



/* LEFT IMAGE – MODERN EDITORIAL */
.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
}

/* subtle modern accent */
.image-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f00053, #ff4f8f);
    z-index: -1;
}

/* RIGHT CONTENT */
.about-text h3 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    font-family: "Rajdhani", sans-serif;
}

/* thin modern underline */
.about-text h3::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #f00053;
    display: block;
    margin-top: 14px;
    border-radius: 4px;
}

.about-text p {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    margin-bottom: 26px;
}

.about-text strong {
    color: #f00053;
    font-weight: 600;
}

/* FOUNDER META */
.about-founder {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.about-founder h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.about-founder span {
    display: block;
    font-size: 15px;
    color: #f9e3b0;
    font-family: "Rubik", sans-serif;
}



.why-choose-elite {
    background: linear-gradient(135deg, #23002f, #3a0450);
    padding: 110px 0 70px;
    color: #fff;

    border-top: 1px solid rgba(247,198,92,0.45);
    border-bottom: 1px solid rgba(247,198,92,0.45);
}

.why-choose-elite2 {
    background: linear-gradient(135deg, #23002f, #3a0450);
    color: #fff;
    border-top: 1px solid rgba(247,198,92,0.45);
    border-bottom: 1px solid rgba(247,198,92,0.45);
}


.flex{
        display: flex;
    align-items: center;
}



/* WRAPPER */
.location-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* TRACK */
.marquee-track {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: marqueeLoop 30s linear infinite;
}

/* COUNTRY CAPSULE */
.marquee-track h5 {
    padding: 8px 18px;
    border-radius: 30px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.28);
    backdrop-filter: blur(6px);
    white-space: nowrap;
}

/* TRUE RIGHT → LEFT LOOP */
@keyframes marqueeLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.location-marquee::before,
.location-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 2;
}

.location-marquee::before {
    left: 0;
    background: linear-gradient(to right, #3a0450, transparent);
}

.location-marquee::after {
    right: 0;
    background: linear-gradient(to left, #3a0450, transparent);
}





.elite-wrap {
    width: 88%;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 80px;
}

/* LEFT */
.elite-intro h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 22px;
}

.elite-intro h2 span {
    color: #f7c65c;
}

.elite-desc {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
}

.elite-locations {
    margin-bottom: 26px;
}

.elite-locations h2 {
    display: block;
    margin-bottom: 6px;

    font-size: 27px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    margin-top: 15px;
}

.elite-locations span {
    color: #f1d9a3;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.elite-age {
    display: inline-block;
    padding: 18px 26px;
    border-radius: 20px;
    border: 1px solid rgba(247,198,92,0.4);
    color: #f7c65c;
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.elite-age small {
    color: #f1d9a3;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}


.why-choose-us h2{
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}


.why-choose-sub{
    background: #fff;
    box-shadow: 0 25px 45px rgb(0 0 0 / 40%);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 0;
}

.why-choose-sub h3{
    font-size: 27px;
    color: #e91e63;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
}

.why-choose-sub p{
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
}

.get-started{
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    position: relative;

}

.get-started h2{
    font-size: 50px;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

.get-started p{
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

.services-flex {
    display: flex;
    justify-content: center;
}

.why-choose-wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    flex: 0 0 33.333%;
}

@media (max-width: 768px) {
    .slide {
        flex: 0 0 100%;
    }
}

/* SECTION */
.photo-collage {
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* COLLAGE WRAPPER */
.collage-wrap {

    position: absolute;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    top: -18%;

}

/* PHOTO CARD */
.photo {
    background: #fff;
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
    transition: transform 0.4s ease;
}

.photo img {
    display: block;
    width: 215px;
    height: auto;
}

/* ROTATIONS */
.tilt-left {
    transform: rotate(-10deg);
}

.tilt-left-small {
    transform: rotate(-5deg);
}

.center {
    transform: rotate(0deg);
    z-index: 2;
}

.tilt-right-small {
    transform: rotate(5deg);
}

.tilt-right {
    transform: rotate(10deg);
}

/* HOVER EFFECT */
.photo:hover {
    transform: rotate(0deg) scale(1.05);
    z-index: 5;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .photo img {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .collage-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }

    .photo img {
        width: 160px;
    }
}


.felx-1{
    display: flex;
    align-items: center;
    justify-content: center;
}


.wel-txt h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: left;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}



.wel-txt p {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
}

.overlap-container {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

.shape .circle {
    width: 90px;
    height: 90px;
    border: 6px solid #f5a300;
    border-radius: 50%;
    top: -30px;
    left: -30px;
}
.shape {
    position: absolute;
    z-index: 1;
}

.shape .square {
    width: 180px;
    height: 180px;
    border: 5px solid #f0c8d6;
    border-radius: 20px;
    bottom: -40px;
    right: -30px;
}

.image-box img {
    width: 100%;
    display: block;
}


.image-top {
    width: 65%;
    z-index: 2;
}
.image-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(0 0 0 / 15%);
    position: relative;
}

.image-bottom {
    width: 45%;
    margin-left: auto;
    margin-top: -264px;
    z-index: 3;
}

.image-box1 {
    border-radius: 0px 140px 30px 140px;
    border: 10px solid #fff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(0 0 0 / 15%);
    position: relative;
}

.image-box1 img {
    width: 100%;
    display: block;
}

/* Masonry grid */
.press-grid {
    column-count: 4;
    column-gap: 20px;
}

.press-gallery h2{
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.press-gallery p{
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

/* Card wrapper */
.press-card {
    position: relative;
    margin-bottom: 20px;
    break-inside: avoid;
    overflow: hidden;
    border-radius: 14px;
}

/* Image */
.press-item {
    width: 100%;
    display: block;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.4s ease;
}

/* Gradient overlay for text readability */
.press-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 55%,
        rgba(0,0,0,0.75) 100%
    );
    pointer-events: none;
}

/* Title ON image */
.press-card h3 {
    position: absolute;
    bottom: 14px;
    left: 16px;
    right: 16px;
    z-index: 2;

    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    margin: 0;
}

/* Hover effect */
.press-card:hover .press-item {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1200px) {
    .press-grid { column-count: 3; }
}
@media (max-width: 768px) {
    .press-grid { column-count: 2; }
}
@media (max-width: 480px) {
    .press-grid { column-count: 1; }
}


.video-sub h3{
    margin: 15px 0;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    font-weight: 500;
}


.media-section{
    background: linear-gradient(135deg, #e91e63, #3a0450);
    padding: 50px 0;
}

.brd-rd{
    border-radius: 22px;
}

/* ===== TITLE ===== */
.media-heading{
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

/* ===== LAYOUT ===== */
.media-layout{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:70px;
    align-items:flex-start;
}

/* ===== IMAGE ===== */
.media-portrait{
    position:relative;
    padding:12px;
    border:1px solid #f5c86a;
}

.media-portrait h2{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin: 18px 0 0;
    position: relative;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
}

.media-portrait::before{
    content:"";
    position:absolute;
    inset:-12px;
    border:1px solid rgba(201,162,77,0.35);
}

.media-portrait img{
    width:100%;
    display:block;
}

/* ===== MEDIA CARD ===== */
.media-card{
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    border:1px solid rgba(255,255,255,0.15);
    padding:35px 40px;
    margin-bottom:35px;
    transition:0.4s ease;
}

.media-card:hover{
    border-color:#d4a44a;
    transform:translateY(-4px);
}

/* ===== SOURCE ===== */
.media-source{
    margin-bottom: 14px;
    font-size: 27px;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    margin-top: 15px;
}

/* ===== TEXT ===== */
.media-card p{
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgb(0 0 0 / 90%);
}

/* ===== LINK ===== */
.media-card a{
    color:#000;
    font-weight:500;
    text-decoration:none;
    border-bottom:1px solid transparent;
}

.media-card a:hover{
    color:#e91e63;
}


.media-source a{
    margin-bottom: 14px;
    font-size: 27px;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    margin-top: 15px;
}


/* ===== RESPONSIVE ===== */
@media(max-width:980px){
    .media-layout{
        grid-template-columns:1fr;
    }
    .media-portrait{
        max-width:420px;
        margin:auto;
    }
}


.edition{
    background: linear-gradient(135deg, #fff3d6, #f6c453);
}

.edition h2{
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    color: #000;
}

.edition h3{
    font-size: 27px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    margin-top: 15px;
}


.image-slider {
    position: relative;
}

.image-slider img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.slider-controls {
    position: absolute;
    top: 17vh;
    right: 19px;
    display: flex;
    gap: 12px;
}

.slider-controls button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.slider-controls button:hover {
    background: #d4a44a;
}


.stories-wrapper {
    display: flex;
    gap: 50px;
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    height: 80vh;
    overflow: hidden;
    /* IMPORTANT */
}


.stories-left {
    width: 60%;
    overflow-y: auto;
    /* SCROLL HERE */
    padding-right: 15px;
}

/* Optional: smooth scroll */
.stories-left {
    scroll-behavior: smooth;
}


.stories-left::-webkit-scrollbar {
    width: 6px;
}

.stories-left::-webkit-scrollbar-thumb {
    background: #d4a44a;
    border-radius: 10px;
}

.stories-left::-webkit-scrollbar-track {
    background: transparent;
}


.stories-right {
    width: 40%;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.stories-right img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.stories h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient(90deg, #fff1c1, #f5c86a, #d4a44a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.story {
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.story-title {
    width: 100%;
    padding: 22px 30px;
    font-size: 20px;
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.story-title::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-size: 26px;
}

.story.active .story-title::after {
    content: "–";
}

.story-content {
    display: none;
    padding: 30px;
    background: #faf8f3;
}

.story.active .story-content {
    display: block;
}

.story-content p {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.nari-legacy1 {
    background: linear-gradient(135deg, #e91e63, #3a0450);
    padding: 50px 0;
    position: relative;
}
.awards-txt p {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    font-weight: 500;
}

.awards-txt h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    text-align: left;
}

.awards-txt h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: left;
    background: linear-gradient(90deg, #fff1c1, #f5c86a, #d4a44a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.awards-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.awrd-flx{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.col_sm6{
    width: 15%;
    float: left;
    margin: 1%;
}

.col_sm6-6{
    width: 18%;
    float: left;
    margin: 1%;
}

.img-brd{
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.award-bg {
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    position: relative;
}

.award-txt p {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

.award-pdg{
    padding: 40px 0 40px 0;
}

.magazine2 h2{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    margin-top: 2%;
}

.test-flex2{
    display: flex;
    flex-wrap: wrap;
}

.test-main-card img{
    border-radius: 16px;
}

.test-main-card{
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, #fff3d6, #f6c453);
    transition: 0.4s ease;
    display: flex;
    justify-content: center;
    border-radius: 11px;
}

.test-main-card .col_sm10{
        display: flex;
    justify-content: center;
    align-items: center;
}

.mrg-left-right{
    margin: 0 1%;
}

.test-main-card:hover{
    border-color:#d4a44a;
    transform:translateY(-4px);
}

.test-main-card h3{
    font-size: 22px;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
    margin-top: 15px;
}


.test-main-card h4{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    text-align: left;
}

.test-main-card p{
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
}

.nari-legacy1 {
    background: linear-gradient(135deg, #e91e63, #3a0450);
    padding: 100px 0;
    position: relative;
}

.social-txt p {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
}

.social-txt h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    text-align: left;
}

.social-txt h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: left;
    background: linear-gradient(90deg, #fff1c1, #f5c86a, #d4a44a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.social-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-img-brd {
    border-radius: 10px;
}

.social-txt1 p {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

.social-txt1 p a {
    color: #fff;
}

.social-txt1 h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
}

.social-txt1 h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient(90deg, #fff1c1, #f5c86a, #d4a44a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.social-pdg {
    padding: 40px 0 40px 0;
}

.icons-social {
    width: 80px;
    margin: 0 auto;
}

.bullet-list {
    font-family: "Rajdhani", sans-serif;
    list-style-type: disc;
    margin-left: 25px;
    padding-left: 10px;
}

.bullet-list li {
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: #fff;
    margin: 0;
}


.faq h2{
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient( 90deg, #fff1c1, #f5c86a, #d4a44a );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.faq p{
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    margin-bottom: 26px;
    text-align: center;
}

/* FAQ ITEM */
.ps-faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    overflow: hidden;
  }
  
  /* QUESTION */
  .ps-faq-question {
    width: 100%;
    padding: 26px 28px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "Rubik", sans-serif;
    text-align: left;
  }
  
  .ps-faq-question:hover {
    color: #ffd27a;
  }
  
  /* ICON */
  .ps-faq-icon {
    font-size: 28px;
    font-weight: 300;
    transition: transform 0.4s ease;
  }
  
  /* ANSWER */
  .ps-faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 28px;
    line-height: 1.9;
    transition: max-height 0.5s ease, padding 0.3s ease;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    text-align: left;
  }

  .ps-faq-answer a{
    color: #f9d176;
  }
  
  /* ACTIVE */
  .ps-faq-item.active .ps-faq-icon {
    transform: rotate(45deg);
  }
  
  .ps-faq-item.active .ps-faq-answer {
    padding: 0 28px 28px;
  }
  

  /* WRAPPER */
.faq-wrapper {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
  }
  
  /* LEFT SCROLLABLE COLUMN */
  .faq-left {
    max-height: 80vh;           /* controls scroll height */
    overflow-y: auto;
    padding-right: 20px;
  }

  .faq-left2 {
    max-height: 80vh;           /* controls scroll height */
    overflow-y: auto;
    padding-right: 20px;
    width: 70%;
  }

  .faq-left2::-webkit-scrollbar {
    width: 6px;
  }
  
  .faq-left2::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
  }
  
  .faq-left2::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #e91e63, #3a0450);
    border-radius: 10px;
  }
  
  /* CUSTOM SCROLLBAR (OPTIONAL – PREMIUM LOOK) */
  .faq-left::-webkit-scrollbar {
    width: 6px;
  }
  
  .faq-left::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
  }
  
  .faq-left::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #e91e63, #3a0450);
    border-radius: 10px;
  }
  
  /* RIGHT FIXED COLUMN */
  .faq-right {
    position: sticky;
    top: 120px; /* adjust based on header height */
    width:45%;
  }
  
  .faq-right img {
    width: 100%;
    border-radius: 20px;
  }

  .faq-right2 {
    position: sticky;
    top: 120px;
    width: 25%;
}

.faq-right2 img {
    width: 100%;
    border-radius: 20px;
  }
  
  /* MOBILE FIX */
  @media (max-width: 991px) {
    .faq-wrapper {
      flex-direction: column;
    }
  
    .faq-left {
      max-height: unset;
      overflow: visible;
      width: 100%;
    }
  
    .faq-right {
      position: static;
      width: 100%;
    }
  }

  .ps-elite-section {
    background: linear-gradient(135deg, #e91e63, #3a0450);
  }
  
  .ps-elite-container {
    text-align: center;
  }
  
  /* TITLE */
  .ps-elite-title {
    font-family: "Rajdhani", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
  }
  
  .ps-elite-subtitle {
    color: #ffe0ec;
    font-size: 18px;
    margin-bottom: 70px;
  }
  
  /* GRID */
  .ps-elite-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px;
  }
  
  /* CARD */
  .ps-elite-card {
    padding: 50px 30px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.12),
      0 25px 60px rgba(0,0,0,0.25);
    transition: all 0.45s ease;
  }
  
  /* ICON */
  .ps-elite-card i {
    font-size: 35px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffd27a, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  /* TEXT */
  .ps-elite-card h4 {
    font-weight: 500;
    letter-spacing: 0.3px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  /* HOVER */
  .ps-elite-card:hover {
    transform: translateY(-12px) scale(1.02);
    background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
    box-shadow:
      0 35px 80px rgba(0,0,0,0.45),
      0 0 30px rgba(255, 200, 140, 0.35);
  }
  
  
  /* MOBILE */
  @media (max-width: 768px) {
    .ps-elite-title {
      font-size: 32px;
    }
  
    .ps-elite-card {
      padding: 40px 25px;
    }
  }


  .member-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .memberships h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient(90deg, #fff1c1, #f5c86a, #d4a44a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 12px rgb(245 200 106 / 25%);
}

.memberships h3{
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

.memberships p{
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    padding: 1%;

}


.memberships-sub{
    background: linear-gradient( 180deg, #d81b60 0%, #ad1457 45%, #6a1b4d 100% );
    padding: 10px 0px;
    box-shadow: 0 25px 45px rgb(0 0 0 / 40%);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
}

.memberships-sub:hover{
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgb(216 27 96 / 45%);
}

.memberships-sub h4{
    font-size: 27px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
    text-align: center;
    margin-top: 15px;
}

.memberships-sub p{
    font-family: "Rubik", sans-serif;
    color: #ffe6f0;
    font-size: 17px;
    line-height: 1.7;
    margin: 10px 0 0;
    text-align: center;
    opacity: 0.95;
}

.memberships a{
    color: #fce4ad;
}


.sticky-social {
    position: fixed;
    top: 83%;
    left: 0; /* change to right: 0; if needed */
    transform: translateY(-50%);
    z-index: 999;
  }
  
  .sticky-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  
  .sticky-social a:hover {
    width: 55px;
  }
  
  /* Brand Colors */
  .facebook { background: #1877f2; }
  .instagram { background: #e4405f; }
  .twitter { background: #1da1f2; }
  .linkedin { background: #0a66c2; }

  .contact-sub {
    border-radius: 208px 208px 0 0;
    background: linear-gradient(180deg, #d81b60 0%, #ad1457 45%, #6a1b4d 100%);
    padding: 85px 20px 40px;
    box-shadow: 0 25px 45px rgb(0 0 0 / 40%);
    overflow: hidden;
    transition: all 0.4s ease;
}

.contact-sub:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgb(216 27 96 / 45%);
}

.contact-sub h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 29px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
}

.contact-sub p {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
}

.contact-sub p a {
    color: #fff;
}
.contact-flex{
    display: flex;
    justify-content: center;
    gap: 15px;
    
}

.social-txt h4{
    margin-bottom: 28px;
font-family: "Rubik", sans-serif;
color: #fff;
font-size: 18px;
line-height: 140%;
text-align: left;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", Arial, sans-serif;
  }
  
  .sitemap-wrapper {
    padding: 60px 20px;
    background: linear-gradient(135deg, #e91e63, #3a0450);
}
  
  
  .sitemap-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    font-family: "Rajdhani", sans-serif;
  }
  
  .sitemap-desc {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    margin-bottom: 26px;
  }
  
  .sitemap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .sitemap-column{
    background: #270148;
    padding: 34px;
    border-radius: 18px;
  }
  
  .sitemap-column h3 {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    margin-bottom: 26px;
  }
  
  .sitemap-column ul {
    list-style: none;
  }
  
  .sitemap-column ul li {
    margin-bottom: 10px;
  }
  
  .sitemap-column ul li a {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255,255,255,0.9);
    margin-bottom: 26px;
  }
  
  .sitemap-column ul li a:hover {
    color: #e11c62;
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .sitemap-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 575px) {
    .sitemap-grid {
      grid-template-columns: 1fr;
    }
  
    .sitemap-title {
      font-size: 28px;
    }
  }


  .box-re p{
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    text-align: left;

  }

  .box-re span{
    font-weight: 700;
  }
  
  .box-re h2{
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    text-align: center;
  }

  .box-re a{
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    text-align: center;
  }

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) { 
    .text-2 h2 {
        font-size: 62px !important;
    }
    #cssmenu>ul>li>a {
        margin: 10px 10px !important;
        font-size: 17px !important;
    }

    .banner h2 span {
        font-size: 34px;
    }

    .banner h2 {
    font-size: 35px;
    }

    .text-1 h2 {
left: 167px;
        font-size: 55px !important;
    }

    .logo {
    width: 166px !important;
    }

    .col_sm4 {
        width: 22%;
    }

    .col_sm44 {
        width: 67%;
    }

.col_sm5 {
        width: 28.5%;
    }
    .test-sub h2 {
        font-size: 20px;
    }

    .why-choose-sub p {
        font-size: 18px;
    }

    .award-card {
        min-height: 83vh;
    }
}

@media only screen and (max-width :1500px) { 
    .legacy-card h3 {
        min-height: 229px;
    }

    .magazine-sub {
        width: 30.6% !important;
    }

    .col_sm4 {
        width: 23%;
    }

    .tilt-left-small{
        display: none;
    }

    .tilt-right-small{
        display: none;
    }

    .collage-wrap {
        gap: 43px;
    }

    .col_sm44 {
        width: 73%;
    }

    .wel-txt h2 {
    font-size: 30px;
    }
}

@media only screen and (max-width :1400px) { 
    .legacy-content p {
    font-size: 18px;
    }

    .award-txt p {
    margin-bottom: 28px;
    font-family: "Rubik", sans-serif;
    color: #000;
    font-size: 18px;

    }

    .ftr_btn p {
    font-size: 14px;
    }

    .ftr p {
    font-size: 14px;
    }

    .footer li {
    font-size: 14px;
    }

    .elite-intro h2 {
    font-size: 36px;
    }

    .collage-wrap {
        gap: 29px;
    }

    .legacy-card h3 {
    font-size: 25px;
    }

    .banner-flex {
    display: flex;
    flex-wrap: wrap;
}

.min-height {
    min-height: 90px;
}

    .text-2 h2 {
        font-size: 57px !important;
    }


    .services-flex {
    flex-wrap: wrap;
}
    .col_sm5 {
        width: 26.5%;
    }

    .media-articles .col_sm88 {
    width: 27%;

    }

        #cssmenu>ul>li>a {
        font-size: 16px !important;
    }

}

@media only screen and (max-width :1300px) { 
    .collage-wrap {
        display: none;
    }

    .pd-bottom {
        padding-bottom: 4vh;
    }

    .pd-top {
        padding-top: 0vh;
    }
}



@media only screen and (max-width :1200px) {
    .legacy-card h3 {
        min-height: 58px;
    }

    .counter-box {
        width: 21%;
    }

    .image-top {
        width: 80%;
    }

    .image-bottom {
        width: 60%;
    }

    .legacy-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .social-links {
    display: none;
}

.logo_rigt{
       width: 70%;
    float: right;
    margin: 1%;
}

.header-flex {
    display: block;
}

    .text-2 h2 {
        font-size: 55px !important;
    }

        .banner h2 span {
        font-size: 29px;
    }

        .min-height {
        min-height: 83px;
    }

}


@media screen and (max-width: 1100px) {
    .logo_rigt {
        width: fit-content;
    }
    .col_sm4 {
        width: 98%;
    }
    .col_sm44 {
        width: 98%;
    }
    .legacy-card a {
    padding: 12px 16px;
    }

    .col_sm2 {
        width: 98%;
    }

    .text-1 h2 {
        left: 36%;
    }

    .text-2 h2 {
        display: none;
    }

    .ftr-img {
        width: 24%;
    }
}

@media only screen and (max-width :1000px) {}


@media only screen and (max-width:960px) {
    .magazine-sub {
        width: 98.6% !important;
    }

    .social-flex {
        flex-direction: column;
    }

    .contact-flex {
       flex-wrap: wrap;
    }

    .col_sm11 {
        width:31%;
    }

    .contact-flex {
        justify-content: center;
    }
    
    .stories-left {
        width: 98%;
    }

    .stories-right {
        width: 98%;
    }

    .stories-wrapper {
        flex-wrap: wrap;
    }

    .col_sm5_5 {
        width: 98% !important;
    }
    .col_sm88{
        width: 98%;
    }

    .col_sm8{
        width: 98%;
    }

    .col_sm3{
        width: 98%;
    }
    

    .flex {
        flex-wrap: wrap;
    }

    .felx-1 {
        flex-wrap: wrap;
    }

    .about-flex {
        flex-wrap: wrap;
    }

    .legacy-wrap2 {
        grid-template-columns: 100%;
    }

    .media-articles .col_sm8 {
        width: 98%;
    }

    .media-articles .col_sm88 {
        width: 98%;
    }

    .testimonial-wrapper {
        overflow: hidden;
    }

    .testimonial-track {
        display: flex;
        gap: 0;
    }

    .test-sub {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .testimonial-nav {
        display: none; 
    }

    .wel-txt{
        margin-top: 8%;
    }
    
}

@media only screen and (max-width:800px) {}


@media only screen and (max-width : 700px){}

@media only screen and (max-width:600px) {
    .col_sm11 {
        width:98%;
    }

    .contact-flex {
        width: 60%;
        margin: 0 auto;
    }

    .legacy-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .legacy-section {
        padding: 0;
    }

    .col_sm5 {
        width: 70.5%;
    }

    .ftr_right {
        text-align: left;
    }
}

@media only screen and (max-width:500px) {
    .shape-3 , .shape-4{
        display: none;
    }

    .counter-box {
        width: 98%;
    }


    .wel-txt {
        margin-top: 18%;
    }
    
}


@media only screen and (max-width:400px) {
    .image-bottom {
        width: 60%;
        display: none;
    }

    .wel-txt {
        margin-top: 6px;
    }
    
    .legacy-mini {
        flex-wrap: wrap;
    }

    .text-1 h2 {
        display: none;
    }

    .col_sm88 {
        width: 98%;
    }

    .col_sm8 {
        width: 98%;
    }

    .col_sm99 {
        width: 98%;
    }

    .col_sm9 {
        width: 98%;
    }

    .media {
        flex-wrap: wrap;
    }

}

@media only screen and (max-width:360px) {}