/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



#header-secondary-outer .nectar-center-text {
    max-width: 100% !IMPORTANT;
}
/* Topbar Container */
div#header-secondary-outer .atm-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0b0b0b; /* Dark background matching the image */
    color: #a8a8a8;
    padding: 20px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
}

/* Left Section */
div#header-secondary-outer .atm-topbar__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

div#header-secondary-outer .atm-topbar__item {
    color: #B49CF0; /* Subtle warm gradient tone as seen in image */
    font-weight: 500;
}

div#header-secondary-outer .atm-topbar__dot {
    color: #555;
    font-size: 14px;
}

/* Center Section (Phone & Email) */
div#header-secondary-outer .atm-topbar__center {
    display: flex;
    align-items: center;
    gap: 30px;
}

div#header-secondary-outer .atm-topbar__contact {
    color: #a8a8a8;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
    text-transform: none; /* Keep email lowercase as original */
    letter-spacing: 0.5px;
}

div#header-secondary-outer .atm-topbar__contact i {
    color: #B49CF0; /* Icon accent color */
    font-size: 12px;
}

div#header-secondary-outer .atm-topbar__contact:hover {
    color: #fff;
}

/* Right Section */
div#header-secondary-outer .atm-topbar__right {
    color: #B49CF0;
    font-weight: 500;
}


#top .jon-sec a span {
    color: #f3efe8c7;
    letter-spacing: 0.17em;
    padding: 13px 24px;
    color: rgba(243, 239, 232, 0.78) !IMPORTANT;
    border-color: rgba(243, 239, 232, 0.18);
    border-radius: 50px !IMPORTANT;
    border-style: solid;
    border-width: 1px;
    transition: 0.7s; /* Yeh text color change ke liye hai */
    position: relative; /* z-index aur before pseudo-element ke liye zaroori hai */
    overflow: hidden; /* Background fill ko rounded corners ke andar rakhne ke liye */
    display: inline-block;
    vertical-align: middle;
}

#top .jon-sec a span:before {
    background-color: #232223;
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    /* Changes start here */
    transform: scaleY(0); /* Shuru mein height 0 hai */
    transform-origin: bottom; /* Fill neeche se shuru hogi */
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    /* Changes end here */
}

#top .jon-sec a span:hover {
    color: #fff; /* Example hover text color */
}

#top .jon-sec a span:hover:before {
    /* Changes start here */
    transform: scaleY(1); /* Hover par height 100% ho jayegi */
    /* Changes end here */
}


#top .str-sec a span {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px;
    overflow: hidden;
    z-index: 1;
    color: #111 !important;
    background-color: #b49cf0; /* Base white color */
    letter-spacing: 0.17em;
    padding: 13px 28px !important;
    border-radius: 50px !IMPORTANT;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(243, 239, 232, 0.18);
    transition: color 0.7s ease;
}

#top .str-sec a span:before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: #D8CBFB; /* Purple background jo upar se neeche aayega */
    z-index: -1;
    transform: scaleY(0);
    transform-origin: top; /* Upar se neeche fill karne ke liye */
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

#top .str-sec a span:hover:before {
    transform: scaleY(1);
}

#top .str-sec a span:hover {
    color: #111 !important;
}

/* Sirf ishi button par CSS se arrow icon lagane ke liye */
#top .str-sec a span::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.3s ease;
}

#top .str-sec a span:hover::after {
    transform: translateX(4px);
}

header#top {
    border-bottom: 1px solid rgba(243,239,232,.07);
    border-top: 1px solid rgba(243,239,232,.07);
    margin-top: 7px;
}

#banner #r1 .wp-hero-gallery {
    position: relative;
    width: 100%;
    max-width: 630px;
    height: 637px;
    margin: 0 auto;
}

/* ================================
   COMMON CARD
================================ */

#banner #r1  .wp-hero-card {
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: #111;
    line-height: 0;
}

#banner #r1  .wp-hero-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    padding: 0;

    transform: scale(1);
    transform-origin: center center;

    transition: transform 0.5s cubic-bezier(.25,.46,.45,.94);
    will-change: transform;
}

/* ================================
   MAIN / CENTER IMAGE
================================ */

#banner #r1  .wp-hero-card-a {
    width: 341px;
    height: 430px;
    top: 52px;
    left: 60%;
    transform: translateX(-50%);
    z-index: 1;
}

/* ================================
   LEFT IMAGE
================================ */

#banner #r1  .wp-hero-card-b {
    width: 232px;
    height: 250px;

    top: 243px;
    left: 55px;

    z-index: 3;
}

