.elementor-526 .elementor-element.elementor-element-d4be5f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f4dbcb3 *//* Main Container */
.acro-presentation-section {
    background-color: #1a192b; /* Dark Navy Blue Background */
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    position: relative;
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 20px;
}

/* Central Content */
.acro-content {
    position: relative;
    z-index: 10;
}

/* Top 3 Dots */
.venn-dots {
    display: flex;
    justify-content: center;
    gap: -5px;
    margin-bottom: 20px;
}
.venn-dots span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.8;
    margin: 0 -4px;
}
.dot-yellow { background-color: #e5b312; }
.dot-white { background-color: #ffffff; }
.dot-gray { background-color: #55555d; }

/* Main Headings */
.acro-main-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 2px;
    margin: 0 0 25px 0;
    color: #ffffff;
}

/* Subtitle Section with Lines */
.acro-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.acro-subtitle {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
    color: #ffffff;
}
.acro-subtitle-wrapper .line {
    width: 40px;
    height: 1px;
    background-color: #ffffff;
}
.acro-subtitle-wrapper .sub-dot {
    width: 8px;
    height: 8px;
    background-color: #e5b312;
    border-radius: 50%;
}

/* CSS Shapes (Circles & Stripes) */
.shape {
    position: absolute;
    pointer-events: none;
}

/* Top Left Corner */
.top-left-circle {
    top: -50px; left: -50px;
    width: 180px; height: 180px;
    background: #e5b312;
    border-radius: 50%;
}
.top-left-stripes {
    top: -40px; left: -40px;
    width: 200px; height: 200px;
    background: repeating-linear-gradient(135deg, transparent, transparent 10px, #ffffff 10px, #ffffff 14px);
    border-radius: 50%;
}

/* Top Right Corner */
.top-right-circle {
    top: -60px; right: -60px;
    width: 170px; height: 170px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.9;
}
.top-right-stripes {
    top: -40px; right: -40px;
    width: 200px; height: 200px;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #e5b312 10px, #e5b312 14px);
    border-radius: 50%;
}

/* Bottom Corners */
.bottom-left-circle {
    bottom: -60px; left: -40px;
    width: 160px; height: 160px;
    background: #e5b312;
    border-radius: 50%;
}
.bottom-right-circle {
    bottom: -70px; right: -30px;
    width: 180px; height: 180px;
    background: #e5b312;
    border-radius: 50%;
}

/* 'X' Cross Grid Decoration */
.dots-grid {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #434456;
    font-size: 14px;
    font-family: Arial, sans-serif;
    letter-spacing: 8px;
    font-weight: bold;
}
.left-dots { left: 40px; top: 35%; }
.right-dots { right: 40px; top: 35%; }

/* Responsive adjustments for Mobile */
@media (max-width: 768px) {
    .acro-main-title { font-size: 2.5rem; }
    .acro-subtitle { font-size: 1.2rem; }
    .dots-grid { display: none; } /* Mobile par cross signs chupane k liye */
    .acro-subtitle-wrapper .line { width: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d12083a *//* General Layout Container */
.about-company-section {
    background-color: #1a192b; /* Same Dark Navy Blue */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 80px 0 0 0; /* Left side spacing and top padding */
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
}

.about-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/* Left Content Column */
.about-content-col {
    flex: 1;
    padding: 0 5% 60px 5%;
    z-index: 5;
}

/* Top Three Yellow Dots */
.about-dots {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}
.about-dots span {
    width: 12px;
    height: 12px;
    background-color: #e5b312;
    border-radius: 50%;
    display: inline-block;
}

/* Typography styling */
.about-title {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 40px 0;
    letter-spacing: 1px;
}
.about-title .highlight {
    color: #e5b312; /* Yellow Text color */
}

.about-text p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e0e0e6;
    margin-bottom: 25px;
    font-weight: 400;
    text-align: justify;
}

/* Right Image Column with Custom Curvature */
.about-image-col {
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.curved-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
    border-top-left-radius: 100% 70%; /* Gives the smooth arch effect */
    border-left: 20px solid #e5b312; /* Thick yellow border line */
    overflow: hidden;
}

.curved-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Decorative Background Dot Pattern (Top Center/Right) */
.top-dot-pattern {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-10%);
    width: 300px;
    height: 150px;
    background-image: radial-gradient(#ffffff 2px, transparent 2px);
    background-size: 25px 25px;
    opacity: 0.25;
    z-index: 1;
    pointer-events: none;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .about-container {
        flex-direction: column;
    }
    .about-title {
        font-size: 3rem;
    }
    .curved-image-wrapper {
        min-height: 400px;
        border-top-left-radius: 50% 20%;
        border-left: 15px solid #e5b312;
    }
    .top-dot-pattern {
        left: 70%;
        width: 150px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86e278e *//* Section Container Styling */
.ceo-message-section {
    background-color: #1a192b; /* Same Theme Dark Blue Background */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 80px 0 100px 0;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
}

.ceo-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

/* Left Content Column */
.ceo-content-col {
    flex: 1.1;
    padding: 0 5%;
    z-index: 5;
}

.ceo-title {
    font-size: 4rem;
    font-weight: 800;
    color: #e5b312; /* Golden Yellow Color */
    margin: 0 0 35px 0;
    letter-spacing: 1px;
}

.ceo-text p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ced0db;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
}

/* Golden Quote Style */
.ceo-quote {
    color: #e5b312;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 30px 0;
    text-align: left;
}

/* Signature Styling */
.ceo-signature {
    margin-top: 20px;
}
.ceo-signature .sig-text {
    font-family: 'Caveat', 'Brush Script MT', cursive; /* Handwritten Cursive Font Look */
    font-size: 2rem;
    color: #ffffff;
    opacity: 0.9;
    letter-spacing: 1px;
}

/* Right Image Column Layout with Layering */
.ceo-image-col {
    flex: 1;
    position: relative;
    padding-right: 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 4;
}

/* Light Grey Background Overlapping Block */
.ceo-image-bg-box {
    position: absolute;
    width: 60%;
    height: 100%;
    min-height: 380px;
    background-color: #d9d9d9;
    left: 20px;
    top: -30px;
    z-index: 1;
}

/* Foreground Actual Image */
.ceo-main-image-wrapper {
    position: relative;
    width: 90%;
    z-index: 2;
    box-shadow: 0px 15px 30px rgba(0,0,0,0.3);
}

.ceo-main-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* CSS Decorative Graphics (Top Right Corner) */
.ceo-shape {
    position: absolute;
    pointer-events: none;
}

.top-crosses {
    top: -20px;
    left: 55%;
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 1.8;
    transform: rotate(15deg);
}

.top-right-circle-graphic {
    top: -80px;
    right: -50px;
    width: 320px;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.top-right-stripes-graphic {
    top: -60px;
    right: -30px;
    width: 300px;
    height: 300px;
    background: repeating-linear-gradient(135deg, transparent, transparent 15px, #e5b312 15px, #e5b312 20px);
    border-radius: 50%;
    opacity: 0.6;
}

/* Responsive Breakdown for Tablets and Mobile Devices */
@media (max-width: 991px) {
    .ceo-container {
        flex-direction: column;
        gap: 60px;
    }
    .ceo-title {
        font-size: 3rem;
    }
    .ceo-image-col {
        width: 90%;
        padding-right: 0;
        justify-content: center;
        margin: 0 auto;
    }
    .ceo-image-bg-box {
        left: -10px;
        top: -20px;
        width: 50%;
    }
    .ceo-main-image-wrapper {
        width: 100%;
    }
    .top-crosses, .top-right-stripes-graphic, .top-right-circle-graphic {
        display: none; /* Mobiles par clear clutter look ke liye graphics off */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-19c9e52 *//* Section Base Styling */
.mission-section {
    background-color: #1a192b; /* Same Theme Dark Blue */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
}

.mission-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

/* Left Image & Yellow Background Column */
.mission-image-col {
    flex: 1.1;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 480px;
}

/* Solid Yellow Half Background Block */
.yellow-bg-block {
    position: absolute;
    top: -60px; /* Extends to top edge */
    bottom: -60px; /* Extends to bottom edge */
    left: -100px;
    width: 55%;
    background-color: #e5b312; /* Golden Yellow */
    z-index: 1;
}

/* Main Image Overlap */
.mission-main-image {
    position: relative;
    width: 85%;
    left: 40px;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

.mission-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Right Content Column */
.mission-content-col {
    flex: 0.9;
    padding: 0 5% 0 3%;
    z-index: 5;
}

/* Top 3 Yellow Dots */
.mission-dots {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}
.mission-dots span {
    width: 12px;
    height: 12px;
    background-color: #e5b312;
    border-radius: 50%;
}

/* Mission Heading */
.mission-title {
    font-size: 5rem;
    font-weight: 900;
    color: #e5b312;
    margin: 0 0 25px 0;
    letter-spacing: 2px;
    line-height: 1;
}

/* Mission Text Description */
.mission-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ced0db;
    margin-bottom: 35px;
    font-weight: 400;
    max-width: 520px;
}

/* Website Footer Link Inside Section */
.mission-link {
    color: #e5b312;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: opacity 0.3s ease;
}
.mission-link:hover {
    opacity: 0.8;
}

/* Decorative Circle Stripes Graphic (Bottom Right) */
.mission-shape.bottom-right-stripes {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: repeating-linear-gradient(135deg, transparent, transparent 12px, rgba(255, 255, 255, 0.08) 12px, rgba(255, 255, 255, 0.08) 16px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Responsive Handling for Tablets/Mobiles */
@media (max-width: 991px) {
    .mission-container {
        flex-direction: column;
        gap: 50px;
    }
    .mission-image-col {
        width: 100%;
        min-height: auto;
        justify-content: center;
    }
    .yellow-bg-block {
        width: 100%;
        height: 250px;
        top: 20px;
        left: 0;
    }
    .mission-main-image {
        width: 85%;
        left: 0;
        margin-top: 40px;
    }
    .mission-content-col {
        width: 100%;
        padding: 0 5%;
    }
    .mission-title {
        font-size: 3.5rem;
    }
    .mission-shape.bottom-right-stripes {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62016dd *//* Section Base Background */
.why-acro-section {
    background-color: #1a192b; /* Same Theme Dark Blue */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 80px 0 60px 0;
    color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
}

.why-acro-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Header Wrapper with Corner Brackets */
.why-header-wrapper {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding: 20px 40px;
}

/* Yellow Corner Brackets Design */
.corner-bracket {
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #e5b312; /* Golden Yellow */
    border-style: solid;
    pointer-events: none;
}
.left-bracket {
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px; /* Top-Left corner */
}
.right-bracket {
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0; /* Top-Right corner */
}

/* Main Heading Style */
.why-title {
    font-size: 4rem;
    font-weight: 900;
    color: #e5b312;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.why-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #ced0db;
    margin: 0;
    font-weight: 400;
    opacity: 0.85;
}

/* 3-Column Responsive Grid */
.why-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
}

.why-card {
    flex: 1;
}

/* Off-White Thick Framed Card Look */
.card-inner {
    background-color: #f2efe9; /* Light elegant off-white background frame */
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}
.card-inner:hover {
    transform: translateY(-5px); /* Gentle hover effect */
}

/* Image Container Inside Frame */
.card-image-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
}

.card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Yellow Strip Label at Card Bottom */
.card-label {
    background-color: #e5b312;
    color: #1a192b; /* Dark text on yellow strip */
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding: 15px 10px;
    letter-spacing: 0.5px;
}

/* Footer Link Style */
.why-footer {
    text-align: center;
    margin-top: 20px;
}
.why-site-link {
    color: #ced0db;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.why-site-link:hover {
    opacity: 1;
    color: #e5b312;
}

/* Responsive Styles for Tablets and Mobile Devices */
@media (max-width: 991px) {
    .why-grid {
        flex-direction: column;
        gap: 40px;
    }
    .why-title {
        font-size: 2.8rem;
    }
    .corner-bracket {
        width: 25px;
        height: 25px;
    }
    .card-image-box {
        height: 300px; /* Adjust portrait aspect ratio for mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d238f95 *//* Services Section Container */
.services-section {
    background-color: #1a192b; /* Same Theme Dark Blue */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
}

.services-container {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

/* Left Side: Services List Column */
.services-content-col {
    flex: 1.1;
    padding: 0 5%;
    z-index: 5;
}

.services-main-title {
    font-size: 5rem;
    font-weight: 900;
    color: #e5b312; /* Golden Yellow */
    margin: 0 0 45px 0;
    letter-spacing: 1px;
}

/* Service Rows Alignment */
.service-row {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 40px;
}

/* Yellow Square Icon Boxes */
.service-icon-box {
    width: 75px;
    height: 75px;
    background-color: #e5b312;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 4px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.custom-icon {
    font-size: 28px;
    color: #1a192b;
}

/* Service Text Typography */
.service-text-box {
    flex: 1;
}

.service-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.service-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ced0db;
    margin: 0;
    text-align: justify;
}

/* Right Side: Mockup Frame Column */
.services-image-col {
    flex: 0.9;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2%;
}

/* Yellow Side Accent Box behind the tablet */
.right-yellow-accent {
    position: absolute;
    right: -50px;
    width: 120px;
    height: 220px;
    background-color: #e5b312;
    z-index: 1;
}

/* Tablet Screen Mockup Design */
.tablet-frame {
    position: relative;
    width: 85%;
    background-color: #1a192b;
    border: 14px solid #e5b312; /* Thicker yellow border acting as frame */
    border-radius: 35px; /* Smooth rounded device corners */
    overflow: hidden;
    z-index: 2;
    box-shadow: -15px 20px 40px rgba(0,0,0,0.4);
}

/* Small Device Notch Indicator on top center of tablet */
.tablet-camera-dot {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #1a192b;
    border-radius: 50%;
    z-index: 3;
}

.tablet-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Top Left Background Decoration Stripes */
.serv-shape.top-left-stripes {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(255, 255, 255, 0.05) 15px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .services-container {
        flex-direction: column;
        gap: 60px;
    }
    .services-main-title {
        font-size: 3.5rem;
    }
    .services-image-col {
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }
    .tablet-frame {
        width: 75%;
    }
    .right-yellow-accent {
        display: none; /* Mobile breakdown me cleanly hide */
    }
    .serv-shape.top-left-stripes {
        display: none;
    }
}

@media (max-width: 576px) {
    .service-row {
        flex-direction: column;
        gap: 15px;
    }
    .tablet-frame {
        width: 95%;
        border-width: 8px; /* Slightly thin borders for small mobile devices */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27206a5 *//* Base Container Styling */
.other-services-section {
    background-color: #1a192b; /* Core Dark Blue Background */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 60px 0 80px 0;
    overflow: hidden;
    box-sizing: border-box;
}

/* Half Yellow Top Strip Decoration */
.yellow-top-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px; /* Adjusts how far down the yellow background goes behind cards */
    background-color: #e5b312; /* Golden Yellow */
    z-index: 1;
}

.os-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2; /* Content stays on top of yellow banner */
    text-align: center;
}

/* Responsive 4-Column Grid Layout */
.os-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.os-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    background-color: #1a192b;
}

/* Image Frame Box inside Card */
.os-image-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.os-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Dark text label on Yellow Base strip */
.os-label {
    background-color: #e5b312;
    color: #1a192b;
    font-size: 1.15rem;
    font-weight: 700;
    text-align: center;
    padding: 18px 10px;
    text-transform: none;
    letter-spacing: 0.3px;
}

/* Centered Main Title below the Cards */
.os-main-title {
    font-size: 4.2rem;
    font-weight: 900;
    color: #e5b312;
    margin: 40px 0 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

/* Bottom Dot Grid Matrices (Left and Right) */
.os-dots {
    position: absolute;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: rgba(255, 255, 255, 0.15); /* Soft gray/white look */
    font-size: 11px;
    letter-spacing: 12px;
    line-height: 1;
    pointer-events: none;
    z-index: 1;
}
.os-dots-left { left: 40px; }
.os-dots-right { right: 25px; }

/* Responsive Layout for Tablets and Smaller Screens */
@media (max-width: 991px) {
    .os-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2x2 layout on tablets */
        gap: 25px;
    }
    .os-main-title {
        font-size: 3rem;
    }
    .yellow-top-banner {
        height: 480px; /* Increases banner depth to cover double row */
    }
}

@media (max-width: 576px) {
    .os-grid {
        grid-template-columns: 1fr; /* 1 Column on mobile devices */
        gap: 30px;
    }
    .os-main-title {
        font-size: 2.3rem;
    }
    .yellow-top-banner {
        height: 1000px; /* Covers full vertical card stack */
    }
    .os-image-box {
        height: 250px;
    }
    .os-dots {
        display: none; /* Hide dots on mobile for cleaner look */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-346c001 *//* Core Layout Styling */
.voice-sms-stats-section {
    background-color: #1a192b; /* Core Dark Blue Background */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.vss-container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    min-height: 550px;
}

/* --- Left Side: Solid Yellow Column --- */
.vss-left-panel {
    flex: 1;
    background-color: #e5b312; /* Golden Yellow */
    display: flex;
    justify-content: flex-end; /* Aligns inner content towards center split */
    align-items: center;
    padding: 60px 4% 60px 4%;
}

.vss-left-content {
    max-width: 500px; /* Restricts text stretching */
    width: 100%;
}

/* Stat Elements Inside Left Side */
.stat-item {
    margin-bottom: 45px;
}
.stat-item:last-child {
    margin-bottom: 0;
}

.stat-badge {
    background-color: #1a192b; /* Dark Navy Blue Box */
    color: #ffffff;
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 800;
    padding: 10px 18px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.stat-heading {
    font-size: 1.4rem;
    font-weight: 800;
    color: #1a192b;
    margin: 0 0 10px 0;
    letter-spacing: 0.5px;
}

.stat-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #1a192b;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}

/* --- Right Side: Dark Navy Column --- */
.vss-right-panel {
    flex: 1.2;
    display: flex;
    justify-content: flex-start; /* Aligns contents neatly from center split */
    align-items: center;
    padding: 60px 5% 60px 5%;
}

.vss-right-content {
    max-width: 600px;
    width: 100%;
}

/* Top 3 Yellow Dots */
.vss-dots {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}
.vss-dots span {
    width: 14px;
    height: 14px;
    background-color: #e5b312;
    border-radius: 50%;
}

.vss-main-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.vss-main-desc {
    font-size: 1.05rem;
    line-height: 1.5;
    color: #ced0db;
    margin-bottom: 40px;
    font-weight: 500;
}

/* White Frame Box Around Right Side Image */
.vss-image-frame {
    background-color: #ffffff;
    padding: 15px; /* Creates the clean white mat border */
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.vss-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- Responsive Adjustments for Mobile and Tablets --- */
@media (max-width: 991px) {
    .vss-container {
        flex-direction: column; /* Vertical layout stack */
    }
    .vss-left-panel {
        justify-content: center;
        padding: 50px 25px;
    }
    .vss-right-panel {
        justify-content: center;
        padding: 50px 25px;
    }
    .vss-main-title {
        font-size: 2.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e0fe1c *//* Core Layout Styling */
.countries-offering-section {
    background-color: #1a192b; /* Core Dark Blue Background */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.countries-container {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    min-height: 580px;
}

/* --- Left Side: Dark Navy Blue Column --- */
.countries-left-panel {
    flex: 1;
    display: flex;
    justify-content: flex-end; /* Aligns inner content towards center split */
    align-items: center;
    padding: 60px 5% 60px 6%;
    position: relative;
    z-index: 2;
}

.countries-left-content {
    max-width: 500px;
    width: 100%;
}

.countries-sub-title {
    font-size: 1.8rem;
    color: #e5b312; /* Golden Yellow Subtitle */
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.countries-main-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 35px 0;
    letter-spacing: 1px;
}

/* Thick Yellow Decorative Rectangle Line */
.countries-yellow-bar {
    width: 110px;
    height: 24px;
    background-color: #e5b312;
    margin-bottom: 30px;
}

.countries-site-link {
    color: #ced0db;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.countries-site-link:hover {
    opacity: 1;
    color: #e5b312;
}

/* --- Right Side: Solid Yellow Column --- */
.countries-right-panel {
    flex: 1.1;
    background-color: #e5b312; /* Golden Yellow Background */
    display: flex;
    justify-content: flex-start; /* Aligns contents from center split */
    align-items: center;
    padding: 60px 4% 60px 5%;
}

.countries-list-wrapper {
    display: flex;
    gap: 60px; /* Space between two columns of countries */
    width: 100%;
    max-width: 600px;
}

.country-list-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Spacing between each country name */
}

/* Individual Country Styling */
.country-item {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a192b; /* Dark Navy text color on yellow background */
    display: flex;
    align-items: center;
    justify-content: space-between; /* Pushes the emoji flag to the right side seamlessly */
    border-bottom: 1px solid rgba(26, 25, 43, 0.08); /* Subtle separator line */
    padding-bottom: 4px;
}

/* Top Left Background Decoration Stripes */
.countries-shape.top-left-stripes-graphic {
    position: absolute;
    top: -60px;
    left: -60px;
    width: 320px;
    height: 320px;
    background: repeating-linear-gradient(135deg, transparent, transparent 15px, rgba(255, 255, 255, 0.04) 15px, rgba(255, 255, 255, 0.04) 20px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* --- Responsive Adjustments for Mobile and Tablets --- */
@media (max-width: 991px) {
    .countries-container {
        flex-direction: column; /* Vertical layout stack */
    }
    .countries-left-panel {
        justify-content: center;
        padding: 60px 25px 40px 25px;
        text-align: center;
    }
    .countries-yellow-bar {
        margin: 0 auto 30px auto; /* Centers the yellow bar on mobile */
    }
    .countries-right-panel {
        justify-content: center;
        padding: 50px 25px;
    }
    .countries-list-wrapper {
        gap: 30px;
    }
    .countries-main-title {
        font-size: 2.6rem;
    }
    .countries-shape.top-left-stripes-graphic {
        display: none;
    }
}

@media (max-width: 576px) {
    .countries-list-wrapper {
        flex-direction: column; /* Stack country columns on top of each other on small devices */
        gap: 10px;
    }
    .country-item {
        font-size: 1.1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd4eeff *//* Main Section Background */
.team-payment-section {
    background-color: #1a192b; /* Core Dark Blue Theme Background */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 100px 0 80px 0;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
}

.tp-container {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    gap: 50px;
}

/* Two Equal Columns Split */
.tp-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Common Headings Style */
.tp-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #e5b312; /* Golden Yellow Title */
    margin: 0 0 40px 0;
    letter-spacing: 0.5px;
}

/* --- Left Column: Team Custom Elements --- */
.tp-team-image {
    width: 100%;
    max-width: 450px;
    margin-bottom: 30px;
}

.tp-team-image img {
    width: 100%;
    height: auto;
    display: block;
}

.tp-team-desc {
    font-size: 1.15rem;
    line-height: 1.5;
    color: #e5b312; /* Matching Yellow Text description from image */
    max-width: 480px;
    font-weight: 500;
    margin: 0;
}

/* --- Right Column: Payment Grid Elements --- */
.payment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Columns Grid for Icons */
    gap: 40px 30px;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    align-items: center;
    justify-items: center;
}

.payment-icon-item {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.payment-icon-item:hover {
    transform: scale(1.1); /* Gentle pop effect on hover */
}

.payment-icon-item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

/* --- Background Geometrical Semi-Circles --- */
.tp-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    background-color: #e5b312;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.tp-circle-left {
    top: -110px;
    left: -110px; /* Cuts half circle on top-left */
}

.tp-circle-right {
    top: -110px;
    right: -110px; /* Cuts half circle on top-right */
}

/* --- Mobile and Tablet Breakdowns --- */
@media (max-width: 991px) {
    .tp-container {
        flex-direction: column; /* Stack vertically on tablets/mobiles */
        gap: 80px;
    }
    .tp-title {
        font-size: 2.8rem;
        margin-bottom: 25px;
    }
    .payment-grid {
        gap: 30px 20px;
    }
    .payment-icon-item {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .payment-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns on small phones */
    }
    .tp-title {
        font-size: 2.2rem;
    }
    .tp-circle {
        width: 140px;
        height: 140px;
        top: -70px;
    }
    .tp-circle-left { left: -70px; }
    .tp-circle-right { right: -70px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9267b66 *//* Section Base Container Styling */
.acro-group-section {
    background-color: #1a192b; /* Core Dark Blue Background */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 90px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.ag-container {
    display: flex;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    align-items: center;
    gap: 40px;
}

/* --- Left Column Elements --- */
.ag-content-col {
    flex: 0.9;
    z-index: 5;
}

.ag-yellow-accent-bar {
    width: 65px;
    height: 14px;
    background-color: #e5b312; /* Golden Yellow Accent Block */
    margin-bottom: 20px;
}

.ag-main-title {
    font-size: 3.8rem;
    font-weight: 900;
    color: #e5b312;
    line-height: 1.1;
    margin: 0 0 45px 0;
    letter-spacing: 0.5px;
}

/* Divisions Box List */
.ag-divisions-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e5b312;
    margin: 0 0 15px 0;
}

.ag-divisions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ag-divisions-list li {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

/* --- Right Column: 2x2 Yellow Grid --- */
.ag-grid-col {
    flex: 1.1;
    z-index: 5;
}

.ag-companies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Generates 2 equal columns grid */
    gap: 25px; /* Spacing between tiles */
}

/* Individual Solid Yellow Tile */
.ag-company-tile {
    background-color: #e5b312;
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    min-height: 240px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
}

.ag-company-tile:hover {
    transform: translateY(-5px); /* Gentle interactive pop-up on hover */
}

.ag-tile-heading {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a192b;
    margin: 0 0 15px 0;
}

/* Inside container wrapping logo image cleanly */
.ag-logo-container {
    width: 100%;
    max-width: 210px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.ag-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* Links inside yellow boxes */
.ag-tile-link {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a192b;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.ag-tile-link:hover {
    text-decoration: underline;
}

/* --- Top Right Decorative Diagonal Stripes --- */
.ag-shape.top-right-stripes {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 400px;
    height: 400px;
    background: repeating-linear-gradient(135deg, transparent, transparent 18px, rgba(255, 255, 255, 0.05) 18px, rgba(255, 255, 255, 0.05) 24px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* --- Mobile and Tablet Breakdowns --- */
@media (max-width: 991px) {
    .ag-container {
        flex-direction: column; /* Stacks layout on small viewports */
        gap: 60px;
    }
    .ag-content-col {
        width: 100%;
        text-align: center;
    }
    .ag-yellow-accent-bar {
        margin: 0 auto 20px auto;
    }
    .ag-main-title {
        font-size: 3rem;
    }
    .ag-grid-col {
        width: 100%;
    }
    .ag-shape.top-right-stripes {
        display: none; /* Hide background mesh graphics on mobile */
    }
}

@media (max-width: 576px) {
    .ag-companies-grid {
        grid-template-columns: 1fr; /* 1 full column tiles on phone screens */
        gap: 20px;
    }
    .ag-main-title {
        font-size: 2.3rem;
    }
    .ag-divisions-list li {
        font-size: 1.2rem;
    }
    .ag-company-tile {
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74db08f *//* Footer Base Container Styling */
.acro-footer-section {
    background-color: #1a192b; /* Core Theme Dark Blue */
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    padding: 60px 0 30px 0;
    box-sizing: border-box;
    color: #ffffff;
}

.footer-outer-wrapper {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

/* Yellow Inner Border Box Layout */
.footer-border-frame {
    border: 3px solid #e5b312; /* Golden Yellow Thin Border */
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

/* Triple Dot Sub-graphics */
.footer-dots {
    display: flex;
    gap: 8px;
}
.footer-dots span {
    width: 12px;
    height: 12px;
    background-color: #e5b312;
    border-radius: 50%;
}

/* Huge Bold Centered Title */
.footer-brand-title {
    font-size: 4.8rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.05;
    letter-spacing: 2px;
    margin: 25px 0;
    text-transform: uppercase;
}

/* Bottom Meta Columns Bar Alignment */
.footer-meta-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05); /* Soft divider */
    padding-top: 20px;
}

.footer-meta-item {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Metabar links decoration */
.footer-meta-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-meta-item a:hover {
    color: #e5b312; /* Yellow highlights on hover */
}

/* Left-aligned content transformation */
.footer-regions {
    color: #ffffff;
    text-transform: uppercase;
}

/* Center link font treatment */
.footer-domain {
    text-align: center;
}

/* Right-aligned text */
.footer-email {
    text-align: right;
}

/* --- Responsive Adjustments for Smaller Viewports --- */
@media (max-width: 991px) {
    .footer-brand-title {
        font-size: 3.5rem;
    }
    .footer-border-frame {
        padding: 50px 15px;
    }
}

@media (max-width: 768px) {
    /* Stack metadata vertically on tablets and mobiles */
    .footer-meta-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .footer-email {
        text-align: center;
    }
    .footer-brand-title {
        font-size: 2.8rem;
    }
    .footer-border-frame {
        border-width: 2px; /* Marginally thinner border lines for mobile screens */
    }
}/* End custom CSS */