

#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: 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: 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;
}
.fab{
	
}
.btn.btn-secondary:hover {
    color: var(--bs-primary) !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 var(--bs-secondary1) !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: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 1px solid var(--bs-secondary1) !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;
}


/*** 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;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-primary) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
/*.navbar {
    width: 100%;
    z-index: 999;
}*/
.navbar {
  position: sticky !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/*.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}*/

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-secondary1) !important;
}

.navbar-light .navbar-brand img {
    max-height: 120px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 45px;
}

.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;
    }
}

/* Hover effect */
.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: white!important;
}

/* Active / clicked effect */
.dropdown .dropdown-menu a.active {
    background: var(--bs-secondary);
    color: white!important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: white !important;
    transition: .5s;
    opacity: 1;
}


@media (max-width: 991.98px) {
    .sticky-top {
        
        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: var(--bs-primary);
        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 ***/

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 58, 102, 0.9), rgba(0, 58, 102, 0.8)), url(../img/breadcrumb1.jpg);
    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 ***/

/* Arrows */
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
.carousel-header .carousel-control-next .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-size: 70% 70%;
}

/* Center arrows vertically */
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

/* Reduce carousel text size */
.carousel-header .carousel-caption h1,
.carousel-header .carousel-caption h2,
.carousel-header .carousel-caption .display-5 {
    font-size: 1.5rem;   /* smaller heading */
    line-height: 1.0;
}

.carousel-header .carousel-caption p {
    font-size: 1rem;   /* smaller paragraph */
    max-width: 600px;
    margin: 0 auto;
	margin-bottom: 5px;
}

.carousel-header .carousel-caption .btn {
	 margin-top: 2px;
    padding: 8px 20px;  /* smaller button */
    font-size: 0.9rem;
    
}
/* ✅ Reduce height */
.carousel-header {
    height: 100vh;   /* half screen height */
    overflow: hidden;
}

.carousel-header .carousel-inner .carousel-item {
    height: 100vh; 
position: relative;	/* match container */
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center captions */
.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;
}

/* Mobile Fix */
@media (max-width: 768px) {
	
    .carousel-header .carousel-caption h1,
    .carousel-header .carousel-caption h2,
    .carousel-header .carousel-caption .display-5 {
        font-size: 1.5rem;
    }
    .carousel-header .carousel-caption p {
        font-size: 0.85rem;
    }
    .carousel-header .carousel-caption .btn {
        font-size: 0.8rem;
        padding: 6px 16px;
    }
}
    .carousel-header {
        height: 380px !important; /* smaller on mobile */
    }

    .carousel-header .carousel-inner .carousel-item {
        height: 380px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        margin-top: 200px;
    }
}
/*** 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.jpg);
    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-primary1);
    
}
.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: linear-gradient(to right, #ad2769,#bf405c,#ce5650, #e7773d,#ed8039);
    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: linear-gradient(to right, #ad2769,#bf405c,#ce5650, #e7773d,#ed8039);
    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: 100%) {
    .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:rgba(8, 50, 70, 0.4);
    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);
    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;
}
/* Process box heading color as per layout theme */
.process-box h4 {
  color: var(--bs-white) !important;   /* white headings */
}

/* Optional: make paragraph text lighter for readability */
.process-box p {
  color: rgba(255,255,255,0.9);
}
/* Feature icons background style */
.feature-icon i {
  background: linear-gradient(135deg, #ad2769, #e7773d); /* matches site theme */
  color: #fff !important;
  border-radius: 50%;
  padding: 20px;
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
.feature-item:hover .feature-icon i {
  background:white;
  transform: scale(1.1);
}

/*** 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: 1px solid var(--bs-white);
    transition: 0.5s;
	width:70px; 
	height:70px;
}

.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-secondary1) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
    color: var(--bs-primary) !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
  background: 
    linear-gradient(to right, #ad2769,#bf405c,#ce5650, #e7773d,#ed8039);
  background-size: cover;
  color: #fff;
  padding: 50px 0;
  position: relative;
}
.footer .footer-item .text-secondary{
	 color: var(--bs-white)!important;
    transition: 0.5s;
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}
.footer .footer-item h4 {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 30px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-secondary);
}

.footer .footer-content {
  position: relative;
  z-index: 2;
}

.footer .social-icons li {
  display: inline-block;
  margin: 0 10px;
}

.footer .social-icons li a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s;
}

.footer .social-icons li a:hover {
  color: #ffd700; /* golden hover accent */
}

/*** Footer End ***/
/* Container */
.visa-container {
  max-width: 750px;
  margin: 40px auto;
  text-align: center;
  background: #edf0f2;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Heading */
.visa-container h2 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: 0.5px;
}

/* Grid Layout */
.visa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

/* Box Style */
.visa-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #ad2769,#bf405c,#ce5650, #e7773d,#ed8039);
  color: #fff;
  padding: 18px 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 114, 255, 0.3);
}

