.py_5{
    padding: 100px 0px 50px;
}
.py_2{
    padding: 0 0 70px 0;
}

.menu_list li a.active, .menu_list li .nav-link.active {
    background: #fff;
    color: #0255b8 !important;
    font-weight: 700 !important;
}
.faq-section img {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    max-height: 550px;
    object-fit: cover;
    width: 100%;
}
.privacy-card ul li {
    list-style: disc;
    margin-bottom: 11px;
}
.refund-card ul li{
       list-style: disc;
    margin-bottom: 11px;
}
.terms-card ul li{
    list-style: disc;
    margin-bottom: 11px;   
}
.wdp-form-box h2 {
    color: #fc5707;
    font-weight: 700;
}
/*Animated button css */
.glow-on-hover {
    width: 150px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #161765;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.heading_about p {
    color: #555;
    text-align: justify;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


/* ========= Header/Navbar CSS Start ========= */

.main_navbar {
    background: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}
span.text-primary {
    color: #fc5707 !important;
}
.heading_accent_color{
    color: #fc5707 !important;
}
/* Logo */
.main_navbar .header_logo img {
    width: 100%;
    max-width: 250px;
}

/* Desktop Menu */
.main_navbar .menu_items {
    display: flex;
    justify-content: center;
}
.main_navbar .menu_list li a {
    padding: 0px 9px !important;
}
.main_navbar .menu_list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

/* .main_navbar .menu_list li a {
    text-decoration: none;
    font-weight: 500;
    color: #11204e;
    font-size: 18px;
    transition: 0.3s;
} */

.main_navbar .menu_list li a:hover {
    color: #0d6efd;
}

/* Social Icons */
.main_navbar .social_icons a {
    color: #11204e;
    font-size: 18px;
    margin-left: 18px;
    transition: 0.3s;
}

.main_navbar .social_icons a:hover {
    color: #0d6efd;
}

/* Mobile Toggle Button */
.main_navbar .mobile-toggle {
    border: none;
    background: none;
    font-size: 32px;
    color: #11204e;
}

/* Mobile Menu */
.main_navbar .mobile_menu {
    display: none;
    background: #ffffff;
    padding: 15px;
    border-top: 1px solid #e3e3e3;
}

.main_navbar .mobile_menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.main_navbar .mobile_menu ul li {
    padding: 10px 0;
}

.main_navbar .mobile_menu ul li a {
    text-decoration: none;
    color: #11204e;
    font-size: 18px;
}

.main_navbar .mobile_social a {
    font-size: 22px;
    margin: 0 10px;
    color: #11204e;
    transition: 0.3s;
}

.main_navbar .mobile_social a:hover {
    color: #0d6efd;
}

/* ========= Header/Navbar CSS End ========= */

section.about_breadcrump_banner {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}







.service_section {
    background: #f8f9fc;
}


/*-----------------------------------------our epertise--------------------------------------------------*/


.service_section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
  }

/* Soft background grid */
.service_section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-size: 46px 46px;
    opacity: 0.55;
    pointer-events: none;
}

/* Soft background glow */
.service_section::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -260px;
    top: -260px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(0, 95, 190, 0.15),
        rgba(0, 95, 190, 0.06),
        transparent 70%
    );
    filter: blur(8px);
    pointer-events: none;
}

.service_section .container {
    position: relative;
    z-index: 2;
}

/* ================= SECTION HEADING ================= */

.service_section .service_heading_animation {
    margin-bottom: 55px !important;
}

.service_section .service_heading_animation h2 {
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 700;
    color: #03142f;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.service_section .service_heading_animation h2 .color_blue_blue {
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service_section .service_heading_animation p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    color: #5d6b82 !important;
    line-height: 1.7;
}

/* ================= ROW SPACING ================= */

.service_section .row {
    row-gap: 30px;
}

/* ================= SERVICE CARD ================= */

.service_section .service_box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 34px 28px 30px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(0, 95, 190, 0.13);
    box-shadow:
        0 18px 45px rgba(3, 20, 47, 0.09),
        0 0 0 1px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    transition: all 0.35s ease;
}

/* Card top strip */
.service_section .service_box::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 5px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
}

/* Card corner glow */
.service_section .service_box::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -85px;
    top: -85px;
    border-radius: 50%;
    background: rgba(0, 95, 190, 0.08);
    transition: 0.35s ease;
}

.service_section .service_box:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 91, 0, 0.34);
    box-shadow:
        0 30px 75px rgba(3, 20, 47, 0.15),
        0 0 0 2px rgba(255, 91, 0, 0.08);
}

.service_section .service_box:hover::after {
    background: rgba(255, 91, 0, 0.13);
    transform: scale(1.25);
}

/* ================= ICON DESIGN ================= */

.service_section .service_box > i {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    font-size: 33px !important;
    margin-bottom: 24px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff5b00, #ff5b00);
    box-shadow:
        0 16px 34px rgba(0, 95, 190, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.24);
    transition: all 0.35s ease;
}

.service_section .service_box:hover > i {
    transform: translateY(-4px) rotate(-5deg) scale(1.06);
    box-shadow: 0 20px 44px rgba(255, 91, 0, 0.28);
}

