sidebar-menuhtml {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
  margin-top:0px
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.form-control {
    height: 38px;
    font-size: 14px;
}
.form-control,
.form-select {
    height: 38px;
    font-size: 14px;
}
.form-label {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 600;
}


/* NAVBAR */

.navbar {
    background: #fff !important;
    
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}
html[dir="rtl"] .navbar-nav {
    margin-right: auto;
}

html[dir="ltr"] .navbar-nav {
    margin-left: auto;
}

.navbar-brand img {
    height: 50px;
}
.rtl-menu {
    direction: rtl;
}

.navbar-nav .nav-link {
    color: #243B6B !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0 8px;
    transition: .3s;
    position: relative;
}

    .navbar-nav .nav-link:hover {
        color: #F47A20 !important;
    }

    .navbar-nav .nav-link.active {
        color: #F47A20 !important;
    }

        .navbar-nav .nav-link.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 100%;
            height: 3px;
            background: #F47A20;
            border-radius: 20px;
        }

/* Login Button */

.btn-login {
    background: #F47A20;
    color: white;
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 600;
}

    .btn-login:hover {
        background: #243B6B;
        color: white;
    }

/* Language */

.btn-language {
    border: 1px solid #ddd;
    color: #243B6B;
    border-radius: 10px;
    padding: 10px 18px;
}

    .btn-language:hover {
        background: #F47A20;
        color: white;
    }

.dropdown-item:hover {
    background: #F47A20;
    color: white;
}

/*=========================
        FOOTER
=========================*/

.footer-wisil{

    background:#1F376B;
    color:white;
    

}

.footer-wisil h5{

    color:#F47A20;
    margin-bottom:20px;
    font-weight:700;

}

.footer-text{

    color:#d9d9d9;
    line-height:1.8;

}

.footer-links{

    list-style:none;
    padding:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#fff;
    text-decoration:none;
    transition:.3s;

}

.footer-links a:hover{

    color:#F47A20;
    padding-left:8px;

}

.social-icons{

    display:flex;
    gap:15px;
    margin-top:15px;

}

.social-icons a{

    width:45px;
    height:45px;

    background:white;

    color:#1F376B;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:20px;

    transition:.3s;

}
.rtl-links {
    direction: rtl;
    text-align: right;
    padding-right:95px;
}
.dicripe {
    direction: rtl;
    text-align: right;
    padding-right: 170px;
}
.followUs {
    direction: rtl;
    text-align: right;
    padding-right: 95px;
}
.ContactFo {
    direction: rtl;
    text-align: right;
    padding-right: 120px;
}
.Allsaved {
    direction: rtl;
    text-align: right;
}
.social-icons a:hover{

    background:#F47A20;
    color:white;
    transform:translateY(-4px);

}
.footer-rtl {
    direction: rtl;
    text-align: right;
}                        
.footer-copy{

    color:#d6d6d6;
    font-size:14px;

}

.footer-wisil hr{

    border-color:rgba(255,255,255,.2);

}
.hero-section {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #eef6ff;
}

.hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 45%;
}
.btn-orange {
    background: #F58220;
    color: #fff;
    padding: 14px 34px;
    border-radius: 12px;
    font-weight: 700;
}

    .btn-orange:hover {
        background: #e26f0f;
        color: white;
    }

.btn-blue {
    background: #173B73;
    color: white;
    padding: 14px 34px;
    border-radius: 12px;
    font-weight: 700;
}

    .btn-blue:hover {
        background: #0d2d5b;
        color: white;
    }

.hero-safe {
    color: #173B73;
    font-weight: 600;
   
}

.hero-image {
    width: 100%;
    max-width: 680px;
}



.section-title {
    text-align: center;
    margin-bottom: 60px;
}

    .section-title span {
        color: #ff6b00;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .section-title h2 {
        margin-top: 10px;
        color: #163d78;
        font-weight: 800;
        font-size: 42px;
    }