/* ================================
   BOTTOM RIGHT IMAGE
================================ */

#banner #r1  .wp-hero-card-c {
    width: 220px;
    height: 210px;

    top: 410px;
    left: 309px;

    z-index: 4;
}

/* ================================
   HOVER ZOOM
================================ */

#banner #r1  .wp-hero-card:hover img {
    transform: scale(1.08);
}

h5 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Urbanist', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: #B49CF0;
}

h5:after {
    content: "";
    width: 54px;
    height: 1px;
    background: rgba(180, 156, 240, .5);
}

#banner .we-sec p {
    font-size: 12px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: rgba(243, 239, 232, .62);
    padding-top: 24px;
    border-top: 1px solid rgba(243, 239, 232, .12);
    max-width: 590px;
}

#banner .wee-sec p span{
    max-width: 540px;
    margin-top: 26px;
    color: #f3efe880;
    font-size: 17px;
    line-height: 1.85;
    opacity: 0.5;
}


a#btn1 {
    margin: 0;
}

/* Button Container (#btn1) */
#btn1 {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background-color: #bfa1e2 !important; /* Base purple background */
    color: #111 !important;
    border-radius: 50px !important;
    border: 1px solid rgba(243, 239, 232, 0.18) !important;
    padding: 13px 28px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: color 0.7s ease !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Span jo text ko hold karta hai */
#btn1 span {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: #0B0B0C !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hover effect background (Upar se neeche white fill) */
#btn1::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-color: #D8CBFB !important; /* Hover hone par white color aayega */
    z-index: 1 !important;
    transform: scaleY(0) !important;
    transform-origin: top !important; /* Upar se neeche fill karne ke liye */
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#btn1:hover::before {
    transform: scaleY(1) !important;
}

#btn1:hover {
    color: #111 !important;
}

/* Arrow Icon styling & hover movement */
#btn1 span::after {
    content: "\f061" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    transition: transform 0.3s ease !important;
}

#btn1:hover span::after {
    transform: translateX(4px) !important;
}

a#btn2 {
    margin: 0;
}

#banner a#btn1 {
    margin-right: 11px;
}

/* Button Container (#btn2) */
#btn2 {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background-color: #111 !important; /* Button ka base background */
    color: #f3efe8 !important;
    border-radius: 50px !important;
    border: 1px solid rgba(243, 239, 232, 0.18) !important;
    padding: 13px 28px !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: color 0.7s ease !important;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Span jo text ko hold karega */
#btn2 span {
    position: relative !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: #f3efe8 !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hover effect background (Neeche se upar ya exact bottom-to-top fill) */
#btn2::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-color: #f3efe8 !important; /* Hover hone par jo background aayega */
    z-index: 1 !important;
    transform: scaleY(0) !important;
    transform-origin: bottom !important; /* Neeche se upar fill karne ke liye */
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#btn2:hover::before {
    transform: scaleY(1) !important;
}

#btn2:hover {
    color: #111 !important;
}

#btn2:hover span {
    color: #111 !important; /* Hover par text color change */
}

#sec1 .atm-hero-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#sec1 .atm-hero__track {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    width: max-content;
    animation: atm-scroll 25s linear infinite;
}

#sec1 .atm-hero__track span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Urbanist';
    font-weight: 200 !important;
    font-size: 11.5px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: rgba(243, 239, 232, .55);
}

#sec1 .atm-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Social Icons */
#sec1 .atm-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

/* Instagram */
#sec1 .atm-instagram::before {
    content: "◎";
    font-size: 23px;
}

/* TikTok */
#sec1 .atm-tiktok::before {
    content: "♪";
    font-size: 22px;
}

/* Facebook */
#sec1  .atm-facebook::before {
    content: "f";
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

@keyframes atm-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

#sec1 .atm-hero__track:hover {
    animation-play-state: paused;
}

#sec2 .you-sec h2 {
    font-size: 53px;
    line-height: 1;
}

#sec2 .pr-sec  p {
    font-size: 15px;
}

#sec2 .pr-sec p br {
    display: none;
}

#sec2 .pr-sec h6 {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    border-top: 0.1px solid #ccc;
    padding-top: 17px;
}

#sec2 div#r2 {
    margin-bottom: 0px;
}

#sec2 div#r2 .vc_col-sm-4 {
    padding: 0;
}

#sec2 div#r2 .vc_col-sm-4 .vc_column-inner {
    position: relative;
    padding: 52px 44px 52px 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(16, 16, 17, .12);
    border-right: 1px solid rgba(16, 16, 17, .12);
    margin-right: 2px;
    border-top: 1px solid rgba(16, 16, 17, .12);
    transition: 0.9s;
}