/* Icon gradient variations */
.service_section .row > div:nth-child(2) .service_box > i,
.service_section .row > div:nth-child(5) .service_box > i,
.service_section .row > div:nth-child(8) .service_box > i {
    background: linear-gradient(135deg, #ff5b00, #ff5b00);
}

.service_section .row > div:nth-child(3) .service_box > i,
.service_section .row > div:nth-child(6) .service_box > i {
    background: linear-gradient(135deg, #ff5b00, #ff5b00);
}

/* ================= CARD TEXT ================= */

.service_section .service_box h3 {
    position: relative;
    z-index: 2;
    color: #03142f !important;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.25;
    margin-bottom: 14px;
    min-height: 56px;
}

.service_section .service_box p {
    position: relative;
    z-index: 2;
    color: #5d6b82;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
}

/* ================= READ MORE LINK ================= */

.service_section .read_more_link {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #005fbe;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
    bottom: 30px;
}

.service_section .read_more_link i {
    font-size: 13px;
    transition: 0.3s ease;
}

.service_section .read_more_link:hover {
    color: #ff5b00;
}

.service_section .read_more_link:hover i {
    transform: translateX(5px);
}

/* ================= UNIQUE CARD LAYOUT ================= */

.service_section .row > div:nth-child(even) .service_box {
    margin-top: 18px;
}

.service_section .row > div:nth-child(4n+1) .service_box {
    border-top-left-radius: 34px;
}

.service_section .row > div:nth-child(4n) .service_box {
    border-bottom-right-radius: 34px;
}

/* ================= ANIMATION ================= */

.service_scroll_animation .service_box {
    animation: serviceCardFade 0.75s ease forwards;
    opacity: 0;
}

.service_scroll_animation .row > div:nth-child(1) .service_box {
    animation-delay: 0.05s;
}

.service_scroll_animation .row > div:nth-child(2) .service_box {
    animation-delay: 0.12s;
}

.service_scroll_animation .row > div:nth-child(3) .service_box {
    animation-delay: 0.19s;
}

.service_scroll_animation .row > div:nth-child(4) .service_box {
    animation-delay: 0.26s;
}

.service_scroll_animation .row > div:nth-child(5) .service_box {
    animation-delay: 0.33s;
}

.service_scroll_animation .row > div:nth-child(6) .service_box {
    animation-delay: 0.40s;
}

.service_scroll_animation .row > div:nth-child(7) .service_box {
    animation-delay: 0.47s;
}

.service_scroll_animation .row > div:nth-child(8) .service_box {
    animation-delay: 0.54s;
}

@keyframes serviceCardFade {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (max-width: 991px) {
    .service_section {
        padding: 70px 0;
    }

    .service_section .row > div:nth-child(even) .service_box {
        margin-top: 0;
    }

    .service_section .service_box h3 {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .service_section {
        padding: 60px 0;
    }

    .service_section .service_heading_animation {
        margin-bottom: 35px !important;
    }

    .service_section .service_box {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .service_section .service_box > i {
        width: 66px;
        height: 66px;
        font-size: 29px !important;
        border-radius: 18px;
    }

    .service_section .service_box h3 {
        font-size: 21px;
    }

    .service_section .service_box p {
        font-size: 14px;
    }
}


/*-----------------------------------------end our epertise--------------------------------------------------*/

/*---------------------------------------------------------contact us-----------------------------------------------------*/
/* Contact Section */
.contact-section {
    padding: 60px 0;
    background: #fff;
}

.contact-wrapper {
    display: flex;
    gap: 40px;
    align-items:center;
}

/* Form */
.contact-form {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
}

.contact-form h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.sub-title {
    color: #555;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    background: #4ee3c1;
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #3fd3b1;
}

/* Right Info */
.contact-info {
    flex: 1;
}

.contact-info h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-info p {
    color: #555;
    margin-bottom: 15px;
}

.contact-info a {
    color: #1aa7a1;
    text-decoration: none;
    font-weight: 500;
}

/* Bottom Details */
.contact-details {
    padding: 40px 0;
    background: #f9f9f9;
}

.details-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.detail-box {
    flex: 1;
}

.detail-box h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.detail-box p,
.detail-box a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .details-wrapper {
        flex-direction: column;
    }
}
/* ================Service Section Css End============  */


/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card */
.service-card {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}


/* Tablet */
@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
section.services-section {
    background: #f5f5f5;
}
/* Footer section css start */


.payment-wrapper {
    display: flex;
    gap: 30px;
}

/* Form Card */
.payment-form {
    flex: 1.2;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.payment-form h3 {
    text-align: center;
    margin-bottom: 25px;
    color: #2f54c6;
}

/* Form */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 11px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
}

/* Rows */
.form-row {
    display: flex;
    gap: 15px;
}

.two-col .form-group {
    flex: 1;
}

.three-col .form-group {
    flex: 1;
}

/* Button */
.pay-btn {
    width: 100%;
    padding: 13px;
    background: linear-gradient(90deg, #3b6be3, #2f54c6);
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
}

/* Right Info */
.payment-info {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.payment-info h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #1e3fa9;
}

.payment-info p {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.6;
}

.contact-details {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .payment-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .form-row {
        flex-direction: column;
    }

    .page-header h1 {
        font-size: 18px;
    }
}



.payment-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
}

.payment-card {
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.payment-logo {
  max-height: 70px;
  margin-bottom: 20px;
}

.payment-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

.payment-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-poynt {
  background-color: #1a8f4b;
}

.btn-poynt:hover {
  background-color: #15753e;
}

.btn-paypal {
  background-color: #0a58ff;
}

.btn-paypal:hover {
  background-color: #084ad6;
}

/* ✅ Tablet */
@media (max-width: 992px) {
  .payment-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ✅ Mobile */
@media (max-width: 576px) {
  .payment-card {
    padding: 30px 20px;
  }

  .payment-card h3 {
    font-size: 20px;
  }

  .btn {
    width: 100%;
  }
}




/* Initial Hidden State */
.reveal-left,
.reveal-right {
    opacity: 0;
    transition: all 1s ease;
}

/* Left Content Animation */
.reveal-left {
    transform: translateX(-80px);
}

/* Right Image Animation */
.reveal-right {
    transform: translateX(80px);
}

/* Visible State */
.reveal-left.active,
.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Optional Hero Styling */
.hero-modern {
    overflow: hidden;
}

/* Mobile Responsive Animation */
@media (max-width: 991px) {
    .reveal-left,
    .reveal-right {
        transform: translateY(50px);
    }

    .reveal-left.active,
    .reveal-right.active {
        transform: translateY(0);
    }
}


/*---------------------------------second animation-------------------------------------*/
/* Common Animation Section */
.service_scroll_animation {
    overflow: hidden;
}

/* Heading Initial State */
.service_scroll_animation .service_heading_animation {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Heading Visible State */
.service_scroll_animation .service_heading_animation.heading-show {
    opacity: 1;
    transform: translateY(0);
}

/* Service Cards + Package Cards Initial State */
.service_scroll_animation .row > .col-lg-3,
.service_scroll_animation .row > .col-lg-4 {
    opacity: 0;
    transform: translateY(75px);
    transition:
        opacity 0.7s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
    margin-bottom: 28px;
}

/* Cards Visible State */
.service_scroll_animation .row > .col-lg-3.service-animate-show,
.service_scroll_animation .row > .col-lg-4.service-animate-show {
    opacity: 1;
    transform: translateY(0);
}

/* Tablet */
@media (max-width: 991px) {
    .service_scroll_animation .row > .col-lg-3,
    .service_scroll_animation .row > .col-lg-4 {
        transform: translateY(55px);
    }

    .service_scroll_animation .row > .col-lg-3.service-animate-show,
    .service_scroll_animation .row > .col-lg-4.service-animate-show {
        transform: translateY(0);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .service_scroll_animation .row > .col-lg-3,
    .service_scroll_animation .row > .col-lg-4 {
        transform: translateY(40px);
    }

    .service_scroll_animation .row > .col-lg-3.service-animate-show,
    .service_scroll_animation .row > .col-lg-4.service-animate-show {
        transform: translateY(0);
    }
}

/*-----------------------------------------------------------------*/
/* ================= ABOUT / OVERVIEW SECTION ================= */

.overview-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 !important;
    background:
        radial-gradient(circle at 8% 18%, rgba(0, 95, 190, 0.13), transparent 30%),
        radial-gradient(circle at 90% 82%, rgba(255, 91, 0, 0.11), transparent 30%),
        linear-gradient(135deg, #f5f9ff 0%, #ffffff 52%, #eef6ff 100%) !important;
}

.overview-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 95, 190, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 95, 190, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.overview-section::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    top: -230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 91, 0, 0.20), transparent 70%);
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.overview-section .container,
.overview-section .row,
.overview-section .col-lg-6,
.overview-section .col-md-6 {
    position: relative;
    z-index: 2;
}

/* Remove content card box */
.overview-section .reveal-left {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    backdrop-filter: none !important;
}

/* Heading */
.overview-section h2 {
    position: relative;
    display: inline-block;
    color: #03142f !important;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 950 !important;
    line-height: 1.12;
    margin-bottom: 30px !important;
    letter-spacing: -1.2px;
}

.overview-section h2 .color_blue_blue {
    display: inline !important;
    background: linear-gradient(90deg, #005fbe 0%, #038ed1 45%, #ff5b00 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #005fbe !important;
    padding: 0 !important;
    border-radius: 0 !important;
    animation: aboutHeadingGradient 3.5s ease-in-out infinite alternate;
}

.overview-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 82px;
    height: 5px;
    border-radius: 50px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    box-shadow: 0 8px 18px rgba(255, 91, 0, 0.22);
}

@keyframes aboutHeadingGradient {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

/* Text */
.overview-section p {
    color: #4f5f73;
    font-size: 16px;
    line-height: 1.82;
    margin-bottom: 14px;
}

.overview-section p strong {
    color: #03142f !important;
    font-weight: 900;
    background: linear-gradient(90deg, rgba(0, 95, 190, 0.10), rgba(255, 91, 0, 0.10));
    padding: 2px 6px;
    border-radius: 6px;
}

/* Image clean style - no outer border/box */
.overview-section .about_image,
.overview-section .about_section_img {
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 22px;
}

.overview-section .about_image::before,
.overview-section .about_section_img::before,
.overview-section .about_image::after,
.overview-section .about_section_img::after {
    display: none !important;
    content: none !important;
}

.overview-section .about_image img,
.overview-section .about_section_img img {
    width: 100% !important;
    height: 460px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    box-shadow: 0 18px 45px rgba(3, 20, 47, 0.13);
    transition: 0.35s ease;
}

.overview-section .about_image:hover img,
.overview-section .about_section_img:hover img {
    transform: scale(1.03);
}

/* Button */
.overview-section .btn-primary {
    position: relative;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #005fbe, #ff5b00) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 15px 34px !important;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-decoration: none;
    box-shadow:
        0 18px 40px rgba(0, 95, 190, 0.24),
        inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
    transition: all 0.35s ease;
}

.overview-section .btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 70px;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.48),
        transparent
    );
    transform: skewX(-22deg);
    transition: 0.55s ease;
}

.overview-section .btn-primary:hover {
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow:
        0 24px 55px rgba(255, 91, 0, 0.32),
        0 0 0 4px rgba(0, 95, 190, 0.10) !important;
    background: linear-gradient(135deg, #ff5b00, #005fbe) !important;
}

.overview-section .btn-primary:hover::after {
    left: 120%;
}

/* ================= WHY SECTION ================= */

.why-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0 !important;
    background:
        radial-gradient(circle at 15% 85%, rgba(255, 91, 0, 0.11), transparent 32%),
        radial-gradient(circle at 90% 15%, rgba(0, 95, 190, 0.13), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f5f9ff 55%, #fff8f2 100%) !important;
}

.why-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 91, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 95, 190, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.7;
    pointer-events: none;
    z-index: 0;
}

.why-section::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    left: -260px;
    bottom: -280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 95, 190, 0.16), transparent 70%);
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.why-section .container,
.why-section .row,
.why-section .col-lg-6 {
    position: relative;
    z-index: 2;
}

/* Remove content card box */
.why-section .reveal-right {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    backdrop-filter: none !important;
}

/* Heading */
.why-section h2 {
    position: relative;
    display: inline-block;
    color: #03142f !important;
    font-size: clamp(34px, 4vw, 30px);
    font-weight: 950 !important;
    line-height: 1.12;
    margin-bottom: 30px !important;
    letter-spacing: -1.2px;
}

.why-section h2 .color_blue_blue {
    display: inline !important;
    background: linear-gradient(90deg, #005fbe 0%, #038ed1 45%, #ff5b00 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #005fbe !important;
    padding: 0 !important;
    border-radius: 0 !important;
    animation: whyHeadingGradient 3.5s ease-in-out infinite alternate;
}

.why-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 82px;
    height: 5px;
    border-radius: 50px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    box-shadow: 0 8px 18px rgba(255, 91, 0, 0.22);
}

@keyframes whyHeadingGradient {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

/* Text */
.why-section p {
    color: #4f5f73;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 14px;
}

.why-section p strong {
    color: #03142f !important;
    font-weight: 900;
    background: linear-gradient(90deg, rgba(0, 95, 190, 0.10), rgba(255, 91, 0, 0.10));
    padding: 2px 6px;
    border-radius: 6px;
}

/* Image clean style - no outer border/box */
.why-section .reveal-left > div {
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 22px;
}

.why-section .reveal-left > div::before,
.why-section .reveal-left > div::after {
    display: none !important;
    content: none !important;
}

.why-section .reveal-left img {
    width: 100% !important;
    height: 460px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    box-shadow: 0 18px 45px rgba(3, 20, 47, 0.13);
    transition: 0.35s ease;
}

.why-section .reveal-left > div:hover img {
    transform: scale(1.03);
}

/* Button */
.why-section .btn-primary {
    position: relative;
    overflow: hidden;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff5b00, #005fbe) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 15px 34px !important;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-decoration: none;
    box-shadow:
        0 18px 40px rgba(255, 91, 0, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
    transition: all 0.35s ease;
}

.why-section .btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 70px;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.48),
        transparent
    );
    transform: skewX(-22deg);
    transition: 0.55s ease;
}

.why-section .btn-primary:hover {
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow:
        0 24px 55px rgba(0, 95, 190, 0.28),
        0 0 0 4px rgba(255, 91, 0, 0.10) !important;
    background: linear-gradient(135deg, #005fbe, #ff5b00) !important;
}

.why-section .btn-primary:hover::after {
    left: 120%;
}

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

@media (max-width: 991px) {
    .overview-section,
    .why-section {
        padding: 70px 0 !important;
    }

    .overview-section .reveal-left,
    .why-section .reveal-right {
        margin-bottom: 30px;
    }

    .overview-section .about_image img,
    .overview-section .about_section_img img,
    .why-section .reveal-left img {
        height: 390px;
    }
}

@media (max-width: 575px) {
    .overview-section,
    .why-section {
        padding: 60px 0 !important;
    }

    .overview-section h2,
    .why-section h2 {
        font-size: 34px;
    }

    .overview-section h2::after,
    .why-section h2::after {
        width: 64px;
        height: 4px;
        bottom: -10px;
    }

    .overview-section .about_image img,
    .overview-section .about_section_img img,
    .why-section .reveal-left img {
        height: 300px;
        border-radius: 18px;
    }

    .overview-section .btn-primary,
    .why-section .btn-primary {
        width: 100%;
        padding: 14px 24px !important;
    }
}

/* ================= PACKAGE SECTION PREMIUM DESIGN ================= */

.package_section {
    position: relative;
    overflow: hidden;
    padding: 95px 0 !important;
    background:
        radial-gradient(circle at 12% 16%, rgba(0, 95, 190, 0.12), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(255, 91, 0, 0.12), transparent 26%),
        radial-gradient(circle at 50% 100%, rgba(0, 95, 190, 0.08), transparent 34%),
        linear-gradient(180deg, #f6faff 0%, #ffffff 50%, #f8fbff 100%);
}

/* .package_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 95, 190, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 95, 190, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.6;
    pointer-events: none;
} */

.package_section::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: -280px;
    bottom: -320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 91, 0, 0.18), transparent 70%);
    filter: blur(12px);
    pointer-events: none;
}