.service-card {
    background: #fff;
    border-radius: 22px;
    padding: 22px 25px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .3s;
    height: 100%;
}

    .service-card:hover {
        transform: translateY(-8px);
    }

    .service-card img {
        
        margin-bottom: 5px;
    }

    .service-card h4 {
        color: #163d78;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .service-card p {
        color: #6c7a92;
        line-height: 1.8;
        min-height: 8px;
    }

    .service-card a {
        color: #0d57c7;
        text-decoration: none;
        font-weight: 700;
    }

.exchange-section {
    padding: 40px 0 80px;
}

.exchange-card {
    background: #0b2d67;
    border-radius: 25px;
    padding: 35px 45px;
    color: white;
    overflow: hidden;
    position: relative;
}

.exchange-update {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .exchange-update i {
        font-size: 34px;
    }

    .exchange-update small {
        display: block;
        color: #d7dff1;
    }

    .exchange-update strong {
        font-size: 15px;
    }

.exchange-card small {
    color: #d7dff1;
}

.exchange-card h2 {
    margin-top: 10px;
    font-size: 42px;
    font-weight: 800;
}

.exchange-image {
    width: 170px;
}
.how-section {
    padding: 90px 0;
}

.how-section {
    padding: 90px 0;
    background: #fff;
}

.step-card {
    position: relative;
    text-align: center;
}

.step-circle {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.step-img {
    width: 70px;
}

.step-number {
    position: absolute;
    top: -8px;
    left: 10px;
    width: 38px;
    height: 38px;
    background: #1147b8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.step-card h4 {
    margin-top: 25px;
    color: #173B73;
    font-size: 26px;
    font-weight: 700;
}

.step-card p {
    color: #555;
    line-height: 1.8;
    font-size: 18px;
    max-width: 240px;
    margin: auto;
}

.step-arrow {
    position: absolute;
    top: 70px;
    right: -25px;
    font-size: 45px;
    color: #1b57c8;
}

.col-lg-3:last-child .step-arrow {
    display: none;
}

@media(max-width:991px) {

    .step-arrow {
        display: none;
    }

    .step-circle {
        width: 130px;
        height: 130px;
    }

    .step-img {
        width: 60px;
    }
}

/* ===========================
        HERO
=========================== */

.contact-hero {
    position: relative;
    overflow: hidden;
}

.contact-bg {
    width: 100%;
    display: block;
}

.contact-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    max-width: 850px;
    padding: 20px;
}

    .contact-hero-content h1 {
        color: #12397b;
        font-size: 70px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .contact-hero-content h2 {
        color: #183d79;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .contact-hero-content p {
        color: #51627c;
        font-size: 22px;
        line-height: 2;
    }

/* ===========================
        CONTACT CARDS
=========================== */

.contact-info {
    margin-top: -60px;
    padding-bottom: 70px;
    position: relative;
    z-index: 20;
}

.contact-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .35s;
}

    .contact-card:hover {
        transform: translateY(-8px);
    }

    .contact-card img {
        width: 85px;
        margin-bottom: 20px;
    }

    .contact-card h4 {
        color: #173b78;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .contact-card h5 {
        color: #173b78;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .contact-card p {
        color: #6d7a90;
        line-height: 1.8;
        min-height: 60px;
    }

    .contact-card .btn {
        border-radius: 12px;
        padding: 12px 28px;
        font-weight: 600;
    }

.btn-purple {
    background: #6f42c1;
    color: white;
}

    .btn-purple:hover {
        background: #5c33ad;
        color: white;
    }

/* ===========================
        CONTACT MAIN
=========================== */

.contact-main {
    padding-bottom: 80px;
}

.contact-form,
.company-location {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    height: 100%;
}

    .contact-form h3,
    .company-location h3 {
        color: #173b78;
        font-weight: 700;
        margin-bottom: 25px;
    }

/* ===========================
        FORM
=========================== */

textarea.form-control {
    height: auto;
    resize: none;
}

.form-control:focus {
    border-color: #0d57c7;
    box-shadow: none;
}

.btn-blue {
    background: #12397b;
    color: white;
    border-radius: 12px;
    height: 55px;
    font-weight: 600;
}

    .btn-blue:hover {
        background: #0d2e61;
        color: white;
    }

/* ===========================
        MAP
=========================== */

.company-location iframe {
    width: 100%;
    height: 320px;
    border: none;
    border-radius: 18px;
    margin-bottom: 30px;
}

/* ===========================
        DETAILS
=========================== */

.company-details {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
}

.detail-item {
    flex: 1;
}

    .detail-item h5 {
        color: #173b78;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .detail-item p {
        color: #697991;
        line-height: 1.8;
    }

/* ===========================
        SOCIAL
=========================== */

.social-links {
    display: flex;
    gap: 12px;
}

    .social-links a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #12397b;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: .3s;
    }

        .social-links a:hover {
            background: #ff7a00;
            transform: translateY(-4px);
        }