#sec2 div#r2 .vc_col-sm-4 .vc_column-inner .inf-sec-img {
    margin-left: 36px;
    transition: transform .7s cubic-bezier(.16, 1, .3, 1), color .5s ease;
}

#sec2 div#r2 .vc_col-sm-4 .vc_column-inner .cap-sec {
    margin-left: 36px;
}

#sec2 div#r2 .vc_col-sm-4 .vc_column-inner .cap-sec h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.022em;
    line-height: 1.25;
    margin-bottom: 12px;
    color: black;
    margin-top: 30px;
    transition: color .5s ease;
}

#sec2 div#r2 .vc_col-sm-4 .vc_column-inner .cap-sec p {
    color: rgba(16, 16, 17, .6);
    font-size: 15.5px;
}

#sec2 div#r2 .vc_col-sm-4 .vc_column-inner:hover .cap-sec h3 {
    color: #6B4FB0 !IMPORTANT;
    transition: 0.9s;
}

#sec2 div#r2 .vc_col-sm-4 .vc_column-inner:hover .inf-sec-img {
    transform: translateY(-4px);
    color: #B49CF0;
}

#sec2 .als-sec {
    margin-top: 38px;
}

#sec2 .als-sec p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 44px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(16, 16, 17, .5);
}

#sec2 i.atm-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    opacity: .45;
    margin: 0 16px;
    vertical-align: middle;
}

#sec2 .als-sec p span {
    padding-right: 13px;
}

#sec2 a#btn1 {
    background-color: black !IMPORTANT;
}

#sec2 a#btn1 span {
    color: white !IMPORTANT;
}

#sec2 a#btn1:hover span {
    color: black !IMPORTANT;
}

#sec3 .pro-sec {
    margin-bottom: 90px !IMPORTANT;
}

#sec3 #r1 .cir-sec h6 {
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    letter-spacing: .2em;
    color: rgba(180, 156, 240, .75);
    display: block;
    margin-bottom: 60px;
}

/* Row par overflow fix aur relative positioning */
#sec3 #r1 {
    position: relative !important;
    overflow: visible !important;
}

/* Continuous Line Fix */
#sec3 #r1::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 27%; /* Dots aur numbers ke beech ki exact line height */
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgba(191, 161, 226, 0.6) !important; /* Thoda zyada visible color */
    z-index: 1 !important;
    visibility: visible !important;
}

/* Columns ko line ke upar rakhne ke liye */
#sec3 #r1 [class*="vc_col-sm-"] {
    position: relative !important;
    z-index: 3 !important;
}

#sec3 #r1 .vc_column-inner {
    position: relative !important;
    overflow: visible !important;
}

/* h6 aur dots ki positioning */
#sec3 #r1 h6 {
    position: relative !important;
    display: inline-block !important;
}

#sec3 #r1 h6::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-82%) !important;
    bottom: -32px !important;
    width: 8px !important;
    height: 8px !important;
    background-color: #0b0b0b !important;
    border: 2px solid #bfa1e2 !important;
    border-radius: 50% !important;
    z-index: 4 !important;
    transition: all 0.3s ease !important;
}

/* Hover effect for dots */
#sec3 #r1 [class*="vc_col-sm-"]:hover h6::after {
    background-color: #bfa1e2 !important;
    box-shadow: 0 0 10px rgba(191, 161, 226, 0.8) !important;
}
#sec4 .owl-dots {
    display: none;
}
#sec4 .meet-sec h2 {
    color: white;
}
#sec4 .atm-tcard__body {
    position: relative;
    padding: 28px 28px 41px;
    padding-top: 15.3px;
}

#sec4 .atm-tcard__body h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: white !IMPORTANT;
}

#sec4 .atm-tcard__cat {
    font-size: 10.5px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(180, 156, 240, .85);
    margin-top: 8px;
}

#sec4 .atm-tcard__cat i {
    font-style: normal;
    opacity: .5;
    margin: 0 5px;
}
#sec4 .atm-tcard__stats {
    display: flex;
    gap: 26px;
    margin-top: 22px !IMPORTANT;
    padding-top: 20px;
    border-top: 1px solid rgba(243, 239, 232, .09);
    margin: 0;
    justify-content: start;
}

#sec4 .atm-tcard__stats li {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#sec4 .atm-tcard__stats i {
    font-size: 12px;
    color: rgba(180, 156, 240, .75);
    margin-bottom: 6px;
    text-align: left;
}
#sec4 .atm-tcard__stats b {
    font-family: 'Urbanist', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    color: white;
}
#sec4 .atm-tcard__stats span {
    font-size: 9.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(243, 239, 232, .4);
}

