/********** WEBSITE CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Figtree", sans-serif !important;

}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Figtree", sans-serif !important;
    line-height: 1.2;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #0c283f !important;
    color: var(--bs-white) !important;
    font-weight: 400;
    transition: 0.5s;
    border:#0c283f solid 1px;
}

.btn.btn.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-secondary);
    border:#0c283f solid 1px;
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-weight: 400;
    border: none;
    transition: 0.5s;
}

.btn.btn-secondary:hover {
    color: var(--bs-primary) !important;
}



/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}



.topbar a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.navbar {
    box-shadow: 0px 3px 6px #0000001C;

}

.topbar a i {
    transition: 0.5s;
}

.telephone {
    font-size: 15px;
}

.topbar a:hover,
.topbar a i:hover {
    color: #FFCF3B !important;
}

.px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 3rem !important;
}

@media (max-width: 768px) {
    .topbar a {
        color: #FFF;
        font-size: 13px;
        font-weight: 400;
    }

    .px-lg-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

/*** Topbar End ***/
.btn-info {
    color: #fff;
    background-color: #1D5B86;
    border-color: #1D5B86;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 18px !important;
    padding: 0px 0;
    color: #05264E !important;
    font-size: 16px;
    font-weight: 550;
    outline: none;
    transition: .5s;
    margin-left: 9px;
}

.help-section p {
    opacity: 80%;
}

.help-section .btn-light {
    color: #000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 12px 23px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #1D5B86 !important;
}

.border-end {
    border-right: 1px solid #b1b6bbfc !important;
}

.btn-warning {
    font-size: 15px;
    color: #29343B !important;
    background-color: #FFCF3B;
    border-color: #FFCF3B;
    border-radius: 0px;
    font-weight: 600 !important;
    padding: 11px;
}

.navbar-brand img{
    max-height: 70px;
}
.sticky-top .navbar-light .navbar-brand img {
    max-height: 70px;
}


@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 7px 16px;
        border: 1px solid var(--bs-primary) !important;
        color: #133F98;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .sticky-top .navbar-light .navbar-brand img {
        max-height: 38px;
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


.hero-slide p {
    font-size: 16px;
    color: #fff;
}

/*** Navbar End ***/
.display-4 {
    font-size: 46px;
    color: #FFFFFF;
    font-weight: 700 !important;
    margin-bottom: 0;
}



.carousel-control-prev span {
    padding: 13px 15px !important;
    font-size: 15px;
    transition: 0.3s ease;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 0;
    color: #444444;
}

.btn-outline-light {
    color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 0px;
    padding: 12px 38px !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.carousel-control-next span {
    padding: 13px 15px !important;
    font-size: 15px;
    color: #444444;
    transition: 0.3s ease;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 0;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1.5;
    transition: opacity .15s ease;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/breadcrumb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 60px 0;
}

/*** Single Page Hero Header End ***/

/* ------------------------------
   HERO SLIDER CORE
--------------------------------*/
.carousel-inner .carousel-item {
    min-height: 68vh;
}

.hero-slide {
    position: relative;
    min-height: 68vh;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg,
            #0a2538 0%,
            #122f4e 40%,
            #1d5b86 100%);
    overflow: hidden;
}

/* Soft light bloom */
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left,
            rgba(255, 255, 255, 0.16),
            transparent 45%);
    pointer-events: none;
}

/* Contrast layer */
.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.35));
    pointer-events: none;
}

/* ------------------------------
   CONTENT HIERARCHY
--------------------------------*/
.hero-content {
    position: relative;
    z-index: 2;
    padding-left: 26px;
    border-left: 4px solid rgba(255, 255, 255, 0.22);
}

.hero-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 14px;
}

/* Headline */
.hero-slide h1 {
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 18px;
    color: #FFFFFF;
}

