.elementor-6 .elementor-element.elementor-element-f4538dc{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-ddb6502{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-2ae08d2{--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;}.elementor-6 .elementor-element.elementor-element-2609c08{--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;}.elementor-6 .elementor-element.elementor-element-4f09296{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-44adfc5{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-bb2a64d{--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;}.elementor-6 .elementor-element.elementor-element-420bdc1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8e10416 *//* --- Google Font --- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    /* Logo Themes */
    --brand-teal: #009688;       /* मुख्य लोगो टील कलर */
    --brand-dark: #123330;       /* डार्क टील टेक्स्टसाठी */
    --brand-orange: #FF9800;     /* हायलाईटसाठी ऑरेंज */
    --form-bg: #FFFFFF;
    --text-muted: #64748B;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hero-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 100px 0;
    background: radial-gradient(circle at 80% 20%, rgba(0, 150, 136, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 20% 80%, rgba(255, 152, 0, 0.08) 0%, transparent 50%),
                #FAFEFE;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* डावा भाग (Content) */
.location-tag {
    display: inline-flex;
    align-items: center;
    background-color: rgba(0, 150, 136, 0.1);
    color: var(--brand-teal);
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 150, 136, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title {
    font-size: 3.2rem;
    color: var(--brand-dark);
    line-height: 1.15;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1px;
}

.hero-description {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-description strong {
    color: var(--brand-teal);
}

.hero-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-item {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-dark);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

/* उजवा भाग - प्रीमियम फॉर्म (Form Container) */
.form-container {
    background: var(--form-bg);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(18, 51, 48, 0.08);
    border: 1px solid rgba(0, 150, 136, 0.1);
    position: relative;
}

.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--brand-teal), var(--brand-orange));
    border-radius: 24px 24px 0 0;
}

.form-header h3 {
    font-size: 1.5rem;
    color: var(--brand-dark);
    font-weight: 700;
    margin-bottom: 6px;
}

.form-header p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Inputs आणि Select स्टाइल */
input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
    color: var(--brand-dark);
    background-color: #F8FAFC;
}

input:focus,
select:focus {
    border-color: var(--brand-teal);
    background-color: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(0, 150, 136, 0.15);
}

/* बटन (Action Button) */
.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-orange) 0%, #F57C00 100%);
    color: #FFFFFF;
    border: none;
    padding: 16px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 152, 0, 0.5);
}

/* Responsive (मोबाईलसाठी अनुकूल) */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .hero-title {
        font-size: 2.4rem;
    }
    .hero-features {
        justify-content: center;
    }
    .form-container {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 60px 0;
    }
    .hero-title {
        font-size: 2rem;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .form-container {
        padding: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-94cb814 *//* --- Google Font --- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    /* Logo Themes */
    --brand-teal: #009688;       /* मुख्य लोगो टील कलर */
    --brand-dark: #123330;       /* डार्क टील टेक्स्टसाठी */
    --brand-orange: #FF9800;     /* हायलाईटसाठी ऑरेंज */
    --form-bg: #FFFFFF;
    --text-muted: #64748B;
}

.hero-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 100px 0;
    background: radial-gradient(circle at 80% 20%, rgba(0, 150, 136, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 20% 80%, rgba(255, 152, 0, 0.08) 0%, transparent 50%),
                #FAFEFE;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* डावा भाग (Content) */
.location-tag {
    display: inline-flex;
    align-items: center;
    background-color: rgba(0, 150, 136, 0.1);
    color: var(--brand-teal);
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 150, 136, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title {
    font-size: 3.2rem;
    color: var(--brand-dark);
    line-height: 1.15;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -1px;
}

.hero-description {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-description strong {
    color: var(--brand-teal);
}

.hero-features {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-item {
    background-color: var(--white);
    border: 1px solid #E2E8F0;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-dark);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

/* उजवा भाग - प्रीमियम फॉर्म (Form Container) */
.form-container {
    background: var(--form-bg);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(18, 51, 48, 0.08);
    border: 1px solid rgba(0, 150, 136, 0.1);
    position: relative;
}

.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, var(--brand-teal), var(--brand-orange));
    border-radius: 24px 24px 0 0;
}

.form-header h3 {
    font-size: 1.5rem;
    color: var(--brand-dark);
    font-weight: 700;
    margin-bottom: 6px;
}

.form-header p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* Inputs आणि Select स्टाइल */
input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 100%;
    padding: 14px 18px;
    border: 1.5px solid #E2E8F0;
    border-radius: 12px;
    font-family: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
    color: var(--brand-dark);
    background-color: #F8FAFC;
}

input:focus,
select:focus {
    border-color: var(--brand-teal);
    background-color: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(0, 150, 136, 0.15);
}

/* बटन (Action Button) */
.btn-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-orange) 0%, #F57C00 100%);
    color: #FFFFFF;
    border: none;
    padding: 16px;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4);
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 152, 0, 0.5);
}

