/*** Spinner Start ***/

body {
    user-select: none;
}

:root {
    --primary-blue: #004080;
    --secondary-blue: #1E90FF;
    --white: #FFFFFF;
    --light-grey: #F5F5F5;
    --dark-blue: #003366;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 40px;
    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: 50px;
    height: 50px;

    /* width: 30px;
    height: 30px; */

}

.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: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn.btn-primary:hover {
    /* background: var(--bs-primary) !important; */
    color: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    background: transparent;
    color: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
    background: transparent;
    color: var(--bs-secondary);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border: none;
    transition: 0.5s;
    position: absolute;
    bottom: 10px;
    /* left: 80px !important; */
}

.btn.btn-secondary:hover {
    color: #fff !important;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 1px solid #F1C232 !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;

}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0px;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid #F1C232 !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    /* border: 1px solid var(--bs-primary) !important; */
    border: 1px solid var(--dark-blue) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}

#nav-bg {
    background-color: #1F3649 !important;
}

@media (max-width: 768px) {
    .topbar {
        display: none;
    }

    .slider-title {
        font: 30px !important;
    }

    .more-btn {
        padding: 5px 15px !important;
    }

    .hero-title {
        font-size: 40px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 200px !important;
        font-size: 30px !important;
        width: 25% !important;
        opacity: 0.8;
    }

    .slider-arrow {
        font-size: 25px;
        width: 50px !important;
        height: 50px !important;
    }

    .sub-title::before {
        display: none !important;
    }

    .sub-title::after {
        display: none !important;
    }

    .sub-title::before {
        display: none;
    }

    .sub-title::after {
        display: none;
    }

    .section-title .sub-style::before {
        display: none !important;
    }

    .section-title .sub-style::after {
        display: none !important;
    }

    .sub-title {
        font-size: 22px !important;
    }
    .mobile-clr {
        color: #fff !important;
 
    }
    .btn-w {
        width: 50% !important;
    }
}

/*** Topbar End ***/

.icon-border {
    outline: 1px solid #F1C232;
}


.business-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.form-check {
  flex: 1 1 45%; /* Two checkboxes per row on tablet */
}

@media (max-width: 768px) {
  .form-check {
    flex: 1 1 31%; /* One per row on smaller screens */
  }
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 45px;
    padding: 35px 0;
    color: white !important;
    font-size: 15px;
    font-weight: 900;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: white !important;
    font-weight: 900;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #F1C232 !important;
}

.navbar-light .navbar-brand img {
    max-height: 70px !important;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 70px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@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: var(--bs-secondary);
}

.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: 10px 20px;
        border: 1px solid var(--bs-primary) !important;
        color: var(--bs-primary);
    }

    .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; */
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 991.98px) {
    .sticky-top .navbar-light {
        background: var(--bs-light) !important;
    }

    /*** Top and Bottom borders go out ***/
    .navbar-light .navbar-nav .nav-link:after,
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        top: 30px;
        bottom: 30px;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #F1C232;
        opacity: 0;
        transition: all 0.5s;
    }

    .navbar-light .navbar-nav .nav-link:before {
        bottom: auto;
    }

    .navbar-light .navbar-nav .nav-link:after {
        top: auto;
    }

    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        top: 20px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        bottom: 20px;
        opacity: 1;
    }
}

#searchModal .modal-content {
    background: rgba(240, 245, 251, 0.5);
}

/*** Navbar End ***/

/*** 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 ***/


/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    margin-left: -60px;
    border-radius: 50%;
    background-size: 60% 60%;
    transition: 0.5s;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    margin-left: 0;
    margin-right: -60px;
}

.carousel-header .carousel .carousel-indicators {
    padding-bottom: 0;
    transition: 0.5s;
}


.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-primary);
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.5s;
}

.carousel-header .carousel .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border: 8px solid var(--bs-secondary);
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}


@media (max-width: 768px) {
    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 500px;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        margin-left: 0px;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-right: 0px;
    }

    .carousel-header .carousel .carousel-indicators {
        padding: 0;
    }

    .ip-aply {
        font-size: 17px !important;
    }
}

/*** Carousel Hero Header End ***/


/*** Counter Facts Start ***/
.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: var(--bs-primary);

}

.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-secondary);
    background: rgba(1, 143, 252, 0.5);
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: rgba(0, 58, 102, 0.5);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}

.counter-facts .counter h3 {
    color: var(--bs-primary);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter {
        margin-bottom: 40px;
    }
}

/*** Counter Facts End ***/