#sec4 .atm-tcard__avail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;: 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(19,19,21,.94) 0%, #0F0F11 100%);
  transform: translateY(100%);
  opacity: 0;
  transition: transform .8s cubic-bezier(.16,1,.3,1), opacity .6s ease;
}

#sec4 .carousel-item:hover .atm-tcard__avail{
    transform: unset !IMPORTANT;
    opacity: 1;
}


#sec4 .hover-wrap {
    margin-bottom: 0;
}

#sec4 .atm-tcard__availlbl {
    font-size: 9.5px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #B49CF0;
    margin-bottom: 10px;
}

#sec4 .atm-tcard__avail ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    margin-bottom: 32px !IMPORTANT;
    margin: 0;
    margin-top: 30px;
}

#sec4 .atm-tcard__avail li {
    font-size: 12.5px;
    color: rgba(243, 239, 232, .7);
    display: flex;
    align-items: center;
    gap: 8px;
}

#sec4 .atm-btn--brand {
    background: #B49CF0;
    color: #0B0B0C;
    border-color: #B49CF0;
}

#sec4 .atm-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 9px 24px;
    font-family: 'Urbanist', sans-serif;
    font-size: 11.5px;
    font-weight: 400;
    letter-spacing: .24em;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 999px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: color .6s cubic-bezier(.16, 1, .3, 1), border-color .6s cubic-bezier(.16, 1, .3, 1), transform .6s cubic-bezier(.16, 1, .3, 1);
    margin-top: 21px;
}

#sec4 .carousel-item {
    position: relative;
    background: #131315;
    border: 1px solid rgba(243, 239, 232, .08);
    overflow: hidden;
    transition: border-color .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}

#sec4 .carousel-item:hover {
    border-color: rgba(180, 156, 240, .4);
    transform: translateY(-6px);
}

#sec4 .caro-img {
    transition: transform 1.4s cubic-bezier(.16, 1, .3, 1), filter 1s ease;
    filter: grayscale(1) contrast(1.03);
}

#sec4 .carousel-item:hover .caro-img {
    transform: scale(1.02);
    filter: unset;
}
#sec4 .owl-stage-outer {
    width: 230%;
}


div#sec4 .owl-nav {
    display: table !important;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-30%,-190%);
    margin: 0;
}

div#sec4 .owl-nav button {
    border-radius: 40px !important;
    height: 50px !important;
    width: 52px;
    background: none;
    border: 1px solid rgba(243, 239, 232, .18) !IMPORTANT;
    color: #ffffff;
    font-size: 0;
    cursor: pointer;
    transition: background .6s cubic-bezier(.16, 1, .3, 1), border-color .6s ease, color .4s ease;
}
div#sec4 .owl-nav button:hover {
    background: #6d4dac !important;
}
div#sec4 .owl-nav button span {
    display: none;
}

div#sec4 .owl-nav button:after {
    content: '\f061';
    font-size: 17px;
    font-family: 'FontAwesome';
    color: #ffffff !important;
}

div#sec4 .owl-nav button:hover:after {
    color: white !important;
}

div#sec4 .owl-nav button.owl-prev {
    float: left;
}

div#sec4 .owl-nav button.owl-prev:after {
    content: '\f060';
}

 #sec5 #r1 {
      background: #ffffff;
      color: #181818;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      background: #FFFFFF;
      border: 1px solid rgba(16, 16, 17, .16);
      overflow: hidden;
      transition: border-color .7s cubic-bezier(.16, 1, .3, 1), box-shadow .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
    }

    #sec5 #r1 .case-study {
      width: 100%;
      margin: 0 auto;
      padding: 10px 9px 0;
    }

    /* Top information section */
    #sec5 #r1 .info-row {
      display: grid;
      grid-template-columns: 110px 1fr;
      min-height: 58px;
      border-top: 1px solid #e7e7e7;
      padding: 14px 0 12px;
    }

    #sec5 #r1 .info-row:last-child {
      min-height: 78px;
      padding-top: 14px;
      padding-bottom: 16px;
    }

   #sec5 #r1 .label {
      padding-top: 2px;
      color: #a5a5a5;
      font-size: 7px;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
    }

   #sec5 #r1 .value {
      color: #626262;
      font-size: 13px;
      font-weight: 300;
      line-height: 1.8;
    }

   #sec5 #r1 .slash {
      color: #999;
      padding: 0 7px;
    }

    /* Statistics */
  #sec5 #r1  .stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid #e7e7e7;
      margin-top: 12px;
      padding-top: 20px;
      width: 72%;
    }

    #sec5 #r1 .stat {
      min-width: 0;
    }

   #sec5 #r1 .number {
      color: #151515;
      font-size: 32px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1.5px;
    }

   #sec5 #r1 .stat-label {
      margin-top: 7px;
      color: #a4a4a4;
      font-size: 7px;
      font-weight: 400;
      letter-spacing: 1.7px;
      text-transform: uppercase;
    }

