@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.navbar-brand a,
button,
input {
    outline: 0;
    box-shadow: none
}

.navbar-brand.p-0.desktop,
nav#mainNav .nav-item>a::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.expertise-page ul li,
.navbar-brand .iconBx,
body {
    color: #000
}

.dropmenuWrp,
.whiteBg,
body {
    background: #fff
}

.leadeContent span.tile,
.leaderBx span.tile,
.navbar-brand a,
.sectionHeading h3,
.sectionHeading h4,
section.banner p {
    text-transform: uppercase
}

.expert-cta-button,
.lovable-credit a,
.partnerwithus,
.view-btn,
a,
a:focus,
a:hover {
    text-decoration: none
}

html {
    overflow-x: hidden
}

body {
    font-family: Inter, sans-serif;
    overflow: hidden auto;
    font-size: 14px;
    padding-top: 0
}

.banner,
.imageBx,
.second-hero-banner,
section {
    overflow: hidden
}

/* a,
a:focus,
a:hover {
    transition: .4s
} */

img {
    max-width: 100%
}

.owl-carousel .owl-item img {
    width: auto
}

.mobile {
    display: none !important
}

.text-end {
    text-align: right
}

.copyright,
.light-card,
.liteBx {
    text-align: center
}

.navbar-brand a {
    font-size: 24px;
    font-weight: 500;
    color: #fff
}

.evaraheading {
    font-size: 30px !important;
    font-weight: 700 !important
}

.cross-toggler.scrolled i,
.mainHeader.fixedHeader .navbar-brand a {
    color: #5d6532 !important
}

section {
    padding: 100px 0
}

.sectionHeading h2 {
    font-size: 48px;
    color: #023019;
    font-weight: 700
}

.sectionHeading h4 {
    color: #7b7b7b;
    font-weight: 700;
    font-size: 14px
}

.sectionHeading h3 {
    font-size: 16px;
    font-weight: 300;
    color: #f46d6b
}

.otherSectionHeading p,
.sectionHeading p {
    font-size: 20px;
    color: #626d84;
    font-weight: 500;
    margin-top: 20px
}

.footerLinks ul,
.listInline,
.unorderList {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mainHeader {
    left: 0
}

.listInline {
    display: flex;
    gap: 10px
}

.gap20 {
    gap: 20px
}

.dropmenu,
nav#mainNav .nav-item>a {
    position: relative;
    gap: 5px;
    color: #fff
}

.navbar-brand img {
    width: 150px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 20px
}

nav#mainNav {
    background: 0 0;
    padding: 15px
}

nav#mainNav .nav-item>a {
    font-size: 16px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    font-weight: 400
}

.banner,
.dropmenu {
    align-items: center
}

nav#mainNav .nav-item>a::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #dfb751;
    bottom: 0;
    transition: .5s
}

nav#mainNav .nav-item>a:hover::after {
    width: 100%;
    transition: .5s
}

.fixedHeader img.logoScrollTop,
.logo-white,
.mainHeader.top-state .logo-green,
img.logoScrollBottom {
    display: none
}

header.mainHeader.stickyHeader {
    position: absolute
}

header.mainHeader.stickyHeader .container {
    box-shadow: none !important;
    background: 0 0 !important
}

.stickyHeader.fixedHeader {
    transform: translateY(-100px);
    transition: .5s
}

.stickyHeader.fixedHeader.showFixedHeader {
    transform: translateY(0);
    transition: .5s;
    position: fixed;
    background: #fff;
    top: 0
}

.stickyHeader nav#mainNav {
    padding: 10px 0
}

.dropmenu:hover .dropmenuWrp,
.fixedHeader img.logoScrollBottom,
.logo-green,
.mainHeader.top-state .logo-white {
    display: block
}

nav#mainNav .nav-item {
    padding: 0 15px
}

.dropmenu {
    display: flex
}

.dropmenuWrp {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 210px;
    padding: 0 0 5px;
    box-shadow: rgba(0, 0, 0, .18) 4px 10px 10px;
    display: none;
    list-style: none;
    border-radius: 5px
}

.dropmenuWrp li a {
    display: block;
    padding: 7px 10px;
    color: #000;
    font-size: 14px
}

.dropmenuWrp li a:hover {
    background: #ca2e2a;
    color: #fff
}

.dropmenuToggle {
    position: absolute;
    right: 0;
    top: 19px;
    color: #fff
}

.fixedHeader nav#mainNav {
    box-shadow: rgba(0, 0, 0, .08) 0 7px 10px
}

.fixedHeader nav#mainNav .nav-item,
.fixedHeader nav#mainNav .nav-item>a {
    color: #1f242Ecc
}

nav#mainNav ul.navbar-nav.m-auto {
    position: relative;
    left: 9%
}

nav#mainNav .nav-item>a.nav-link.colorBtn.px-4 {
    color: #fff !important;
    background: #5d6532;
    padding: 8px 16px !important;
    font-size: 14px
}