.hero-slide h1 span {
    background: linear-gradient(90deg, #FFD86B, #FFB703);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Paragraph */
.hero-slide p {
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.92);
}

/* ------------------------------
   BUTTON STYLING
--------------------------------*/
.hero-slide .btn-warning {
    background: linear-gradient(135deg, #FFD86B, #FFB703);
    border: none;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(255, 183, 3, 0.4);
    transition: all 0.3s ease;
}

.hero-slide .btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(255, 183, 3, 0.55);
}

.hero-slide .btn-outline-light {
    border-width: 2px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-slide .btn-outline-light:hover {
    background: #fff;
    color: #133F98;
}

/* ------------------------------
   IMAGE STYLING
--------------------------------*/
.hero-image {
    max-width: 95%;
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.35));
    animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
    0%, 100% {
        transform: translateY(8px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* ------------------------------
   ORIGINAL ARROWS – untouched
--------------------------------*/
.carousel-control-prev,
.carousel-control-next {
    width: auto;
}

/* ------------------------------
   RESPONSIVE TUNING
--------------------------------*/
@media (max-width: 992px) {

    .hero-slide,
    .carousel-inner .carousel-item {
        min-height: 60vh;
    }
}

@media (max-width: 768px) {
    .hero-slide {
        text-align: center;
        padding: 50px 20px;
    }

    .hero-content {
        padding-left: 0;
        border-left: none;
    }

    .hero-image {
        margin-top: 35px;
    }
}

@media (max-width: 576px) {

    .hero-slide,
    .carousel-inner .carousel-item {
        min-height: auto;
    }
}

/* Features Section */
.vision-section {
    padding: 40px 0;
    border-bottom: 1px solid #ffebee;
    /* Light pink line */
}

.vision-card {
    padding: 20px 25px;
    border-right: 1px solid #dee2e6;
    /* Light gray border */
}

.vision-card p {
    font-size: 15px;
    color: #2B2B2B;
    opacity: 85%;
}

h5,
.h5 {
    color: #2B2B2B;
    font-size: 20px;
    margin-bottom: 5px !important;
}

.vision-icon {
    font-size: 2.5em;
    color: #e91e63;
    /* Red for icons */
}

.vision-title {
    font-size: 1.25em;
    color: #333;
    margin: 15px 0 10px;
}

/* featured-categories Section Css */
.featured-categories {
    background-color: #F1F5F9;
}

h2,
.h2 {
    font-size: 34px;
    color: #29343B;
    font-weight: bold;
}

.category-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 38px 28px 30px;
    background-color: #fff;
    transition: transform 0.2s;
}


.category-card img {
    object-fit: contain;
    max-width: 100%;
    height: 111px;
    margin-bottom: 15px !important;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.category-title {
    font-size: 18px;
    font-weight: 500 !important;
    color: #2A353C;
}

.category-count {
    font-size: 16px;
    color: #183F92 !important;
    font-weight: 500;
}

.owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: -29px;
    color: #000000;
}

.border-bottom {
    border-bottom: 1px solid #a6a9ad !important;
}

.owl-prev {
    position: absolute;
    left: -31px;
    color: #000000;
}

.product-card img {
    width: 100%;
    height: 159px;
    object-fit: contain;
    margin-bottom: 18px;
}

.about {
    background-color: #F1F5FD;
    border-radius: 20px;
}

/* ------------------------------
   Product Card – Corporate Style
--------------------------------*/

.product-card {
    background: #ffffff;
    /* border: 1px solid rgba(19, 63, 152, 0.12); */
    border-radius: 14px;
    padding: 28px 0px 0px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    box-shadow: 0px 3px 6px 0px #00000026;
    justify-content: space-between;
}

/* Hover Elevation */
.product-card:hover {
    transform: translateY(-8px);
    border-color: #133F98;
    box-shadow:
        0 12px 30px rgba(19, 63, 152, 0.18),
        0 4px 10px rgba(0, 0, 0, 0.06);
}

/* ------------------------------
   Product Title
--------------------------------*/

.product-title {
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    color: #ffffff;
    line-height: 1.4;
    margin: 18px 0 0px;
    display: flex;
    letter-spacing: -0.2px;
    background: linear-gradient(135deg,
            #0a2538 0%,
            #122f4e 40%,
            #1d5b86 100%);
    justify-content: space-around;
    align-items: center;
}

/* Optional subtitle / description */
.product-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 22px;
}

/* ------------------------------
   CTA Button
--------------------------------*/

.product-btn {
    margin-top: auto;
    align-self: center;

    background: linear-gradient(135deg,
            #133F98 0%,
            #1E5FD6 100%);

    color: #ffffff;
    border: none;
    border-radius: 8px;

    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;

    cursor: pointer;

    transition:
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

/* Button Hover */
.product-btn:hover {
    background: linear-gradient(135deg,
            #0f337c 0%,
            #174bb1 100%);
    box-shadow: 0 8px 20px rgba(19, 63, 152, 0.35);
    transform: translateY(-2px);
}

/* Button Active */
.product-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(19, 63, 152, 0.25);
}



h6,
.h6 {
    font-weight: 600;
    font-size: 18px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    color: #29343B;
}

/* About Us */

.info-box {
    background-color: #fff;
    transition: all 0.3s ease;
}

.about-img {
    width: 480px;
    height: 470px;
}

.info-box h6 {
    font-size: 16px;
    color: #2A353C;
}

.info-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.info-box small {
    font-size: 15px;
    color: #2A353C;
}

.icon img {
    width: 58px;
    height: 58px;
}

/* Section */
.featured-section {
    background-color: #f9f9f9;
    padding: 20px 0;
}

.featured-section h2 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 40px;
}

/* Carousel Item */
.item-box {
    background: #ffffff;
    text-align: center;
    padding: 14px 0px 0px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px 0px #00000026;
}

.item-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    position: relative;
    transition: all 0.3s ease;
}

.item-circle img {
    max-width: 273px;
    transition: transform 0.3s ease;
    width: 518px ! IMPORTANT;
    margin-bottom: -28px;
    object-fit: contain;
    height: 149px;
}

/* Background Color Variants */
.circle-bg1 {
    /* background-color: #DAF5EC; */
}

.circle-bg2 {
    background-color: #FEF1E9;
}

.circle-bg3 {
    background-color: #E8E9F7;
}

.circle-bg4 {
    background-color: #D9F5F7;
}

.item-box:hover img {
    transform: scale(1.05);
}

.item-title {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    color: #ffffff;
    height: 50px;
    text-transform: capitalize;
    background: linear-gradient(135deg,
            #0a2538 0%,
            #122f4e 40%,
            #1d5b86 100%);
    align-items: center;
    justify-content: center;
}

.featured-section .owl-carousel .owl-nav.disabled {
    RIGHT: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -72px;
    width: auto;
    transform: translateY(-50%);
}

.featured-section .owl-carousel .owl-nav img {
    background: #F5F5F5;
    padding: 14px 17px;
    border-radius: 50px;
}

.featured-section .owl-next {
    position: absolute;
    right: 0;
    color: #000000;
    top: 35%;
     right: -50px;

}

.featured-section .owl-prev {
    position: absolute;
    left: -50px;
    color: #000000;
    right: 1px;
    top: 35%
}

.help-section {
    border-radius: 10px;
}

.help-section h4 {
    font-size: 28px;
    color: #ffff;
}

.help-section small {
    font-size: 0.8rem;
    opacity: 0.8;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
}

.accordion-body {
    padding: 15px 0;
}

.help-section h6 {
    font-weight: 600;
    font-size: 22px;
}

.faq-section .accordion-button {
    font-weight: 600;
    font-size: 20px;
    color: #2A353C !important;
    background-color: #fff;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faq-section .accordion-body {
    color: #29343B;
    font-size: 16px;
    line-height: 1.6;
}

.faq-section img {
    border-radius: 15px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 21px;
    height: 15px;
    margin-left: auto;
    content: "";
    background-image: url(../img/angle-small-right-faq.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/angle-small-right-faq.svg);
    transform: rotate(-180deg);
}

.trusted-brands {
    background: #fff;
}

.trusted-brands h3 {
    color: #1b1b1b;
    font-weight: 700;
}

.brand-carousel .brand-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 15px;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.brand-carousel .brand-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.brand-carousel .owl-item {
    margin-bottom: 2px;
}

.brand-carousel .brand-item img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 56px;
    object-fit: contain;
}

.brand-carousel .brand-item h6 {
    font-weight: 600;
    font-size: 0.95rem;
    color: #000;
}

.brand-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.brand-carousel .owl-nav button {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 38px;
    height: 38px;
    transition: 0.3s ease;
}

.testimonials {
    background-color: #F1F5FD;
}

.shadow-effect {
    background: #FFFFFF;
    padding: 20px 29px;
    border-radius: 11px;
    text-align: center;
    border: 1px solid #FFFFFF;
    text-align: left;
}


.bsb-ratings[data-bsb-star="5"]:before {
    content: "★★★★★";
    font-size: 30px;
    background: transparent linear-gradient(180deg, #FFD433 0%, #FABE2B 47%, #F4A722 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

#customers-testimonials .shadow-effect p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 400;
}


.testimonials h4 {
    color: #041D2B;
    font-size: 18px;
    margin-bottom: 5px !important;
}

#customers-testimonials .owl-dot.active {
    background: #253D70 !important;
    /* active color */
    transform: scale(1.2);
}

.testimonials h5 {
    color: #041D2B;
    font-size: 15px;
    opacity: 64%;
    margin-bottom: 5px !important;
}

.testimonials .item img {
    width: 55px;
    height: 55px;
}

#customers-testimonials .owl-nav {
    display: none;
}

#customers-testimonials .item {
    text-align: center;
    margin-bottom: 49px;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}


