/* Reinprofi Custom Overrides — Cleeny Theme
   Aligned with https://html.ditsolution.net/cleeny/index.html
   ONLY visual styling — content & structure untouched */

/* ===== STICKY HEADER ===== */
.cleeny_nav_manu {
    padding: 9px 0 0;
    position: relative;
    z-index: 999;
    background: #fff;
    transition: all 0.4s ease;
}
.cleeny_nav_manu.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #2f6eff !important;
    box-shadow: 0 2px 5px -2px rgba(0,0,0,0.1);
    padding: 0;
    animation: slideInDown 0.5s ease;
    z-index: 500;
}
@keyframes slideDown {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}

/* On sticky: make nav links white */
.cleeny_nav_manu.sticky .nav_scroll > li > a {
    color: #fff;
}
.cleeny_nav_manu.sticky .nav_scroll > li > a:hover {
    color: #FFC703;
}

/* ===== DESKTOP NAV ===== */
.cleeny_menu {
    display: inline-flex;
    align-items: center;
    float: right;
}
.cleeny_menu .nav_scroll {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.cleeny_menu .nav_scroll > li {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.cleeny_menu .nav_scroll > li > a {
    display: block;
    margin: 23px 19px 23px;
    color: #00197e;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: .5s;
    line-height: 42px;
    text-decoration: none;
}
.cleeny_menu .nav_scroll > li > a:hover,
.cleeny_menu .nav_scroll > li.active > a {
    color: #306EFF;
}

/* ===== NAV CTA BUTTON ===== */
.cleeny_nav_manu .cleeny-btn {
    margin-left: 60px;
}
.cleeny_nav_manu .cleeny-btn a {
    background: #FFC703;
    color: #141840 !important;
    padding: 13px 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
.cleeny_nav_manu .cleeny-btn a::before {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}
.cleeny_nav_manu .cleeny-btn a::after {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.cleeny_nav_manu .cleeny-btn a:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.cleeny_nav_manu .cleeny-btn a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.cleeny_nav_manu .cleeny-btn a:hover {
    color: #fff !important;
}

/* Sticky CTA button */
.cleeny_nav_manu.sticky .cleeny-btn a {
    background: #fff;
    color: #2F6EFF !important;
}
.cleeny_nav_manu.sticky .cleeny-btn a::before {
    background: #FFC703;
}
.cleeny_nav_manu.sticky .cleeny-btn a::after {
    background: #FFC703;
}
.cleeny_nav_manu.sticky .cleeny-btn a:hover {
    color: #fff !important;
}

/* ===== HEADER TOP BAR ===== */
.header-top-section {
    background: #2f6eff;
    padding: 0;
}
.header-address-info p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3px;
}
.header-address-info p a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}
.header-address-info p a:hover { color: #FFC703; }
.header-address-info p i {
    display: inline-block;
    padding-right: 5px;
}
.header-address-info p span {
    padding-left: 36px;
    position: relative;
}
.header-address-info p span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 16px;
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,0.3);
}
.header-top-right { display: flex; align-items: center; justify-content: flex-end; }
.phone-number { display: inline-block; }
.phone-number p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.phone-number p i { color: #fff; font-size: 15px; }
.phone-number p span {
    color: #fff;
    font-size: 14px;
    padding: 0 4px 0 6px;
    font-weight: 300;
}
.phone-number p a { color: #fff; text-decoration: none; }
.phone-number p a:hover { color: #FFC703; }

/* ===== HERO AREA ===== */
.hero-area {
    position: relative;
    height: 814px;
    background: linear-gradient(135deg, #00197e 0%, #0a2a99 40%, #2f6eff 100%);
    overflow: hidden;
    z-index: 1;
}
.hero-contant h5 {
    color: #FFC804;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.hero-contant h1 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 65px;
    font-weight: 800;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hero-contant h1 span { color: #FFC804; }
.hero-contant p {
    opacity: 0.8;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    width: 84%;
    margin: 0;
    padding: 12px 0 34px;
}

/* Hero CTA Button */
.hero-area .cleeny-btn { margin-left: 0; }
.hero-area .cleeny-btn a {
    background: #FFC703;
    color: #fff !important;
    padding: 16px 36px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
.hero-area .cleeny-btn a::before {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
}
.hero-area .cleeny-btn a::after {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
}
.hero-area .cleeny-btn a:hover::before { width: 100%; }
.hero-area .cleeny-btn a:hover::after { width: 100%; left: 0; }
.hero-area .cleeny-btn a:hover { color: #fff !important; }
.hero-area .cleeny-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 4px;
}

.hero-thumb { text-align: right; margin-right: -75px; margin-top: -20px; }
.hero-thumb img { max-width: 100%; }
.hero-contact {
    position: absolute;
    top: 17%;
    left: 51%;
    text-align: center;
}
.hero-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 28px;
}
.hero-title i {
    display: inline-block;
    color: #FFC703;
    font-size: 20px;
    margin-right: 4px;
}
.hero-shape, .hero-shape2, .hero-shape3 { position: absolute; pointer-events: none; }
.hero-shape {
    left: 47%;
    top: 70%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.hero-shape2 { right: 11%; top: 12%; }
.hero-shape2 img {
    animation: dance 3s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
}
.hero-shape3 { left: 49%; top: 14%; }

/* ===== FEATURE SECTION ===== */
.feature-section {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.feature-single-box {
    background: #f3f4f8;
    border-radius: 5px;
    padding: 21px 35px 32px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    gap: 0;
    box-shadow: none;
}
.feature-single-box::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    background: #2F6DFF;
    left: 0;
    border-radius: 5px;
    transition: .5s;
    overflow: hidden;
    transform: scale(0);
    bottom: 0;
}
.feature-single-box:hover::before {
    transform: scale(1);
}
.feature-single-box:hover {
    background: #fff;
    margin-top: -10px;
    transform: none;
    box-shadow: none;
}
.feature-icon {
    margin: 19px 27px 0 0;
}
.feature-icon img { width: auto; height: auto; object-fit: contain; }
.feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #00197e;
    margin-bottom: 0;
    transition: .5s;
}
.feature-text {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #3a4268;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
    transition: .5s;
}

/* ===== ABOUT AREA ===== */
.about-area {
    padding: 88px 0 120px;
    position: relative;
    overflow: hidden;
    background: transparent;
}
.about-thumb {
    position: relative;
    z-index: 1;
    margin-left: -41px;
}
.about-thumb img { max-width: 100%; }
.about-shape {
    position: absolute;
    top: 19%;
    z-index: -1;
}
.about-shape2 {
    position: absolute;
    top: 13%;
    right: 13%;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.about-box { gap: 30px; margin: 25px 0 30px; align-items: flex-start; }
.about-list { list-style: none; padding: 0; margin-right: 18%; }
.about-list li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #00197e;
    font-weight: 400;
    padding: 0 0 13px;
    list-style: none;
}
.about-list li i {
    color: #2F6DFF;
    font-size: 20px;
    margin-right: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.counter-single-box {
    text-align: center;
    background: #FFC704;
    padding: 30px 28px 25px;
    border-radius: 10px;
    min-width: 120px;
}
.counter-icon img { width: 40px; height: 40px; margin-bottom: 8px; }
.counter-number { display: flex; align-items: center; justify-content: center; }
.counter-number h1 {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #00197e;
    margin: 0;
    padding: 12px 0 0;
    display: inline-block;
    line-height: 1;
}
.counter-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #3a4268;
    font-weight: 300;
    margin: 0;
}

/* About CTA Button */
.about-area .cleeny-btn {
    margin-left: 0;
    margin-top: -48px;
}
.about-area .cleeny-btn a {
    background: #2F6EFF;
    color: #fff !important;
    padding: 14px 35px 15px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
.about-area .cleeny-btn a::before {
    content: "";
    background: #FFC704;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
}
.about-area .cleeny-btn a::after {
    content: "";
    background: #FFC704;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
}
.about-area .cleeny-btn a:hover::before { width: 100%; }
.about-area .cleeny-btn a:hover::after { width: 100%; left: 0; }
.about-area .cleeny-btn a:hover { color: #141840 !important; }

/* ===== SECTION TITLE ===== */
.section-title { margin-bottom: 57px; }
.section-title.text-left { margin-bottom: 58px; }
.about-area .section-title.text-left { margin-bottom: 0; }

.section-sub-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2f6eff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    line-height: 28px;
}
.section-main-title {
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #00197e;
    margin: 0;
}
.section-title-descr {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    width: 96%;
    margin: 0;
    padding: 10px 0 24px;
}

/* Service area section titles (white on dark bg) */
.service-area h1.section-main-title { color: #fff; }
.service-area h5.section-sub-title { color: #FFC804; }

/* Testimonial titles */
.testimonial-area h5.section-sub-title { color: #FFAA16; }
.testimonial-area h1.section-main-title { color: #fff; }

/* Work area description */
.work-area p.section-title-descr {
    width: 51%;
    margin: auto;
    padding: 18px 0 0;
}

/* ===== SERVICE AREA ===== */
.service-area {
    background: linear-gradient(135deg, #00197e 0%, #0a2a99 40%, #2f6eff 100%);
    padding: 108px 0 111px;
    position: relative;
    z-index: 1;
    overflow: visible;
}
.contact_bg {
    border-radius: 8px;
    padding: 25px 20px;
    margin-bottom: 60px;
    align-items: center;
}
.form_box input,
.form_box select {
    width: 100%;
    font-size: 15px;
    color: #3a4268;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    outline: 0;
    border-radius: 5px;
    border: 1px solid #fff !important;
    height: 60px;
    padding: 0 25px 0;
}
.form_box input::placeholder {
    font-size: 15px;
    line-height: 80px;
    color: #3a4268;
    font-weight: 300;
}
.form_box input:focus,
.form_box select:focus { border-color: #FFC703 !important; }
.form_box select option { color: #141840; background: #fff; }
.contact-form-button button {
    width: 100%;
    height: 60px;
    outline: 0;
    border: none;
    border-radius: 5px;
    background: #FFC704;
    font-size: 15px;
    line-height: 42px;
    color: #141840;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
    transition: .5s;
    cursor: pointer;
}
.contact-form-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #306EFF;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
    transform: scale(.2, 1);
    opacity: 0;
}
.contact-form-button button:hover::before {
    opacity: 1;
    transform: scale(1);
}
.contact-form-button button:hover { color: #fff; }

/* Service Cards — Original Cleeny dark blue style */
.service-single-box {
    margin-bottom: 30px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transition: .5s;
    position: relative;
}
.service-single-box:hover {
    transform: none;
    box-shadow: none;
}
.service-thumb img { width: 100%; height: auto; object-fit: cover; }
.service-content {
    background: #0A2A99;
    width: 90%;
    padding: 56px 31px 21px;
    position: relative;
    z-index: 1;
    border-radius: 0 5px 5px 5px;
    margin-top: -30px;
}
.service-content::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at center, rgba(47,110,255,0.15) 0%, transparent 70%);
    background-position: center;
    background-repeat: no-repeat;
    right: -30%;
    transform: scale(0);
    transition: .5s;
}
.service-content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #306EFF;
    z-index: -1;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 5px;
    transition: .5s;
}
.service-single-box:hover .service-content::before { transform: scale(1); }
.service-single-box:hover .service-content:after { width: 100%; left: 0; }

.service-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    transition: .5s;
    text-transform: capitalize;
}
.service-single-box:hover .service-title { color: #FFC704; }

.service-list { list-style: none; padding: 8px 0 38px; margin: 0; position: relative; z-index: 1; }
.service-list::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #223FA2;
    bottom: 21px;
    transition: .5s;
}
.service-single-box:hover .service-list::before { background: #447CFF; }
.service-list li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #B8B9D5;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 8px;
    text-transform: capitalize;
    transition: .5s;
}
.service-single-box:hover .service-list li { color: #fff; }
.service-list li i {
    color: #FFC606;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.service-btn a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}
.service-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    transition: .5s;
}
.service-single-box:hover .service-btn a { color: #FFC704; }
.service-single-box:hover .service-btn i { padding-left: 5px; }

.service-icon {
    position: absolute;
    top: -42px;
    right: auto;
    left: 0;
    background: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
.service-icon img { width: auto; height: auto; }
.service-single-box:hover .service-icon {
    background: #FFC704;
    transform: rotate(360deg);
}

.service-shape { position: absolute; top: 0; left: 0; right: 0; text-align: center; z-index: -1; pointer-events: none; }
.service-shape img {
    animation: dance 3s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
}

/* ===== WORK AREA ===== */
.work-area {
    padding: 110px 0 90px;
    position: relative;
    overflow: hidden;
    background: transparent;
}
.work-single-box {
    text-align: center;
    padding: 0 16px 0;
    margin-bottom: 30px;
}
.work-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 20px;
    filter: drop-shadow(0px 30px 50px rgba(152,178,240,0.5));
    background-color: #fff;
    height: 110px;
    width: 110px;
    margin: auto;
    line-height: 110px;
    z-index: 1;
}
.work-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #2F6DFF;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 20px;
    transform: scale(0);
    transition: .5s;
}
.work-single-box:hover .work-icon::before { transform: scale(1); }
.work-icon img {
    width: auto;
    height: auto;
    object-fit: contain;
    transition: .5s;
    filter: brightness(1) invert(0);
}
.work-single-box:hover .work-icon img {
    filter: brightness(0) invert(1);
}
.work-number {
    position: absolute;
    top: 0;
    right: -13px;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    display: block;
}
.work-number span {
    display: inline-block;
    color: #00197e;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    background: #FFC703;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    line-height: 26px;
}
.work-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
    color: #00197e;
    margin: 0;
    padding: 33px 0 35px;
    position: relative;
    z-index: 1;
}
.work-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    background: #2F6DFF;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: auto;
}
.work-description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #3a4268;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
}
.work-shape, .work-shape2, .work-shape3, .work-shape4 { position: absolute; pointer-events: none; }
.work-shape  { top: 0; left: 0; }
.work-shape2 { bottom: 0; right: 0; }
.work-shape3 { top: 20%; right: 5%; }
.work-shape4 { bottom: 20%; left: 5%; }

/* ===== PORTFOLIO AREA ===== */
.portfolio-area {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.portfolio-area .section-title { padding: 0 0 0 301px; }
.portfolio-area .cleeny-btn { text-align: right; padding-right: 15px; }
.portfolio-area .cleeny-btn a {
    background: #FFC703;
    color: #141840 !important;
    padding: 13px 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
.portfolio-area .cleeny-btn a::before {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
}
.portfolio-area .cleeny-btn a::after {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
}
.portfolio-area .cleeny-btn a:hover::before { width: 100%; }
.portfolio-area .cleeny-btn a:hover::after { width: 100%; left: 0; }
.portfolio-area .cleeny-btn a:hover { color: #fff !important; }

.portfolio-single-box { margin: 15px; }
.portfolio-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.portfolio-thumb img { width: 100%; height: 280px; object-fit: cover; transition: 0.5s; }
.portfolio-single-box:hover .portfolio-thumb img { transform: scale(1.08); }
.portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,25,126,0.9) 0%, transparent 100%);
    padding: 25px 20px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    opacity: 0;
    transition: 0.4s;
}
.portfolio-single-box:hover .portfolio-content { opacity: 1; }
.portfolio-text { color: rgba(255,255,255,0.8); font-size: 13px; font-family: 'Poppins', sans-serif; margin: 0 0 5px; }
.portfolio-title a { color: #fff; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 17px; text-decoration: none; }
.portfolio-icon a {
    width: 40px;
    height: 40px;
    background: #FFC703;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #141840;
    font-size: 22px;
    transition: 0.3s;
    text-decoration: none;
}
.portfolio-icon a:hover { background: #fff; }
.portfolio-top-title {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #2f6eff;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.portfolio-shape { position: absolute; bottom: 0; right: 0; opacity: 0.05; pointer-events: none; }

/* ===== ADDRESS / CTA AREA ===== */
.address-area {
    padding: 60px 0;
    background: linear-gradient(135deg, #00197e 0%, #2f6eff 100%);
}
.address-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 5px;
}
.address-thumb img { max-width: 140px; }
.address-area .cleeny-btn a {
    background: #FFC703;
    color: #141840 !important;
    padding: 16px 35px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    transition: all 0.5s ease 0s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
.address-area .cleeny-btn a::before {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
}
.address-area .cleeny-btn a::after {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
}
.address-area .cleeny-btn a:hover::before { width: 100%; }
.address-area .cleeny-btn a:hover::after { width: 100%; left: 0; }
.address-area .cleeny-btn a:hover { color: #fff !important; }

/* ===== TESTIMONIALS AREA ===== */
.testimonial-area {
    padding: 100px 0;
    background: #0A2A99;
}
.testi-single-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    margin: 10px;
}
.testi-thumb { margin-right: 15px; }
.testi-thumb img { width: 65px; height: 65px; border-radius: 50%; object-fit: cover; }
.testi-rating { list-style: none; padding: 0; margin: 0 0 5px; display: flex; gap: 3px; }
.testi-rating li i { color: #FFAA16; font-size: 13px; }
.testi-title { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 700; color: #00197e; margin: 0 0 3px; }
.testi-text { font-family: 'Poppins', sans-serif; font-size: 13px; color: #2f6eff; margin: 0; }
.testi-content { margin-top: 20px; }
.testi-title2 { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; color: #00197e; margin-bottom: 10px; }
.testi-description { font-family: 'Poppins', sans-serif; font-size: 14px; color: #3a4268; line-height: 26px; margin: 0; }

/* ===== OWL CAROUSEL NAV ARROWS ===== */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    background: #2f6eff !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 45px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-nav button:hover { background: #00197e !important; }

.owl-dots { text-align: center; padding-top: 20px; }
.owl-dot {
    width: 10px;
    height: 10px;
    background: #306EFF;
    display: inline-block;
    margin-right: 11px;
    border-radius: 50%;
}
.owl-dot.active { background: #FFC704; }

/* ===== FOOTER ===== */
.footer-area {
    background: #00197e;
    padding: 80px 0 50px;
    position: relative;
    overflow: hidden;
}
.footer-logo { margin-bottom: 20px; }
.footer-logo img { max-height: 65px; border-radius: 8px; }

/* ===== SOCIAL MEDIA ICONS ===== */
.footer-social-icons { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}
.footer-social-icon:hover { transform: translateY(-3px); color: #fff; }
.footer-social-facebook { background: #1877F2; }
.footer-social-facebook:hover { background: #1463c9; box-shadow: 0 6px 20px rgba(24,119,242,0.4); }
.footer-social-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footer-social-instagram:hover { box-shadow: 0 6px 20px rgba(214,36,159,0.4); }
.footer-social-whatsapp { background: #25D366; }
.footer-social-whatsapp:hover { background: #1ebe5a; box-shadow: 0 6px 20px rgba(37,211,102,0.4); }

/* ===== FOOTER LEGAL LINKS ===== */
.footer-legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-legal-links a {
    color: rgba(255,255,255,0.6);
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    text-decoration: none;
    transition: 0.2s;
}
.footer-legal-links a:hover { color: #FFC703; }
.footer-legal-links span { color: rgba(255,255,255,0.3); font-size: 12px; }
.footer-widget-text { color: rgba(255,255,255,0.7); font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 27px; margin-bottom: 20px; }
.footer-widget-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    margin-right: 8px;
}
.footer-widget-social a:hover { background: #2f6eff; }
.footer-widget.left .widget-title h2,
.footer-widget.right .widget-title h2 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-widget.left ul { list-style: none; padding: 0; }
.footer-widget.left ul li { margin-bottom: 12px; }
.footer-widget.left ul li a {
    color: rgba(255,255,255,0.7);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
}
.footer-widget.left ul li a:hover { color: #FFC703; padding-left: 5px; }
.footer-widget.left ul li a i { margin-right: 6px; font-size: 13px; }
.footer-contact-box { margin-bottom: 18px; gap: 15px; }
.footer-contact-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #FFC703;
    font-size: 18px;
    flex-shrink: 0;
    text-decoration: none;
}
.footer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin: 0 0 3px;
}
.footer-title:first-child { color: #fff; font-weight: 600; font-size: 15px; }
.footer-title a { color: rgba(255,255,255,0.7); transition: 0.3s; text-decoration: none; }
.footer-title a:hover { color: #FFC703; }
.footer-shape { position: absolute; bottom: 0; right: 0; opacity: 0.04; pointer-events: none; }

.copyright-area {
    background: #001166;
    padding: 18px 0;
}
.footer-copyright-text p {
    color: rgba(255,255,255,0.6);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

/* ===== WHATSAPP BUTTON ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    transition: 0.3s;
    text-decoration: none;
}
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 25px rgba(37,211,102,0.6); }
.whatsapp-float i { color: #fff; font-size: 28px; }

/* ===== SCROLLUP ===== */
#scrollUp {
    background: #2f6eff;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 4px;
    right: 25px;
    bottom: 95px;
    font-size: 18px;
    transition: 0.3s;
}
#scrollUp:hover { background: #00197e; }

/* ===== OVERRIDE CLEENY RESPONSIVE — show our nav on desktop ===== */
@media (min-width: 992px) {
    .cleeny_nav_manu { display: block !important; }
    #mobileMenu { display: none !important; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .header-top-section { display: none; }
    .cleeny_nav_manu { display: none !important; }
    .hero-area { height: auto; min-height: auto; padding: 80px 0 60px; }
    .hero-contant h1 { font-size: 36px; line-height: 42px; }
    .hero-thumb { margin-top: 40px; margin-right: 0; text-align: center; }
    .hero-contact { display: none; }
    .section-main-title { font-size: 28px; line-height: 36px; }
    .address-title { font-size: 22px; }
    .address-thumb { display: none; }
    .about-thumb { margin-left: 0; }
    .portfolio-area .section-title { padding: 0 15px; }
    .work-area p.section-title-descr { width: 100%; }
}
@media (max-width: 575px) {
    .hero-contant h1 { font-size: 28px; line-height: 34px; }
    .section-main-title { font-size: 24px; line-height: 32px; }
    .feature-single-box { flex-direction: column; }
    .contact_bg .col-lg-3 { margin-bottom: 10px; }
}

/* ============================================================
   MOBILE NAV DROPDOWN
   ============================================================ */
.mobile-nav-dropdown {
    display: none;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    position: relative;
    z-index: 998;
    border-top: 3px solid #2f6eff;
}
.mobile-nav-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.mobile-nav-list li { border-bottom: 1px solid #f0f0f0; }
.mobile-nav-list li:last-child { border-bottom: none; }
.mobile-nav-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 5px;
    color: #00197e;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s;
}
.mobile-nav-list li a:hover,
.mobile-nav-list li a.active { color: #2f6eff; padding-left: 8px; }
.mobile-nav-cta a {
    background: #FFC703;
    color: #141840 !important;
    border-radius: 6px;
    margin: 8px 0 5px;
    padding: 12px 5px !important;
    justify-content: center;
}
.mobile-nav-cta a:hover { background: #2F6EFF !important; color: #fff !important; padding-left: 5px !important; }

.mobile-nav-admin a {
    border: 1px solid rgba(47, 110, 255, .18);
    border-radius: 6px;
    margin-top: 6px;
    padding: 11px 5px !important;
    justify-content: center;
    color: #2F6EFF !important;
    background: #fff;
}
.mobile-nav-admin a:hover { background: #2F6EFF; color: #fff !important; }
.mobile-nav-admin a i { color: inherit !important; }

/* ============================================================
   ADMIN LOGIN LINK (top bar, desktop + mobile)
   ============================================================ */
.admin-login-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    transition: background .15s ease, transform .15s ease, border-color .15s ease, color .15s ease;
    white-space: nowrap;
}
.admin-login-link i { font-size: 15px; }
.admin-login-link:hover {
    background: #FFC703;
    border-color: #FFC703;
    color: #141840 !important;
    transform: translateY(-1px);
}

/* On light-background top bars (fall-back when theme overrides are active) */
.header-top-section.light .admin-login-link,
body.light-header .admin-login-link {
    background: rgba(47, 110, 255, .08);
    border-color: rgba(47, 110, 255, .25);
    color: #2F6EFF !important;
}

@media (max-width: 991.98px) {
    .admin-login-link { padding: 5px 10px; font-size: 12.5px; }
}

/* ============================================================
   FOOTER UPDATES – VETRRIX CREDIT
   ============================================================ */
.vetrrix-link {
    color: #FFC703 !important;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s;
}
.vetrrix-link:hover { color: #fff !important; text-decoration: underline; }
.footer-copyright-text.text-md-left p,
.footer-copyright-text.text-md-right p { text-align: center; }
@media (min-width: 768px) {
    .footer-copyright-text.text-md-left p { text-align: left; }
    .footer-copyright-text.text-md-right p { text-align: right; }
}

/* ============================================================
   RP DESIGN SYSTEM – SHARED FORM COMPONENTS
   Mobile-first, responsive, theme-consistent
   ============================================================ */

/* --- Alerts --- */
.rp-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
}
.rp-alert i { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.rp-alert ul { margin: 6px 0 0; padding-left: 18px; }
.rp-alert-success { background: #e8f8f0; border: 1.5px solid #b7e8cc; color: #1a6b3a; }
.rp-alert-success i { color: #27ae60; }
.rp-alert-error { background: #fff0f0; border: 1.5px solid #ffc5c5; color: #a91c1c; }
.rp-alert-error i { color: #e63946; }

/* --- Form Card Container --- */
.rp-form-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 30px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.07);
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    .rp-form-card { padding: 22px 16px; }
}

/* --- Form Section Header --- */
.rp-form-section { margin-bottom: 5px; }
.rp-form-section-title {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #2f6eff;
    border-bottom: 2px solid #eef0fb;
    padding-bottom: 10px;
    margin: 30px 0 22px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rp-form-section-title i { font-size: 16px; }

/* --- Fields --- */
.rp-field { margin-bottom: 20px; }
.rp-field label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #00197e;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.rp-req { color: #e63946; }

.rp-field input[type="text"],
.rp-field input[type="email"],
.rp-field input[type="tel"],
.rp-field input[type="date"],
.rp-field input[type="number"],
.rp-field select,
.rp-field textarea,
.rp-form input[type="text"],
.rp-form input[type="email"],
.rp-form input[type="tel"],
.rp-form input[type="date"],
.rp-form input[type="number"],
.rp-form select,
.rp-form textarea {
    width: 100%;
    border: 1.5px solid #e2e6f0;
    border-radius: 8px;
    padding: 13px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    background: #fafbff;
    outline: none;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
    -webkit-appearance: none;
    appearance: none;
}
.rp-field input:focus,
.rp-field select:focus,
.rp-field textarea:focus,
.rp-form input:focus,
.rp-form select:focus,
.rp-form textarea:focus {
    border-color: #2f6eff;
    box-shadow: 0 0 0 3px rgba(47,110,255,0.1);
    background: #fff;
}
.rp-field select,
.rp-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232f6eff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
}
.rp-field textarea,
.rp-form textarea { resize: vertical; min-height: 110px; }

/* --- Radio Groups --- */
.rp-radio-group { display: flex; gap: 20px; flex-wrap: wrap; padding-top: 4px; }
.rp-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}
.rp-radio-label input[type="radio"] {
    width: 17px;
    height: 17px;
    accent-color: #2f6eff;
    cursor: pointer;
    flex-shrink: 0;
}
.rp-radio-custom { display: none; }

/* --- Checkbox Labels --- */
.rp-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    line-height: 1.5;
}
.rp-checkbox-label input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: #2f6eff;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}
.rp-checkbox-custom { display: none; }

/* --- Checkbox Items (service-specific pill checkboxes) --- */
.rp-checkbox-group { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 5px; }
.rp-checkbox-item {
    background: #f4f6ff;
    border: 1.5px solid #e0e4f0;
    border-radius: 8px;
    padding: 9px 16px;
    cursor: pointer;
    transition: 0.2s;
}
.rp-checkbox-item:has(input:checked) { background: #eef2ff; border-color: #2f6eff; }
.rp-checkbox-item label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
.rp-checkbox-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #2f6eff;
    cursor: pointer;
    flex-shrink: 0;
}

/* --- Password Toggle --- */
.rp-password-wrapper { position: relative; }
.rp-password-wrapper input { padding-right: 48px; }
.rp-pwd-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #2f6eff;
    font-size: 16px;
    padding: 4px;
    line-height: 1;
}

/* --- Buttons --- */
.rp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2f6eff;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.rp-btn-primary:hover { background: #00197e; color: #fff; }
.rp-btn-lg { padding: 16px 44px; font-size: 16px; }
.rp-form-submit { margin-top: 28px; }
@media (max-width: 575px) {
    .rp-btn-primary { width: 100%; justify-content: center; }
}

/* ============================================================
   OFFERTE SIDEBAR
   ============================================================ */
.rp-sidebar-card {
    border-radius: 12px;
    padding: 28px 25px;
    margin-bottom: 22px;
}
.rp-sidebar-primary { background: linear-gradient(135deg, #00197e, #2f6eff); }
.rp-sidebar-white { background: #fff; box-shadow: 0 3px 18px rgba(0,0,0,0.07); }
.rp-sidebar-light { background: #f4f6ff; }

.rp-sidebar-heading {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}
.rp-sidebar-heading-dark { color: #00197e; }

.rp-sidebar-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.9) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 12px;
    transition: 0.2s;
}
.rp-sidebar-contact-item:hover { color: #FFC703 !important; }
.rp-sidebar-icon { color: #FFC703; font-size: 18px; flex-shrink: 0; }

.rp-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25D366;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    margin-top: 18px;
    transition: 0.3s;
}
.rp-whatsapp-btn:hover { background: #1ebe5a; color: #fff !important; }

.rp-sidebar-services {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rp-sidebar-services li { border-bottom: 1px solid #eef0fb; }
.rp-sidebar-services li:last-child { border-bottom: none; }
.rp-sidebar-services li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #3a4268;
    text-decoration: none;
    transition: 0.2s;
}
.rp-sidebar-services li a:hover,
.rp-sidebar-services li.active a { color: #2f6eff; }
.rp-sidebar-services li a i { font-size: 12px; }

.rp-sidebar-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rp-sidebar-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #3a4268;
    padding: 8px 0;
    border-bottom: 1px solid #e8ebf7;
}
.rp-sidebar-checklist li:last-child { border-bottom: none; }
.rp-sidebar-checklist li i { color: #2f6eff; font-size: 16px; flex-shrink: 0; }

/* ============================================================
   OFFERTE SECTION
   ============================================================ */
.offerte-section {
    padding: 70px 0 90px;
    background: #f4f6ff;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
    padding: 70px 0 90px;
    background: #f8f9ff;
}

/* Contact info card */
.contact-info-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 28px;
    margin-bottom: 22px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}
.contact-info-heading {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #00197e;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef0fb;
}
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid #f0f2f9;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444;
}
.contact-info-list li:last-child { border-bottom: none; }
.contact-info-list li i {
    color: #2f6eff;
    font-size: 18px;
    margin-top: 1px;
    flex-shrink: 0;
}
.contact-info-list li a { color: #444; text-decoration: none; transition: 0.2s; }
.contact-info-list li a:hover { color: #2f6eff; }

/* Opening hours card */
.opening-hours-card {
    background: linear-gradient(135deg, #00197e, #2f6eff);
    border-radius: 12px;
    padding: 30px 28px;
    margin-bottom: 22px;
}
.opening-hours-heading {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.opening-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.opening-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.87);
}
.opening-hours-list li:last-child { border-bottom: none; }
.opening-hours-list li.closed { color: rgba(255,255,255,0.5); }

/* Google Maps */
.google-map-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 28px 28px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    overflow: hidden;
}
.map-heading {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #00197e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.map-heading i { color: #2f6eff; }
.map-container { border-radius: 8px; overflow: hidden; }
.map-container iframe { display: block; border-radius: 8px 8px 0 0; }

/* ============================================================
   PAGE HEADER AREA
   ============================================================ */
.page-header-area {
    background: linear-gradient(135deg, #00197e 0%, #2f6eff 100%);
    padding: 70px 0 55px;
    position: relative;
    overflow: hidden;
}
.page-header-sub {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #FFC703;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.page-header-title {
    font-family: 'Inter', sans-serif;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.page-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.page-breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; transition: 0.2s; }
.page-breadcrumb a:hover { color: #FFC703; }
.page-breadcrumb .sep { color: rgba(255,255,255,0.4); margin: 0 4px; }
.page-breadcrumb .current { color: #FFC703; font-weight: 600; }

/* ============================================================
   LEGAL PAGES (Privacy, Terms)
   ============================================================ */
.legal-section {
    padding: 70px 0 90px;
    background: #f8f9ff;
}
.legal-card {
    background: #fff;
    border-radius: 12px;
    padding: 45px 40px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.07);
}
@media (max-width: 575px) {
    .legal-card { padding: 28px 20px; }
}
.legal-date {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.legal-card h2 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #00197e;
    margin: 30px 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eef0fb;
}
.legal-card h2:first-of-type { margin-top: 0; }
.legal-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 0;
}
.legal-card a { color: #2f6eff; text-decoration: none; }
.legal-card a:hover { text-decoration: underline; }
.legal-footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 2px solid #eef0fb;
}
.legal-footer-links a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2f6eff;
    text-decoration: none;
    transition: 0.2s;
}
.legal-footer-links a:hover { color: #00197e; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-main-section {
    padding: 90px 0 70px;
    background: #f8f9ff;
    position: relative;
}
.about-main-section .about-thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 0;
}
.about-main-section .about-thumb img { border-radius: 12px; max-width: 100%; width: 100%; }
.about-main-section .about-shape { position: absolute; bottom: -20px; right: -20px; opacity: 0.5; top: auto; }

.about-badge {
    position: absolute;
    bottom: 20px;
    left: -20px;
    background: #2f6eff;
    border-radius: 12px;
    padding: 16px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(47,110,255,0.35);
}
@media (max-width: 575px) {
    .about-badge { left: 10px; bottom: 10px; }
}
.about-badge-number {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.about-badge-number span { font-size: 22px; }
.about-badge-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    line-height: 1.3;
    margin-top: 4px;
}
.about-checklist { margin: 22px 0; }

.about-stats-section {
    padding: 55px 0;
    background: linear-gradient(135deg, #00197e, #2f6eff);
}
.about-stat-box { padding: 20px 10px; }
.about-stat-number {
    font-family: 'Inter', sans-serif;
    font-size: clamp(36px, 5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.about-stat-label {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

.about-values-section {
    padding: 80px 0 90px;
    background: #f8f9ff;
}
.value-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 28px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: 0.3s;
    height: 100%;
}
.value-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(47,110,255,0.12); }
.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2f6eff, #00197e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.value-icon i { color: #fff; font-size: 28px; }
.value-title { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 700; color: #00197e; margin-bottom: 12px; }
.value-text { font-family: 'Poppins', sans-serif; font-size: 14px; color: #3a4268; line-height: 1.7; margin: 0; }

/* ============================================================
   FAQ PAGE
   ============================================================ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
    border: 1.5px solid #eef0fb;
    transition: 0.3s;
}
.faq-item.open { border-color: #2f6eff; box-shadow: 0 6px 25px rgba(47,110,255,0.12); }
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 15px;
    text-align: left;
}
.faq-question span {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #00197e;
    line-height: 1.4;
}
.faq-icon { font-size: 22px; color: #2f6eff; flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-answer p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
    padding: 0 24px 20px;
}
.faq-item.open .faq-answer { max-height: 400px; }

/* ============================================================
   LOGIN PAGE
   ============================================================ */
.login-section { background: #f8f9ff; padding: 60px 0 80px; }
.login-card {
    background: #fff;
    border-radius: 16px;
    padding: 45px 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
@media (max-width: 575px) {
    .login-card { padding: 30px 20px; }
}
.login-logo { text-align: center; margin-bottom: 25px; }
.login-title {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #00197e;
    text-align: center;
    margin-bottom: 8px;
}
.login-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 30px;
}
.login-forgot {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -10px;
}
.login-forgot a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #2f6eff;
    text-decoration: none;
}
.login-forgot a:hover { text-decoration: underline; }
.login-register {
    text-align: center;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
}
.login-register a { color: #2f6eff; font-weight: 600; text-decoration: none; }
.login-register a:hover { text-decoration: underline; }

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */
@media (max-width: 991px) {
    .offerte-section, .contact-section { padding: 50px 0 70px; }
    .rp-sidebar-card { margin-top: 10px; }
    .about-badge { left: 10px; }
}
@media (max-width: 767px) {
    .legal-section { padding: 40px 0 60px; }
    .about-main-section { padding: 60px 0 50px; }
    .about-values-section { padding: 50px 0 60px; }
    .about-stats-section { padding: 40px 0; }
    .login-section { padding: 40px 0 60px; }
    .google-map-wrapper { padding: 20px 20px 0; }
    .rp-form-section-title { font-size: 12px; }
}