/* ===========================
        RESPONSIVE
=========================== */

@media(max-width:992px) {

    .contact-hero-content {
        position: static;
        transform: none;
        padding: 50px 20px;
    }

    .contact-bg {
        display: none;
    }

    .contact-hero {
        background: #eef5ff;
    }

    .contact-hero-content h1 {
        font-size: 42px;
    }

    .contact-hero-content h2 {
        font-size: 24px;
    }

    .contact-hero-content p {
        font-size: 18px;
    }

    .contact-info {
        margin-top: 0;
    }

    .company-details {
        flex-direction: column;
    }
}
/*==========================
        ABOUT HERO
==========================*/

.about-hero {
    position: relative;
    height: 550px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8,35,74,.65);
}

.about-hero .container {
    position: relative;
    z-index: 5;
}

.hero-small {
    color: #F58220;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}

.hero-title {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 25px;
}

.hero-description {
    color: #f3f3f3;
    font-size: 18px;
    line-height: 1.9;
    max-width: 650px;
}

.hero-buttons {
    margin-top: 35px;
    display: flex;
    gap: 15px;
}

.btn-orange {
    background: #F58220;
    color: white;
    padding: 14px 34px;
    border-radius: 10px;
    font-weight: 600;
}

    .btn-orange:hover {
        background: #173B73;
        color: white;
    }

.btn-outline-light {
    padding: 14px 34px;
    border-radius: 10px;
}

@media(max-width:991px) {

    .hero-title {
        font-size: 40px;
    }

    .about-hero {
        height: 450px;
    }

    .hero-buttons {
        flex-direction: column;
    }
}
/*==============================
        ABOUT COMPANY
==============================*/

.about-company {
    background: #ffffff;
}

.section-small {
    color: #F58220;
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    color: #173B73;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
}

.section-text {
    color: #666;
    font-size: 17px;
    line-height: 1.9;
}

.about-company-img {
    transition: .4s;
}

    .about-company-img:hover {
        transform: scale(1.02);
    }

.company-feature {
    background: #f8f9fb;
    padding: 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    color: #173B73;
    transition: .3s;
}

    .company-feature i {
        font-size: 28px;
        color: #F58220;
    }

    .company-feature:hover {
        background: #173B73;
        color: white;
    }

        .company-feature:hover i {
            color: #F58220;
        }
/*==========================
    Vision & Mission
==========================*/

.vision-section {
    background: #F8FAFD;
}

.vision-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.07);
    transition: .35s;
}

    .vision-card:hover {
        transform: translateY(-8px);
    }

.vision-icon {
    width: 80px;
    height: 80px;
    background: #173B73;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 25px;
    font-size: 32px;
}

.vision-card h3 {
    color: #173B73;
    font-weight: 700;
    margin-bottom: 20px;
}

.vision-card p {
    color: #666;
    line-height: 1.9;
}



/*==========================
      Values
==========================*/

.values-section {
    background: white;
}

.value-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,.07);
    transition: .35s;
    height: 100%;
}

    .value-card:hover {
        background: #173B73;
        color: white;
        transform: translateY(-8px);
    }

    .value-card i {
        font-size: 50px;
        color: #F58220;
        margin-bottom: 20px;
    }

    .value-card h4 {
        font-weight: 700;
        margin-bottom: 15px;
    }

    .value-card p {
        line-height: 1.8;
    }
/*==============================
      COMPANY STATISTICS
==============================*/