.package_section .container {
    position: relative;
    z-index: 2;
}

/* ================= SECTION HEADING ================= */

.package_section .service_heading_animation {
    margin-bottom: 60px !important;
}

.package_section .service_heading_animation > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 95, 190, 0.10), rgba(255, 91, 0, 0.10));
    color: #005fbe !important;
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 850 !important;
    border: 1px solid rgba(0, 95, 190, 0.10);
    margin-bottom: 14px;
}

.package_section .service_heading_animation h2 {
    color: #03142f;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 950 !important;
    line-height: 1.12;
    letter-spacing: -1.2px;
    margin-bottom: 14px;
}

.package_section .service_heading_animation h2 .color_blue_blue {
    display: inline !important;
    background: linear-gradient(90deg, #005fbe 0%, #038ed1 45%, #ff5b00 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: packageHeadingGradient 3.5s ease-in-out infinite alternate;
}

@keyframes packageHeadingGradient {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

.package_section .service_heading_animation p {
    color: #5d6b82 !important;
    font-size: 16px;
    line-height: 1.7;
}

/* ================= ROW SPACING ================= */

.package_section .row {
    row-gap: 32px;
}

/* ================= PACKAGE CARD ================= */

.package_section .package_div {
    position: relative;
    height: 100%;
    padding: 38px 30px 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 95, 190, 0.12);
    box-shadow:
        0 20px 55px rgba(3, 20, 47, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    transition: all 0.35s ease;
}

/* Top gradient strip */
.package_section .package_div::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 6px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
}

/* Soft card glow */
.package_section .package_div::after {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -95px;
    top: -100px;
    border-radius: 50%;
    background: rgba(0, 95, 190, 0.08);
    transition: 0.35s ease;
}

.package_section .package_div:hover {
    transform: translateY(-12px);
    border-color: rgba(255, 91, 0, 0.35);
    box-shadow:
        0 35px 85px rgba(3, 20, 47, 0.16),
        0 0 0 3px rgba(255, 91, 0, 0.08);
}

.package_section .package_div:hover::after {
    background: rgba(255, 91, 0, 0.12);
    transform: scale(1.25);
}

/* Highlight middle card */
.package_section .row > div:nth-child(2) .package_div {
    transform: translateY(-18px);
    border-color: rgba(255, 91, 0, 0.28);
    box-shadow:
        0 35px 90px rgba(3, 20, 47, 0.15),
        0 0 0 3px rgba(0, 95, 190, 0.08);
}

.package_section .row > div:nth-child(2) .package_div:hover {
    transform: translateY(-28px);
}

/* Popular badge on middle card */
.package_section .row > div:nth-child(2) .package_div::before {
    background: linear-gradient(135deg, #ff5b00, #005fbe);
}

.package_section .row > div:nth-child(2) .package_div h4::before {
    content: "Most Popular";
    display: inline-flex;
    position: absolute;
    top: -18px;
    right: 0;
    background: linear-gradient(135deg, #ff5b00, #005fbe);
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    padding: 7px 14px;
    border-radius: 50px;
    box-shadow: 0 12px 26px rgba(255, 91, 0, 0.25);
}

/* ================= CARD TITLE ================= */

.package_section .package_div h4 {
    position: relative;
    z-index: 2;
    color: #03142f;
    font-size: 24px;
    font-weight: 850;
    line-height: 1.25;
    margin-bottom: 18px;
    padding-right: 10px;
}

/* ================= PRICE ================= */

.package_section .package_price {
    position: relative;
    z-index: 2;
    font-size: 64px;
    line-height: 1;
    font-weight: 950;
    margin-bottom: 6px;
    letter-spacing: -2px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.package_section .package_duration {
    position: relative;
    z-index: 2;
    color: #5d6b82;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* ================= BUTTON ================= */

.package_section .btn-primary-banner {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 0.2px;
    box-shadow: 0 16px 34px rgba(0, 95, 190, 0.22);
    transition: all 0.35s ease;
    margin-bottom: 28px;
}

.package_section .btn-primary-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: -85px;
    width: 65px;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transform: skewX(-22deg);
    transition: 0.55s ease;
}

.package_section .btn-primary-banner:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, #ff5b00, #005fbe);
    box-shadow: 0 22px 46px rgba(255, 91, 0, 0.30);
}

.package_section .btn-primary-banner:hover::after {
    left: 120%;
}

/* ================= FEATURES LIST ================= */

.package_section .package_div ul {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.package_section .package_div ul li {
    position: relative;
    color: #4f5f73;
    font-size: 14px;
    line-height: 1.55;
    padding: 13px 0 13px 34px;
    border-bottom: 1px solid #eef2f7;
}

.package_section .package_div ul li:last-child {
    border-bottom: none;
}

/* Check icon */
.package_section .package_div ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 13px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 95, 190, 0.12), rgba(255, 91, 0, 0.12));
    color: #005fbe;
    display: grid;
    place-items: center;
    font-size: 12px;
}

/* ================= ANIMATION ================= */

.package_section.service_scroll_animation .package_div {
    animation: packageCardFade 0.75s ease forwards;
    opacity: 0;
}

.package_section.service_scroll_animation .row > div:nth-child(1) .package_div {
    animation-delay: 0.08s;
}

.package_section.service_scroll_animation .row > div:nth-child(2) .package_div {
    animation-delay: 0.18s;
}

.package_section.service_scroll_animation .row > div:nth-child(3) .package_div {
    animation-delay: 0.28s;
}

@keyframes packageCardFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Keep middle card raised after animation */
.package_section.service_scroll_animation .row > div:nth-child(2) .package_div {
    animation-name: packageCardFadeMiddle;
}

@keyframes packageCardFadeMiddle {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(-18px);
    }
}

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

