/* ====================Home Page CSS==================== */
.hero {
position: relative;
padding: 180px 0 160px 0;
}

/* Owl full background */
.hero-slider {
position: absolute;
inset: 0;
z-index: 1;
}

.hero-slider .slide {
height: 100%;
background-size: cover;
background-position: center;
position: relative;
}

/* Overlay */
.hero-slider .slide::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0,0,0,0.55);
}

/* VERY IMPORTANT (full height fix) */
.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
height: 100%;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-content p {
    margin-bottom: 50px;
    max-width: 720px;
    line-height: 1.8;
}


.hero-slider .slide {
transform: scale(1);
transition: transform 4s ease;
}

.hero-slider .slick-active {
    transform: scale(1.1);
}
.hero-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}



.hero-shape svg {
    display: block;
    width: 100%;
    height: 70px!important;
    rotate: 180deg;
}

.who-we-work.trust-card p {
    color: #043d73;
    padding: 10px;
    height: 80px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    align-content: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px!important;
}

.reality-card {
    padding: 20px;
}
.reality-card ul {
    padding-top: 20px;
}
.reality-card ul li {
    color: #043d73;
    line-height: 1.8;
}
.reality-card ul li i {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.heading-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 138, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.heading-icon-circle i {
    font-size: 26px;
}
.trust-card.business-audit h5 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.reality-section img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.app2.about.format.bg-section.bg-theme-color h2 {
    color: #fff!important;
}

.app2.about.format.bg-section-h2.bg-theme-color h2 {
    color: #fff!important;
}

.app2.about.format.bg-section.bg-theme-color p {
    color: #fff!important;
}

.app2.about.format.bg-section.bg-theme-color .highlight p {
    color: #3a3a3a!important;
}

.work-row {
margin-top: 50px;
}

/* Card */
.work-card {
padding: 30px 20px;
border-radius: 12px;
transition: 0.3s ease;
border: 1.5px solid rgba(4, 61, 115, 0.2);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.work-card:hover {
transform: translateY(-8px);
}

.icon-box {
width: 70px;
height: 70px;
margin: 0 auto 20px;
border-radius: 50%;
background: rgba(4, 61, 115, 0.08); 
display: flex;
align-items: center;
justify-content: center;
}
.icon-img {
    margin: 0 auto 20px;
}

.icon-img img {
    border-radius: 50%;
}

/* Icon */
.icon-box i {
font-size: 26px;
color: #043d73;
}

/* Heading */
.work-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Text */
.work-card p {
    font-size: 14px;
    color: #666;
    max-width: 220px;
    margin: 0 auto;
}

/* CTA Section Styling */
.cta-section {
    position: relative;
    background: url('../images/hero-3.webp') center/cover no-repeat;
    padding: 120px 20px;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65); 
    z-index: 1;
}

/* Content */
.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* ====================Home Page CSS End==================== */

/* ====================Industries We Work With CSS==================== */
.custom-hero {
    position: relative;
    padding: 180px 0 160px;
    overflow: hidden;
}

/* Background Image */
.custom-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/global-market-banner.jpg') center center / cover no-repeat;
    z-index: 1;

    /* zoom animation */
    transform: scale(1);
    animation: zoomEffect 12s ease-in-out infinite alternate;
}

/* Overlay */
.custom-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}
/* Content */
.custom-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.custom-hero-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.custom-hero-content p {
    margin-bottom: 50px;
    line-height: 1.8;
}
/* Zoom Animation */
@keyframes zoomEffect {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/* Bottom Shape */
.custom-hero-shape {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.custom-hero-shape svg {
    width: 100%;
    height: 50px;
    transform: rotate(180deg);
}
.trust-section {
    /* padding: 60px 0; */
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 24px;
}

.trust-item-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #1c3d6e;
    background: #1c3d6e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Optional dotted outer effect */
.trust-item-icon::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px dotted #1c3d6e;
    animation: spinCircle 5s linear infinite;
}

.trust-item-icon i {
    font-size: 24px;
    color: #fff;
}

.trust-text {
    max-width: 260px;
}
.trust-text h2 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
}
@keyframes spinCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ====================Industries We Work With CSS End==================== */
/* ====================What We Solve CSS==================== */
.custom-hero-bg.what-we-solve{
    background: url('../images/we-solve-banner.jpg') center center / cover no-repeat;
}
.heading-icon-circle-container {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 14px;
}