#sec5 #r1 a#btn4 {
    background: transparent !IMPORTANT;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    font-size: 11px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #10101194;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(16, 16, 17, .25);
    transition: color .5s ease, border-color .5s ease, gap .5s cubic-bezier(.16, 1, .3, 1);
    border-radius: 0px !IMPORTANT;
    padding-left: 0 !IMPORTANT;
}


#sec5 div#r4 {
    margin-bottom: 50px !IMPORTANT;
}

#sec5 div#r4 a#btn2 {
    float: right;
}

#sec5 h2 {
    margin-top: 0px;
}
#sec5 #r1 .hover-wrap {
    overflow: hidden !important;
    border-radius: 8px; /* Agar corners round chahiyein toh */
}

#sec5 #r1 .hover-wrap img.cp-img-sec {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    transform: scale(1) !important;
    will-change: transform;
}

#sec5 #r1 .hover-wrap:hover img.cp-img-sec {
    transform: scale(1.08) !important; /* Hover par zoom in */
}
#sec5 #r2 .hover-wrap {
    overflow: hidden !important;
    border-radius: 8px;
}

#sec5 #r2 .hover-wrap img.cp-img-sec {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    transform: scale(1) !important;
    will-change: transform;
}

#sec5 #r2 .hover-wrap:hover img.cp-img-sec {
    transform: scale(1.08) !important;
}

#sec6 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100% !IMPORTANT;
}
/* Container styling */
#sec6 .atm-multi__stack {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    padding: 40px 0 20px 0 !important;
    overflow: visible !important;
}

/* Har ek figure card */
#sec6 .atm-multi__stack figure {
    position: relative !important;
    margin: 0 -12px !important;
    width: 150px !important;
    height: 220px !important;
    min-width: 150px !important;
    min-height: 220px !important;
    flex-shrink: 0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: transparent !important; /* Black background khatam karne ke liye */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), z-index 0.4s ease !important;
    will-change: transform;
}

/* Tilted angles for stacked look */
#sec6 .atm-multi__stack figure:nth-child(1) { transform: rotate(-4deg); z-index: 1; }
#sec6 .atm-multi__stack figure:nth-child(2) { transform: rotate(2deg); z-index: 2; }
#sec6 .atm-multi__stack figure:nth-child(3) { transform: rotate(-2deg); z-index: 3; }
#sec6 .atm-multi__stack figure:nth-child(4) { transform: rotate(3deg); z-index: 4; }
#sec6 .atm-multi__stack figure:nth-child(5) { transform: rotate(-3deg); z-index: 5; }

/* Image ko poora cover karne ke liye */
#sec6 .atm-multi__stack figure img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* Hover par card seedha ho kar upar uth jaye */
#sec6 .atm-multi__stack figure:hover {
    transform: translateY(-20px) rotate(0deg) scale(1.05) !important;
    z-index: 20 !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7) !important;
}

/* +20 Badge */
#sec6 .atm-multi__more {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 75px !important;
    height: 75px !important;
    min-width: 75px !important;
    border: 1px solid rgba(191, 161, 226, 0.3) !important;
    border-radius: 50% !important;
    color: #f3efe8 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-left: 30px !important;
    background-color: rgba(11, 11, 12, 0.8) !important;
    flex-shrink: 0 !important;
    transition: all 0.3s ease !important;
}

#sec6 .atm-multi__more:hover {
    border-color: #bfa1e2 !important;
    color: #bfa1e2 !important;
    transform: scale(1.05) !important;
}

#sec7 .sc-sec {
    margin-bottom: 40px !IMPORTANT;
}

#sec7 #r1 .vc_col-sm-4 .vc_column-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 46px 60px 0;
    height: 100%;
    transition: transform .8s cubic-bezier(.16, 1, .3, 1);
    border-width: 1px;
    border-bottom: 1px solid rgba(243, 239, 232, .1);
    border-right: 1px solid rgba(243, 239, 232, .1);
    border-top: 1px solid rgba(243, 239, 232, .1);
    tranzition: 0.9s;
}

#sec7 #r1 .vc_col-sm-4 {
    padding: 0;
}