/* Hover Effect */
.visa-box:hover {
  background: #516d82;
  color: #fff;
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 114, 255, 0.4);
}

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-secondary) !important;
}
/*** copyright end ***/


.feature1-item {
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.feature1-item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
}
.feature1-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0062ff, #00c6ff);
}

/* Keep heading and arrow on the same line */
.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;   /* Prevent text wrap */
}

/* Style arrows */
.dropdown-item .arrow {
  font-size: 14px;
  font-weight: bold;
  color: --bs-primary;  
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Rotate arrow on hover */
.custom-submenu:hover .arrow {
  transform: rotate(90deg);
  color: white; 
}

/* Submenu hidden by default */
.sub-dropdown-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Show submenu on hover */
.custom-submenu:hover .sub-dropdown-menu {
  display: block;
}
/* Submenu wrapper */
.custom-submenu {
  position: relative;
}

/* Submenu dropdown */
.sub-dropdown-menu {
  position: absolute;
  top: 0;             /* aligns with parent item */
  left: 100%;         /* opens to the right */
  min-width: 200px;
  background: #fff;
  display: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 1000;
}

/* Show submenu on hover */
.custom-submenu:hover > .sub-dropdown-menu {
  display: block;
}

/* Arrow rotation effect */
.custom-submenu .arrow {
  float: right;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.custom-submenu:hover .arrow {
  transform: rotate(90deg); /* arrow turns right */
  color: white;           
}
/* Signup Modal Custom Design */
#signupModal .modal-content {
  border-radius: 20px;
  padding: 10px 0 20px;
}

#signupModal .btn-outline-primary {
  border-radius: 30px;
  font-weight: 500;
}

#signupModal .btn-outline-danger {
  border-radius: 30px;
  font-weight: 500;
}

#signupModal input, #signupModal select {
  border-radius: 12px;
  padding: 10px;
}

#signupModal .btn-primary {
  background: linear-gradient(to right, #ad2769, #e7773d);
  border: none;
  border-radius: 30px;
  font-size: 16px;
  transition: 0.3s;
}

#signupModal .btn-primary:hover {
  background: linear-gradient(to right, #e7773d, #ad2769);
}
/* Call Modal Custom */
#callModal .modal-content {
  border-radius: 20px;
  padding: 15px 0 25px;
}

#callModal h5 {
  color: #ad2769;
}

#callModal .btn-danger {
  background: #ad2769;
  border-radius: 30px;
  border: none;
  transition: 0.3s;
}

#callModal .btn-danger:hover {
  background: #e7773d;
}

/* Navbar Icon Buttons */
.nav-icon-btn {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-right: 8px; /* space between nav icons and Quote button */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.call-nav {
  background: #d63384; /* pinkish/red */
}

.whatsapp-nav {
  background: #25d366; /* WhatsApp green */
}

.nav-icon-btn:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
/* Ensure navbar icons look equal in size */
.nav-icon-btn i {
  font-size: 16px;       /* base size */
  line-height: 1;        /* align properly */
}

.nav-icon-btn .fa-whatsapp {
  font-size: 18px;       /* slightly larger to match fa-phone */
}
/* Floating Social Bar */
.floating-social {
  position: fixed;
  top: 40%;
  right: 0;   /* stick to the right edge */
  display: flex;
  flex-direction: column;
  z-index: 9999;
}


.social-btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 6px 0 0 6px; /* rounded left edge */
  margin: 2px 0;
}