/* Responsive (मोबाईलसाठी अनुकूल) */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .hero-title {
        font-size: 2.4rem;
    }
    .hero-features {
        justify-content: center;
    }
    .form-container {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 60px 0;
    }
    .hero-title {
        font-size: 2rem;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .form-container {
        padding: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-da2203c *//* --- Counter Section Styles --- */
.stats-section {
    padding: 60px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Premium Card Design with Glassmorphism Touch */
.stat-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 24px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 25px rgba(148, 163, 184, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover Effect */
.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(0, 150, 136, 0.08);
    border-color: rgba(0, 150, 136, 0.2);
}

/* Icon Wrapper Styles */
.stat-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

/* Brand Teal Colors */
.teal-icon {
    background-color: rgba(0, 150, 136, 0.1);
    color: #009688;
}

/* Brand Orange Colors */
.orange-icon {
    background-color: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

/* Text Formatting */
.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0F172A; /* Slate 900 - Extra Deep Blue/Black */
    line-height: 1.2;
    margin-bottom: 4px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748B; /* Slate 500 - Professional Muted Grey */
    font-weight: 600;
    line-height: 1.4;
}

/* --- Responsive Media Queries --- */

@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr); /* Tablets वर 2-2 चे रोज दिसतील */
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr; /* मोबाईलवर एकाखाली एक सिंगल कॉलम */
        gap: 16px;
    }
    
    .stat-card {
        padding: 20px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a677e61 *//* --- Core Structure --- */
.about-section {
    padding: 100px 0;
    background-color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* डावा भाग - Content Design */
.sub-title {
    display: inline-block;
    color: #FF8C00;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.5rem;
    color: #0A2523;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.about-text {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 18px;
    text-align: justify;
}

.about-text strong {
    color: #00796B;
}

/* --- उजवा भाग: ULTRA-PREMIUM ROYALLY CUSTOMIZED BOX --- */
.ultimate-peacock-card {
    position: relative;
    background: linear-gradient(135deg, #004D40 0%, #002824 100%);
    border: 5px solid #FF8C00; /* हुबेहूब इमेजप्रमाणे आकर्षक थिक ऑरेंज बॉर्डर */
    padding: 45px 35px;
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(0, 77, 64, 0.3);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* मोरपंखी विंटेज पॅटर्न टेक्स्चर (CSS द्वारा जनरेट केलेला पॅटर्न) */
.peacock-pattern-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0.06;
    background-image: radial-gradient(circle at 100% 150%, #ffffff 24%, white 25%, transparent 28%),
                      radial-gradient(circle at 0% 150%, #ffffff 24%, white 25%, transparent 28%);
    background-size: 24px 36px;
    pointer-events: none;
    z-index: 1;
}

/* कार्ड वरील लायटिंग शाईन इफेक्ट (Shimmer Effect) */
.card-shimmer {
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-25deg);
    z-index: 2;
    transition: none;
}

.ultimate-peacock-card:hover .card-shimmer {
    left: 200%;
    transition: all 0.8s ease-in-out;
}

.ultimate-peacock-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 40, 36, 0.45);
    border-color: #FFA726;
}

.card-wrapper {
    position: relative;
    z-index: 3;
}

/* हेडर आणि ॲनिमेशन आयकॉन */
.action-header {
    text-align: center;
    margin-bottom: 30px;
}

.pulsing-call-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 12px auto;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulseIcon 2s infinite;
}

@keyframes pulseIcon {
    70% { box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.action-header h3 {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* नंबर्स डिस्प्ले बॉक्स - ट्रान्सपरंट लुक */
.numbers-display-box {
    background: rgba(0, 30, 27, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 30px;
    backdrop-filter: blur(8px);
}

.premium-number-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.row-tag {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.row-tag.gold-tag {
    color: #FCD34D; /* Elegant Soft Gold */
}

.row-tag.green-tag {
    color: #4ADE80; /* Elegant Mint Green */
}

.display-digits {
    font-size: 2.3rem;
    font-weight: 800;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.1;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.display-digits.color-gold {
    color: #FFD700; /* ट्रू गोल्डन कलर टोल फ्री साठी */
}

.display-digits:hover {
    color: #FF8C00;
    transform: scale(1.02);
}

.row-separator-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
    margin: 20px 0;
}

/* बॉटम क्लीक बटन लिंक */
.royal-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FFFFFF;
    color: #004D40;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.royal-action-link:hover {
    background-color: #FF8C00;
    color: #FFFFFF;
    box-shadow: 0 10px 25px rgba(255, 140, 0, 0.4);
}

.royal-action-link:hover .animate-arrow {
    transform: translateX(6px);
}

.animate-arrow {
    transition: transform 0.3s ease;
}

/* --- Responsive Adaptations --- */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .ultimate-peacock-card {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 60px 0;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .ultimate-peacock-card {
        padding: 35px 20px;
    }
    .action-header h3 {
        font-size: 1.8rem;
    }
    .display-digits {
        font-size: 1.85rem;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-79828e8 *//* --- आयकॉन्स दिसण्यासाठी CSS (`::before` वापरून) --- */

/* 1. Education Consultancy Icon (Cap) */
.education-icon::before {
    content: "🎓";
    font-size: 1.8rem;
}

/* 2. Visa Assistance Icon (Passport/File) */
.visa-icon::before {
    content: "📋";
    font-size: 1.8rem;
}

/* 3. PR Pathways Icon (Signpost) */
.pr-icon::before {
    content: "🪧";
    font-size: 1.8rem;
}

/* बटनामधील अ‍ॅरो (Arrow) ऑटोमॅटिक दाखवण्यासाठी */
.arrow-circle::before {
    content: "→";
    font-size: 1rem;
    font-weight: 700;
}

/* --- तुमची मूळ CSS (जशी आहे तशी) --- */
.services-section {
    padding: 100px 0;
    background-color: #F8FAFC; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
}

.services-header {
    text-align: center;
    margin-bottom: 65px;
}

.services-sub {
    color: #FF8C00;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.services-title {
    font-size: 2.7rem;
    color: #0A2523;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0;
}

.header-line {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #00796B, #FF8C00);
    margin: 18px auto 0 auto;
    border-radius: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.service-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 121, 107, 0.07);
    padding: 45px 35px;
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(10, 37, 35, 0.02);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.card-glow-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at top right, rgba(0, 121, 107, 0.04) 0%, transparent 60%);
    pointer-events: none;
    transition: all 0.5s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 77, 64, 0.1);
    border-color: rgba(0, 121, 107, 0.25);
}

.service-card:hover .card-glow-layer {
    background: radial-gradient(circle at top right, rgba(255, 140, 0, 0.08) 0%, transparent 60%);
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 5px;
    background: linear-gradient(90deg, #00796B, #FF8C00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-card:hover::after {
    transform: scaleX(1);
}

.service-icon-box {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.teal-glow-box {
    background: linear-gradient(135deg, rgba(0, 121, 107, 0.08) 0%, rgba(0, 121, 107, 0.02) 100%);
    color: #00796B;
    border: 1px solid rgba(0, 121, 107, 0.1);
}

.orange-glow-box {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.08) 0%, rgba(255, 140, 0, 0.02) 100%);
    color: #FF8C00;
    border: 1px solid rgba(255, 140, 0, 0.1);
}

.service-card:hover .service-icon-box {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(0, 121, 107, 0.1);
}

.service-card:hover .orange-glow-box {
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.1);
}

.service-card-title {
    font-size: 1.45rem;
    color: #0A2523;
    font-weight: 700;
    margin-bottom: 16px;
}

.service-card-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1;
}

.card-arrow-link-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #00796B;
    margin-top: auto;
}

.arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 121, 107, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-card:hover .card-arrow-link-wrapper {
    color: #FF8C00;
}

.service-card:hover .arrow-circle {
    background-color: #FF8C00;
    color: #FFFFFF;
    transform: translateX(4px);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .services-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 600px) {
    .services-section {
        padding: 60px 0;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .service-card {
        padding: 35px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f06e4d0 *//* --- Ultra Premium Services Section --- */
.services-section {
    padding: 100px 0;
    background-color: #F8FAFC; 
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
}

/* हेडर डिझाईन */
.services-header {
    text-align: center;
    margin-bottom: 65px;
}

.services-sub {
    color: #FF8C00; /* Brand Orange */
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.services-title {
    font-size: 2.7rem;
    color: #0A2523; /* Deep Dark Teal */
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0;
}

.header-line {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #00796B, #FF8C00);
    margin: 18px auto 0 auto;
    border-radius: 50px;
}

/* ३-कॉलम ग्रीड लेआउट */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* सुपर-प्रीमियम थ्रीडी सर्विस कार्ड */
.service-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 121, 107, 0.07);
    padding: 45px 35px;
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(10, 37, 35, 0.02);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* इनर न्युमॉर्फिक रिफ्लेक्शन लेअर */
.card-glow-layer {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle at top right, rgba(0, 121, 107, 0.04) 0%, transparent 60%);
    pointer-events: none;
    transition: all 0.5s ease;
}

/* कार्ड हॉव्हर इफेक्ट्स */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 77, 64, 0.1);
    border-color: rgba(0, 121, 107, 0.25);
}

.service-card:hover .card-glow-layer {
    background: radial-gradient(circle at top right, rgba(255, 140, 0, 0.08) 0%, transparent 60%);
}

/* बॉटम मधील अ‍ॅनिमेटेड बॉर्डर लाईन */
.service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; width: 100%; height: 5px;
    background: linear-gradient(90deg, #00796B, #FF8C00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.service-card:hover::after {
    transform: scaleX(1);
}

/* आयकॉन बॉक्सेस स्टाइल */
.service-icon-box {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.teal-glow-box {
    background: linear-gradient(135deg, rgba(0, 121, 107, 0.08) 0%, rgba(0, 121, 107, 0.02) 100%);
    color: #00796B;
    border: 1px solid rgba(0, 121, 107, 0.1);
}

.orange-glow-box {
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.08) 0%, rgba(255, 140, 0, 0.02) 100%);
    color: #FF8C00;
    border: 1px solid rgba(255, 140, 0, 0.1);
}

/* हॉव्हर झाल्यावर आयकॉन वर हलकी हालचाल */
.service-card:hover .service-icon-box {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(0, 121, 107, 0.1);
}

.service-card:hover .orange-glow-box {
    box-shadow: 0 10px 20px rgba(255, 140, 0, 0.1);
}

/* कार्ड टायटल आणि डिस्क्रिप्शन */
.service-card-title {
    font-size: 1.45rem;
    color: #0A2523;
    font-weight: 700;
    margin-bottom: 16px;
}

.service-card-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1; /* डिस्क्रिप्शन लहान-मोठे असले तरी बटन एका लाईन मध्ये राहतील */
}