.statistics-section {
    padding: 90px 0;
    background: #173B73;
}

    .statistics-section .section-small {
        color: #F58220;
    }

    .statistics-section .section-title {
        color: #fff;
    }

.section-description {
    color: #d9d9d9;
    max-width: 700px;
    margin: auto;
}

.stat-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    transition: .35s;
    height: 100%;
}

    .stat-card:hover {
        transform: translateY(-10px);
    }

    .stat-card i {
        font-size: 55px;
        color: #F58220;
        margin-bottom: 20px;
    }

    .stat-card h2 {
        color: #173B73;
        font-weight: 800;
        font-size: 42px;
    }

    .stat-card span {
        color: #666;
        font-size: 18px;
        font-weight: 600;
    }
/*==========================
        BRANCHES
==========================*/

.branches-section {
    background: #ffffff;
}

.branch-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

    .branch-card:hover {
        transform: translateY(-8px);
    }

    .branch-card i {
        font-size: 55px;
        color: #F58220;
        margin-bottom: 20px;
    }

    .branch-card h4 {
        color: #173B73;
        font-weight: 700;
    }

    .branch-card span {
        color: #F58220;
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
    }

    .branch-card p {
        color: #666;
        line-height: 1.8;
    }



/*==========================
            CTA
==========================*/

.about-cta {
    background: #173B73;
    color: white;
    text-align: center;
    padding: 90px 20px;
}

    .about-cta h2 {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .about-cta p {
        max-width: 700px;
        margin: auto;
        margin-bottom: 35px;
        color: #ececec;
        line-height: 1.8;
    }
/*==========================
        HERO
==========================*/

.services-hero {
    position: relative;
    overflow: hidden;
    background: #f7fbff;
}

.services-bg {
    width: 100%;
    display: block;
}

.services-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    max-width: 850px;
}

    .services-content h1 {
        font-size: 72px;
        font-weight: 800;
        color: #12397b;
        margin-bottom: 15px;
    }

    .services-content h2 {
        font-size: 48px;
        font-weight: 700;
        color: #12397b;
        margin-bottom: 20px;
    }

        .services-content h2 span {
            color: #ff7a00;
        }

    .services-content p {
        font-size: 24px;
        color: #4b5b73;
        line-height: 2;
    }

/*==========================
        SERVICES
==========================*/

.services-page {
    padding: 80px 0;
    background: #f8fbff;
}

.service-box {
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .35s;
    height: 100%;
}

    .service-box:hover {
        transform: translateY(-10px);
    }

    .service-box .icon {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto auto 25px;
    }

.blue .icon {
    background: #0d57c7;
}

.orange .icon {
    background: #ff7a00;
}

.green .icon {
    background: #23a455;
}

.service-box .icon img {
    width: 45px;
}

.service-box h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blue h3 {
    color: #12397b;
}

.orange h3 {
    color: #ff7a00;
}

.green h3 {
    color: #1d9b4d;
}

.service-box p {
    color: #586b86;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-image {
    width: 100%;
    max-width: 320px;
    margin: 15px auto 30px;
    display: block;
}

.service-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    text-align: right;
}

    .service-box ul li {
        margin-bottom: 14px;
        color: #163d78;
        font-size: 18px;
        position: relative;
        padding-right: 28px;
    }

        .service-box ul li::before {
            content: "✔";
            position: absolute;
            right: 0;
            color: #23a455;
            font-weight: bold;
        }

.service-box .btn {
    width: 180px;
    border-radius: 12px;
    padding: 12px 25px;
    font-weight: 700;
    transition: .3s;
}

.btn-outline-primary:hover {
    background: #0d57c7;
}

.btn-outline-warning:hover {
    background: #ff7a00;
    color: #fff;
}

.btn-outline-success:hover {
    background: #23a455;
}

/*==========================
     WHY CHOOSE US
==========================*/

.why-services {
    margin-top: 70px;
    background: #082b63;
    border-radius: 28px;
    padding: 45px;
    color: #fff;
}

    .why-services h2 {
        text-align: center;
        margin-bottom: 45px;
        font-weight: 700;
    }

