.elementor-11 .elementor-element.elementor-element-1ad362e{--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-11 .elementor-element.elementor-element-0e1f284{--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-11 .elementor-element.elementor-element-5fd684c{--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-43c6da0 *//* --- आयकॉन्स दिसण्यासाठी 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: #fff !important; 
    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-06e3c71 *//* --- 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 */