.call-btn {
  background: linear-gradient(135deg, #d63384, #ad2769); /* updated to match your site */
}

.whatsapp-btn {
  background: #25d366;
}

.facebook-btn {
  background: #1877f2;
}

.insta-btn {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.social-btn:hover {
  transform: translateX(-6px);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}

/* 📱 Mobile smaller size */
@media (max-width: 768px) {
  .social-btn {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}
/* Floating Bar Icons */
.bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin: 4px 0;
  transition: all 0.3s ease;
  border-radius: 6px 0 0 6px; /* rounded left edge */
  text-decoration: none;       /* prevent underline */
}

.call-btn {
  background: linear-gradient(135deg, #d63384, #ad2769); /* your gradient */
}

.bar-icon:hover {
  transform: translateX(-6px);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}
/* Floating Social Bar (Desktop) */
.floating-bar {
  position: fixed;
  top: 35%;
  right: 0;  
  background: #111;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Floating icons */
.bar-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin: 4px 0;
  transition: all 0.3s ease;
  border-radius: 6px 0 0 6px;
  text-decoration: none;
}
/* Left Floating Icons */
.floating-left {
  position: fixed;
  top: 40%;              /* vertical middle */
  left: 0;               /* stick to left edge */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99999;        /* always on top */
}

.floating-left a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 8px 8px 0;  /* round right side */
  background: #ff6600;         /* your brand color */
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.floating-left a:hover {
  background: #333;
  transform: translateX(5px);
}

/* 📱 Mobile fix */
@media (max-width: 768px) {
  .floating-bar {
    right: 0;             /* stick exactly at screen edge */
    border-radius: 8px 0 0 8px;
  }

  .bar-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
}


/* Floating icons fix */
.mobile-social-icons {
  right: 0; /* make sure it's inside viewport */
  margin-right: 5px; /* add small gap */
}


/* Counter Section Styling */
.counter-box {
    background: var(--bs-primary1);
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    padding: 30px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.counter-box h2.counter {
    font-size: 3rem;
    font-weight: 700;
    background: var(--bs-secondary); /* gradient text */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    display: inline-block;
}

.counter-box span {
    font-size: 2rem;
    font-weight: 600;
    color: var(--bs-primary);
}

.counter-box p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}


/* Fancy glowing icons */
.counter-box i {
    color: var(--bs-secondary);
    text-shadow: 0 0 10px rgba(255, 0, 150, 0.6),
                 0 0 20px rgba(255, 0, 150, 0.4),
                 0 0 30px rgba(255, 0, 150, 0.2);
    transition: all 0.3s ease-in-out;
}

.counter-box:hover i {
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(255, 0, 150, 0.9),
                 0 0 25px rgba(255, 0, 150, 0.6),
                 0 0 35px rgba(255, 0, 150, 0.4);
}
/* Icon background styling */
.icon-bg {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-secondary); /* gradient background */
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
}

.icon-bg i {
    font-size: 28px;
    color: #fff; /* white icon inside */
    transition: all 0.3s ease-in-out;
}

.counter-box:hover .icon-bg {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
/* Make sure fixed navbar is above everything and has a solid bg */
.navbar.fixed-top {
  background: var(--bs-light) !important; /* or #fff */
  z-index: 1050; /* above carousels/modals shadows etc. */
  width: 100%;
}

/* Optional: if you had mobile overrides that changed .sticky-top positioning,
   they won't affect .fixed-top, but keep this to be safe */
@media (max-width: 991.98px) {
  .navbar.fixed-top {
    background: var(--bs-white) !important;
  }
}
/* Make navbar stick to top on scroll */
.nav-bar {
    position: sticky;
    top: 0;
    z-index: 1050; /* higher than other sections */
    background-color: #fff; /* ensure visible background */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* optional shadow */
}
.navbar.sticky-top {
    top: 0;
    width: 100%;
    z-index: 1050; /* stays above content */
    background-color: #fff; /* visible background */
}
<style>
/* Neat & Clean Country Section Overrides */
.country-item {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  padding: 12px;
  transition: transform 0.3s ease;
  overflow: hidden;
}
.country-item:hover {
  transform: translateY(-4px);
}

/* Country Image */
.country-item img {
  width: 100%;
  height: 140px;   /* reduced height for clean look */
  object-fit: cover;
  border-radius: 10px;
}
.country-item .flag-wrapper {
  width: 60px;       /* same width */
  height: 60px;      /* same height → ensures circle */
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.country-item .flag-img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* keeps circular shape */
}
.country-item .flag-wrapper {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.country-item .flag-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

/* Country name styling */
.country-item h5,
.country-item .country-name {
  color: #516d82;         /* primary text */
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  margin-top: 35px !important;   /* ⬅ more gap under image */
  transition: color 0.3s ease;
}

.country-item:hover h5,
.country-item:hover .country-name {
  color: #ad2769;         /* accent on hover */
}
.process-flow {
  background: #edf0f2;
}
.process-flow h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}

.process-box {
  position: relative;
  padding: 20px 15px 60px;
  border-radius: 12px;
  color: #fff;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.process-box h4 {
  font-size: 16px;
  font-weight: 600;
   color: #fff !important;   /* force white */
}
.process-box p {
  font-size: 13px;
  margin: 8px 0;
}

/* Bottom icon circle */
.process-icon {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 26px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Unique colors per step */
.step1 { background: #1abc9c; }   /* Teal */
.step2 { background: #e74c3c; }   /* Red */
.step3 { background: #f39c12; }   /* Orange */
.step4 { background: #2980b9; }   /* Blue */
.step5 { background: #8e44ad; }   /* Purple */


.policy-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  min-height: 100vh; /* Ensures full height */
}

.policy-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  min-height: 100vh;
}

.policy-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.policy-container h2 {
  font-size: 28px;
  color: #d35400;
  margin-bottom: 20px;
  font-weight: 700;
}

.policy-container h3 {
  font-size: 20px;
  margin-top: 25px;
  color: #2c3e50;
  font-weight: 600;
}

.policy-container p,
.policy-container ul {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 16px;
}

.policy-container ul {
  padding-left: 20px;
}

.terms-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  min-height: 100vh;
}

.terms-container {
  max-width: 1000px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.terms-container h2 {
  font-size: 28px;
  color: #d35400;
  margin-bottom: 20px;
  font-weight: 700;
}

.terms-container h3 {
  font-size: 20px;
  margin-top: 25px;
  color: #2c3e50;
  font-weight: 600;
}

.terms-container p,
.terms-container ul {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 16px;
}

.terms-container ul {
  padding-left: 20px;
}
 .policy-sectionn {
    padding: 50px 20px;
    background: #f9f9f9;
  }
  .policy-containerr {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }
  .policy-title {
    text-align: center;
    font-size: 2.2em;
    color: #2c3e50;
    margin-bottom: 15px;
  }
  .policy-intro {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 30px;
    color: #555;
  }
  .policy-block {
    margin-bottom: 30px;
  }
  .policy-block h2 {
    color: #1a73e8;
    margin-bottom: 15px;
  }
  .policy-block ul {
    padding-left: 20px;
    list-style: disc;
  }
  .policy-block li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .highlight {
    background: #e8f0fe;
    padding: 20px;
    border-radius: 8px;
  }
  .cta-box {
    text-align: center;
    padding: 25px;
    background: linear-gradient(135deg, #1a73e8, #0f5bb5);
    color: #fff;
    border-radius: 12px;
  }
  .cta-box h2 {
    margin-bottom: 10px;
  }
  .cta-button {
    display: inline-block;
    margin-top: 15px;
    background: #fff;
    color: #1a73e8;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .cta-button:hover {
    background: #f1f1f1;
  }
  
  /* ===== Subclass 485 Page (Go Abroad) ===== */
:root{
  --gab-primary:#0e3b64;   /* your deep blue from navbar text */
  --gab-accent:#ff7a59;    /* orange */
  --gab-accent-2:#e84d8a;  /* pink */
  --gab-muted:#6b7a90;
  --gab-bg:#f7fafc;
}

.visa485-hero{
  position:relative;
  min-height:70vh;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(14,59,100,.6), rgba(14,59,100,.6)),
    url("img/service-2.jpg") center/cover no-repeat; /* <-- replace with your image */
}
.visa485-hero .visa485-badge{
  display:inline-block;
  padding:.4rem .8rem;
  font-size:.85rem;
  letter-spacing:.06em;
  border-radius:999px;
  background:linear-gradient(135deg, var(--gab-accent), var(--gab-accent-2));
  color:#fff;
  margin-bottom:1rem;
}
.visa485-hero h1{
  font-size:clamp(1.9rem, 4.2vw, 3.25rem);
  margin:0 0 .4rem;
  font-weight:800;
  color: #ffffff; /* White text */
  text-shadow: 2px 2px 12px rgba(0,0,0,0.6);
}
.visa485-hero p{
  max-width:900px;
  margin:0 auto 1.2rem;
  opacity:.95;
}
.visa485-cta{
  display:inline-flex;
  gap:.6rem;
  align-items:center;
  background:linear-gradient(135deg, var(--gab-accent), var(--gab-accent-2));
  color:#fff;
  border:0;
  padding:.9rem 1.2rem;
  border-radius:12px;
  font-weight:700;
  box-shadow:0 10px 30px rgba(232,77,138,.25);
  transition:transform .25s ease, box-shadow .25s ease;
}
.visa485-cta:hover{ transform:translateY(-2px); box-shadow:0 12px 36px rgba(232,77,138,.35) }

.visa485-wrap{ background:var(--gab-bg) }
.visa485-section{
  padding:70px 0;
}
.visa485-title{
  text-align:center;
  margin-bottom:36px;
}
.visa485-title h2{
  font-weight:800;
  color:var(--gab-primary);
  margin:0;
}
.visa485-title .bar{
  width:68px; height:4px; border-radius:6px; margin:12px auto 0;
  background:linear-gradient(135deg, var(--gab-accent), var(--gab-accent-2));
}

.visa485-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:22px;
}
.visa485-card{
  grid-column:span 6;
  background:#fff;
  border-radius:16px;
  padding:24px;
  box-shadow:0 8px 28px rgba(14,59,100,.07);
  border:1px solid #eef2f7;
  transition:transform .25s ease, box-shadow .25s ease;
  position:relative;
  overflow:hidden;
}
@media (max-width: 991px){ .visa485-card{ grid-column:1/-1 } }
.visa485-card:hover{ transform:translateY(-4px); box-shadow:0 14px 44px rgba(14,59,100,.12) }
.visa485-chip{
  position:absolute; top:16px; right:16px;
  font-size:.75rem; padding:.25rem .6rem; border-radius:999px; color:#fff;
  background:linear-gradient(135deg, var(--gab-accent), var(--gab-accent-2));
}
.visa485-icon{
  width:48px; height:48px; display:grid; place-items:center;
  border-radius:12px; margin-bottom:12px; 
  background:linear-gradient(135deg, rgba(255,122,89,.14), rgba(232,77,138,.14));
}
.visa485-card h3{ margin:.4rem 0 6px; color:var(--gab-primary) }
.visa485-card p{ color:var(--gab-muted); margin:0 }

.visa485-list{
  display:grid; gap:10px;
  margin:0; padding:0; list-style:none;
}
.visa485-list li{
  display:flex; gap:10px; align-items:flex-start; 
  padding:12px 14px; background:#fff; border:1px solid #eef2f7; border-radius:12px;
}
.visa485-list .tick{
  flex:0 0 26px; height:26px; border-radius:50%;
  display:grid; place-items:center; color:#fff;
  background:linear-gradient(135deg, var(--gab-accent), var(--gab-accent-2));
}

.visa485-table{
  width:100%; border-collapse:separate; border-spacing:0; overflow:hidden;
  background:#fff; border:1px solid #eef2f7; border-radius:16px;
  box-shadow:0 8px 28px rgba(14,59,100,.06);
}
.visa485-table th, .visa485-table td{
  padding:14px 16px; border-bottom:1px solid #eef2f7; text-align:left;
}
.visa485-table thead th{
  background:linear-gradient(135deg, rgba(255,122,89,.09), rgba(232,77,138,.09));
  color:var(--gab-primary); font-weight:800;
}
.visa485-table tr:last-child td{ border-bottom:0 }

.visa485-cta-box{
  background:linear-gradient(135deg, rgba(255,122,89,.12), rgba(232,77,138,.12));
  border:1px dashed rgba(14,59,100,.2);
  border-radius:16px;
  padding:24px;
}

.visa485-signup{
  background:#fff; border:1px solid #eef2f7; border-radius:16px;
  padding:22px;
  box-shadow:0 8px 28px rgba(14,59,100,.06);
}
.visa485-signup h3{ margin:0 0 6px; color:var(--gab-primary) }
.visa485-input, .visa485-btn{
  height:48px; border-radius:12px; border:1px solid #dfe7ef; padding:0 14px; width:100%;
}
.visa485-btn{
  background:linear-gradient(135deg, var(--gab-accent), var(--gab-accent-2));
  color:#fff; border:0; font-weight:700; cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease;
}
.visa485-btn:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(232,77,138,.28) }

@keyframes visa485-fadeUp{
  from{ transform:translateY(14px); opacity:0 }
  to{ transform:none; opacity:1 }
}
[data-anim]{ animation:visa485-fadeUp .7s ease both; animation-delay:var(--d,0s) }
/* ========== 485 Visa Signup Section ========== */
.visa485-section {
  padding: 60px 0;
}

.visa485-title {
  text-align: center;
  margin-bottom: 40px;
}

.visa485-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--gab-primary);
}

.visa485-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* two equal columns */
  gap: 30px;
  align-items: stretch;
}

.visa485-cta-box {
  background: #fff5f5;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.visa485-cta-box h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.visa485-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.visa485-list li {
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.visa485-list .tick {
  color: var(--gab-primary);
  font-weight: bold;
  margin-right: 8px;
}

/* Form box */
.visa485-signup {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.visa485-signup h3 {
  margin-bottom: 10px;
  color: var(--gab-primary);
}

.visa485-input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: 0.2s;
}

.visa485-input:focus {
  border-color: var(--gab-primary);
  outline: none;
}

.visa485-btn {
  padding: 12px;
  background: linear-gradient(45deg, #ff6a00, #d84e55);
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.visa485-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Responsive */
@media(max-width: 991px) {
  .visa485-grid {
    grid-template-columns: 1fr; /* stack on smaller screens */
  }
}



/* Styles for screens up to 480px wide (e.g., small phones in portrait) */
@media screen and (max-width: 768px) {
 html, body {
    overflow-x: hidden !important;
  max-width: 100% !important;
  } 
  .navbar{
	 position: sticky !important;         
  }
}
/*html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}*/


/* Accordion style only for mobile nav */
@media (max-width: 991px) {
  /* Reset bootstrap dropdown positioning */
  .navbar .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: none; /* hidden by default */
  }

  /* Show when JS toggles */
  .navbar .dropdown-menu.show {
    display: block !important;
  }

  /* Accordion button look */
  .navbar .dropdown-toggle::after {
    float: right;
    transition: transform 0.3s ease;
  }
  .navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  /* Indent child submenu */
  .navbar .dropdown-menu .dropdown-menu {
    padding-left: 1rem;
  }
}

@media (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    display: none;
    padding-left: 1rem;
  }

  .navbar .dropdown-menu .dropdown-menu.show {
    display: block !important;
  }
}


/* ---- Force submenus to drop below on mobile ---- */
@media (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: none;
    padding-left: 1rem;
  }

  .navbar .dropdown-menu .dropdown-menu.show {
    display: block !important;
  }

  /* kill Bootstrap popper attribute on mobile */
  .navbar .dropdown-menu[data-bs-popper] {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
  }
}
/* Force mobile submenus to drop below parent instead of right side */
@media (max-width: 991px) {
  /* Disable Bootstrap's Popper positioning */
  .dropdown-menu[data-bs-popper] {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
  }

  /* Child dropdowns inside parent menu */
  .dropdown-menu .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    display: none;
    padding-left: 1rem; /* small indent for child items */
  }

  .dropdown-menu .dropdown-menu.show {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .dropdown-menu[data-bs-popper] {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
  }

  .dropdown-menu .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    display: none;
    padding-left: 1rem;
  }

  .dropdown-menu .dropdown-menu.show {
    display: block !important;
  }
}
/* ✅ Mobile dropdown fix */
@media (max-width: 991.98px) {
  .sub-dropdown-menu {
    position: static !important;   /* remove right-side positioning */
    left: auto !important;
    top: auto !important;
    display: none;
    padding-left: 15px;           /* indent for clarity */
    box-shadow: none !important;  /* remove floating shadow */
    background: transparent;      /* blend into parent menu */
  }

  .sub-dropdown-menu.show {
    display: block !important;    /* allow JS toggle */
  }

  /* Make arrow rotate on expand */
  .custom-submenu .arrow {
    transition: transform 0.3s ease;
  }
  .custom-submenu.open .arrow {
    transform: rotate(90deg);
  }
}
.dropdown-menu.show {
  display: block;
}

.sub-dropdown-menu {
  display: none;
  padding-left: 15px;
}

.sub-dropdown-menu.show {
  display: block;
}

.payonline-neon-btn {
  display: inline-block;
  padding: 10px 28px;
  border: 2px solid #ffb84d;
  border-radius: 40px;
  color: #ffb84d;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 0 8px rgba(255, 184, 77, 0.3);
}

.payonline-neon-btn:hover {
  background-color: #ffb84d;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 184, 77, 0.7);
  transform: translateY(-3px);
}


.payonline-glass-btn {
  display: inline-block;
  padding: 2px 8px;
 
  font-weight: 600;
  color: #fff;
  text-decoration: none;
 
  border: 1px solid rgba(255, 255, 255, 0.25);
  
  transition: all 0.3s ease;
}

.payonline-glass-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}
.hero-section {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* 👇 Add this background line */
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
              url('../img/service-1.jpg') center/cover no-repeat;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-section {
    background-size: cover !important;
    background-position: center !important;
    min-height: 50vh; /* give it a bit more height */
  }
}