@media (max-width: 991px) {
    .package_section {
        padding: 75px 0 !important;
    }

    .package_section .row > div:nth-child(2) .package_div,
    .package_section.service_scroll_animation .row > div:nth-child(2) .package_div {
        transform: none;
        animation-name: packageCardFade;
    }

    .package_section .row > div:nth-child(2) .package_div:hover {
        transform: translateY(-12px);
    }

    .package_section .package_div h4::before {
        position: static !important;
        margin-left: 10px;
        vertical-align: middle;
    }
}

@media (max-width: 575px) {
    .package_section {
        padding: 60px 0 !important;
    }

    .package_section .service_heading_animation {
        margin-bottom: 38px !important;
    }

    .package_section .package_div {
        padding: 32px 22px 28px;
        border-radius: 24px;
    }

    .package_section .package_div h4 {
        font-size: 22px;
    }

    .package_section .package_price {
        font-size: 54px;
    }

    .package_section .btn-primary-banner {
        width: 100%;
    }

    .package_section .package_div ul li {
        font-size: 13.5px;
        padding-left: 32px;
    }
}

/* ================= TESTIMONIAL SECTION PREMIUM DESIGN ================= */

.testimonial_section {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(0, 95, 190, 0.12), transparent 28%),
        radial-gradient(circle at 88% 22%, rgba(255, 91, 0, 0.10), transparent 26%),
        linear-gradient(180deg, #f6faff 0%, #ffffff 55%, #f8fbff 100%);
}