.fixedHeader nav#mainNav .nav-item>a.nav-link.colorBtn.px-4 {
    background: #5d6532
}

.banner {
    display: flex;
    justify-content: center;
    position: relative;
    height: 100vh;
    display: flex
}

.banner-video,
.second-hero-banner .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 2
}

.banner .container,
.second-hero-banner .container {
    position: relative;
    z-index: 3
}

.bounceIco {
    transform: translateX(-50%);
    z-index: 3;
    color: #fff
}

.bannerContent h2 {
    font-weight: 400;
    font-size: 25px;
    color: #fff !important;
    margin: 0;
    line-height: 32px
}

.bannerContent {
    position: relative;
    z-index: 9
}

.bannerContent h1 {
    color: #fff !important;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2
}

section.banner h3,
section.banner p {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 40px;
    color: #fafafae6
}

section.banner p {
    color: #f46d6b;
    opacity: 1
}

.whiteBg {
    box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
    border-radius: 10px
}



.blackBtn,
.colorBtn,
.colorLineBtn,
.whiteLineBtn {
    display: inline-flex;
    padding: 10px 35px;
    background: linear-gradient(135deg, rgb(182 143 38 / 94%), rgb(158 124 40 / 82%));
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    justify-content: center;
    font-size: 14px;
    border: 2px solid transparent;
    font-weight: 500;
    color: #fff;
    border-radius: 12px;
}

.colorLineBtn,
.whiteLineBtn {
    padding: 8px 35px;
    background: transparent;
}

/* Hover effect */
.blackBtn:hover,
.colorBtn:hover,
.colorLineBtn:hover,
.whiteLineBtn:hover {
    /* transform: translateY(-2px); */
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}

/* SVG smooth movement */
.blackBtn svg,
.colorBtn svg,
.colorLineBtn svg,
.whiteLineBtn svg {
    width: 16px;
    height: 16px;
    /* transition: transform 0.35s ease; */
}


.bannerContent a {
    font-size: 18px;
    padding: 12px 32px
}

.width-100 {
    width: 100%;
    justify-content: center
}

.colorLineBtn {
    border: 1px solid #93641a;
    color: #93641a !important
}

.blackBtn:hover svg,
.colorBtn:hover svg,
.colorLineBtn:hover svg {
    left: 5px;
    transition: .5s
}

.whiteLineBtn {
    border: 2px solid #fff;
    color: #fff !important
}

.colorLineBtn:hover {
    background: #9c7021;
    color: #fff !important
}

.whiteLineBtn:hover {
    background: #fff;
    color: #5d6532e6 !important
}

.blackBtn {
    background: #5d6532;
    color: #fff !important
}

.blackBtn:hover {
    background: #5d6532e6
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.animate-bounce {
    animation: 1s infinite bounce
}

.bounceIco {
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fafafae6
}

.greyBtn {
    background: #eaecfd;
    text-transform: none;
    border: none;
    font-size: 12px;
    color: #616167 !important;
    outline: 0 !important
}

.iconBx {
    width: 40px;
    height: 40px;
    /* background: #d5c263; */
    background: linear-gradient(135deg,
            #EED979 0%,
            #DEC25D 45%,
            #C79F3E 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.para {
    font-size: 18px;
    font-weight: 400;
    color: #1f242ecc;
    line-height: 1.6
}

.light-card h3,
.para b,
.semiHeading {
    font-weight: 700
}

.light-card {
    background: #fff;
    border: 2px solid #e2e4e9;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    margin-bottom: 30px;
    transition: .5s
}

.advantageSec .liteBx:hover,
.advisorBx:hover,
.card:hover,
.light-card:hover {
    border-color: #cdb688;
    transition: .5s;
    transform: scale(1.05);
    box-shadow: 0 10px 16px #0000001f
}

.advisorBx img,
.advisorBx:hover {
    transform: scale(1)
}

.light-card .iconBx {
    height: 48px;
    width: 48px;
    margin: 0 auto;
    color: #000
}

.light-card h3 {
    font-size: 24px;
    color: #5d6532;
    margin: 15px 0 6px
}

.aboutIndiaSec {
    position: relative;
    background: url(../images/india-bg.jpeg) center center/cover no-repeat
}

.aboutIndiaSec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .85);
    z-index: 1
}

.aboutIndiaSec>*,
.advantageSec>*,
.expert-cta-content {
    position: relative;
    z-index: 2
}

.advantageSec {
    background: url(../images/advatnge-banner.webp) center center/cover no-repeat
}

.advantageSec .sectionHeading h2,
.mainHeader.top-state .nav-link,
.mainHeader.top-state .navbar-toggler i {
    color: #fff
}

.advantageSec .sectionHeading p {
    font-size: 30px;
    color: #dfb751;
    font-weight: 600
}