.heading-icon-circle.single {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #ffffff1c;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Optional dotted outer effect */
.heading-icon-circle.single::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px dotted #fff;
    animation: spinCircle 5s linear infinite;
}

.heading-icon-circle.single i {
    font-size: 24px;
    color: #fff;
}

.heading-icon-circle-container-dark {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 14px;
}

.heading-icon-circle-dark.single {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #043d73;
    background: #043d73;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Optional dotted outer effect */
.heading-icon-circle-dark.single::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px dotted #043d73;
    animation: spinCircle 5s linear infinite;
}

.heading-icon-circle-dark.single i {
    font-size: 24px;
    color: #fff;
}
/* ====================What We Solve CSS End==================== */

/* ====================Services CSS==================== */
.custom-hero-bg.services-banner{
    background: url('../images/service-banner-new.webp') center center / cover no-repeat;
}


.image-bg {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-image: url(../images/growth-enablement.webp);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

/* ====================Services CSS End==================== */
/* ====================Growth Enablement CSS==================== */
.custom-hero-bg.growth-enablement{
    background: url('../images/growth-enablement-banner.webp') center center / cover no-repeat;
}
/* ====================Growth Enablement CSS End==================== */

/* ====================Cybersecurity Risk Readiness CSS==================== */
.custom-hero-bg.cybersecurity-risk-readiness{
    background: url('../images/cyber-banner.webp') center center / cover no-repeat;
}
/* ====================Cybersecurity Risk Readiness CSS End==================== */

/* ====================Real Problem CSS==================== */
.image-bg.real-problem {
    background-image: url(../images/real-problem.webp);
}
/* ====================Real Problem CSS End==================== */

/* ====================Business Growth & Risk Audit CSS==================== */
.image-bg.why-different {
    background-image: url(../images/why-different.webp);
}
.image-bg.who-this-for {
    background-image: url(../images/this-is-for.webp);
    background-size: contain;
}
.cta-section-growth-audit {
    background: url('../images/cost-banner.webp') center/cover no-repeat;
}
/* ====================Business Growth & Risk Audit CSS End==================== */
/*=====================About us=============================================*/
.generic-hero.about {
    background: url('../images/vouch-about.jpg') center center / cover no-repeat;
}
/*=====================About us End=============================================*/
/*=====================Contact us=============================================*/
.generic-hero.contact {
    background: url('../images/contact-banner.webp') center center / cover no-repeat;
}
/*=====================Contact us End=============================================*/
/* ====================Common CSS==================== */
h1 {
    font-size: 40px;
    line-height: 1.3;
}

h2 {
    font-size: 32px;
    line-height: 1.3;
}

h3 {
    font-size: 26px;
    line-height: 1.3;
}

h4 {
    font-size: 22px;
    line-height: 1.3;
}

h5 {
    font-size: 18px;
    line-height: 1.3;
}

h6 {
    font-size: 16px;
    line-height: 1.3;
}
p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    color:#000;
    font-weight:400;
}
.app2 h2, .app2 h3, .app2 h4, .app2 h5, .app2 h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #043d73;
    font-weight: 600;
}

*, body, p, span, a, li {
    font-family: 'Open Sans', sans-serif;
}
.main-menu a {
    font-family: 'Montserrat', sans-serif;
}
section {
    padding: 80px 0;
}
.app2 h4 {
    letter-spacing: normal;
}
.btn-primary {
    padding: 14px 28px;
    background: #E2863A;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    border-radius: 34px;
    font-family: 'Montserrat', sans-serif;
    border-color: #E2863A;
}
.btn-primary:hover {
    background: #E2863A;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #E2863A!important;
    border-color: #E2863A!important;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 134, 58, 0.5);
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #E2863A!important;
    border-color: #E2863A!important;
}
.btn-primary-nav {
    padding: 10px;
}
.banner-btn {
    padding-top: 22px;
}
.site-header-nav {
    display: grid;
    align-items: center;
    gap: 1rem;
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "logo menu cta";
}
header nav ul .mega-menu .mega-menu-container {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: fixed;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: min(1020px, calc(100vw - 32px));
    width: max-content;
    max-width: calc(100vw - 32px);
    padding: 20px 0;
    background: #fff;
    z-index: 9;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
}
.bg-theme-color {
    background: #043d73;
    color: #fff;
}
.h-white {
    color: #fff!important;
}
.elementor-shape-fill {
    fill: #fff!important;
}
.secondary-color {
    color: #E2863A;
}
.app2.about.format.bg-section.bg-theme-color.header {
    padding-bottom: 140px;
}