.why-item {
    text-align: center;
}

    .why-item img {
        width: 70px;
        margin-bottom: 20px;
    }

    .why-item h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .why-item p {
        color: #d5dded;
        line-height: 1.8;
    }

/*=========================
        SERVICES HERO
=========================*/

.services-hero {
    position: relative;
    overflow: hidden;
}

.services-bg {
    width: 100%;
    display: block;
}

.services-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
    max-width: 90%;
    text-align: center;
}

    .services-content h1 {
        font-size: 68px;
        font-weight: 800;
        color: #0b2f73;
        margin-bottom: 10px;
    }

    .services-content h2 {
        font-size: 28px;
        font-weight: 700;
        color: #0b2f73;
        margin-bottom: 20px;
    }

        .services-content h2 span {
            color: #ff7a00;
        }

    .services-content p {
        font-size: 21px;
        line-height: 1.9;
        color: #23395d;
    }
.services-section {
    padding: 40px 0;
    background: #f7f9fd;
}


.service-card {
    background: #fff;
    border-radius: 28px;
    padding: 30px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #edf1f7;
    box-shadow: 0 12px 35px rgba(20,40,90,.08);
    transition: .35s;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(20,40,90,.12);
    }

.service-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 5px;
}

.blue .service-icon {
    background: #0d6efd;
}

.orange .service-icon {
    background: #ff7a00;
}

.green .service-icon {
    background: #16a34a;
}

.service-icon img {
    width: 35px;
}

.service-card h3 {
    font-size: 20px;
    font-weight:400;
    margin-bottom: 4px;
    line-height: 1.25;
}

.blue h3 {
    color: #0b3a88;
}

.orange h3 {
    color: #ff7a00;
}

.green h3 {
    color: #169447;
}

.service-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
}

.service-image {
    margin: 0 auto 0px;
    display: block;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    text-align: right;
}

    .service-list li {
        position: relative;
        padding-right: 28px;
        margin-bottom: 4px;
        font-size: 14px;
        color: #25324d;
        line-height: 1.7;
    }

        .service-list li::before {
            content: "✓";
            position: absolute;
            right: 0;
            font-weight: bold;
        }

.blue .service-list li::before {
    color: #0d6efd;
}

.orange .service-list li::before {
    color: #ff7a00;
}

.green .service-list li::before {
    color: #16a34a;
}

.service-btn {
    width: 120px;
    margin: auto;
    margin-top: 10px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 10px;
}

.blue-btn {
    border: 2px solid #0d6efd;
    color: #0d6efd;
}

    .blue-btn:hover {
        background: #0d6efd;
        color: white;
    }

.orange-btn {
    border: 2px solid #ff7a00;
    color: #ff7a00;
}

    .orange-btn:hover {
        background: #ff7a00;
        color: white;
    }

.green-btn {
    border: 2px solid #16a34a;
    color: #16a34a;
}

    .green-btn:hover {
        background: #16a34a;
        color: white;
    }
/*=========================
 WHY US
==========================*/

.why-us-section {
    padding: 70px 0;
}

.why-box {
    background: #082d6c;
    border-radius: 25px;
    overflow: hidden;
    padding: 40px 20px;
}

.why-title {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 45px;
}

.why-item {
    text-align: center;
    padding: 10px 25px;
    border-left: 1px solid rgba(255,255,255,.15);
}

    .why-item:first-child {
        border-left: none;
    }

    .why-item img {
        width: 60px;
        margin-bottom: 18px;
    }

    .why-item h5 {
        color: #fff;
        font-size: 23px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .why-item p {
        color: #d9e5ff;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
    }

@media(max-width:991px) {

    .why-item {
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,.15);
        padding: 30px;
    }

        .why-item:last-child {
            border-bottom: none;
        }

    .why-title {
        font-size: 30px;
    }
}

/*==================================================
                    HERO
==================================================*/

.exchange-hero {
    height: 380px;
    overflow: hidden;
    position: relative;
}

.exchange-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.exchange-hero .container {
    position: absolute;
    inset: 0;
}