.liteBx .iconBx {
    width: 64px;
    height: 64px;
    color: #5d6532;
    margin: 0 auto 20px
}

.aboutUsSec .liteBx .iconBx svg,
.advantageSec .liteBx .iconBx svg {
    width: 32px;
    height: 32px
}

.semiHeading {
    color: #023019;
    font-size: 20px
}

.advantageSec .liteBx,
.advisorBx,
.card,
.formBx,
.mapBx {
    background: #ffffff;
    border: 2px solid #e2e4e9;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: .5s
}

.mapBx {
    margin-top: 10px;
    background-image: linear-gradient(to bottom right, hsl(220 60% 20% / .05), hsl(40 90% 55% / .05))
}

.accordionCustom div#accordionExample,
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.accordionCustom div#accordionExample .accordion-item {
    width: calc(100% / 2 - 15px)
}

.accordionCustom .liteBx {
    display: flex;
    text-align: left;
    align-items: self-start;
    gap: 20px
}

.accordionCustom .liteBx p {
    margin: 0;
    color: #f4aa35;
    font-size: 14px;
    font-weight: 500
}

.accordionCustom .liteBx .iconBx {
    margin-bottom: 0;
    width: 48px;
    height: 48px;
    min-width: 48px
}

.accordionCustom .accordion-button {
    background: 0 0;
    border-bottom: none !important;
    padding: 0;
    outline: 0 !important;
    box-shadow: none !important
}

.accordion-item {
    padding: 24px;
    background: #fff;
    border: 2px solid #e2e4e9 !important;
    border-radius: 12px;
    transition: .5s
}

.accordion-item:hover {
    box-shadow: 0 10px 16px #0000001f;
    transition: .5s;
    border-color: #f4aa35 !important
}

.accordionCustom .accordion-body {
    padding: 30px 0 0 67px;
    color: #626d84;
    font-size: 16px
}

.lteBgColor,
.servicesSec {
    background: #f0f2f44d
}

.leadershipSec {
    padding-bottom: 6rem
}

.aboutUsSec .liteBx {
    padding: 32px;
    border: 2px solid #e2e4e9 !important;
    border-radius: 12px;
    background-image: linear-gradient(to bottom right, hsl(220 60% 20% / .05), hsl(40 90% 55% / .05));
    text-align: left
}

.aboutUsSec .yl-border,
.yl-border {
    border: 2px solid #f4aa3533 !important
}

.aboutUsSec .liteBx .iconBx {
    margin-left: 0
}

.leaderBx {
    max-width: 1300px;
    padding: 64px;
    background: #023019;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 0 20px #00000047
}

.leaderBx span.tile {
    color: #f4aa35;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    padding: 8px 16px;
    background: #f4aa3533;
    border-radius: 50px
}

.expertise-page h3,
.leaderBx h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin: 20px 0 30px
}

.leaderBx p {
    color: #fafafae6;
    font-weight: 300;
    line-height: 1.625
}

.leaderBx ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.leaderBx ul li {
    padding: 8px 16px;
    background: #f4aa351a;
    border: 1px solid #f4aa3533;
    border-radius: 12px;
    color: #fafafab3
}

.leaderBx ul li b {
    display: inline-block;
    margin-right: 8px;
    color: #f4aa35;
    font-size: 16px
}

.advisorsSec h2 {
    color: #023019;
    font-size: 30px;
    font-weight: 700
}

.advisorBx p {
    color: #626d84;
    font-size: 13px
}

.formBx label {
    font-size: 14px;
    font-weight: 500;
    color: #1f242e;
    margin: 0 0 7px
}

.form-group {
    margin-bottom: 24px
}

.form-group input,
.form-group textarea {
    font-size: 14px;
    padding: 8px 12px;
    resize: none
}

.card {
    width: calc(100% / 3 - 20px);
    margin-bottom: 0
}