/* व्हॉट्सॲप एरो लिंक डिझाईन */
.card-arrow-link-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 0.98rem;
    font-weight: 700;
    color: #00796B;
    margin-top: auto;
}

.arrow-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 121, 107, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.service-card:hover .card-arrow-link-wrapper {
    color: #FF8C00;
}

.service-card:hover .arrow-circle {
    background-color: #FF8C00;
    color: #FFFFFF;
    transform: translateX(4px);
}

/* --- Responsive Media Queries --- */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .services-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 600px) {
    .services-section {
        padding: 60px 0;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .service-card {
        padding: 35px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c24e647 *//* --- Services Section Styles --- */
.services-section {
    padding: 100px 0;
    background-color: #F8FAFC; /* Clean off-white background */
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
}

/* हेडर डिझाईन */
.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-sub {
    color: #FF8C00; /* Brand Orange */
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 8px;
}

.services-title {
    font-size: 2.6rem;
    color: #0A2523; /* Deep Dark Teal */
    font-weight: 800;
    letter-spacing: -0.5px;
    margin: 0;
}

.header-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #00796B, #FF8C00);
    margin: 16px auto 0 auto;
    border-radius: 2px;
}

/* सर्विसेस ३-कॉलम ग्रिड */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* प्रीमियम सर्विस कार्ड डिझाईन */
.service-card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 121, 107, 0.08);
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(10, 37, 35, 0.03);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}