.testimonial_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 95, 190, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 95, 190, 0.045) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.55;
    pointer-events: none;
}

.testimonial_section::after {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -250px;
    bottom: -260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 91, 0, 0.18), transparent 70%);
    filter: blur(10px);
    pointer-events: none;
}

.testimonial_section .container {
    position: relative;
    z-index: 2;
}

/* ================= SECTION HEADING ================= */

.testimonial_section h2 {
    color: #03142f;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 950 !important;
    line-height: 1.12;
    letter-spacing: -1.2px;
    margin-bottom: 14px;
}

.testimonial_section h2 .color_blue_blue {
    display: inline !important;
    background: linear-gradient(90deg, #005fbe 0%, #038ed1 45%, #ff5b00 100%) !important;
    background-size: 200% auto !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: testimonialHeadingGradient 3.5s ease-in-out infinite alternate;
}

@keyframes testimonialHeadingGradient {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 100% center;
    }
}

.testimonial_section .text-muted {
    color: #5d6b82 !important;
    font-size: 16px;
    line-height: 1.7;
}

/* ================= SWIPER ================= */

.testimonial_section .testimonialSwiper {
    padding: 10px 6px 15px;
}

.testimonial_section .swiper-wrapper {
    align-items: stretch;
}

.testimonial_section .swiper-slide {
    height: auto;
    display: flex;
}