/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: #1F3649;
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}

/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    /* background: rgba(0, 58, 102, 0.1); */
    background: rgba(0, 89, 157, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

/*** Features End ***/


/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 58, 102, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}

/*** Country End ***/


/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 10px;
    background: var(--bs-light);
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
    font-size: 40px;
    color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
    margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-secondary);
}

/*** testimonial end ***/


/*** training Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}

/*** training End ***/


/*** Contact Start ***/
.contact .office .office-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
}

.contact .office .office-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.contact .office .office-item .office-img img {
    transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
    transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
    transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
    color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-primary);
}

.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #F1C232;
}

/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    /* background: var(--bs-secondary) !important; */
    background: var(--bs-dark) !important;
}

/*** copyright end ***/



/* try why choose */
/* Why Choose Us */
.why-choose-item {
    padding: 1rem 1rem;
    transition: all 0.3s ease;
}

.why-icon {
    width: 100px;
    height: 100px;
    background: var(--white);
    border: 4px solid #F1C232;
    border-radius: 50%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
}

.why-icon::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #F1C232 !important;
    border-radius: 50%;
    opacity: 0.3;
    animation: pulse 2s infinite;
}

.why-icon i {
    font-size: 2.5rem;
    transition: all 0.3s ease;
}

.why-choose-item:hover .why-icon {
    transform: scale(1.1);
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #1F3649 !important;
}

.contact-section .container {
    position: relative;
    z-index: 2;
}

.contact-info h3 {
    color: var(--white);
    margin-bottom: 2rem;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #F1C232;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* margin-top: -100px; */
}

.footer-img {
    width: 250px !important;
}

.slogan-footer{
    font-size: 15px;
}

.contact-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

.contact-item h5 {
    color: var(--white);
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.9);
    color: white !important;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(30, 144, 255, 0.3);
}

.contact-form .btn-light {
    background: linear-gradient(135deg, #b9935a, #f1c232);
    color: #1F3649;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.contact-form .btn-light:hover {
    background: linear-gradient(135deg, #c18020, #eeb714bb);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* carrousle */
/* Hero Carousel */
.carousel-item {
    height: 100vh;
    min-height: 600px;
}

.carousel-item img {
    object-fit: cover;
    height: 100vh;
    min-height: 600px;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(rgba(0, 64, 128, 0.7), rgba(0, 64, 128, 0.5)); */
    background: linear-gradient(rgba(0, 64, 128, 0.7), rgba(3, 15, 27, 0.5));
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    bottom: auto;
}

.slide-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--white);
    /* color: var(--secondary-blue); */
}

.slide-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

/* Buttons */
.btn-primary {
    background: var(--secondary-blue);
    border-color: var(--secondary-blue);
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--primary-blue);
    border-color: var(--primary-blue);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 64, 128, 0.3);
}

.btn-outline-light {
    border: 2px solid var(--white);
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: var(--white);
    color: var(--primary-blue);
    transform: translateY(-2px);
}

.hero-title {
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 700;
    /* font-size: 3.5rem; */
    line-height: 1.1;
    color: var(--white);
    /* font-size: 50px; */
}


/* -- fixed icon css start  */

#social-icon .fixed-icons {
    position: fixed;
    bottom: 95px;
    right: 42px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    z-index: 999;
}

#social-icon .fixed-icons img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 40px;
}

#social-icon .circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;

}

.circle-icon img {
    width: 28px;
    height: 28px;
    z-index: 2;
}

#social-icon .circle-icon::before,
.circle-icon::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 20px;
    /* background: rgba(255, 255, 255, 0.638); */
    background: rgba(45, 196, 67, 0.477);
    z-index: 1;
    animation: wave 2.5s infinite ease-out;
}


#social-icon .whatsapp-colour::before,
.whatsapp-colour::after {
    background: rgba(45, 196, 67, 0.477);
}


@keyframes wave {
    0% {
        /* transform: scale(1); */
        opacity: 0.8;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* <!-- fixed icon css end --> */

/* back to top */
.btn-lg-square {
    width: 50px;
    height: 50px;
}

.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%;
}


/*overlay*/

.slider-title {
    font-size: 60px !important;
}

.tech-icon {
    /* height: 100px;
    width: 100px; */
    /* object-fit: contain; */
}

/* Make overlay sit below captions and controls */
.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black */
    z-index: 1;
    /* behind captions and buttons */
}

/* Make captions appear above overlay */
.carousel-caption {
    position: absolute;
    z-index: 2;
}