/* बॅकग्राउंड रिफ्लेक्शन इफेक्ट */
.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 121, 107, 0.03) 0%, transparent 70%);
    pointer-events: none;
    transition: transform 0.5s ease;
}

/* कार्ड हॉव्हर इफेक्ट्स */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 77, 64, 0.08);
    border-color: rgba(0, 121, 107, 0.2);
}

.service-card:hover .card-glow {
    transform: scale(1.2);
}

.service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00796B, #FF8C00);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover::after {
    transform: scaleX(1);
}

/* आयकॉन बॉक्सेस */
.service-icon-box {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 28px;
    transition: transform 0.3s ease;
}

.teal-glow {
    background-color: rgba(0, 121, 107, 0.08);
    color: #00796B;
}

.orange-glow {
    background-color: rgba(255, 140, 0, 0.08);
    color: #FF8C00;
}

.service-card:hover .service-icon-box {
    transform: scale(1.08) rotate(3deg);
}

/* कार्ड टेक्स्ट */
.service-card-title {
    font-size: 1.4rem;
    color: #0A2523;
    font-weight: 700;
    margin-bottom: 14px;
}

.service-card-desc {
    font-size: 0.98rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1; /* मजकूर कमी-जास्त असला तरी बटने एका रेषेत राहतील */
}