#sec7 #r1 .wpb_text_column {
    padding-left: 24px;
}

#sec7 #r1 h3 {
    display: inline-block;
    margin-top: auto;
    padding: 6px 20px;
    border: 1px solid rgba(180, 156, 240, .3);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #B49CF0;
    transition: background .6s cubic-bezier(.16, 1, .3, 1), color .5s ease;
}

#sec7 #r1 .vc_col-sm-4 .vc_column-inner:hover h3 {
    background: #B49CF0  !Important;
    color: black !IMPORTANT;
}
#sec7 #r1 .vc_col-sm-4 .vc_column-inner:hover h3 span {
    background: #B49CF0  !Important;
    color: black !IMPORTANT;
}

#sec7 #r2 .row_col_wrap_12_inner.col.span_12.left {
    align-items: center;
}

#sec7 #r2 .vc_col-sm-6 {
    width: fit-content;
}

#sec7 #r2 .ev-sec p {
    opacity: 0.6;
}

#sec7 #r1 .vc_col-sm-4 .vc_column-inner:hover .wpb_text_column {
    transform: scaleY(1.1);
    transition: 0.9s;
}

#sec7 h6 {
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    letter-spacing: .2em;
    color: rgba(180, 156, 240, .75);
    display: block;
    margin-bottom: 21px;
}

#sec7 div#r2 {
    padding-top: 30px;
}

#sec8 .wpcf7 form {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
}

/* Flexbox Grid Setup */
#sec8 .custom-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Half Width Fields (2 Columns) */
#sec8 .form-field-half {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 20px);
    margin-bottom: 20px;
}

/* Full Width Fields */
#sec8 .form-field-full {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

/* Labels */
#sec8 .wpcf7 label, .form-field-half label, .form-field-full label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #999;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

/* Input Fields & Select Box */
#sec8 .wpcf7 input[type="text"],
#sec8 .wpcf7 input[type="email"],
#sec8 .wpcf7 input[type="url"],
#sec8 .wpcf7 select {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    font-size: 14px;
    color: #333;
    background: transparent !important;
    box-shadow: none !important;
}

#sec8  .wpcf7 input::placeholder {
    color: #bbb;
}

#sec8 .wpcf7 input:focus,
#sec8 .wpcf7 select:focus {
    border-bottom-color: #111 !important;
    outline: none;
}

/* Chips Layout */
#sec8 .atm-form__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#sec8 .wpcf7-list-item {
    margin: 0 !important;
}

/* Checkbox to Pill/Chip Style */
#sec8 .wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    padding: 9px 28px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
    margin-bottom: 13px;
    margin-right: 6px;
}

#sec8 .wpcf7-checkbox input[type="checkbox"] {
    display: none;
}

#sec8 .wpcf7-checkbox .wpcf7-list-item-label:hover {
    border-color: #111;
    color: #111;
}

/* Selected state for chips */
#sec8 .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

/* Submit Button Style */
#sec8 .atm-btn {
    background-color: #111;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#sec8 .atm-btn:hover {
    background-color: #333;
}

#sec8 br {
    display: none;
}


#sec8 .brn-sec h2 {
    margin: 20px 0;
}

#sec8 .brn-sec p {
    color: rgba(16, 16, 17, .65);
    font-size: 16.5px;
    margin-top: 24px;
}

#sec8 .brn-sec ul {
    margin: 0;
}

#sec8 .brn-sec ul li {
    list-style: none;
}

#sec8 .brn-sec ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#sec8 .brn-sec ul li {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    padding: 18px 0 !important;
    border-top: 1px solid rgb(16 16 17 / 12%);
    color: rgba(16, 16, 17, .65);
}

/* Custom checkmark icon left side par */
#sec8 .brn-sec ul li::before {
    content: "\f00c" !important; /* FontAwesome checkmark unicode */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: #bfa1e2 !important; /* Purple tick color */
    margin-right: 14px !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
}

#sec9 h6 {
    display: block;
    font-size: 10px;
    letter-spacing: .34em;
    text-transform: uppercase;
    color: #B49CF0;
    margin-bottom: 20px;
}

#sec9 p {
    color: rgba(243, 239, 232, .55);
    font-size: 16px;
    max-width: 400px;
    margin-bottom: 34px;
}

/* 1. Row aur container ko full height dena taaki vertical line poori lambi aaye */
#sec9 {
    position: relative !important;
}

#sec9 .row_col_wrap_12 {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important; /* Dono columns ko equal height rakhega */
}