.customTab .card .d-flex {
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.customTab .card .d-flex h5,
.customTab .card .d-flex h6 {
    margin: 0;
    color: #f4aa35;
    font-size: 12px
}

.customTab .card .d-flex h5 {
    text-transform: uppercase;
    letter-spacing: .6px
}

.customTab .card:hover .semiHeading {
    color: #93641a
}

.insightBx .iconBx svg {
    color: #5d6532;
    height: 20px;
    width: 20px
}

.customTab .card .d-flex h6 {
    color: #626d84;
    font-weight: 300
}

.touchBx .d-flex .iconBx {
    width: 48px;
    height: 48px;
    color: #000
}

.touchBx .d-flex a,
.touchBx .d-flex h5 {
    font-size: 16px;
    color: #626d84
}

.touchBx .d-flex h5 {
    margin: 0 0 7px;
    color: #5d6532;
    font-weight: 500
}

.insightContentBottom {
    display: flex;
    justify-content: space-between;
    color: #626d84;
    font-size: 14px
}

.touchBx .d-flex {
    align-items: center;
    gap: 15px
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 12px
}

.tabs .filter-btn {
    display: inline-flex;
    padding: 8px 24px;
    color: #626d84;
    background: #f0f2f4;
    border: none;
    outline: 0;
    border-radius: 50px;
    font-size: 16px
}

.tabs .filter-btn.active {
    background: #f4aa35;
    color: #000;
    box-shadow: 0 5px 11px #00000052
}

.aboutUsSec .container,
.container.founderWrp,
.second-hero-banner .container,
.servicesSec .container {
    max-width: 1152px
}

.founderImg img {
    border: 4px solid #f4aa354d;
    border-radius: 16px;
    box-shadow: 0 0 60px #f4aa3545
}

.note {
    display: inline-flex;
    background: #dfb751;
    border-radius: 50px;
    padding: 8px 16px;
    color: #0a3620;
    font-weight: 600
}

.advisorBx img,
.rounded-lg,
.socialIcons a,
iframe.embed-map-frame {
    border-radius: 12px
}

.founderCOntent .w-12 {
    width: 48px;
    height: 48px;
    color: #f4aa354d;
    margin: 30px 0
}

.founderCOntent p {
    font-size: 24px;
    color: #1f242ee6;
    font-weight: 400;
    font-style: italic
}

.founderCOntent h2 {
    color: #5d6532 !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px
}

.founderCOntent h3 {
    color: #626d84;
    font-weight: 400
}

.founderCOntent {
    padding-left: 50px
}

.advisorBx img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s
}

.advisorBx:hover img {
    transform: scale(1.05);
    transition: .5s
}

.card:hover,
.customSec .card,
.customSec .card:hover {
    transform: none !important
}

.advisorBx h3 {
    font-size: 18px
}

.mainFooter {
    position: relative;
    background-image: url('../images/evara-footer.jpeg');
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    overflow: hidden;
}

.mainFooter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 48, 25, .88);
    z-index: 1;
}

/* Footer ke andar ka content upar rahe */
.mainFooter * {
    position: relative;
    z-index: 2;
}

.footerLogo p {
    color: #d6d6d8
}

.footerLinks h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 500
}

.footerLinks ul li {
    margin: 0 0 8px;
    color: #d6d6d8;
    font-size: 17px
}

.footerLinks ul li a {
    color: #fafafacc;
    font-size: 14px
}

.footerLinks ul li a:hover {
    color: rgb(244 170 65)
}

.copyright>span,
.priLink a {
    color: #fafafa99;
    font-size: 14px;
    font-weight: 300;
    display: inline-block
}

.priLink a {
    margin-left: 15px
}

.priLink a:not(:first-child)::before {
    content: "•";
    position: relative;
    left: -9px
}

.copyright {
    border-top: 1px solid #fafafa33;
    padding-top: 30px;
    margin-top: 30px;
    justify-content: center !important
}

.footerLogo p {
    font-size: 14px;
    color: #fafafacc !important;
    margin: 20px 0 0;
    max-width: 250px
}

.socialIcons {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    gap: 13px;
    margin-bottom: 5px !important
}

.socialIcons a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #fafafa1a
}

.second-hero-banner {
    height: 60vh;
    background-image: url('../images/banner-about.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

.sectionText h3 {
    color: #ad9149;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px
}

.sectionText p {
    color: #626d84;
    font-size: 18px;
    margin-bottom: 30px
}

.aboutUsSecSecond .liteBx {
    padding: 24px;
    border: 2px solid #e2e4e9 !important;
    border-radius: 12px;
    text-align: left
}

.why-india-light-card {
    background: #fff;
    border: 1px solid #e2e4e9;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    text-align: center;
    height: 165px;
    transition: .5s
}

.why-india-iconBx {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg,
            #EED979 0%,
            #DEC25D 45%,
            #C79F3E 100%);
    display: flex;
    padding: 12px;
    border-radius: 12px;
    justify-content: center;
    align-items: center
}

.why-india-iconBx svg {
    color: #023019
}

.otherSectionHeading h2 {
    font-size: 36px;
    color: #023019;
    font-weight: 700
}

.quote-box {
    background-color: #fbfbfc !important;
    border-radius: 10px;
    padding: 65px 45px;
    max-width: 1250px;
    margin: auto;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .03)
}

.quote-text {
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.55;
    color: #6b7280;
    margin: 0;
    font-family: Inter, Poppins, sans-serif;
    letter-spacing: .25px
}

.customSecNew .container {
    max-width: 1024px
}

.aboutSecNew h3,
.liteBx h3 {
    font-size: 20px;
    font-weight: 600
}

.aboutSecNew p,
.liteBx p {
    font-size: 14px;
    font-weight: 400;
    color: #626d84
}

.statsSection h3 {
    color: #023019;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px
}

.statsSection p {
    color: #626d84;
    font-size: 15px;
    margin-bottom: 30px
}

.homepage .mainHeader:not(.fixedHeader) .dropmenu,
.homepage .mainHeader:not(.fixedHeader) .dropmenuToggle,
.homepage .mainHeader:not(.fixedHeader) .navbar-brand a,
.homepage .mainHeader:not(.fixedHeader) nav#mainNav .nav-item>a,
.why-india-text h3 {
    color: #fff !important
}

.why-india-banner {
    background-image: url('../images/why-india-hero-banner.jpg')
}

.why-india-text h3 {
    font-weight: 400;
    line-height: 1.4;
    font-size: 24px;
    margin-top: 0
}

.second-hero-banner {
    position: relative;
    display: flex;
    align-items: center
}

.second-hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(3, 48, 25, .88);
    z-index: 2
}

