/* Start custom CSS for html, class: .elementor-element-9571db6 */.contact-hero{

padding:140px 8%;

background:linear-gradient(135deg,#EEF4FF,#F8F5FF,#FFFFFF);

text-align:center;

}

.contact-hero span{

display:inline-block;

padding:10px 24px;

background:#EEF2FF;

border-radius:30px;

color:#6C63FF;

font-weight:700;

margin-bottom:25px;

}

.contact-hero h1{

font-size:64px;

margin-bottom:25px;

color:#111827;

}

.contact-hero p{

max-width:750px;

margin:auto;

font-size:20px;

line-height:34px;

color:#64748B;

margin-bottom:40px;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.btn-primary{

padding:18px 40px;

background:linear-gradient(135deg,#6C63FF,#5B8CFF);

color:#fff;

border-radius:50px;

text-decoration:none;

font-weight:700;

}

.btn-secondary{

padding:18px 40px;

border:2px solid #6C63FF;

border-radius:50px;

text-decoration:none;

color:#6C63FF;

font-weight:700;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5eab728 *//*==========================================
        STRATEGY CALL
===========================================*/

.strategy-call{

    padding:120px 8%;

    background:linear-gradient(135deg,#F7F9FF,#EEF4FF,#FFFFFF);

}

.strategy-wrapper{

    display:grid;

    grid-template-columns:1.4fr .8fr;

    gap:60px;

    align-items:center;

}

.strategy-badge{

    display:inline-block;

    padding:12px 24px;

    background:#EEF2FF;

    color:#6C63FF;

    border-radius:30px;

    font-weight:700;

    margin-bottom:25px;

}

.strategy-content h2{

    font-size:52px;

    color:#111827;

    margin-bottom:25px;

}

.strategy-content p{

    font-size:18px;

    line-height:32px;

    color:#64748B;

    margin-bottom:35px;

}

.strategy-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.feature{

    background:#fff;

    padding:18px;

    border-radius:15px;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

    font-weight:600;

}

.booking-card{

    background:#fff;

    padding:45px;

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    text-align:center;

}

.booking-card h3{

    font-size:32px;

    margin-bottom:15px;

}

.booking-card p{

    color:#64748B;

    margin-bottom:30px;

}

.booking-btn{

    display:block;

    padding:18px;

    margin-bottom:18px;

    border-radius:50px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    transition:.3s;

}

.booking-btn:hover{

    transform:translateY(-4px);

}

.whatsapp{

    background:linear-gradient(135deg,#25D366,#1DB954);

}

.email{

    background:linear-gradient(135deg,#FF6B6B,#FF8E53);

}

.booking-note{

    margin-top:30px;

    padding:20px;

    background:#F8FAFF;

    border-radius:15px;

}

.booking-note strong{

    display:block;

    color:#111827;

    margin-bottom:8px;

}

.booking-note span{

    color:#64748B;

}

@media(max-width:991px){

.strategy-wrapper{

grid-template-columns:1fr;

}

.strategy-features{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.strategy-call{

padding:80px 6%;

}

.strategy-content h2{

font-size:38px;

}

.booking-card{

padding:35px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd0ee41 *//*==========================================
        WHY CONTACT
==========================================*/

.why-contact{

    padding:120px 8%;
    background:linear-gradient(180deg,#ffffff,#F7F9FF);

}

.why-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:70px;

}

.why-card{

    background:#fff;
    padding:40px;
    border-radius:24px;
    text-align:center;

    border:1px solid rgba(108,99,255,.08);

    box-shadow:0 20px 45px rgba(15,23,42,.06);

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 35px 70px rgba(108,99,255,.18);

}

.icon-box{

    width:85px;
    height:85px;

    margin:0 auto 25px;

    display:flex;
    justify-content:center;
    align-items:center;

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

    color:#fff;

    border-radius:22px;

    font-size:36px;

}

.why-card h3{

    font-size:24px;
    margin-bottom:15px;
    color:#111827;

}

.why-card p{

    color:#64748B;
    line-height:30px;

}

@media(max-width:1100px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-contact{

padding:80px 6%;

}

.why-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c43bfaf *//*==========================================
        CLIENT TRUST SECTION
==========================================*/

.trust-section{

    padding:120px 8%;
    background:linear-gradient(180deg,#F8FAFF,#FFFFFF);

}

.trust-header{

    max-width:760px;
    margin:0 auto;
    text-align:center;

}

.trust-badge{

    display:inline-block;
    padding:10px 22px;
    border-radius:30px;
    background:#EEF2FF;
    color:#6C63FF;
    font-weight:700;
    margin-bottom:20px;

}

.trust-header h2{

    font-size:48px;
    color:#111827;
    margin-bottom:20px;

}

.trust-header p{

    color:#64748B;
    line-height:32px;
    font-size:18px;

}

.trust-stats{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin:70px 0;

}

.trust-card{

    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:22px;
    border:1px solid rgba(108,99,255,.08);
    box-shadow:0 20px 45px rgba(15,23,42,.06);
    transition:.3s;

}

.trust-card:hover{

    transform:translateY(-8px);
    box-shadow:0 30px 60px rgba(108,99,255,.16);

}

.trust-card h3{

    font-size:46px;
    color:#6C63FF;
    margin-bottom:10px;

}

.trust-card p{

    color:#64748B;

}

.client-logos{

    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;

}

.logo-box{

    background:#fff;
    border:1px solid rgba(108,99,255,.08);
    border-radius:18px;
    padding:25px;
    text-align:center;
    font-size:20px;
    font-weight:700;
    color:#475569;
    transition:.3s;

}

.logo-box:hover{

    color:#6C63FF;
    transform:translateY(-5px);

}

@media(max-width:991px){

.trust-stats{

grid-template-columns:repeat(2,1fr);

}

.client-logos{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.trust-section{

padding:80px 6%;

}

.trust-header h2{

font-size:36px;

}

.trust-stats{

grid-template-columns:1fr;

}

.client-logos{

grid-template-columns:repeat(2,1fr);

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b815ea4 *//*==========================================
            PREMIUM FOOTER
==========================================*/

.footer{

    background:#0F172A;

    color:#CBD5E1;

    padding:90px 8% 30px;

}

.footer-top{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1.2fr;

    gap:50px;

    padding-bottom:60px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.footer-logo{

    font-size:38px;

    color:#fff;

    margin-bottom:20px;

}

.footer-column p{

    line-height:30px;

    margin-bottom:30px;

}

.footer-column h3{

    color:#fff;

    margin-bottom:25px;

    font-size:22px;

}

.footer-column ul{

    list-style:none;

    padding:0;

}

.footer-column li{

    margin-bottom:16px;

}

.footer-column a{

    color:#CBD5E1;

    text-decoration:none;

    transition:.3s;

}

.footer-column a:hover{

    color:#6C63FF;

    padding-left:6px;

}

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:45px;

    height:45px;

    background:#1E293B;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:.3s;

}

.footer-social a:hover{

    background:linear-gradient(135deg,#6C63FF,#5B8CFF);

}

.contact-list li{

    display:flex;

    align-items:flex-start;

    gap:10px;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding-top:30px;

    flex-wrap:wrap;

    gap:20px;

}

.footer-links{

    display:flex;

    gap:25px;

}

.footer-links a{

    color:#CBD5E1;

    text-decoration:none;

}

.footer-links a:hover{

    color:#6C63FF;

}

@media(max-width:1100px){

.footer-top{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.footer{

padding:70px 6% 30px;

}

.footer-top{

grid-template-columns:1fr;

}

.footer-bottom{

flex-direction:column;

text-align:center;

}

.footer-links{

flex-wrap:wrap;

justify-content:center;

}

}/* End custom CSS */