/* Make Prev/Next buttons appear above overlay */
.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    /* ensures buttons are clickable above overlay */
}

.slider-arrow {
    background: linear-gradient(135deg, #b9935a, #f1c232);
}

/* Default font-size for desktop */
.core-ul {
    font-size: 15px;
    /* adjust as needed */
}

/* Tablet / small devices */
@media (max-width: 768px) {
    .core-ul {
        font-size: 14px;
    }

}

.fcl {
    color: #2ea8ff;
}

.more-btn {
    background-color: #1F3649 !important;
    color: white !important;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    /* smooth animation */
}

.more-btn:hover {
    background-color: #007bff !important;
    /* darker blue on hover */
    transform: translateX(8px);
    /* slide slightly to the right */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* optional hover shadow */
}

.txt-justify {
    text-align: justify;
}

.service .service-item .service-inner .service-title .service-content {
    margin-right: 20px;
    margin-left: 20px;
}

/*mobile s-320px*/
@media (max-width: 320px) {
    .ul-in {
        font-size: 15px !important;
    }
}

.card-effects .card-effect {
    border: none;
    background: #dee2e6;
}

.card-effects .card-effect .card-body {
    box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.card-effects .card-effect .card-img {
    position: relative;
    overflow: hidden;
}

.card-effects .card-effect:hover .card-img {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.card-effects .card-effect .card-img img {
    width: 100%;
    transition: .6s
}

.card-effects .card-effect:hover .card-img img {
    transform: scale(1.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.card-effects .img-hover {
    position: relative;
    overflow: hidden
}

.card-effects .img-hover img {
    transition: all 2s ease;
    transform: scale(1)
}

.card-effects .img-hover:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3
}

.card-effects .img-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3)
}

.card-effects .img-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6)
}

.card-effects .card-effect:hover .img-hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear
}

.card-effects .card-effect:hover .img-hover img {
    transform: scale(1.2)
}

.card-effects .card-btn {
    display: inline-block;
    padding: 14px 25px 14px 55px;
    position: relative;
    background-color: #2fbfa7;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    background-image: linear-gradient(to right top, #8f42b9, #9746c3, #a04bce, #a84fd8, #b154e3);
}

.card-effects .card-btn:hover {
    background-image: linear-gradient(to right top, #b154e3, #a84fd8, #a04bce, #9746c3, #8f42b9);
    transition: 0.5s;
}

.card-effects .card-btn .icon-arrow {
    color: #ffffff;
    top: 16px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 18px;
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.card-effects .card-btn .icon-arrow.before {
    left: 20%;
    position: absolute;
    transform-origin: left center
}

.card-effects .card-btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 48px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center
}

.card-effects .card-btn.secondary {
    background-color: #ff7029
}

.card-effects .card-btn.secondary:hover,
.card-effects .card-btn.secondary:active,
.card-effects .card-btn.secondary:focus {
    background-color: #2fbfa7
}

.card-effects .card-btn.white .icon-arrow {
    color: #2fbfa7
}

.card-effects .card-btn.white:hover .icon-arrow,
.card-effects .card-btn.white:active .icon-arrow,
.card-effects .card-btn.white:focus .icon-arrow {
    color: #fff
}

.card-effects .card-btn.md .icon-arrow {
    top: 22px;
}

.card-effects .card-btn.sm {
    padding: 10px 25px 10px 50px !important;
    font-size: 14px !important
}

.card-effects .card-btn .label {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.card-effects .card-btn.white {
    background-color: #ffffff;
    color: #2fbfa7
}

.card-effects .card-btn .icon-arrow.white {
    color: #2fbfa7;
    top: 16px
}

.card-effects .card-btn:hover,
.card-effects .card-btn:active,
.card-effects .card-btn:focus {
    background-color: #ff7029;
    color: #ffffff
}

.card-effects .card-btn:hover .icon-arrow.before,
.card-effects .card-btn:active .icon-arrow.before,
.card-effects .card-btn:focus .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1)
}

.card-effects .card-btn:hover .icon-arrow.after,
.card-effects .card-btn:active .icon-arrow.after,
.card-effects .card-btn:focus .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1)
}

.card-effects .card-btn:hover .label,
.card-effects .card-btn:active .label,
.card-effects .card-btn:focus .label {
    transform: translateX(-32px)
}

.card-effects .text-tb-lines {
    display: grid;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: #561778;
}

.card-effects .text-tb-lines::before,
.text-tb-lines::after {
    content: '';
    border-top: 6px double;
    color: #003A66 !important;
}