#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: auto;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    background: #7C8C9D6E;
    display: inline-block;
    height: 10px;
    margin: 0 3px 5px;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
    border-radius: 50%;
}

/* Move Owl Carousel dots to top right */
#customers-testimonials .owl-dots {
    position: absolute;
    top: -45px;
    right: 15px;
    width: auto;
    text-align: right;
}

/* Optional: make sure dots show on top of content */
#customers-testimonials {
    position: relative;
}

/* Optional styling for dots */
#customers-testimonials .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px;
    display: block;
    border-radius: 50%;
}



.view-more {
    font-weight: 500;
    padding: 9px 23px;
    text-decoration: none;
    background: #29343B;
    border-radius: 1px;
    font-size: 16px;
}

.video-card {
    border-radius: 0px;
    overflow: hidden;

}


.video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.2);
}

.video-date {
    font-size: 0.9rem;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.6); */
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    align-self: flex-start;
}

.play-button {
    align-self: center;
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    font-size: 17px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    bottom: 76px;
    width: 50px;
    height: 38px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.play-button:hover {
    background-color: rgba(255, 0, 0, 1);
}

.video-title-box {
    padding: 1rem;
    background: #fff;

    box-shadow: 0 3px 6px #00000008;
    transition: transform 0.3s ease;
    text-align: center;
    position: relative;
    bottom: 34px;
    width: 90%;
    left: 5%;
}

.shadow-effect:hover {
    border-bottom: 2px solid #3498db;
    /* or any color you prefer */
    transform: translateY(-3px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.video-title {
    font-size: 20px;
    color: #2A353C;
    margin: 0;
    font-weight: 500;
}

/*** Footer Start ***/
.footer {
    background: linear-gradient(135deg,
            #0a2538 0%,
            #122f4e 40%,
            #1d5b86 100%);
}

.footer .footer-item a {
    font-size: 15px;
    color: var(--bs-white);
    transition: 0.5s;
    padding: 5px;
}

.footer-item h4 {
    color: #fff;
    font-size: 20px;
}

.footer .footer-item p {
    color: #FFFFFF;
    font-weight: 400;
}

.footer .footer-item a:hover {
    color: #ffffff;
    font-weight: 700;
}

/*** Footer End ***/


.footer-bottom {
    background-color: #F0F0F0;
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
}

.footer-bottom span {
    color: #05264E;
    font-size: 14px;
}


@media (max-width: 768px) {

    .owl-next {
        position: absolute;
        right: 45%;
        color: #000000;
        margin-top: 10px;

    }

    .navbar-brand img {
        width: 100%;
        height: 28px;
    }

    .help-section .text-end {
        text-align: center !important;
        margin-bottom: 12px;
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        background: #7C8C9D6E;
        display: inline-block;
        height: 10px;
        margin: 22px 4px 14px;
        transform-origin: 50% 50% 0;
        transition: all 250ms ease-out 0s;
        width: 10px;
        border-radius: 50%;
    }

    .border-end {
        border-right: 0px solid #b1b6bbfc !important;
    }

    h2,
    .h2 {
        font-size: 28px;
        color: #29343B;
        font-weight: bold;
    }

    .help-section {
        margin-top: 12px;
    }

    .help-section h4 {
        font-size: 28px;
        color: #ffff;
        margin-bottom: 21px !important;
    }

    .owl-prev {
        position: absolute;
        left: 45%;
        color: #000000;
        margin-top: 10px;

    }

    .about-img {
        width: 100%;
        height: auto;
    }

    .featured-section .owl-next {
        position: absolute;
        right: 0%;
        color: #000000;
    }

    .brand-carousel .owl-nav {
        position: absolute;
        top: 100%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .featured-section .owl-prev {
        position: absolute;
        left: 0%;
        color: #000000;
        right: 0;
    }
}



/* ============================
Contact  Us Page CSS
=============================== */

/* ================= PAGE INTRO ================= */
.page-intro {
    padding: 52px 0 36px;
    /* reduced */
    background: #1D5B86;
}

.page-intro h1 {
    font-size: 2.4rem;
    /* slightly reduced */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

/* BREADCRUMB */
.breadcrumb-rail {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    /* reduced */
    font-size: 0.78rem;
}

.breadcrumb-rail::before {
    content: '';
    width: 28px;
    /* reduced */
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 8px;
}

.crumb-home {
    color: #ffffff;
}

.crumb-dot {
    width: 4px;
    height: 4px;
    background: #c7cce8;
    border-radius: 50%;
}

.crumb-current {
    background: #ffffff;
    color: #1D5B86;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
}

.page-intro p {
    max-width: 520px;
    color: #ffffff;
    margin-top: 10px;
    /* reduced */
    font-size: 0.95rem;
}

/* ================= CONTACT OPTIONS ================= */
.contact-options {
    padding: 44px 0 10px;
    /* reduced */
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    /* reduced */
}

.option {
    position: relative;
    padding-left: 28px;
    /* reduced */
}

.option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 36px;
    /* reduced */
    background: #1D5B86;
    border-radius: 4px;
}

.option h4 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.option p {
    color: #475569;
    font-size: 0.9rem;
}

/* ================= MAIN CONTACT ================= */
.contact-main {
    padding: 21px 0 20px;
    /* reduced */
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.45fr 0.85fr;
    gap: 60px;
    /* reduced */
}

/* FORM */
.form-wrap {
    background: #ffffff;
    padding: 52px;
    /* reduced */
    border-radius: 20px;
    box-shadow: 0 28px 60px rgba(35, 38, 108, 0.14);
}

.form-wrap h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.form-wrap .desc {
    color: #475569;
    margin-bottom: 28px;
    /* reduced */
    font-size: 0.95rem;
}

form {
    display: grid;
    gap: 20px;
    /* reduced */
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 4px;
    display: block;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    /* reduced */
    border-radius: 9px;
    border: 1px solid #dbe0f0;
    background: #f9faff;
    font-size: 0.9rem;
}

textarea {
    min-height: 130px;
}

button {
    margin-top: 6px;
    background: #1D5B86;
    color: #ffffff;
    border: none;
    padding: 12px 34px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

/* ================= CONTACT DETAILS ================= */
.side-info {
    padding-top: 6px;
}

.side-info h3 {
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 18px;
}

/* Base card */
.info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

/* Address card modifier */
.info-card.address {
    background: #f9faff;
    border: 1px solid #e4e9ff;
}

/* Icon */
.info-icon {
    width: 40px;
    height: 40px;
    background: #eef1ff;
    color: #1D5B86;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
}

/* Text */
.info-text span {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    color: #64748b;
}

.info-text strong {
    display: block;
    margin-top: 4px;
    font-weight: 500;
    /* reduced weight */
    font-size: 0.88rem;
    /* reduced size */
    line-height: 1.55;
    /* controlled readability */
    color: #1f2937;
}

/* MAP */
.map-wrap {
    margin-top: 18px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
}

.map-wrap iframe {
    width: 100%;
    height: 230px;
    border: 0;
}

/* ================= CTA ================= */
.support-cta {
    padding: 20px 0;
    /* reduced */
}

.support-box {
    background: linear-gradient(135deg, #1D5B86, #1c1f57);
    border-radius: 24px;
    padding: 44px 48px;
    /* reduced */
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    box-shadow: 0 34px 70px rgba(35, 38, 108, 0.38);
}

.support-box h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #e0e2f5;
}

.support-box p {
    opacity: 0.9;
    max-width: 420px;
    font-size: 0.95rem;
    color: #e0e2f5;
}

.support-btn {
    background: #ffffff;
    color: #1D5B86;
    padding: 12px 30px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
}

/* RESPONSIVE */
@media(max-width:1000px) {

    .options-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .support-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-wrap {
        padding: 40px 28px;
    }
}








.bg-dark {
    background-color: #37435c !important;
}



/* Quote Modal */
/* ===============================
   Get A Quote Modal Styling
================================ */

.quote-modal {
    border-radius: 14px;
    border: none;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

/* Header */
.quote-modal .modal-header {
    background: linear-gradient(135deg, #1D5B86, #1d5a86c6);
    color: #fff;
    padding: 20px 26px;
    border-bottom: none;
}

.quote-modal .modal-title {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.quote-modal .btn-close {
    filter: invert(1);
}

/* Body */
.quote-body {
    background: #f9fafc;
    padding: 28px;
}

.quote-modal .form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

/* Input group */
.quote-modal .input-group-text {
    background: #fff;
    border: 1px solid #ddd;
    border-right: none;
    color: #f0ad4e;
    font-size: 16px;
}

.quote-modal .form-control {
    height: 46px;
    font-size: 14px;
    border-radius: 6px;
    border-left: none;
    border: 1px solid #ddd;
}

.quote-modal textarea.form-control {
    height: auto;
    border-left: 1px solid #ddd;
}

/* Focus effect */
.quote-modal .form-control:focus {
    border-color: #f0ad4e;
    box-shadow: 0 0 0 0.15rem rgba(240, 173, 78, 0.15);
}

/* Footer */
.quote-modal .modal-footer {
    background: #fff;
    padding: 18px 26px;
    border-top: 1px solid #eee;
}

/* CTA Button */
.quote-modal .btn-warning {
    background: linear-gradient(135deg, #f0ad4e, #ec971f);
    border: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 10px 28px;
    border-radius: 6px;
    box-shadow: 0 10px 22px rgba(240, 173, 78, 0.35);
}

.quote-modal .btn-warning:hover {
    transform: translateY(-1px);
}

/* Mobile adjustments */
@media (max-width: 575px) {
    .quote-body {
        padding: 20px;
    }
}


.why-us-section {
  background: #f8fafc;
}

.why-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #122f4e;
  margin-bottom: 10px;
}

.why-subtitle {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.why-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px 22px;
  height: 100%;
  border: 1px solid #e3e8ef;
  transition: all 0.3s ease;
  position: relative;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(18, 47, 78, 0.12);
  border-color: #122f4e;
}

.why-icon {
  width: 38px;
  height: 38px;
  background: #122f4e;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #122f4e;
  margin-bottom: 8px;
}

.why-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}


.vendor-section {
  background: #ffffff;
}

.vendor-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #122f4e;
  margin-bottom: 15px;
}

.vendor-text {
  font-size: 0.98rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.vendor-points {
  list-style: none;
  padding-left: 0;
  margin-top: 18px;
}

.vendor-points li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  color: #444;
}

.vendor-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #122f4e;
  font-weight: 600;
}

/* Right Box */
.vendor-highlight {
  background: #f8fafc;
  border-left: 4px solid #122f4e;
  border-radius: 8px;
  padding: 30px 25px;
}

.highlight-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.highlight-item:last-child {
  margin-bottom: 0;
}

.highlight-item span {
  width: 36px;
  height: 36px;
  background: #122f4e;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 12px;
}

.highlight-item h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #122f4e;
}