/* एरो लिंक */
.card-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #00796B;
    transition: color 0.3s;
}

.card-arrow-link i {
    transition: transform 0.3s ease;
    font-size: 0.85rem;
}

.service-card:hover .card-arrow-link {
    color: #FF8C00;
}

.service-card:hover .card-arrow-link i {
    transform: translateX(5px);
}

/* --- Responsive Media Queries --- */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); /* टॅब्लेटवर २ कॉलम्स */
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .services-title {
        font-size: 2.1rem;
    }
}

@media (max-width: 600px) {
    .services-section {
        padding: 60px 0;
    }
    .services-grid {
        grid-template-columns: 1fr; /* मोबाईलवर सिंगल कॉलम */
        gap: 20px;
    }
    .service-card {
        padding: 30px 24px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4b0222e *//* --- Parallax CTA Section Styles --- */
.parallax-cta-section {
    position: relative;
    padding: 120px 0;
    /* इंडिगो फ्लाईट इमेज लूक देण्यासाठी बॅकग्राउंड */
    background-image: url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?q=80&w=1920'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* पॅरालॅक्स इफेक्ट */
    text-family: 'Plus Jakarta Sans', sans-serif;
}

.position-relative {
    position: relative;
    z-index: 5;
}

/* डार्क प्रीमियम ओव्हरले */
.cta-dark-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(10, 37, 35, 0.85) 0%, rgba(0, 77, 64, 0.75) 100%);
    z-index: 1;
}

.cta-inner-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.cta-main-title {
    font-size: 2.5rem;
    color: #FFFFFF;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 35px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.cta-pulsing-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #FF8C00;
    color: #FFFFFF;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.5);
    animation: pulseCtaButton 2s infinite;
    transition: all 0.3s ease;
}

.cta-pulsing-call-btn:hover {
    background-color: #E65100;
    transform: translateY(-3px);
}

/* बटन ब्लिंकिंग अ‍ॅनिमेशन */
@keyframes pulseCtaButton {
    70% { box-shadow: 0 0 0 20px rgba(255, 140, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 140, 0, 0); }
}

/* फोन आयकॉन हलका हलवण्यासाठी अ‍ॅनिमेशन */
@keyframes wobbleEffect {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(15deg); }
}
.animate-wobble {
    animation: wobbleEffect 1s infinite ease-in-out;
}

/* Responsive */
@media (max-width: 768px) {
    .parallax-cta-section {
        padding: 90px 0;
        background-attachment: scroll; /* मोबाइल्स वर पॅरालॅक्स बंद जेणेकरून स्मूथ स्क्रोल होईल */
    }
    .cta-main-title {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .cta-pulsing-call-btn {
        padding: 15px 35px;
        font-size: 1rem;
    }
}/* End custom CSS */