/* Bootstrap 5 Card Styles https://codepen.io/cvbijoy */

.btn-apply {
    background: linear-gradient(135deg, #b9935a, #f1c232);
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-apply:hover {
    color: white !important;
    opacity: 0.9;
}

th {
    background-color: #1f2226;
    color: white;
    text-transform: uppercase;
}

td {
    color: #ddd;
}

#applyModal .modal-dialog {
    padding: 40px !important;
    /* ✅ outer spacing */
}

/* For smaller screens (mobile) */
@media (max-width: 768px) {
    #applyModal .modal-dialog {
        padding: 20px !important;
    }

    .why-choose-item {
        padding: 0rem 1rem;
        transition: all 0.3s ease;
    }
}

#readMoreModal .modal-dialog {
    padding: 40px !important;
    /* outer spacing */
}

/* For smaller screens (mobile) */
@media (max-width: 768px) {
    #readMoreModal .modal-dialog {
        padding: 20px !important;
    }
}

.modal-border {
    border: 3px solid white !important;
    margin: 10px !important;
}

.btn-close:hover {
    background-color: white !important;
    color: white !important;
}

/* Modal Background & Borders */
.custom-modal {
    background-color: #1c1c1c;
    /* dark background */
    color: #fff !important;
    border-radius: 12px;
    border: 2px solid #444;
}

/* Floating Labels Input Styling */
.form-floating>.form-control {
    background-color: #fff;
    color: #fff;
    border: 1px solid #555;
    border-radius: 8px;
}

.form-floating>.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    background-color: #2c2c2c;
    color: #fff;
}

.form-floating>label {
    color: #bbb;
}

/* Input group for phone + country code */
.input-group .form-select {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #555;
    /* border-radius: 8px 0 0 8px; */
}

.input-group .form-select:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

/* File input */
input[type="file"] {
    background-color: #2c2c2c;
    color: #fff;
    border: 1px solid #555;
    border-radius: 8px;
}

/* Buttons */
.btn-light {
    background: linear-gradient(135deg, #b9935a, #f1c232);
    color: #fff !important;
    border: none;
}

.btn-light:hover {
    background-color: #0b5ed7;
    color: #fff;
}

.floating-file {
    position: relative;
}

.floating-file input[type="file"] {
    padding-top: 1.5rem;
}

.floating-file label {
    position: absolute;
    top: -0.1rem;
    left: 0.75rem;
    font-size: 0.9rem;
    color: #6C757D;
    transition: all 0.2s ease;
    pointer-events: none;
}

/* Make modal body scrollable with nice sidebar scrollbar */
#applyModal .modal-body {
    max-height: 80vh;
    /* keeps content within screen */
    overflow-y: auto;
    scrollbar-width: thin;
    /* Firefox */
    scrollbar-color: #003a66 #003a66;
    /* Firefox */
}

/* Chrome, Edge, Safari scrollbar styling */
#applyModal .modal-body::-webkit-scrollbar {
    width: 8px;
}

#applyModal .modal-body::-webkit-scrollbar-track {
    background: #222;
    /* dark track */
    border-radius: 10px;
}

#applyModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #777;
    /* scrollbar color */
    border-radius: 10px;
    border: 2px solid #222;
    /* gives some space around */
}

#applyModal .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
    /* hover effect */
}


/* Remove Chrome autofill background & color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    /* removes blue bg */
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Optional: Adjust floating label color on focus */
.form-floating>.form-control:focus~label,
.form-floating>.form-select:focus~label {
    color: rgb(217, 217, 217);
    /* Bootstrap blue or pick your color */
}

/* Optional: Input border color when focused */
.form-control:focus {
    border-color: #0d6efd;
    box-shadow: none;
    /* removes blue glow */
    background-color: transparent;
    /* ensure no bg */
    color: #fff;
}

/* Floating label base color */
.form-floating label {
    color: #aaa;
    /* light gray label */
}

/* Default: no scrollbar on large screens */
.ul-in {
    max-height: none;
    overflow-y: visible;
}

/* 📱 Mobile only */
@media (max-width: 768px) {
    .ul-in {
        max-height: 200px;
        /* adjust as needed */
        overflow-y: auto;
        padding-right: 10px;
        scrollbar-width: thin;
        /* Firefox */
        scrollbar-color: #003a66 #222;
        /* scrollbar thumb and track */
    }

    /* Chrome, Edge, Safari */
    .ul-in::-webkit-scrollbar {
        width: 6px;
    }

    .ul-in::-webkit-scrollbar-track {
        background: #222;
        border-radius: 10px;
    }

    .ul-in::-webkit-scrollbar-thumb {
        background-color: #0d6efd;
        border-radius: 10px;
    }

    .ul-in::-webkit-scrollbar-thumb:hover {
        background-color: #3399ff;
    }
}