.contact-banner {
    background-image: url('../images/contact-banner-new.png')
}

.service-banner {
    background-image: url('../images/servicebanner.png') !important
}

.leadership-banner {
    background-image: url('../images/leadershipbanner.png') !important
}

.about-india-banner {
    background-image: url('../images/evara-about.jpeg')
}

.mainHeading {
    color: #023019
}

.sectionSubHeading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #5d6532
}

.sectionPoint {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #42526e
}

.mainHeading {
    font-size: 48px !important
}

.customSecNew .col-lg-12 p {
    color: #626d84 !important
}

strong {
    color: #5d6532
}

.customSec .iconBox {
    width: 60px;
    height: 60px;
    background: #d5c263;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.customSec .iconBox svg {
    width: 30px;
    height: 30px;
    color: #5d6532 !important
}

.customSec {
    padding: 96px 0
}

.customSecNew {
    color: #626d84;
    font-size: 16px;
    line-height: 1.625;
    padding: 60px 0
}

.bannerContent h1,
.second-hero-banner .bannerContent h1 {
    margin: 0 0 24px !important
}

.advantageSec .liteBx,
.advisorBx,
.card,
.formBx,
.mapBx {
    padding: 25px !important
}

@media (max-width:767px) {
    .mainHeading {
        font-size: 40px !important;
        padding-top: 0
    }

    .sectionSubHeading {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .sectionPoint {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .customSecNew .otherSectionHeading h2 {
        font-size: 36px !important
    }

    .customSecNew {
        padding: 64px 0
    }

    .customSec {
        overflow: hidden;
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .service-banner h1 {
        margin: 100px 0 20px
    }

    .paragraph {
        margin: 0 !important
    }
}

@media only screen and (max-width:991px) {
    .cards {
        padding: 0 !important
    }

    .bannerContent h2 {
        margin: 0 !important;
        font-size: 20px !important
    }
}

.imageBx {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    position: relative
}

.imageBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform .4s ease-in-out
}

.imageBx:hover img {
    transform: scale(1.1)
}

.insightContent {
    padding-top: 20px !important;
    text-align: left
}

.card:hover {
    box-shadow: none !important
}

.leaderImg img {
    border-radius: 22px
}

.leaderImg,
.leaderImg img {
    margin: 0
}

.leaderStats {
    margin-top: 24px
}

.statCard {
    background: #f4aa351A;
    border: 1px solid rgba(223, 183, 81, .6);
    border-radius: 14px;
    padding: 1.25rem;
    color: #e7ecf7;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.statValue {
    font-size: 30px;
    font-weight: 700;
    color: #f4aa35;
    margin-bottom: 6px
}

.statLabel {
    font-size: 14px;
    font-weight: 400
}

/* overlay */
.aboutIndiaSec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    /* adjust opacity here */
    z-index: 1;
}

/* content above overlay */
.aboutIndiaSec>* {
    position: relative;
    z-index: 2;
}

.semiHeading h3 {
    font-weight: 700 !important;
    color: #5d6532 !important;
    font-size: 1.25rem !important
}

.customTab .para {
    font-size: 16px;
    margin-bottom: 0
}

.leadeContent h3 {
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
    line-height: 1.25
}

.leadeContent h3::after {
    content: "";
    background-color: hsl(var(--accent));
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #dfb751;
    border-radius: 4px
}

.leadeContent p {
    font-size: 16px !important
}

.leadeContent span.tile {
    color: #dfb751;
    font-weight: 700;
    font-size: .875rem;
    display: inline-block;
    padding: 16px 30px;
    background: #f4aa3533;
    border-radius: 50px;
    letter-spacing: .1em
}

.customSec .leadershipSec {
    background: #f7f8fa;
    padding: 100px 0
}

.mainHeading {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    background: 0 0
}

.statCard:hover {
    background: rgba(223, 183, 81, .12)
}

@media (max-width:480px) {
    .imageBx {
        height: 160px
    }
}

.mainHeader {
    background: 0 0 !important
}

.fixedHeader nav#mainNav,
.mainHeader.fixedHeader,
.mainHeader.stickyHeader.fixedHeader.showFixedHeader {
    background: #fff !important;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .08) !important;
    z-index: 1001
}

.nav-item .nav-link:hover {
    color: #dfb751 !important
}

.service-para {
    font-size: 16px !important;
    color: #626d84 !important
}

.service-bg {
    background-color: #fbfbfc !important
}

.cross-toggler i {
    transition: color .3s
}

.leadership-subtitle {
    color: #f4aa35 !important;
    font-size: 24px !important;
    margin: 0 96px !important
}

.expertise-page {
    max-width: 1300px;
    padding: 48px;
    background-image: none !important;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: none !important;
    border: 1px solid #e0e0e0
}

.expertise-page p {
    color: #626d84;
    font-size: 16px;
    line-height: 1.625
}

.expertise-page ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap
}