.exchange-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 900px;
    max-width: 90%;
    text-align: center;
}

    .exchange-hero-content h1 {
        font-size: 68px;
        font-weight: 800;
        color: #0c2f6b;
        margin-bottom: 15px;
    }

    .exchange-hero-content h2 {
        font-size: 34px;
        font-weight: 700;
        color: #16396d;
        margin-bottom: 25px;
    }

    .exchange-hero-content p {
        font-size: 22px;
        color: #4d5b71;
        line-height: 2;
        width: 80%;
        margin: auto;
    }

/*==============================*/

@media(max-width:1200px) {

    .exchange-hero-content h1 {
        font-size: 58px;
    }

    .exchange-hero-content h2 {
        font-size: 30px;
    }
}

@media(max-width:992px) {

    .exchange-hero-content {
        width: 95%;
    }

        .exchange-hero-content h1 {
            font-size: 46px;
        }

        .exchange-hero-content h2 {
            font-size: 24px;
        }

        .exchange-hero-content p {
            font-size: 18px;
            width: 95%;
        }
}

@media(max-width:768px) {

    .exchange-hero-content h1 {
        font-size: 34px;
    }

    .exchange-hero-content h2 {
        font-size: 20px;
    }

    .exchange-hero-content p {
        font-size: 15px;
    }
}
/*==================================
        EXCHANGE BANNER
===================================*/

.exchange-banner-section {
    margin-top: 5px;
    margin-bottom: 5px;
}

.exchange-banner {
    background: #082b63;
    border-radius: 28px;
    padding: 28px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    color: white;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.exchange-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.banner-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

    .banner-icon.success {
        background: rgba(0,255,120,.08);
    }

.exchange-item h3 {
    font-size: 38px;
    margin: 0;
    font-weight: 800;
}

.exchange-item h5 {
    margin: 0;
    font-size: 25px;
}

.exchange-item span,
.exchange-item small {
    opacity: .8;
}

.banner-divider {
    width: 1px;
    height: 75px;
    background: rgba(255,255,255,.12);
}

.main-rate {
    text-align: center;
}

    .main-rate small {
        font-size: 17px;
        opacity: .8;
    }

    .main-rate h2 {
        margin: 12px 0;
        font-size: 28px;
        font-weight: 800;
    }

        .main-rate h2 strong {
            color: #ff7a00;
        }

    .main-rate p {
        margin: 0;
        opacity: .85;
        font-size: 17px;
    }

.currency-select {
    display: flex;
    align-items: center;
    gap: 15px;
}

.currency-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    padding: 14px 18px;
    border-radius: 18px;
    min-width: 165px;
}

    .currency-card img {
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .currency-card h5 {
        margin: 0;
        font-size: 28px;
        font-weight: 700;
    }

    .currency-card small {
        opacity: .75;
    }

.swap-btn {
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: #143f83;
    color: white;
    font-size: 22px;
    transition: .3s;
}

    .swap-btn:hover {
        background: #ff7a00;
        transform: rotate(180deg);
    }

@media(max-width:1200px) {

    .exchange-banner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-divider {
        display: none;
    }
}
/*==================================
        EXCHANGE MAIN
==================================*/

.exchange-main {
    background: #f7f9fd;
    padding: 80px 0;
}

/*======================
      Rates Card
======================*/

.rates-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    height: 100%;
}

.rates-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

    .rates-header h2 {
        font-size: 34px;
        font-weight: 800;
        color: #0b2d67;
        margin-bottom: 6px;
    }

    .rates-header p {
        color: #6b7280;
        margin: 0;
    }

.btn-download {
    border-radius: 12px;
    padding: 12px 22px;
    background: #0d6efd;
    color: white;
    font-weight: 600;
}

    .btn-download:hover {
        background: #0b5ed7;
        color: white;
    }

.rates-card table {
    margin-top: 20px;
}

.rates-card thead {
    background: #eef3fb;
}

.rates-card th {
    color: #0b2d67;
    font-weight: 700;
    padding: 18px;
    border: none;
}

.rates-card td {
    padding: 18px;
    border-color: #eef2f7;
    font-size: 17px;
}

.rates-card tbody tr:hover {
    background: #f8fbff;
}

