.elementor-33468 .elementor-element.elementor-element-d838d0d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:stretch;--flex-wrap:nowrap;}@media(max-width:767px){.elementor-33468 .elementor-element.elementor-element-d838d0d{--flex-wrap:nowrap;}}/* Start custom CSS for html, class: .elementor-element-782140c */:root {
    --dark-blue: #0A2C6B;
    --medium-blue: #1E4FA3;
    --light-blue: #B7D3F2;
    --gold: #F6B81A;
    --white: #FFFFFF;
    --light-grey: #E6E6E6;
    --dark-text: #10264D;
    --green: #25D366;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: var(--dark-text);
}

/* HERO (IMAGE USED HERE) */
.hero {
    background:
      linear-gradient(rgba(10,44,107,0.85), rgba(10,44,107,0.85)),
      url("https://images.unsplash.com/photo-1568605114967-8130f3a36994")
      center/cover;
    color: var(--white);
    text-align: center;
    padding: 90px 20px;
}

.hero h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.hero p {
    font-size: 18px;
    max-width: 700px;
    margin: auto;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    background: var(--gold);
    color: var(--dark-blue);
    padding: 15px 35px;
    margin-top: 30px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
}

.cta-btn.big {
    background: var(--green);
    color: var(--white);
}

/* TRUST */
.trust {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 50px 20px;
    background: var(--light-grey);
}

.trust-box {
    background: var(--white);
    padding: 25px;
    width: 240px;
    text-align: center;
    border-radius: 10px;
}

.trust-box i {
    font-size: 32px;
    color: var(--gold);
    margin-bottom: 10px;
}

/* ABOUT (IMAGE USED HERE) */
.about {
    display: flex;
    align-items: center;
    padding: 60px 20px;
    gap: 40px;
}

.about-img img {
    width: 100%;
    border-radius: 12px;
}

/* PROCESS */
.process {
    background: var(--light-blue);
    padding: 60px 20px;
    text-align: center;
}

.process-steps {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.step {
    background: var(--white);
    padding: 25px;
    width: 220px;
    border-radius: 10px;
}

.step i {
    font-size: 28px;
    color: var(--dark-blue);
    margin-bottom: 10px;
}

/* SUBMIT */
.submit {
    background: var(--dark-blue);
    color: var(--white);
    text-align: center;
    padding: 70px 20px;
}

/* END SECTION (IMAGE USED HERE) */
.end-section {
    background:
      linear-gradient(rgba(30,79,163,0.9), rgba(10,44,107,0.9)),
      url("https://images.unsplash.com/photo-1497366216548-37526070297c")
      center/cover;
    color: var(--white);
    padding: 70px 20px;
    text-align: center;
}

.end-box {
    max-width: 900px;
    margin: auto;
}

.end-highlights {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.end-highlights span {
    background: rgba(255,255,255,0.15);
    padding: 10px 18px;
    border-radius: 20px;
}

.end-highlights i {
    color: var(--gold);
    margin-right: 6px;
}


/* COMMISSION SECTION */
.commission {
    background: var(--white);
    padding: 70px 20px;
    text-align: center;
}

.commission h2 {
    color: var(--dark-blue);
    font-size: 32px;
    margin-bottom: 10px;
}

.commission-note {
    font-size: 16px;
    margin-bottom: 40px;
    color: var(--dark-text);
}

.commission-boxes {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.commission-card {
    background: var(--light-grey);
    padding: 30px 25px;
    width: 260px;
    border-radius: 14px;
    text-align: center;
    transition: transform 0.3s ease;
}

.commission-card:hover {
    transform: translateY(-5px);
}

.commission-card i {
    font-size: 34px;
    color: var(--gold);
    margin-bottom: 15px;
}

.commission-card h3 {
    color: var(--dark-blue);
    margin-bottom: 10px;
}

.commission-card .price {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.commission-card span {
    font-size: 14px;
    color: var(--dark-text);
}

.commission-card.highlight {
    border: 2px solid var(--gold);
    background: #FFF8E1;
}

.commission-footer {
    margin-top: 30px;
    font-size: 15px;
    color: var(--dark-text);
}/* End custom CSS */