.expertise-page .expertise-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0
}

.expertise-page .expertise-list li {
    font-size: 16px;
    color: #626d84;
    margin-bottom: 6px !important;
    position: relative;
    padding-left: 16px;
    display: block;
    width: 100%
}

.expertise-page .expertise-list li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f5c045;
    left: 0;
    top: 10px
}

.custom-divider {
    border-top-width: 1px;
    background-color: #d9d9d9;
    margin-bottom: 2rem;
    margin-top: 1rem
}

.leaderImg {
    width: 100%;
    max-width: 350px;
    padding: 0 !important
}

.leaderImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-width: 4px !important
}

.expertise-page .title h4 {
    font-size: 30px !important;
    color: #5d6532 !important;
    font-weight: 700;
    line-height: 2.25rem !important;
    margin-bottom: 1rem !important
}

.title h4.expertise-title {
    font-size: 24px !important
}

.customSec.leadershipSec {
    padding: 6rem 32px !important
}

.content-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px
}

.intro-text {
    color: #6b7280;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 48px
}

.section-title {
    color: #1e3a5f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 48px
}

.section-subtitle {
    color: #1e3a5f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 32px
}

.section-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px
}

.expert-insight {
    background-color: #fef3c7;
    border-left: 4px solid orange;
    padding: 24px;
    margin: 32px 0
}

.expert-insight-title {
    color: #1e3a5f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px
}

.expert-insight-text {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    font-style: italic
}

.fdi-states-title,
.state-name {
    color: #1e3a5f;
    font-weight: 600
}

.fdi-states-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 32px 0
}

.fdi-states-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 32px
}

.state-card {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 24px
}

.state-name {
    font-size: 18px;
    margin-bottom: 12px
}

.state-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6
}

.expert-cta-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px
}

.expert-cta-container {
    background: linear-gradient(135deg, #1e3a5f 0, #2d5a7b 50%, #d4a574 100%);
    border-radius: 12px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.expert-cta-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(30, 58, 95, .8) 0, rgba(212, 165, 116, .4) 100%);
    z-index: 1
}

.expert-cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.3
}

.expert-cta-description {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 32px;
    line-height: 1.5;
    opacity: .95
}

.expert-cta-button {
    background-color: orange;
    color: #1e3a5f;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
    display: inline-block
}

.expert-cta-button:hover {
    background-color: #ff8c00;
    color: #1e3a5f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 165, 0, .4)
}

.lovable-credit {
    margin-top: 12px;
    font-size: 13px
}

.lovable-credit a {
    color: orange
}

.leaderImg {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: visible
}

.leaderImg::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    pointer-events: none;
    box-shadow: 0 0 65px rgba(244, 175, 37, .1), 0 0 130px rgba(244, 175, 37, .06), 0 0 180px rgba(244, 175, 37, .04);
    transition: opacity .3s;
    opacity: 1
}

.leaderImg:hover::after {
    animation: 1.2s ease-in-out infinite glowPulse
}

@keyframes glowPulse {

    0%,
    100% {
        box-shadow: 0 0 65px rgba(244, 175, 37, .22), 0 0 130px rgba(244, 175, 37, .14), 0 0 180px rgba(244, 175, 37, .08)
    }

    50% {
        box-shadow: 0 0 65px rgba(244, 175, 37, .32), 0 0 130px rgba(244, 175, 37, .22), 0 0 180px rgba(244, 175, 37, .14)
    }
}

.image-container {
    position: relative;
    width: 350px !important;
    height: 350px !important;
    padding: 20px;
    z-index: 2
}

.image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 22px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .3)
}

.corner-border-bl,
.corner-border-bl2,
.corner-border-tr {
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 10
}

.image-wrapper img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
    border: 4px solid #a17426 !important;
    display: block
}

.corner-border-tr {
    top: -30px;
    right: -30px;
    border-top: 6px solid #dfb751;
    border-right: 6px solid #dfb751;
    border-radius: 0 25px 0 0
}

.corner-border-bl {
    bottom: -100px;
    left: -10px;
    border-bottom: 6px solid #dfb751;
    border-left: 6px solid #dfb751;
    border-radius: 0 0 0 25px
}