.form-control:read-only {
    background-color: #222 !important;
}

/* Improve close button alignment */
.navbar .btn-close {
    filter: invert(0.5);
    position: absolute;
    top: 110px;
    right: 30px;
    z-index: 1051;
}

.file-inp::file-selector-button {
    background-color: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
}

/* Default (desktop): No scroll */
/* Base: do not override scroll */
.scrollable-contact {
    /* no overflow or max-height here */
}

/* Mobile only (below 992px) */
@media (max-width: 992px) {
    .scrollable-contact {
        max-height: 300px;
        /* adjust height as needed */
        overflow-y: auto;
        /* enable vertical scroll */
        overflow-x: hidden;
        /* hide horizontal scroll */
        padding-right: 8px;
        border-radius: 8px;
        background-color: #fff;

        /* Custom scrollbar */
        scrollbar-width: thin;
        /* Firefox */
        scrollbar-color: #888 #f1f1f1;
    }

    /* Chrome, Edge, Safari */
    .scrollable-contact::-webkit-scrollbar {
        width: 6px;
    }

    .scrollable-contact::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .scrollable-contact::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }

    .scrollable-contact::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
}


input.form-control,
textarea.form-control,
select.form-select {
    color: #fff !important;
    background-color: transparent !important;
    caret-color: #fff !important;
}

/* Fix Chrome autofill background — keep original color */
input.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill,
select.form-select:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.2) inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* Make placeholder light gray */
input.form-control::placeholder,
textarea.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

select.form-select {
    color: #fff !important;
    /* Text color */
    background-color: rgba(255, 255, 255, 0.1) !important;
    /* Soft dark bg */
    border: 1px solid #ccc !important;
    /* Optional border */
    caret-color: #fff !important;
    /* Cursor color */
}

/* Placeholder / default option */
select.form-select option {
    color: #000;
    /* Options text black for readability */
    background-color: #fff;
    /* Options background white */
}

/* When select is focused */
select.form-select:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
    outline: none !important;
}

/* Mobile only (below 992px) */
@media (max-width: 992px) {
    #navbarCollapse {
        max-height: 90vh;
        /* almost full viewport height */
        overflow-y: auto;
        /* enable vertical scroll */
        overflow-x: hidden;
        /* prevent horizontal scroll */
        -webkit-overflow-scrolling: touch;
        /* smooth scroll on iOS */
    }

    /* Optional: Custom scrollbar */
    #navbarCollapse::-webkit-scrollbar {
        width: 6px;
    }

    #navbarCollapse::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    #navbarCollapse::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }

    #navbarCollapse::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
}

/* --- Modern Premium Form --- */
.modern-form {
    /* background: linear-gradient(135deg, #0a0f1f, #1c1f2b); */
    background-color: #1F3649;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.input-box {
    position: relative;
    width: 100%;
}

.input-box input {
    width: 100%;
    padding: 12px 10px;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff !important;
    font-size: 16px;
    outline: none;
    transition: 0.3s ease;
}

.input-box label {
    position: absolute;
    left: 10px;
    top: 12px;
    color: #bbb;
    pointer-events: none;
    transition: 0.3s ease;
}

/* Floating label animation */
/* .input-box input:focus~label,
.input-box input:valid~label {
    top: -10px;
    left: 5px;
    color: #cc8822;
    font-size: 13px;
    font-weight: 500;
} */

/* Animated underline */
.input-box .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(135deg, #b9935a, #f1c232);
    transition: 0.3s ease;
}

/* .input-box input:focus~.line,
.input-box input:valid~.line {
    width: 100%;
} */

/* With this */
.input-box input:focus ~ label,
.input-box input:not(:placeholder-shown) ~ label {
  top: -10px;
  left: 5px;
  color: #cc8822;
  font-size: 13px;
  font-weight: 500;
}

.input-box input:focus ~ .line {
  width: 100%;
}
/* Force label yellow for optional fields on page load */
.input-box input.optional ~ label {
  top: -10px;
  left: 5px;
  color: #cc8822;
  font-size: 13px;
  font-weight: 500;
}