/*======================
      Calculator
======================*/

.calculator-card {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    height: 100%;
}

    .calculator-card h2 {
        font-size: 34px;
        font-weight: 800;
        color: #0b2d67;
        margin-bottom: 30px;
    }

    .calculator-card label {
        font-weight: 600;
        color: #374151;
        margin-bottom: 8px;
        display: block;
    }

.calculator-input {
    height: 60px;
    border-radius: 14px;
    font-size: 22px;
    font-weight: 700;
}

.calculator-card .form-select {
    height: 56px;
    border-radius: 14px;
}

.swap-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: #0d6efd;
    color: white;
    font-size: 22px;
    transition: .3s;
}

    .swap-circle:hover {
        background: #ff7a00;
        transform: rotate(180deg);
    }

.calculator-result {
    background: #f5f8ff;
    border-radius: 20px;
    text-align: center;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 25px;
}

    .calculator-result small {
        color: #6b7280;
        font-size: 16px;
    }

    .calculator-result h1 {
        margin: 10px 0;
        font-size: 46px;
        color: #0b2d67;
        font-weight: 800;
    }

    .calculator-result p {
        margin: 0;
        color: #6b7280;
    }

.calculator-card .btn-primary {
    height: 58px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
}

/*======================
      Responsive
======================*/

@media(max-width:991px) {

    .rates-card {
        margin-bottom: 30px;
    }

    .rates-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .calculator-result h1 {
        font-size: 34px;
    }
}
/*==================================
            FAQ
===================================*/

.faq-section {
    padding: 90px 0;
    background: #f8fbff;
}

.faq-image {
    max-width: 420px;
    display: block;
    margin: auto;
}

.accordion-item {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.accordion-button {
    background: #fff;
    color: #173b78;
    font-weight: 700;
    padding: 22px;
    box-shadow: none;
}

    .accordion-button:not(.collapsed) {
        background: #173b78;
        color: white;
    }

.accordion-body {
    line-height: 1.9;
    color: #666;
    background: white;
}

.accordion-button:focus {
    box-shadow: none;
}









/* ==========================
   LAYOUT
========================== */

.admin-wrapper {
    display: flex;
    min-height: 100vh;
}

.main-content {
    height1:100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #f7f9fc;
}
/*==========================
        SIDEBAR
==========================*/

.sidebar {
    height: 100% width: 270px;
    min-height: 100vh;
    background: #0B4DBA;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.logo {
    padding: 25px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

    .logo img {
        width: 140px;
    }

.menu-title {
    padding: 11px 14px 5px;
    font-size: 12px;
    color: #BFD5FF;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidebar-menu {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

    .sidebar-menu li {
        margin-bottom: 1px;
    }

    .sidebar-menu a {
        display: flex;
        align-items: center;
        gap: 15px;
        color: #fff;
        padding: 7px 9px;
        border-radius: 12px;
        transition: .3s;
        font-size: 15px;
        font-weight: 500;
    }

        .sidebar-menu a i {
            font-size: 15px;
            width: 10px;
            text-align: center;
        }

        .sidebar-menu a:hover {
            background: rgba(255,255,255,.12);
            color: #fff;
        }

        .sidebar-menu a.active {
            background: #fff;
            color: #0B4DBA;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(0,0,0,.15);
        }

            .sidebar-menu a.active i {
                color: #0B4DBA;
            }
body {
    background: #f5f7fb;
}

.dashboard-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.stat-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 8px 25px rgba(0,0,0,.07);
    transition: .3s;
}

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

.stat-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
}

.blue {
    background: #2F80ED;
}

.green {
    background: #27AE60;
}

.orange {
    background: #F2994A;
}

.purple {
    background: #8E44AD;
}

.stat-info h2 {
    font-size: 35px;
    font-weight: 700;
}

.quick-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    margin-bottom: 15px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    color: white;
}

    .quick-btn.blue {
        background: #2F80ED;
    }

    .quick-btn.green {
        background: #27AE60;
    }

    .quick-btn.orange {
        background: #F2994A;
    }

    .quick-btn.purple {
        background: #8E44AD;
    }