.corner-border-bl2 {
    border-bottom: 6px solid #fdb742 !important;
    border-left: 6px solid #fdb742 !important;
    bottom: -100px !important;
    left: -10px !important;
    border-radius: 0 0 0 25px
}

@media (max-width:768px) {
    .why-india-banner {
        background-image: url('../images/Why-India-mobile.jpg') !important
    }

    .service-banner {
        height: 40vh !important;
        background-image: url('../images/service-mobile-banner.jpg') !important
    }

    .leadership-banner {
        height: 40vh !important;
        background-image: url('../images/leadership-mobile-banner.jpg') !important
    }

    .about-us-banner {
        background-image: url('../images/about-us-mobile.jpg')
    }

    .contact-banner {
        background-image: url('../images/contact-us-mobile.jpg')
    }

    .leaderStats .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .statCard {
        text-align: center;
        padding: 20px 15px;
        border-radius: 14px
    }

    .statValue {
        font-size: 24px
    }

    .statLabel {
        font-size: 14px;
        line-height: 20px
    }

    .corner-border-tr {
        border-top: 3px solid #fdb742 !important;
        border-right: 3px solid #fdb742 !important
    }

    .corner-border-tr-leadership {
        position: absolute;
        top: -25px !important;
        right: -25px !important
    }

    .corner-border-bl-leadership {
        bottom: 40px !important;
        left: -2px !important
    }

    .corner-border-bl2,
    .corner-border-bl {
        border-bottom: 3px solid #fdb742 !important;
        border-left: 3px solid #fdb742 !important;
        bottom: -50px !important;
        left: -10px !important
    }
}

.success-modal-box {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .15)
}

.success-icon svg {
    background: #e8f8ee;
    padding: 12px;
    border-radius: 50%
}

.home-button-modal {
    color: #fff;
    background: #f4aa35
}

.testimonial-section {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px
}

.testimonial-section .row {
    align-items: center
}

.col-lg-6.mt-4.mt-lg-0 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.test-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #0a3620
}

.test-title span {
    color: #9c7021
}

.test-desc {
    margin: 0 0 40px;
    font-size: 16px;
    color: #626d84;
    text-align: justify
}

.view-btn {
    padding: 12px 30px;
    background: #f4aa35;
    color: #fff;
    font-weight: 600;
    border-radius: 6px
}

.mini-emp-card {
    background: #fff;
    padding: 20px 15px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
    position: relative;
    transition: .35s;
    border-left: 5px solid #efcd6c;
    display: flex;
    flex-direction: column
}

.mini-emp-card .mini-icon {
    width: 55px;
    height: 55px;
    background: #f4aa3522;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px
}

.mini-emp-card .mini-icon img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: cover
}

.mini-emp-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #9c7021;
    margin-bottom: 8px
}

.mini-card-heading:hover {
    color: #dfb751
}

.mini-emp-card p {
    font-size: 16px;
    color: #626d84;
    margin-bottom: 25px
}

.mini-arrow {
    position: absolute;
    right: 20px;
    bottom: 10px
}

.mini-arrow span {
    font-size: 24px;
    color: #5d6532;
    transition: .3s
}

.mini-emp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(244, 175, 37, .25)
}

.mini-emp-card:hover .mini-arrow span {
    transform: translateX(5px)
}

.mini-emp-card-1 {
    animation: 3s ease-in-out infinite floatCard
}

@keyframes floatCard {

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

    50% {
        transform: translateY(-8px)
    }
}

.mini-emp-card-2 {
    opacity: 0;
    animation: 1.2s forwards slideCard
}

@keyframes slideCard {
    0% {
        transform: translateX(40px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.colorBtn:hover {
    background: #9c7021 !important;
    color: #fff !important;
    /* border: 1px solid #9c7021 !important; */
}

.thankyou-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 5;
    background: #fff
}

.pattern-thankyou {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/pattern.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .06;
    z-index: 1
}

.thankyouh1 {
    margin-top: 18px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #5d6532
}

.thankyoup {
    font-size: 1.1rem;
    margin-bottom: 20px;
    opacity: .85;
    color: #5d6532
}

.svg-illustration {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto
}

.confetti {
    position: absolute;
    top: -10%;
    width: 12px;
    height: 12px;
    background-color: #f4aa35;
    opacity: .9;
    border-radius: 2px;
    animation: 3.5s linear infinite confettiFall;
    z-index: 2
}

.confetti.alt {
    background-color: #5d6532
}

@keyframes confettiFall {
    0% {
        transform: translateY(-20vh) rotate(0);
        opacity: 1
    }

    100% {
        transform: translateY(120vh) rotate(360deg);
        opacity: .6
    }
}

@media (max-width:500px) {
    .card-thankyou {
        width: 90%;
        padding: 35px 25px
    }

    .thankyouh1 {
        font-size: 1.8rem
    }

    .svg-illustration {
        width: 105px;
        height: 105px
    }
}

.item-new {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 10px
}

.stoies-img {
    height: 200px;
    width: 400px !important;
    border-radius: 10px
}

#evara-india-map {
    width: 100%;
    height: 500px;
    margin: 0;
    max-width: none;
    background: #f7f7f2;
    border-radius: 0
}

.evara-map-container {
    padding-left: 0;
    padding-right: 0
}

.customSec.customSecNew:last-of-type {
    margin-bottom: 0;
    padding-bottom: 40px
}

footer {
    margin-bottom: 0;
    padding-bottom: 20px
}

.evara-map-label {
    background: rgba(255, 255, 255, .95);
    border-radius: 999px;
    padding: 2px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    font-size: 11px;
    color: #333;
    border: none
}

.why-india-light-card:hover {
    box-shadow: -2px 4px 8px rgba(0, 0, 0, .04), 2px 4px 8px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .06)
}