#sec9 .row_col_wrap_12::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 1px !important;
    height: 100% !important;
    background-color: rgba(243, 239, 232, 0.2) !important;
    z-index: 5 !important;
}

/* 2. Section ke neeche base line */
#sec9::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgba(243, 239, 232, 0.15) !important;
    z-index: 1 !important;
}

/* 3. Column hover par neeche wali purple line ka slide hona */
#sec9 .vc_col-sm-6 {
    position: relative !important;
    padding-bottom: 70px;
    padding-top: 81px !IMPORTANT;
}

#sec9 .vc_col-sm-6 > .vc_column-inner::after {
    content: "" !important;
    position: absolute !important;
    bottom: -70px !important;
    left: 0 !important;
    width: 0% !important;
    height: 2px !important;
    background-color: #bfa1e2 !important;
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
    z-index: 6 !important;
}

#sec9 .vc_col-sm-6:hover > .vc_column-inner::after {
    width: 100% !important;
}

#sec10 .row-bg.viewport-desktop.using-image {
    filter: brightness(0.5);
    background-size: cover;
}

#sec10 h2 {
    color: white;
    font-size: 68px;
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.03em;
    margin-bottom: 46px;
}

#sec10 .vc_col-sm-6 {
    width: fit-content;
    position: relative;
    left: 29%;
}

#sec10 a#btn3 {
    margin: 0;
}


#sec10 a#btn3 {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    flex-direction: row !important;
    color: #f3efe8 !important;
    text-decoration: none !important;
    font-family: 'Urbanist', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .01em;
    gap: 12px;
    top: 9px;
}

/* Text span ko second position dena */
#sec10 a#btn3 span {
    order: 2 !important;
    display: inline-block !important;
    float: none !important;
}

/* Phone icon ko forcefully left side par set karna */
#sec10 a#btn3 i.fa-phone {
    position: static !important;
    order: 1 !important;
    margin-right: 10px !important;
    margin-left: 0 !important;
    color: #bfa1e2 !important;
    font-size: 14px !important;
    display: inline-block !important;
    transform: none !important;
}

#sec10 .row-bg.viewport-desktop.using-image:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(70% 90% at 50% 50%, rgba(11, 11, 12, .65) 0%, rgba(11, 11, 12, .95) 70%, #0B0B0C 100%);
}

#footer h2.widgettitle {
    font-family: 'Urbanist', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #B49CF0;
    margin-bottom: 23px;
    line-height: 1 !IMPORTANT;
}

#footer #f1 ul {
    margin: 0;
}

#footer #f1  ul li {
    list-style: none;
    font-size: 14.5px;
    color: rgba(243, 239, 232, .5);
    margin-bottom: 10px;
}

#footer div#f2 {
    border-top: 1px solid rgba(243, 239, 232, .08);
    padding-top: 22px;
    font-size: 13px;
}

#footer div#f2 ul#menu-useful-links {
    margin: 0;
    float: right;
}

#footer div#f2 ul#menu-useful-links li {
    display: inline-block;
    margin-left: 10px;
}

#footer .atm-footer__tag {
    font-size: 9.5px;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: #B49CF0;
    margin-top: 20px;
}

#footer .atm-footer__blurb {
    color: rgba(243, 239, 232, .45);
    font-size: 15px;
    max-width: 320px;
    padding-bottom: 0;
}

#footer .atm-footer__social {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
#footer .atm-footer__social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(243, 239, 232, .14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: rgba(243, 239, 232, .6);
    transition: background .6s cubic-bezier(.16, 1, .3, 1), color .4s ease, border-color .4s ease, transform .5s cubic-bezier(.16, 1, .3, 1);
}

#footer .atm-footer__social a:hover {
    background: #B49CF0;
    border-color: #B49CF0;
    color: #0B0B0C;
    transform: translateY(-3px);
}
#footer div#f1 {
    margin-bottom: 60px ! IMPORTANT;
}


@media (max-width: 1600px) {}
@media (max-width: 1440px) {
	#top ul.sf-menu.sf-js-enabled.sf-arrows {
    position: relative !IMPORTANT;
    left: -129px !important;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 820px) {
	.secondary-header-text {
    display: none;
}

header#top {
    margin-top: 0;
    padding: 17px 0;
}

#banner a#btn1 {
    margin-bottom: 20px;
}

#sec2 .you-sec h2 {
    font-size: 35px;
}

#sec2 div#r2 .vc_col-sm-4 {
    margin-bottom: 0 !IMPORTANT;
}

#sec2 .als-sec p {
    margin-top: 0 !IMPORTANT;
    font-size: 10px;
}

#sec2 .als-sec {
    margin-top: 0 !IMPORTANT;
}

