.elementor-17 .elementor-element.elementor-element-2f0f8c5{--display:flex;--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-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17 .elementor-element.elementor-element-9b57ecd{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-9b57ecd img{width:100%;}.elementor-17 .elementor-element.elementor-element-ec7e20a{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-70f8157{--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;--align-items:center;}.elementor-17 .elementor-element.elementor-element-1454ad8{--display:flex;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-17 .elementor-element.elementor-element-7b94238{--display:flex;}.elementor-17 .elementor-element.elementor-element-de7e3ef{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-17 .elementor-element.elementor-element-877936c{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;}.elementor-17 .elementor-element.elementor-element-3f3a8df{--display:flex;--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-17 .elementor-element.elementor-element-6f9f2ef{--display:flex;--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-17 .elementor-element.elementor-element-2ea5bf9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-0b6e801{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--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-17 .elementor-element.elementor-element-ecce808{--display:flex;--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-17 .elementor-element.elementor-element-ad19a10{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-70f8157{--width:90%;}.elementor-17 .elementor-element.elementor-element-1454ad8{--width:40%;}.elementor-17 .elementor-element.elementor-element-7b94238{--width:60%;}.elementor-17 .elementor-element.elementor-element-ecce808{--width:90%;}}/* Start custom CSS for html, class: .elementor-element-5a11301 */.royal-about-box {
    position: relative;
    width: 100%;
    padding: 28px 30px;
    background: #FFFFFF;
    border-left: 4px solid #16A34A;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 8px 25px rgba(16, 42, 67, 0.07);
    overflow: hidden;
    transition: all 0.35s ease;
}

/* subtle background accent */
.royal-about-box::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    right: -55px;
    bottom: -55px;
    background: #EAF6EF;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.royal-about-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 87, 200, 0.12);
}

.royal-about-box:hover::after {
    transform: scale(1.5);
}

/* Small heading */
.royal-eyebrow {
    position: relative;
    z-index: 2;

    display: inline-block;
    margin-bottom: 7px;

    color: #16A34A;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

/* Main heading */
.royal-about-box h2 {
    position: relative;
    z-index: 2;

    margin: 0 0 10px;

    color: #102A43;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.4px;
}

.royal-about-box h2 span {
    color: #0057C8;
}

/* Paragraph */
.royal-about-text {
    position: relative;
    z-index: 2;

    max-width: 570px;
    margin: 0 0 20px;

    color: #52606D;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.55;
}

/* Features */
.royal-about-features {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: stretch;
    gap: 0;

    border-top: 1px solid #E6EDF2;
    padding-top: 15px;
}

.about-feature {
    flex: 1;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 0 13px;

    border-right: 1px solid #E6EDF2;

    transition: all 0.3s ease;
}

.about-feature:first-child {
    padding-left: 0;
}

.about-feature:last-child {
    border-right: none;
}

/* Icon */
.about-icon {
    flex: 0 0 32px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #EAF6EF;
    color: #16A34A;

    font-size: 13px;

    transition: all 0.3s ease;
}

.about-feature strong {
    color: #183B56;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.25;
}

/* Feature hover */
.about-feature:hover {
    transform: translateY(-3px);
}

.about-feature:hover .about-icon {
    background: #0057C8;
    color: #FFFFFF;
    transform: scale(1.08);
}

/* Tablet */
@media (max-width: 900px) {
    .royal-about-box {
        padding: 24px;
    }

    .royal-about-box h2 {
        font-size: 22px;
    }

    .royal-about-features {
        gap: 8px;
    }

    .about-feature {
        padding: 0 8px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .royal-about-box {
        padding: 22px 20px;
    }

    .royal-about-box h2 {
        font-size: 22px;
    }

    .royal-about-text {
        font-size: 12px;
    }

    .royal-about-features {
        flex-direction: column;
        gap: 12px;
    }

    .about-feature,
    .about-feature:first-child {
        padding: 0;
        border-right: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-877936c *//* =========================================
   ROYAL ENTERPRISES GROUP
   OUR EXPERTISE - 4 CARDS ONE LINE
========================================= */

.reg-expertise {
    width: 100%;
    padding: 50px 0;
    background: #ffffff;
    font-family: "DM Sans", sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.reg-expertise-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}


/* =========================================
   HEADING
========================================= */

.reg-expertise-head {
    max-width: 700px;
    margin-bottom: 28px;
}

.reg-expertise-label {
    display: inline-block;
    margin-bottom: 7px;

    color: #16A34A;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.reg-expertise-head h2 {
    margin: 0 0 9px;

    color: #102A43;
    font-family: "Poppins", sans-serif;

    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.reg-expertise-head h2 span {
    color: #0057C8;
}

.reg-expertise-head p {
    margin: 0;

    color: #52606D;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================
   4 CARDS IN ONE ROW
========================================= */

.reg-expertise-list {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 14px;

    box-sizing: border-box;
}


/* =========================================
   CARD
========================================= */

.reg-expertise-item {
    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 190px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    padding: 20px 16px;

    background: #F8FAFC;

    border: 1px solid #E3EAF1;
    border-radius: 10px;

    box-sizing: border-box;
    overflow: hidden;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


/* =========================================
   BOTTOM ACCENT
========================================= */

.reg-expertise-item::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: linear-gradient(
        90deg,
        #0057C8,
        #16A34A
    );

    transition: width 0.4s ease;
}


/* =========================================
   HOVER
========================================= */

.reg-expertise-item:hover {
    background: #ffffff;

    border-color: #D0DFED;

    transform: translateY(-6px);

    box-shadow:
        0 14px 30px rgba(0, 87, 200, 0.11);
}

.reg-expertise-item:hover::after {
    width: 100%;
}


/* =========================================
   ICON
========================================= */

.reg-expertise-icon {
    flex: 0 0 auto;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 15px;

    border-radius: 9px;

    background: #EAF3FF;
    color: #0057C8;

    font-size: 17px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}


/* Icon Hover */

.reg-expertise-item:hover .reg-expertise-icon {
    background: #0057C8;
    color: #ffffff;

    transform: scale(1.08) rotate(-5deg);
}


/* =========================================
   CARD CONTENT
========================================= */

.reg-expertise-content {
    width: 100%;
    min-width: 0;
}

.reg-expertise-content h3 {
    margin: 0 0 7px;

    color: #102A43;

    font-family: "Poppins", sans-serif;

    font-size: 14px;
    line-height: 1.35;

    font-weight: 600;

    overflow-wrap: break-word;

    transition: color 0.3s ease;
}

.reg-expertise-item:hover .reg-expertise-content h3 {
    color: #0057C8;
}

.reg-expertise-content p {
    margin: 0;

    color: #52606D;

    font-size: 10.5px;
    line-height: 1.65;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .reg-expertise-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reg-expertise-item {
        min-height: 175px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .reg-expertise {
        padding: 35px 0;
    }

    .reg-expertise-head {
        margin-bottom: 22px;
    }

    .reg-expertise-head h2 {
        font-size: 24px;
    }

    .reg-expertise-head p {
        font-size: 11.5px;
    }

    .reg-expertise-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .reg-expertise-item {
        min-height: auto;
        padding: 17px 15px;

        flex-direction: row;
        align-items: flex-start;

        gap: 12px;
    }

    .reg-expertise-icon {
        width: 42px;
        height: 42px;

        margin-bottom: 0;

        flex: 0 0 42px;

        font-size: 15px;
    }

    .reg-expertise-content h3 {
        font-size: 13.5px;
    }

    .reg-expertise-content p {
        font-size: 10.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ea5bf9 */.royal-process {
    position: relative;
    width: 100%;
    padding: 38px 35px 42px;

    background:
        radial-gradient(
            circle at 10% 80%,
            rgba(22,163,74,0.08) 0,
            transparent 25%
        ),
        radial-gradient(
            circle at 90% 15%,
            rgba(0,87,200,0.08) 0,
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #F9FCFE 0%,
            #FFFFFF 50%,
            #F4FAFD 100%
        );

    overflow: hidden;
}

/* Subtle technical background lines */
.royal-process::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(
            120deg,
            transparent 48%,
            rgba(0,87,200,0.035) 49%,
            transparent 50%
        ),
        linear-gradient(
            60deg,
            transparent 48%,
            rgba(22,163,74,0.035) 49%,
            transparent 50%
        );

    background-size: 90px 90px;
    pointer-events: none;
}

/* Soft decorative circle */
.royal-process::after {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    right: -130px;
    bottom: -150px;

    border: 35px solid rgba(0,87,200,0.035);
    border-radius: 50%;

    pointer-events: none;
}

/* Heading */
.process-heading {
    position: relative;
    z-index: 2;

    text-align: center;
    margin-bottom: 32px;
}

.process-heading span {
    display: block;

    margin-bottom: 6px;

    color: #16A34A;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
}

.process-heading h2 {
    margin: 0;

    color: #102A43;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

/* Steps */
.process-steps {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Step */
.process-step {
    display: flex;
    align-items: center;
    gap: 13px;

    flex: 1;

    padding: 10px;

    border-radius: 10px;

    transition: all 0.35s ease;
}

/* Icon */
.process-icon {
    flex: 0 0 54px;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #EAF7EF;
    border: 1px solid #BFE5CC;

    color: #16A34A;

    font-size: 19px;

    transition: all 0.35s ease;
}

/* Content */
.process-content small {
    display: block;

    margin-bottom: 2px;

    color: #16A34A;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.process-content h3 {
    margin: 0 0 4px;

    color: #102A43;

    font-family: "Poppins", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;

    line-height: 1.2;

    transition: color 0.3s ease;
}

.process-content p {
    margin: 0;

    max-width: 145px;

    color: #607487;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 10px;
    line-height: 1.4;
}

/* Arrow */
.process-arrow {
    flex: 0 0 30px;

    color: #16A34A;

    font-size: 24px;
    font-weight: 300;

    transition: transform 0.3s ease;
}

/* Hover */
.process-step:hover {
    background: rgba(255,255,255,0.9);

    box-shadow:
        0 10px 25px rgba(0,87,200,0.09);

    transform: translateY(-4px);
}

.process-step:hover .process-icon {
    background: #0057C8;
    border-color: #0057C8;
    color: #FFFFFF;

    transform: scale(1.08) rotate(-5deg);

    box-shadow:
        0 7px 16px rgba(0,87,200,0.20);
}

.process-step:hover .process-content h3 {
    color: #0057C8;
}

.process-step:hover + .process-arrow {
    transform: translateX(5px);
}


/* Tablet */
@media (max-width: 900px) {

    .royal-process {
        padding: 32px 22px;
    }

    .process-steps {
        flex-wrap: wrap;
        gap: 12px;
    }

    .process-step {
        flex: 0 0 calc(50% - 30px);
    }

    .process-arrow {
        display: none;
    }
}


/* Mobile */
@media (max-width: 600px) {

    .royal-process {
        padding: 28px 16px;
    }

    .process-heading {
        margin-bottom: 22px;
    }

    .process-heading h2 {
        font-size: 22px;
    }

    .process-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .process-step {
        flex: none;
        width: 100%;
    }

    .process-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .process-content h3 {
        font-size: 14px;
    }

    .process-content p {
        max-width: none;
        font-size: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad19a10 *//* =========================================
   MISSION • VISION • COMMITMENT
========================================= */

.reg-mvc-section {
    width: 100%;
    padding: 45px 0;
  
    font-family: "DM Sans", sans-serif;
    box-sizing: border-box;
    overflow: hidden;
}

.reg-mvc-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 18px;
}


/* =========================================
   CARD
========================================= */

.reg-mvc-card {
    position: relative;

    width: 100%;
    min-width: 0;
    min-height: 235px;

    padding: 25px 22px;

    background: #ffffff;

    border: 1px solid #e1e9f0;
    border-radius: 12px;

    box-sizing: border-box;
    overflow: hidden;

    box-shadow: 0 7px 22px rgba(16, 42, 67, 0.05);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Bottom Accent */

.reg-mvc-card::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: linear-gradient(
        90deg,
        #0057C8,
        #16A34A
    );

    transition: width 0.4s ease;
}


/* =========================================
   HOVER
========================================= */

.reg-mvc-card:hover {
    transform: translateY(-7px);

    border-color: #cbdbea;

    box-shadow:
        0 15px 35px rgba(0, 87, 200, 0.12);
}

.reg-mvc-card:hover::after {
    width: 100%;
}


/* =========================================
   ICON
========================================= */

.reg-mvc-icon {
    width: 50px;
    height: 50px;

    margin-bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eaf3ff;
    color: #0057C8;

    border-radius: 10px;

    font-size: 19px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.reg-mvc-card:hover .reg-mvc-icon {
    background: #0057C8;
    color: #ffffff;

    transform: scale(1.08) rotate(-5deg);
}


/* =========================================
   HEADING
========================================= */

.reg-mvc-card h3 {
    margin: 0 0 9px;

    color: #102A43;

    font-family: "Poppins", sans-serif;

    font-size: 18px;
    line-height: 1.3;

    font-weight: 600;

    transition: color 0.3s ease;
}

.reg-mvc-card:hover h3 {
    color: #0057C8;
}


/* =========================================
   PARAGRAPH
========================================= */

.reg-mvc-card p {
    margin: 0;

    color: #52606D;

    font-size: 11.5px;
    line-height: 1.75;

    font-weight: 400;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .reg-mvc-wrap {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .reg-mvc-card {
        min-height: auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .reg-mvc-section {
        padding: 35px 0;
    }

    .reg-mvc-card {
        padding: 20px 17px;
    }

    .reg-mvc-icon {
        width: 44px;
        height: 44px;

        margin-bottom: 14px;

        font-size: 17px;
    }

    .reg-mvc-card h3 {
        font-size: 16px;
    }

    .reg-mvc-card p {
        font-size: 11px;
        line-height: 1.65;
    }

}/* End custom CSS */