.banner-width {
    max-width: 786px;
    margin: auto
}

.advantageSec,
.image-wrapper {
    position: relative;
    overflow: hidden
}

.advantageSec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(9, 92, 47, 0.9),
            rgba(3, 48, 25, 0.88));
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 50%, rgba(0, 0, 0, .65) 100%); */
    z-index: 1
}

.customInsightModal {
    border-radius: 12px;
    overflow: hidden;
    border: none
}

.customModalHeader {
    background-color: #0a3620;
    padding: 8px 14px;
    border-bottom: none
}

.white-close {
    filter: brightness(0) invert(1)
}

.customModalBody {
    padding: 26px;
    background-color: #fafafa
}

.modal-feature-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(3, 48, 25, .75), rgba(3, 48, 25, .9));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px
}

.image-overlay h5 {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    max-width: 90%
}

.modal-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 12px
}

.subtitle-line {
    width: 6px;
    height: 28px;
    background-color: #eec663;
    border-radius: 4px
}

.modal-subtitle {
    font-size: 1.05rem;
    font-weight: 600;
    color: #5d6532;
    margin: 0
}

.modal-description {
    font-size: .98rem;
    line-height: 1.7;
    color: #333;
    margin-top: 14px
}

.partnerwithus {
    position: relative;
    background: linear-gradient(135deg, rgba(171, 135, 37, .9), rgba(149, 115, 36, .8)) !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 12px;
    padding: 10px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: .3s
}

.partnerwithus::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, .45), transparent 60%);
    opacity: .8;
    pointer-events: none
}

.partnerwithus::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, .35), transparent 60%);
    transform: translateX(-100%);
    transition: transform .8s
}

.partnerwithus:hover {
    /* transform: translateY(-1px); */
    background: linear-gradient(135deg, rgba(159, 126, 33, .9), rgba(151, 114, 29, .8));
    color: #fff !important
}

.partnerwithus:hover::after {
    transform: translateX(100%)
}

.mainHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: background-color .3s, box-shadow .3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.mainHeader .nav-link {
    color: #1f242e;
    transition: color .3s
}

.mainHeader.top-state {
    background: 0 0;
    box-shadow: none
}

.founderImg img {
    width: 400px;
    object-fit: contain
}

.image-container {
    margin-top: 100px;
}

.leaderimage {
    height: 400px !important;
}

.contactLink {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(171, 135, 37, 0.9), rgba(149, 115, 36, 0.8)) !important;
    font-weight: 500;
    border-radius: 12px;
    padding: 10px 15px;
}

.contactLink :hover {
    background: #9c7021;
}

@media (max-width: 768px) {
    .image-container {
        width: 280px !important;
    }

    .leader-exce {
        margin-top: 140px !important;
    }
}

.corner-border-bl {
    position: absolute;
    bottom: -102px;
    left: -10px;
    width: 150px;
    height: 150px;
    border-bottom: 6px solid #FDB742;
    border-left: 6px solid #FDB742;
    border-radius: 0 0 0 25px;
    z-index: 10;
}

.insightContent p {
    font-size: 16px;
}

/* STORY CARD */
.story-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

/* IMAGE */
.stories-img {
    width: 100% !important;
    height: 320px;
    object-fit: cover;
    transition: all 0.4s ease;
    border-radius: 16px;
}

/* DESCRIPTION STRIP */
.story-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #023019;
    color: #ffffff;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.4;
}

/* OWL ITEM EFFECT */
.stories-slider .owl-item {
    opacity: 0.5;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

.stories-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}

/* MOBILE */
@media (max-width: 768px) {
    .stories-img {
        height: 260px;
    }

    .story-strip {
        font-size: 13px;
        padding: 10px 12px;
    }

    .contentbox {
        height: fit-content !important;
    }

    .insightContent {
        height: fit-content !important;
    }

    .card-leader {
        height: fit-content !important;
    }

    .rdmore {
        width: 50% !important;
    }
}

.evara-map-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}