#sec3 #r1::before {
    display: none !IMPORTANT;
}

div#sec4 .owl-nav {
    display: none !IMPORTANT;
}

#sec5 div#r4 a#btn2 {
    float: unset !IMPORTANT;
}

#sec5 #r1 {
    padding: 10px !IMPORTANT;
}

#sec5 div#r4 {
    margin-bottom: 20px !IMPORTANT;
}

#sec5 #r1 .stats {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

#sec5 #r1 a#btn4 {
    margin-top: 0 !IMPORTANT;
}

#sec6 .row-bg.viewport-desktop.using-image {
    background-size: cover !IMPORTANT;
}

#sec6 h2 {
    font-size: 31px !IMPORTANT;
    line-height: 1.2;
}

#sec6 .mul-sec p br {
    display: none;
}

#sec6 .atm-multi__stack {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 15px !important;
        padding: 20px 0 !important;
    }

   #sec6 .atm-multi__stack figure {
        width: 120px !important;
        height: 180px !important;
        min-width: 120px !important;
        min-height: 180px !important;
        margin: 0 -8px !important;
        transform: none !important; /* Mobile par tilt khatam taaki layout kharab na ho */
    }

  #sec6 .atm-multi__stack figure:hover {
        transform: translateY(-10px) scale(1.03) !important;
    }

   #sec6 .atm-multi__more {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        font-size: 16px !important;
        margin-left: 10px !important;
        margin-top: 10px !important;
    }

p.atm-multi__cap.reveal.d3.is-in {
    font-size: 12px;
}

#sec7 h2 {
    font-size: 39px !IMPORTANT;
}

#sec7 #r1 .vc_col-sm-4 {
    margin-bottom: 0;
}

#sec9 .row_col_wrap_12::before {
    display: none;
}

#sec9 .vc_col-sm-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#sec9 .vc_col-sm-6 > .vc_column-inner::after {
    bottom: -32px !IMPORTANT;
}

#sec10 .row-bg.viewport-desktop.using-image {
    background-size: cover !IMPORTANT;
    background-position: center !IMPORTANT;
}

#sec10 h2 {
    font-size: 23px !IMPORTANT;
    line-height: 1.7;
}

#sec10 .vc_col-sm-6 {
    left: 0;
    width: 100%;
}

#footer #f2 p {
    font-size: 15px;
    text-align: center;
}

#footer #f2 ul#menu-useful-links {
    float: unset !IMPORTANT;
    text-align: center;
}

#footer #f2 .vc_col-sm-7 {
    margin-bottom: 10px;
}
	    #banner #r1  .wp-hero-gallery {
        max-width: 630px;
        height: 637px;
        transform-origin: top center;
    }
	#banner #r1  .wp-hero-gallery {
        width: 100%;
        height: 500px;
    }

   #banner #r1  .wp-hero-card-a {
        width: 53%;
        height: 68%;

        top: 4%;
        left: 50%;
    }

    #banner #r1 .wp-hero-card-b {
        width: 38%;
        height: 39%;

        top: 30%;
        left: 7%;
    }

   #banner #r1  .wp-hero-card-c {
        width: 36%;
        height: 33%;

        top: 52%;
        left: 49%;
    }
#sec5 #r1 .case-study {
        padding-left: 12px;
        padding-right: 12px;
      }

      .info-row {
        grid-template-columns: 100px 1fr;
      }

      .value {
        font-size: 12px;
      }

      .number {
        font-size: 27px;
      }

	#sec8  .form-field-half {
        flex: 0 0 100%;
        max-width: 100%;
    }
  #sec8 .wpcf7 form {
        padding: 20px;
    }


/* Exact Button Styling Override */
#sec8  .wpcf7 form input[type="submit"],
#sec8  .wpcf7-submit,
#sec8  .atm-btn {
    background-color: #111 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 30px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: none !important;
}

#sec8 .wpcf7 form input[type="submit"]:hover,
#sec8 .atm-btn:hover {
    background-color: #333 !important;
}


#sec8 .wpcf7 form br {
    display: none;
}

#sec8 .wpcf7 form p {
    padding-bottom: 0;
}
div#header-secondary-outer    .atm-topbar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 15px;
    }
div#header-secondary-outer    .atm-topbar__left, .atm-topbar__center, .atm-topbar__right {
        justify-content: center;
        flex-wrap: wrap;
    }
  div#header-secondary-outer  .atm-topbar__center {
        gap: 15px;
    }
	
}

@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {
	  #banner #r1  .wp-hero-gallery {
        height: 420px;
    }
}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}