/* Submit button */
.submit-btn {
    /* background: linear-gradient(135deg, #007bff, #00e6ff); */
    background: linear-gradient(135deg, #cc8822, #f1c232);
    border: none;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 174, 255, 0.4);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .modern-form {
        padding: 20px;
    }

    .submit-btn {
        width: 100%;
    }
}

/* Center nav-pills horizontally */
.nav-pills {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    /* space between tabs */
}

/* Optional: enhance tab style */
.nav-pills .nav-link {
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-pills .nav-link:hover {
    background: rgba(255, 255, 255, 0.25);
}

.nav-pills .nav-link.active {
    background: linear-gradient(135deg, #b9935a, #f1c232);
    color: #fff !important;
    box-shadow: 0 3px 15px rgba(0, 174, 255, 0.3);
}

.nav-select {
    width: 100%;
    /* padding: 12px 10px;   */
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 16px;
    outline: none;
    appearance: none;
    /* hide default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.select-box::after {
  content: '▾';
  position: absolute;
  right: 10px;
  top: 12px;
  color: #bbb;
  font-size: 16px;
  pointer-events: none;
  transition: 0.3s ease;
}

.select-box::after {
  content: '▾';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.radio-box p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}

.radio-box input[type="radio"] {
  display: none;
}

.radio-box label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  user-select: none;
}

.custom-radio {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.radio-box input[type="radio"]:checked + .custom-radio {
  border-color: #00d4ff;
  background: #00d4ff;
}

.radio-box input[type="radio"]:checked + .custom-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radio-box label:hover .custom-radio {
  border-color: #66b3ff;
  box-shadow: 0 0 5px rgba(102, 179, 255, 0.4);
}


/* Custom checkbox container */
.checkbox-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
  position: relative;
  cursor: pointer;
  user-select: none;
}

/* Hide default checkbox */
.checkbox-box input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

/* Checkmark */
.checkbox-box input[type="checkbox"]:checked::before {
  content: '✔';
  color: #00d4ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

/* Hover effect */
.checkbox-box input[type="checkbox"]:hover {
  border-color: #66b3ff;
  box-shadow: 0 0 6px rgba(102, 179, 255, 0.3);
}

/* Label text */
.checkbox-box label {
  cursor: pointer;
}

.btn-apply-card {
    border-radius: 50px;
    background: linear-gradient(135deg, #b9935a, #f1c232);
}

.btn-top {
    background: linear-gradient(135deg, #b9935a, #f1c232);
}

.icon-clr {
    color: #F1C232 !important;
}
.carousel-indicators [data-bs-target] {
    background-color: #F1C232 !important;
}

.colored-list li::marker {
  color: #F1C232;
}

.nav-scroll {
  display: flex;
  flex-wrap: nowrap;             /* Keep tabs in one line */
  overflow-x: auto;              /* Enable horizontal scroll */
  -webkit-overflow-scrolling: touch; /* Smooth scroll on mobile */
  padding: 10px 0;
  gap: 12px;
}

.nav-scroll::-webkit-scrollbar {
  height: 6px;
}

.nav-scroll::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}

/* Tab buttons */
.nav-scroll .nav-link {
  white-space: nowrap;          /* Keep text in one line */
  flex: 0 0 auto;               /* Prevent shrinking */
  border-radius: 50px;          /* Rounded pill style */
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.nav-scroll .nav-link.active {
  background: linear-gradient(to right, #d4af37, #f5d76e); /* Golden gradient for active */
  color: #fff;
}

.nav-scroll .nav-link:not(.active) {
  background-color: #1f2c45;   /* Dark background for inactive */
  color: #fff;
}

.input-box {
  position: relative;
  width: 100%;
}

.input-box input {
  width: 100%;
  padding: 10px 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #ccc;
  color: #fff;
  outline: none;
  font-size: 16px;
}

.input-box label {
  position: absolute;
  top: 10px;
  left: 0;
  color: #ccc;
  pointer-events: none;
  transition: 0.3s ease all;
}

/* Move label up when focused or not empty */
.input-box input:focus ~ label,
.input-box input:not(:placeholder-shown) ~ label {
  top: -10px;
  font-size: 13px;
  color: #f8c547; /* gold/yellow accent */
}

.input-box .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #f8c547;
  transition: 0.3s ease;
}

.input-box input:focus ~ .line {
  width: 100%;
}

input.is-invalid {
    border-bottom: 2px solid red;
}

.error-msg {
    color: red;
    font-size: 12px;
    display: none;
    margin-top: 2px;
}

.input-box input.is-invalid + .line + .error-msg {
    display: block;
}

select {
    padding: 5px !important;
}