/* ================= TESTIMONIAL CARD ================= */

.testimonial_section .testimonial-card {
    position: relative;
    width: 100%;
    min-height: 280px;
        padding: 26px 18px 46px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(0, 95, 190, 0.12);
    box-shadow:
        0 20px 55px rgba(3, 20, 47, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.85);
    overflow: hidden;
    transition: all 0.35s ease;
}

/* top strip */
.testimonial_section .testimonial-card::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 0;
    height: 5px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
}

/* quote icon */
.testimonial_section .testimonial-card::after {
    content: "“";
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 110px;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgba(0, 95, 190, 0.08);
    font-weight: 900;
}

.testimonial_section .testimonial-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 91, 0, 0.30);
    box-shadow:
        0 32px 78px rgba(3, 20, 47, 0.14),
        0 0 0 2px rgba(255, 91, 0, 0.07);
}

/* ================= TEXT ================= */

.testimonial_section .testimonial-text {
    position: relative;
    z-index: 2;
    color: #4f5f73;
    font-size: 15.5px;
    line-height: 1.85;
    margin-bottom: 28px;
}

/* ================= AUTHOR ================= */

.testimonial_section .author-container {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eef2f7;
    bottom: 10px;
}

.testimonial_section .author-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    flex: 0 0 54px;
}