.app2.about.format.bg-section.bg-theme-color.header .wave {
    height:55px
}
.app2 .reality-header h2 {
    color: #fff!important;
}
.app2 .font-secondary {
    color: #043d73!important;
}
p {
    line-height: 1.8;
    margin-bottom: 20px !important;
}
.trust-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.trust-icon {
    text-align: center;
}
.trust-card p {
    color: #043d73;
    padding: 10px 5px 0px 5px;
}
.trust-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 60px 60px 0;
    border-style: solid;
    border-color: transparent #E2863A transparent transparent;
}

.trust-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 60px 60px 0;
    border-style: solid;
    border-color: transparent rgba(0,0,0,0.05) transparent transparent;
    transform: translate(-3px, 3px);
}

.ribbon-text {
    position: absolute;
    top: 10px;
    right: -5px;
    transform: rotate(45deg);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
/* List */
.audit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.audit-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 16px;
    color: #222;
}
.h-white.audit-list li {
    color: #fff;
}

.audit-list .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: rgba(4, 61, 115, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.audit-list .icon i {
    color: #fff;
    font-size: 14px;
}

.audit-list.secondary-color .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: rgba(255, 138, 0, 0.1); 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.audit-list.secondary-color .icon i {
    color: #E2863A;
    font-size: 14px;
}

.h-white.audit-list .icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1); /* light transparent */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.h-white.audit-list .icon i {
    color: #fff;
    font-size: 14px;
}
.generic-hero {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 10px 0px;
    text-align: center;
}

.generic-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.generic-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;

    width: 100%;             
    max-width: 800px;        
    margin: 0 auto;          
    display: flex;           
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.generic-hero-title {
    margin: 0 0 12px;
    color: #fff;
}

.generic-hero-breadcrumb {
    margin: 0;
    color: #fff;
}
.generic-hero-breadcrumb span {
    color: #E2863A;
}

.generic-content {
    padding: 60px 20px;
    background: #fff;
}

.call-btn {
    position: fixed;
    z-index: 99;
    right: 7px;
    bottom: 90px;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-btn i {
    background: #E2863A;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-btn i {
    font-size: 30px;
}
/* ====================Common CSS End==================== */

/* ====================Media Queries==================== */
@media only screen and (max-width: 480px) {
    .app2.about.format.bg-section.bg-theme-color.header .wave {
        display: block;
        height:25px
    }
    .hero {
        padding: 120px 0 80px 0;
    }
    .app2.about.format.bg-section.bg-theme-color.header .wave {
        display: block;
        height:25px
    }
}
@media (max-width: 768px) {
    .trust-text h2 {
        font-size: 16px;
    }
    .custom-hero-content h1, .hero-content h1 {
        font-size: 26px;
        line-height: 1.1;
    }
    .custom-hero-shape svg {
        height: 30px;
    }
    .hero-content p{
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
    }
    .image-bg {
        min-height: 300px;
    }
    
    h1 {
        font-size: 26px;
        line-height: 1.1;
    }

    h2 {
        font-size: 22px;
        line-height: 1.1;
    }

    h3 {
        font-size: 20px;
        line-height: 1.1;
    }

    h4 {
        font-size: 18px;
        line-height: 1.1;
    }

    h5 {
        font-size: 16px;
        line-height: 1.1;
    }

    h6 {
        font-size: 14px;
        line-height: 1.1;
    }
    p {
        font-size: 16px;
    }
    .btn-primary {
        padding: 14px 12px;
        font-size: 11px;
    }
    .hero-shape svg {
        height: 40px !important;
    }
}
/* ====================Media Queries End==================== */