.testimonial_section .author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    border: 2px solid #ffffff;
}

.testimonial_section .author-name {
    color: #03142f;
    font-size: 15px;
    font-weight: 850;
}

/* author role style through pseudo */
.testimonial_section .author-name::after {
    content: "Verified Client";
    display: block;
    color: #005fbe;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
}

/* ================= PAGINATION ================= */

.testimonial_section .paginate_div_rel {
    position: relative;
    margin-top: 12px;
}

.testimonial_section .swiper-pagination {
    bottom: 0 !important;
}

.testimonial_section .swiper-pagination-bullet {
    width: 28px;
    height: 7px;
    border-radius: 30px;
    background: rgba(0, 95, 190, 0.22);
    opacity: 1;
    transition: all 0.3s ease;
}

.testimonial_section .swiper-pagination-bullet-active {
    width: 42px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    box-shadow: 0 8px 18px rgba(0, 95, 190, 0.18);
}

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

@media (max-width: 991px) {
    .testimonial_section {
        padding: 75px 0;
    }

    .testimonial_section .testimonial-card {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .testimonial_section {
        padding: 60px 0;
    }

    .testimonial_section h2 {
        font-size: 34px;
    }

    .testimonial_section .testimonialSwiper {
        padding-bottom: 15px;
    }

    .testimonial_section .testimonial-card {
        padding: 32px 22px 26px;
        border-radius: 22px;
    }

    .testimonial_section .testimonial-text {
        font-size: 14.5px;
    }

    .testimonial_section .author-img {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}

/*--------------------*/
/* ================= FOOTER CLEAN WHITE DESIGN ================= */

.footer_section {
    position: relative;
    overflow: hidden;
    padding: 80px 0 35px !important;
    background:
        radial-gradient(circle at 10% 20%, rgba(0, 95, 190, 0.08), transparent 28%),
        radial-gradient(circle at 90% 85%, rgba(255, 91, 0, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    color: #03142f;
    border-top: 1px solid #eef2f7;
}

/* Subtle grid background */
.footer_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 95, 190, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 95, 190, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.65;
    pointer-events: none;
}

/* Soft orange glow */
.footer_section::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -240px;
    bottom: -260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 91, 0, 0.12), transparent 70%);
    filter: blur(12px);
    pointer-events: none;
}

.footer_section .container {
    position: relative;
    z-index: 2;
}

.footer_section .footer_row {
    row-gap: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e7edf5;
}

/* ================= LOGO COLUMN ================= */

.footer_section .footer_logo {
    max-width: 350px;
}

.footer_section .footer_logo img {
    max-width: 248px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 22px;
    background: #ffffff !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    padding: 11px !important;
    border-radius: 10px !important;
}

.footer_section .footer_logo p {
    color: #4f5f73;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 24px;
}

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

.footer_section .display-center-custom {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap;
}

.footer_section .icon_style_theme {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #005fbe, #ff5b00) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 17px !important;
    border: none !important;
    box-shadow: 0 12px 28px rgba(0, 95, 190, 0.22) !important;
    transition: all 0.3s ease;
}

.footer_section .icon_style_theme i {
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1 !important;
}

.footer_section .icon_style_theme:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #ff5b00, #005fbe) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(255, 91, 0, 0.28) !important;
}

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

.footer_section h4 {
    position: relative;
    color: #03142f;
    font-size: 22px;
    font-weight: 850;
    margin-bottom: 28px;
    padding-bottom: 14px;
}

.footer_section h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    box-shadow: 0 8px 18px rgba(255, 91, 0, 0.20);
}

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

.footer_section .footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_section .footer_links ul li {
    margin-bottom: 14px;
}

.footer_section .footer_links ul li a {
    position: relative;
    color: #4f5f73;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: all 0.3s ease;
}

.footer_section .footer_links ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.footer_section .footer_links ul li a:hover {
    color: #005fbe;
    transform: translateX(6px);
}

.footer_section .footer_links ul li a:hover::before {
    width: 14px;
    min-width: 14px;
    border-radius: 20px;
}

/* ================= CONTACT INFO ================= */

.footer_section .footer_info p {
    color: #4f5f73;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.footer_section .footer_info p a {
    color: #4f5f73;
    text-decoration: none;
    transition: 0.3s ease;
    word-break: break-word;
}

.footer_section .footer_info p a:hover {
    color: #005fbe;
}

.footer_section .footer_info p:has(i) {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer_section .footer_info i {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #005fbe, #ff5b00);
    color: #ffffff !important;
    display: inline-grid;
    place-items: center;
    font-size: 16px;
    box-shadow: 0 12px 26px rgba(0, 95, 190, 0.20);
}

/* ================= OPTIONAL COPYRIGHT ================= */

.footer_section hr {
    border-color: #e7edf5;
}

.footer_section .text-dark {
    color: #4f5f73 !important;
}

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

@media (max-width: 991px) {
    .footer_section {
        padding: 70px 0 30px !important;
    }

    .footer_section .footer_logo {
        max-width: 100%;
    }

    .footer_section .footer_logo img {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .footer_section {
        text-align: left;
    }

    .footer_section .footer_col {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .footer_section {
        padding: 60px 0 25px !important;
    }

    .footer_section h4 {
        font-size: 20px;
        margin-bottom: 22px;
    }

    .footer_section .footer_logo img {
        max-width: 190px;
    }

    .footer_section .footer_info p:has(i) {
        align-items: flex-start;
    }

    .footer_section .footer_info i {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .footer_section .icon_style_theme {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        font-size: 15px !important;
    }

    .footer_section .icon_style_theme i {
        font-size: 15px !important;
    }
}

/* ===============================
   NOART TECHNOLOGIES SERVICE CARDS
   =============================== */

.services-modern {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
    overflow: hidden;
}

.services-modern .container {
    position: relative;
    z-index: 2;
}

/* Section Heading */
.service_heading_animation {
    max-width: 950px;
    margin: 0 auto 0px;
}

.services-modern h2 {
    color: #061b38;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.6px;
}

.services-modern h2 .text-primary {
    color: #ff5a00 !important;
}

.services-modern .service_heading_animation p {
    max-width: 850px;
    margin: 18px auto 0;
    color: #50627a;
    font-size: 17px !important;
    line-height: 1.75;
}

/* Grid Gap */
.services-modern .row {
    row-gap: 34px;
}

/* Service Card */
.service-card {
    position: relative;
    height: 100%;
    min-height: 300px;
    padding: 34px 28px 34px;
    background: #ffffff;
    border-radius: 26px;
    border: 1px solid rgba(7, 91, 184, 0.12);
    box-shadow: 0 22px 55px rgba(6, 27, 56, 0.08);
    overflow: hidden;
    text-align: left;
    transition: all 0.35s ease;
}

/* Top Gradient Border */
.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    right: 26px;
    height: 5px;
    background: linear-gradient(90deg, #075bb8 0%, #ff5a00 100%);
    border-radius: 0 0 20px 20px;
}

/* Soft Circle Shape */
.service-card::after {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    right: -45px;
    top: -45px;
    background: #edf5ff;
    border-radius: 50%;
    transition: all 0.35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 90, 0, 0.32);
    box-shadow: 0 32px 75px rgba(7, 91, 184, 0.16);
}

.service-card:hover::after {
    background: #fff0e8;
    transform: scale(1.12);
}

/* Icon Box */
.service-icon {
    position: relative;
    z-index: 2;
    width: 74px;
    height: 74px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff5a00 0%, #ff5a00 100%);
    box-shadow: 0 16px 32px rgba(7, 91, 184, 0.20);
    margin-bottom: 28px;
    transition: all 0.35s ease;
}

.service-icon i {
    color: #ffffff;
    font-size: 30px;
}

.service-card:hover .service-icon {
    transform: rotate(-5deg) scale(1.06);
    box-shadow: 0 20px 40px rgba(255, 90, 0, 0.25);
}

/* Card Title */
.service-card h5 {
    position: relative;
    z-index: 2;
    color: #061b38;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 20px !important;
}

/* Card Description */
.service-card p {
    position: relative;
    z-index: 2;
    color: #5c6f89;
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 26px;
    max-width: 310px;
}

/* Read More Button */
.service-card .read-more-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #075bb8;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-card .read-more-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-card .read-more-btn:hover {
    color: #ff5a00;
}

.service-card .read-more-btn:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .services-modern {
        padding: 75px 0;
    }

    .services-modern h2 {
        font-size: 36px;
    }

    .service-card {
        min-height: 280px;
    }
}

@media (max-width: 575px) {
    .services-modern {
        padding: 60px 0;
    }

    .services-modern h2 {
        font-size: 30px;
    }

    .services-modern .service_heading_animation p {
        font-size: 15px !important;
    }

    .service-card {
        min-height: auto;
        padding: 30px 24px;
        border-radius: 22px;
    }

    .service-icon {
        width: 66px;
        height: 66px;
        border-radius: 18px;
    }

    .service-icon i {
        font-size: 26px;
    }

    .service-card h5 {
        font-size: 22px;
    }
}