/* 
Logo Color :
#ed6724 Dark Orange
#fbd402 Light Orange
Orange
---------
#2ba8e0 --Blue
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caudex&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Meow+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* @import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); */
/* Navbar CSS Starts */
/* 1. Global Font Update as per Change #3 */
body {
    font-family: var(
        --vh-font-lato
    ); /* Change requested: Lato for whole portal */
    background-color: #fff;
    overflow-x: hidden !important;
    color: var(--vh-dark);
}

/* 2. Global Color Theme Mapping as per Change #4 */
.text-primary {
    color: var(--vh-orange) !important;
}

.btn-primary {
    background: linear-gradient(
        135deg,
        var(--vh-dark),
        var(--vh-blue)
    ) !important;
    border: none !important;
    color: #fff !important;
    font-family: var(--vh-font-lato);
    font-weight: 700;
}

.btn-primary:hover {
    background: linear-gradient(
        135deg,
        var(--vh-orange),
        var(--vh-yellow)
    ) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(237, 103, 36, 0.3);
}

/* Heading Improvements as per Change #5 */
.headline h1 {
    font-weight: 900 !important; /* Bold for "Just Pick Your Spot" */
    font-family: var(--vh-font-lato);
    color: var(--vh-orange);
    letter-spacing: 1px;
}

/* 3. Elevating the Error Alert as per Change #6 */
.alert-success {
    /* Assuming this is used for "Country Not Found" currently */
    background-color: #f8d7da !important;
    border: 1px solid #f5c2c7 !important;
    color: #842029 !important;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    padding: 15px 25px !important;
}

/* Modal Popup styling as per Change #1 */
.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-header {
    background: var(--vh-orange);
    color: white;
    border-radius: 20px 20px 0 0;
}

/* Keeping your existing Owl Carousel & Responsive logic below */
/* ... (Rest of your existing owl-carousel and media query logic starts here) ... */

.logoimg {
    height: auto;
    width: 200px;
    /* Removal of any tilt if hardcoded in CSS previously */
    transform: none !important;
}

/* Statistics Counter Elevation as per Change #9 */
.stat-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    border-bottom: 5px solid var(--vh-orange);
    transition: 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
}

/* Font Styles Ends */

.bg-light {
    background-color: #f0f0f0 !important;
}

.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary {
    color: #ffffff;
}

.btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: normal;
    border-radius: 50%; /* optional – for round buttons */
}
.btn-sm-square i {
    font-size: 16px;
    position: relative;
    top: -10px;
    left: -5px;
    line-height: 1;
}

.btn-info {
    background-image: linear-gradient(to right, #111827, #5057ea);
    color: #fff;
}
.navbar {
    height: 100px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #5057ea;
}

@media (max-width: 991.98px) {
    /* .navbar_new{
      height: 100px;
    }
   */

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 20px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #eeeeee;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }

    .heading-color {
        color: #5057ea;
    }

    .btn-primary {
        background-image: linear-gradient(to right, #111827, #5057ea);
        border: 0px solid #02056e !important ;
        color: #000 !important;
    }
    .btn-primary:hover {
        background-image: linear-gradient(to right, #111827, #5057ea);
    }
    .backstrip {
        /*  	background :#5057ea;#4f46e5*/
        background-image: linear-gradient(to right, #111827, #5057ea);
    }
    .text-primary {
        color: #d70606 !important;
    }

    .small-text {
        color: #fff;
    }
}

.logoimg {
    height: 75px;
    width: 200px;
}

@media only screen and (max-width: 768px) {
    .logoimg {
        height: 75px;
        width: 150px;
    }
}

/* Navbar CSS Ends Here */

/* Side Menu CSS */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,200i,300,300i,400,400i,500,500i,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Sofia");
@import url("https://fonts.googleapis.com/css?family=Megrim");

#side-menu-icon {
    position: fixed;
    top: 20px;
    left: 40px;
    height: 40px;
    width: 40px;
    z-index: 120;
}
#menu_wahe {
    cursor: pointer;
    padding: 22px 35px 16px 0px;
}

#menu_wahe span,
#menu_wahe span:before,
#menu_wahe span:after {
    cursor: pointer;
    height: 5px;
    width: 35px;
    background: #5057ea;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#menu_wahe span:before {
    -webkit-animation: undo-top 0.5s forwards;
    animation: undo-top 0.5s forwards;
}

#menu_wahe span:after {
    bottom: -10px;
    -webkit-animation: undo-bottom 0.5s;
    animation: undo-bottom 0.5s;
}

#menu_wahe.active span {
    background-color: transparent;
}

#menu_wahe.active span:before {
    top: 0;
}

#menu_wahe.active span:before {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: top-x 0.5s forwards;
    animation: top-x 0.5s forwards;
}

#menu_wahe.active span:after {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: bottom-x 0.5s forwards;
    animation: bottom-x 0.5s forwards;
}

@-webkit-keyframes top-x {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
}

@keyframes top-x {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
}

@-webkit-keyframes bottom-x {
    0% {
        transfrom: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes bottom-x {
    0% {
        transfrom: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@-webkit-keyframes undo-top {
    0% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@keyframes undo-top {
    0% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(0px) rotate(0);
        transform: translateY(0px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@-webkit-keyframes undo-bottom {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transfrom: translateY(0px) rotate(0);
    }
}

@keyframes undo-bottom {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        transfrom: translateY(0px) rotate(0);
    }
}

#side-menu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
    background-color: #222;
    z-index: 110;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    transform: translate(-610px, 0px);
    transition: 0.3s ease-in-out;
}

#side-menu.active {
    transform: translate(0px, 0px);
    transition: 0.3s ease-in-out;
}

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 105;
    display: none;
    transition: 0.3 ease-in-out;
}
#overlay.active {
    display: block;
    transition: 0.3 ease-in-out;
}

/*==================================*/
#sidebarMenu {
    height: 550px;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    margin-top: 75px;
    background: #0f557a;
    z-index: 99999;
    overflow: auto;
}
.wahesidemenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wahesidemenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: auto;
}
.wahesidemenu li a {
    color: #fff;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.wahesidemenu li a:hover {
    background: rgba(255, 107, 129, 1);
}

.list-unstyled {
    background: #000;
}

.showsidemenu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .showsidemenu {
        display: block;
    }
}

.topsidemenu {
    background-color: #fff;
    height: 100px;
    width: 100%;
    display: none;
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 768px) {
    .topsidemenu {
        display: block;
    }
}

.sidemenutop {
    width: 100% !important;
    position: sticky !important;
    top: 0;
}

/* Side Menu CSS Ends */

/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
    0% {
        transform: scale(1);
        transition: transform 20000ms linear 0s;
    }

    100% {
        transform: scale(1.4);
        transition: transform 20000ms linear 0s;
    }
}

/* Carousel Wrapper */
.kb-carousel {
    overflow: hidden;
    max-height: 600px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
    transition:
        transform 0.6s ease-in-out 0s,
        opacity ease-in-out 0.6s;
}

.kb-carousel .carousel-item img {
    height: 650px;
}

.kb-carousel .carousel-item.active {
    transition:
        transform 0.6s ease-in-out 0s,
        opacity ease-in-out 0.6s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
    opacity: 1;
    animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
}

/* Carousel Captions */
.kb-caption {
    right: 7%;
    left: 7%;
    bottom: 25%;
    padding: 0;
    width: 80%;
    margin-top: 10px;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin-left: auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #02056e;
    background: #fff;
}

.kb-caption h3 {
    animation-delay: 1.5s;
    color: #fff;
    background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
    .kb-caption {
        bottom: 37%;
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .kb-caption {
        bottom: 45%;
    }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: #fff;
    background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}

/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

/* Typing Style CSS */
.text-js {
    opacity: 0;
}

.cursor {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: -5px;
    width: 2px;
    /* Change colour of Cursor Here */
    background-color: #000;
    z-index: 1;
    -webkit-animation: flash 0.5s none infinite alternate;
    animation: flash 0.5s none infinite alternate;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/** {
  margin: 0;
  padding: 0;
  boz-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}*/

.typedata {
    /*  background: linear-gradient(135deg, #00C4FF, #9D1BB2);*/
    width: 100%;
    height: 100px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headline {
    margin: 20px;
    color: #000;
    font-size: 32px;
    text-align: center;
}
.headline h1 {
    letter-spacing: 1.6px;
    font-weight: 400;
    font-size: 30px;
    font-family: Lato, sans-serif;
    color: #5057ea;
}

@media only screen and (max-width: 864px) {
    .headline h1 {
        letter-spacing: 1.4px;
        font-weight: 300;
        font-size: 30px;
        font-family: "Caveat display";
        color: #ed6724;
    }
}

.twitterLink {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px 15px;
    z-index: 3;
}
.twitterLink svg {
    width: 25px;
}

.credit {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-decoration: none;
}

/* Typing CSS Ends Here */

/* Steps Process CSS */
.process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px 35px;
    transition: 0.4s ease-in-out;
}
.process__item:hover {
    background: #f2f2f2;
    cursor: pointer;
}
.process__item:hover .process__number {
    transform: translateY(5px);
    color: #5057ea;
}
.process__number {
    font-size: 70px;
    -webkit-text-stroke: 1px #5057ea;
    display: block;
    color: transparent;
    font-family: "Roboto Condensed";
    font-weight: 700;
    transition: 0.4s ease-in-out;
}
.process__title {
    display: block;
    font-family: "Lato", sans-serif;
    /* font-style: italic; */
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 20px;
    color: #5057ea;
    text-transform: uppercase;
    margin-top: 30px;
}
.process__subtitle {
    display: block;
    font-family: "Josefin Slab";
    font-size: 15px;
    color: #8c8c8c;
    margin-top: 30px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .process {
        display: inline-block;
        list-style-type: none !important;
    }
    .process__item {
        width: 49%;
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .process__item {
        width: 100%;
    }
    .process__item:not(:last-of-type)::after {
        content: "";
        width: 1px;
        height: 75%;
        background: #8c8c8c;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0.2;
        transform: translateY(-50%);
    }
}

/* === HEADING STYLE #3 === */
.three h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    color: #5057ea;
    font-family: "Lato", sans-serif;
}
.three h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #5057ea;
}
.three h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #5057ea;
}

/* Headings */
.divider {
    display: flex;
}
.divider:after {
    content: "";
    flex: 1;
}

.gradient {
    align-items: stretch;
    margin: 1.5em 0;
    height: 2em;
    line-height: 2em;
    color: #fff;
    background: #2ba8e0;
    font-family: "Roboto Condensed";
}

.gradient:after {
    background: linear-gradient(to left, white, #2ba8e0);
}

/* Heading 2 with Line---- */
.Heading_line {
    align-items: center;
    margin: 1em;
    /* margin-top: 200px; */
    color: #2ba8e0;
    font-family: Lato, sans-serif;
}
.Heading_line:before,
.Heading_line:after {
    height: 1px;
    margin: 0 1em;
}

.one-line:before,
.one-line:after {
    background: #2ba8e0;
}

/* Headings Ends Here */

/* top Destinations CSS */
.main__content {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px;
}

/*.menu__item {
  width: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}*/

.item__photo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer;
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item__photo:hover {
    transform: scale(1.1);
    transition: transform 2s ease-in-out;
}

.item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item__info {
    height: 80px;
    width: 180px;
    margin-top: -50px;
    margin-left: -30%;
    text-transform: capitalize;
    background-color: #fff;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1000 !important;
    font-family: "Open Sans", sans-serif;
}

.item__info h4 {
    font-size: 1rem;
}

.item__info p {
    font-size: 0.8rem;
}

.description {
    color: #4b3e3e;
}
/* Owl Carousel Custom Styling */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(102, 126, 234, 0.8) !important; */
    color: #fff !important;
    font-size: 30px !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(118, 75, 162, 0.9) !important;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
}

.owl-carousel .owl-dot span {
    background: #667eea !important;
}

.owl-carousel .owl-dot.active span {
    background: #5057ea !important;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    margin-top: 50px;
    visibility: hidden;
    line-height: 0;
    height: 80px;
}
@media (max-width: 768px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}
.view-more-btn {
    background: #5057ea;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(43, 168, 224, 0.3);
    margin-top: -220px;
    position: relative;
    z-index: 10;
    cursor: pointer; /* 👈 Add this */
}

.view-more-btn:hover {
    background: #5057ea;
    color: #fff;
    box-shadow: 0 6px 14px rgba(237, 103, 36, 0.4);
}
/* =====================Search Button CSS =================*/
.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.search input:focus {
    box-shadow: none;
    border: 2px solid #5057ea;
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: #5057ea;
    font-family: "Poppins", sans-serif;
    font-weight: 250;
}

/*-------------Search Button CSS ENDS-------------------------*/

/* Counter Div CSS */

.counterdiv {
    font-family: Lato, sans-serif;
    background-color: rgba(80, 87, 234, 0.3);
    color: #fff;
    font-size: clamp(1.125rem, 0.625vw + 0.875rem, 1.625rem);
    line-height: 1.25;
    padding: 100px;

    overflow: hidden;
}

.text-reverse {
    /* padding: 3ch; */
    background-color: #fff;
    color: #ed6724;
    border-radius: 2ch;
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Lato, sans-serif;
    padding: 30px 20px;
    border-radius: 2ch;
    background-color: #fff;
    color: #5057ea;
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.2),
        0 6px 20px rgba(0, 0, 0, 0.19);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.stat:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.stat-figure {
    font-size: 2em;
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-prefix i {
    color: #5057ea;
    font-size: 1.5em;
}

.stat-caption {
    color: #000;
    font-size: 1.1em;
    margin-top: 10px;
}

/* ✅ Responsive Adjustments */
@media (max-width: 992px) {
    .counterdiv {
        padding: 60px 15px;
    }
    .stat {
        font-size: 0.95rem;
        padding: 25px 15px;
    }
}

@media (max-width: 768px) {
    .counterdiv {
        padding: 50px 10px;
    }
    .stat-figure {
        font-size: 1.6em;
    }
}

@media (max-width: 576px) {
    .stat {
        margin: 10px auto;
        width: 90%;
    }
    .stat-figure {
        font-size: 1.4em;
    }
    .stat-caption {
        font-size: 1em;
    }
}

/* Counter Div CSS Ends Here */

/* ALL DESTINATIONS CARDS  */
.shell {
    padding: 5px 0;
}

.wsk-cp-product {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    margin: 20px auto;
}
.wsk-cp-img {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    width: 100%;
    padding: 15px;
    transition: all 0.2s ease-in-out;
}
.wsk-cp-img img {
    width: 100%;
    transition: all 0.2s ease-in-out;
    border-radius: 6px;
}
.wsk-cp-product:hover .wsk-cp-img {
    top: -40px;
}
.wsk-cp-product:hover .wsk-cp-img img {
    box-shadow:
        0 19px 38px rgba(0, 0, 0, 0.3),
        0 15px 12px rgba(0, 0, 0, 0.22);
}
.wsk-cp-text {
    padding-top: 50%;
}
.wsk-cp-text .category {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 55px;
    position: relative;
    transition: all 0.2s ease-in-out;
    top: 50px;
}
/*.wsk-cp-text .category > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
}*/
.wsk-cp-text .category > span {
    padding: 12px 30px;
    /*  border: 1px solid #fff;*/
    background: rgba(80, 87, 234, 0.9);
    color: #fff;
    box-shadow:
        0 19px 38px rgba(0, 0, 0, 0.3),
        0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 27px;
    transition: all 0.05s ease-in-out;
    cursor: pointer;
    position: relative;
}
.wsk-cp-product:hover .wsk-cp-text .category > span {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category {
    margin-top: 0px;
}
.wsk-cp-text .title-product {
    text-align: center;
}
.wsk-cp-text .title-product h3 {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 15px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.wsk-cp-text .description-prod p {
    margin: 0;
}
.country_div a {
    text-decoration: none;
    color: #000;
}

/* Truncate */

@media screen and (max-width: 991px) {
    .wsk-cp-product {
        margin: 40px auto;
    }
    .wsk-cp-product .wsk-cp-img {
        top: -40px;
    }
    .wsk-cp-product .wsk-cp-img img {
        box-shadow:
            0 19px 38px rgba(0, 0, 0, 0.3),
            0 15px 12px rgba(0, 0, 0, 0.22);
    }
    .wsk-cp-product .wsk-cp-text .category > span {
        border-color: #ddd;
        box-shadow: none;
        padding: 11px 28px;
    }
    .wsk-cp-product .wsk-cp-text .category {
        margin-top: 0px;
    }
}

/* Services Cards */
/* 
#3b82f6
#22c55e
#a855f7
#bd6019
#ef4444
#6366f1

#dbeafe
#dcfce7
#f3e8ff
#ffedd5
#fee2e2
#e0e7ff */

/* Ṣervices Card */

.serviceCards {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Lato, sans-serif;
    height: 100%;
    width: 100%;
    display: grid;
    place-items: center;
}
.card-row {
    display: flex;
    flex-wrap: wrap;
}
.card-column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}
.services-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    /*  background: linear-gradient(#dbeafe 50%, #3b82f6 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;*/
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

.card1 {
    background: linear-gradient(#e0e7ff 50%, #5057ea 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
}

.card2 {
    background: linear-gradient(#e0e7ff 50%, #5057ea 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
}

.card3 {
    background: linear-gradient(#e0e7ff 50%, #5057ea 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
}

.card4 {
    background: linear-gradient(#e0e7ff 50%, #5057ea 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
}

.card5 {
    background: linear-gradient(#e0e7ff 50%, #5057ea 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
}

.card6 {
    background: linear-gradient(#e0e7ff 50%, #5057ea 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}
p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}
.icon-wrapper {
    background-color: #5057ea !important;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}
.services-card:hover {
    background-position: 0 100%;
}

.services-card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #ed6724;
}
.services-card:hover h3 {
    color: #ffffff;
}
.services-card:hover p {
    color: #f0f0f0;
}
@media screen and (min-width: 768px) {
    .serviceCards {
        padding: 0 2em;
    }
    .card-column {
        flex: 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .serviceCards {
        padding: 1em 3em;
    }
    .card-column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.card1:hover .icon-wrapper {
    background: #e0e7ff;
    color: #6366f1;
}

.card2:hover .icon-wrapper {
    background: #e0e7ff;
    color: #6366f1;
}

.card3:hover .icon-wrapper {
    background: #e0e7ff;
    color: #6366f1;
}

.card4:hover .icon-wrapper {
    background: #e0e7ff;
    color: #6366f1;
}

.card5:hover .icon-wrapper {
    background: #e0e7ff;
    color: #6366f1;
}

.card6:hover .icon-wrapper {
    background: #e0e7ff;
    color: #6366f1;
}

.section-head {
    margin-top: 60px;
    margin-bottom: 30px;
}
.section-head h4 {
    position: relative;
    padding: 0;
    color: #5057ea;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
    font-family: Lato, sans-serif;
}
.section-head h4:before {
    content: "";
    width: 60px;
    height: 3px;
    background: #5057ea;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}

/* Footer CSS */

UsefulLinkDiv ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background: #1f2937;
    position: relative;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg {
    background: #3b5998;
}
.twitter-bg {
    background: #55acee;
}
.google-bg {
    background: #dd4b39;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover {
    color: #ff5e14;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #5057ea;
    padding: 13px 20px;
    border: 1px solid #5057ea;
    top: 0;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area {
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a {
    color: #ff5e14;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a {
    color: #ff5e14;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* Footer CSS */

.UsefulLinkDiv ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-section {
    background: #1f2937;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

/* Fixed Useful Links Alignment */
.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
    vertical-align: top;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    display: inline-block;
}

/* Fixed Subscribe Form Button Alignment */
.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form form {
    display: flex;
    align-items: stretch;
}

.subscribe-form input {
    flex: 1;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
    height: 50px;
}

.subscribe-form button {
    background: #ff5e14;
    padding: 0 20px;
    border: 1px solid #ff5e14;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

/* Fixed Copyright Area - Centered */
.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-area .row {
    justify-content: center;
}

.copyright-text {
    text-align: center !important;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

/* Fixed Footer Menu Alignment (Home, Terms, Privacy) */
.footer-menu {
    text-align: center !important;
    margin-top: 15px;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: -140px;
}

.footer-menu li {
    display: inline-block;
    margin: 0 10px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
    text-decoration: none;
}

/* Desktop Layout for Footer Menu */
@media (min-width: 992px) {
    .footer-menu {
        text-align: right !important;
        margin-top: 0;
    }

    .footer-menu ul {
        justify-content: flex-end;
    }

    .footer-menu li {
        margin-left: 20px;
        margin-right: 0;
    }
}
/* GO ON TOP CSS */

.progress-wrap {
    right: 25px;
    bottom: 25px;
    color: var(--blue);
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}
.progress-wrap input {
    z-index: 10001;
}
.progress-wrap input:checked + html {
    -ms-scroll-snap-type: unset;
    scroll-snap-type: unset;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: "Top";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--blue);
    left: 0;
    top: -2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap::before {
    position: absolute;
    content: "↑";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    -webkit-text-fill-color: var(--blue);
    left: 0;
    top: -2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: var(--indigo);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/* Go On Top Ends Here */

/* visa page */
.banner img {
    height: 400px;
    width: 100%;
}
.bannerHeading h1 {
    font-size: 4vw;
    position: absolute;
    top: 40%;
    left: 25%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-family: "Lato", sans-serif;
    font-style: italic;
    /* -webkit-text-stroke: 1px #fff; */
}

.TopBanner {
    width: 100%;
}

.Blogbanner img {
    height: 400px;
    width: 100%;
}

.bannerBlogHeading h1 {
    font-size: 4vw;
    position: absolute;
    top: 40%;
    left: 25%;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 0;
    font-family: "Lato", sans-serif;
    /* -webkit-text-stroke: 1px #fff; */
}

@media only screen and (max-width: 768px) {
    .bannerHeading h1 {
        font-size: 4vw;
        position: absolute;
        top: 40%;
        left: 25%;
        color: #fff;
        transform: translate(-50%, -50%);
        font-family: Caveat;
        /* -webkit-text-stroke: 1px #fff; */
    }

    .TopBanner {
        width: 100%;
        height: 300px;
    }
    .bannerBlogHeading h1 {
        display: none;
    }
}
.visamaincontent {
    margin-top: 50px;
    height: auto;
}
.vvalue {
    background: #fbd402;
    width: 100%;
    height: 75px;
    border-radius: 15px;
    background-image: url("../images/bk3.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.vvalue p {
    text-align: left;
    padding: 25px;
}

.visavalue {
    /* background:#55acee; */
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 10px;
    border: 1px solid #576574;
}

.col-data {
    background: #dcdde1;
    padding-top: 5px;
    border-radius: 10px;
    border: 2px solid #fff;
}

/* Required Document CSS */
#documents {
    padding: 60px 0;
}

.section_title {
    margin-bottom: 40px;
}

.section_title h2 {
    color: #333333;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
    background: #f8c01b none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
    color: #000000;
}

.section_title p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#documents .single_service {
    padding: 32px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    height: 150px;
}

#documents .single_service:hover {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#documents .icon {
    border: 1px solid #666;
    border-radius: 5%;
    color: #333333;
    font-size: 35px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 70px;
}

#documents .single_service .single_service-left {
    padding-right: 25px;
}

.single_service-heading {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.single_service-body p {
    font-size: 13px;
    line-height: 25px;
}

.single_service-left {
    display: table-cell;
    vertical-align: top;
}
.single_service-body {
    color: #333333;
    display: table-cell;
    vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
#documents .single_service:hover {
    background: #f8c01b none repeat scroll 0 0;
}
:root {
    --vh-orange: #ed6724;
    --vh-blue: #2ba8e0;
    --vh-dark: #111827;
    --vh-yellow: #fbd402;
    --vh-font-lato: "Lato", sans-serif;
    --vh-font-poppins: "Poppins", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body {
    font-family: "Playfair Display", "Georgia", serif;
    color: var(--dark);
    background: var(--white);
} */

/* about_us section */
.hero-header {
    position: relative;
    height: 70vh;
    min-height: 500px;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: end;
    overflow: hidden;
    z-index: -1;
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: url("../images/travel1.jpg") center/cover;
}

.elegant-shapes {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.elegant-shape {
    position: absolute;
    border: 5px solid var(--gold);
}

/* Shape 1 */
/* .shape-1 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 10%;
  right: 5%;
  border-radius: 50%;
  animation: rotate-1 30s linear infinite reverse;
}

Shape 2
.shape-2 {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 10%;
  left: 5%;
  animation: rotate-2 25s linear infinite reverse;
} */

/* Keyframes for shape-1: starting at 45deg */
@keyframes rotate-1 {
    from {
        transform: rotate(45deg);
    }
    to {
        transform: rotate(405deg);
    } /* 45 + 360 */
}

/* Keyframes for shape-2: starting at 45deg */
@keyframes rotate-2 {
    from {
        transform: rotate(45deg);
    }
    to {
        transform: rotate(405deg);
    } /* 45 + 360 */
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding: 0 20px;
    margin: 0 80px 0 0;
}

.hero-badge-wrapper {
    margin-bottom: 24px;
}

.hero-badge {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid var(--blue);
    color: var(--gold);
    font-family: "Lato", sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    animation: fadeIn 1s ease-out;
}

.hero-title {
    font-size: clamp(1.5rem, 4vw, 3.5rem);
    font-weight: 200;
    padding: 0 10px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    /* background-color:var(--white) ; */
    animation: fadeIn 1s ease-out 0.2s both;
}

.title-underline {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 0 auto 24px;
    animation: fadeIn 1s ease-out 0.4s both;
}

.hero-subtitle {
    font-family: "Lato", sans-serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.9;
    color: white;
    /* background-color:var(--gray) ; */
    animation: fadeIn 1s ease-out 0.6s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* About Section - Premium */
.about-section {
    padding: 120px 0;
    background: var(--white);
}

.image-gallery {
    position: relative;
}

.main-image-container {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.image-border-frame {
    position: absolute;
    inset: -12px;
    border: 1px solid var(--gold);
    z-index: -1;
    pointer-events: none;
}

.main-image {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-image-container:hover .main-image {
    filter: grayscale(0%);
    transform: scale(1.02);
}

.image-overlay-pattern {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        transparent 45%,
        rgba(251, 212, 2, 0.03) 50%,
        transparent 55%
    );
    pointer-events: none;
}

.experience-badge {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: var(--white);
    padding: 30px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    animation: slideUp 1s ease-out 0.8s both;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.badge-icon {
    width: 60px;
    height: 60px;
    background: var(--indigo);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.badge-icon i {
    font-size: 28px;
    color: var(--white);
}

.badge-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    background: var(--indigo);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 4px;
}

.badge-text {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: var(--gray);
    letter-spacing: 1px;
}

.stats-float {
    position: absolute;
    background: var(--white);
    padding: 20px 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.stats-float i {
    font-size: 32px;
    color: var(--indigo);
}

.stats-float strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--dark);
    line-height: 1;
    margin-bottom: 4px;
}

.stats-float span {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: var(--gray);
}

.float-1 {
    top: 50px;
    left: -40px;
}

.float-2 {
    bottom: 180px;
    left: -50px;
    animation-delay: 2s;
}

.content-area {
    padding-left: 40px;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}

.label-line {
    width: 40px;
    height: 1px;
    background: var(--gold);
}

.label-text {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dark);
    font-weight: 600;
}

.elegant-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 28px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.highlight-text {
    background: #5057ea;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.intro-text {
    font-family: "Lato", sans-serif;
    font-size: 1.15rem;
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.7;
    font-weight: 500;
}

.body-text {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.9;
    margin-bottom: 35px;
}

.features-list {
    margin-bottom: 40px;
}

.feature-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: var(--off-white);
    border-left: 2px solid var(--blue);
    transition: all 0.3s ease;
}

.feature-box:hover {
    background: var(--cream);
    transform: translateX(8px);
}

.feature-check {
    width: 26px;
    height: 26px;
    background: var(--indigo);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-check i {
    font-size: 11px;
    color: var(--white);
}

.feature-box span {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
}

.elegant-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 45px;
    background: linear-gradient(135deg, var(--gold), var(--indigo));
    color: var(--white);
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.elegant-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.6s;
}

.elegant-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(237, 103, 36, 0.4);
    color: var(--white);
}

.elegant-button:hover::before {
    left: 100%;
}

.elegant-button i {
    transition: transform 0.3s;
}

.elegant-button:hover i {
    transform: translateX(5px);
}

/* Mission & Vision - Luxury */
.mission-vision-section {
    padding: 100px 0;
    background: var(--cream);
}

.luxury-card {
    position: relative;
    padding: 60px 50px;
    background: var(--white);
    height: 100%;
    border: 1px solid var(--border-light);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.luxury-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), var(--orange));
    transform: scaleX(0);
    transition: transform 0.5s;
}

.luxury-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.luxury-card:hover::before {
    transform: scaleX(1);
}

.card-pattern {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(
        135deg,
        transparent 45%,
        rgba(251, 212, 2, 0.05) 50%,
        transparent 55%
    );
    pointer-events: none;
}

.icon-circle {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
    position: relative;
}

.icon-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid var(--gold);
    border-radius: 50%;
    animation: pulse-ring 2s ease-out infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.icon-inner {
    width: 100%;
    height: 100%;
    background: var(--indigo);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s;
}

.luxury-card:hover .icon-inner {
    transform: rotate(360deg);
}

.icon-inner i {
    font-size: 36px;
    color: var(--white);
}

.card-heading {
    font-size: 2rem;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.card-divider {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), var(--indigo));
    margin-bottom: 24px;
}

.card-text {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.9;
    color: var(--gray);
    margin: 0;
}

/* Premium Services Section */
.services-section {
    padding: 120px 0;
    background: var(--white);
}

.section-intro {
    text-align: center;
    margin-bottom: 70px;
}

.section-desc {
    font-family: "Lato", sans-serif;
    font-size: 1.1rem;
    color: var(--gray);
    margin-top: 16px;
}

.premium-service-card {
    position: relative;
    padding: 50px 35px;
    background: var(--white);
    border: 1px solid var(--border-light);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.premium-service-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, transparent, rgba(251, 212, 2, 0.05));
    transition: height 0.4s;
}

.premium-service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-color: var(--gold);
}

.premium-service-card:hover::after {
    height: 100%;
}

.service-number {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 4rem;
    font-weight: 300;
    color: var(--blue);
    opacity: 0.15;
    line-height: 1;
}

.service-icon-box {
    width: 70px;
    height: 70px;
    background: var(--indigo);
    border-radius: 50%;
    /* border: 1px solid var(--blue); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all 0.4s;
}

.premium-service-card:hover .service-icon-box {
    background: var(--blue);
    transform: scale(1.1);
}

.service-icon-box i {
    font-size: 36px;
    color: white;
    transition: color 0.4s;
}

.premium-service-card:hover .service-icon-box i {
    color: var(--white);
}

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.service-desc {
    font-family: "Lato", sans-serif;
    font-size: 0.95rem;
    color: var(--gray);
    line-height: 1.8;
    margin: 0;
}

/* Stats Banner - Elegant */
.stats-banner {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(
        135deg,
        rgba(251, 212, 2, 0.1),
        rgba(237, 103, 36, 0.1)
    );
    overflow: hidden !important;
}

.stats-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            45deg,
            transparent 48%,
            rgba(251, 212, 2, 0.03) 50%,
            transparent 52%
        ),
        linear-gradient(
            -45deg,
            transparent 48%,
            rgba(237, 103, 36, 0.03) 50%,
            transparent 52%
        );
    background-size: 60px 60px;
}

.stat-item {
    position: relative;
    text-align: center;
    padding: 20px;
}

.stat-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s;
}

.stat-item:hover .stat-icon-wrapper {
    transform: rotateY(360deg);
}

.stat-icon-wrapper i {
    font-size: 30px;
    background: var(--indigo);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-value {
    font-size: 4rem;
    font-weight: 300;
    color: var(--indigo);
    margin-bottom: 12px;
    line-height: 1;
}

.stat-title {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    color: var(--indigo);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}

.stat-decoration {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 20px auto 0;
    transition: width 0.4s;
}

.stat-item:hover .stat-decoration {
    width: 80px;
}

/* Values Section */
.values-section {
    padding: 120px 0;
    background: var(--cream);
}

.value-item {
    position: relative;
    padding: 50px 40px;
    background: var(--white);
    border: 1px solid var(--border-light);
    height: 100%;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--orange));
    transition: width 0.5s;
}

.value-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
}

.value-item:hover::before {
    width: 100%;
}

.value-icon-container {
    width: 100px;
    height: 100px;
    margin: 0 auto 28px;
    background: linear-gradient(
        135deg,
        rgba(251, 212, 2, 0.1),
        rgba(237, 103, 36, 0.1)
    );
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s;
}

.value-item:hover .value-icon-container {
    background: var(--blue);
    border-color: var(--orange);
    transform: scale(1.08);
}

.value-icon-container i {
    font-size: 42px;
    color: var(--indigo);
    transition: color 0.4s;
}

.value-item:hover .value-icon-container i {
    color: var(--white);
}

.value-heading {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.value-separator {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--orange));
    margin: 0 auto 22px;
    transition: width 0.4s;
}

.value-item:hover .value-separator {
    width: 70px;
}

.value-description {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.85;
    color: var(--gray);
    margin: 0;
}

/* CTA Section - Sophisticated */
.cta-section {
    position: relative;
    padding: 140px 0;
    background: var(--dark);
    overflow: hidden;
}

.cta-pattern-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(251, 212, 2, 0.08) 0%,
            transparent 50%
        ),
        radial-gradient(
            circle at 80% 70%,
            rgba(237, 103, 36, 0.08) 0%,
            transparent 50%
        );
}

.cta-box {
    position: relative;
    text-align: center;
    color: var(--white);
}

.cta-icon-ring {
    width: 120px;
    height: 120px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(251, 212, 2, 0.7);
    }
    50% {
        box-shadow: 0 0 0 30px rgba(251, 212, 2, 0);
    }
}

.cta-icon-ring i {
    font-size: 52px;
    color: var(--white);
}

.cta-heading {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 400;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.cta-subheading {
    font-family: "Lato", sans-serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 650px;
    margin: 0 auto 50px;
}

.cta-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.btn-elegant-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 50px;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    color: var(--white);
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.btn-elegant-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.6s;
}

.btn-elegant-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(251, 212, 2, 0.5);
    color: var(--white);
}

.btn-elegant-primary:hover::before {
    left: 100%;
}

.btn-elegant-primary i {
    transition: transform 0.3s;
}

.btn-elegant-primary:hover i {
    transform: translateX(5px);
}

.btn-elegant-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 50px;
    background: transparent;
    color: var(--white);
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid var(--gold);
    transition: all 0.4s ease;
}

.btn-elegant-secondary:hover {
    background: var(--gold);
    color: var(--dark);
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(251, 212, 2, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-header {
        height: 55vh;
        min-height: 450px;
    }

    .about-section,
    .mission-vision-section,
    .services-section,
    .stats-banner,
    .values-section,
    .cta-section {
        padding: 90px 0;
    }

    .content-area {
        padding-left: 0;
        margin-top: 50px;
    }

    .main-image {
        height: 450px;
    }

    .stats-float {
        display: none;
    }

    .image-border-frame {
        inset: -8px;
    }

    .feature-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-header {
        height: 50vh;
        min-height: 400px;
    }

    .elegant-title {
        font-size: 2rem;
    }

    .stat-value {
        font-size: 3rem;
    }

    .luxury-card,
    .premium-service-card,
    .value-item {
        padding: 40px 30px;
    }

    .cta-button-group {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-elegant-primary,
    .btn-elegant-secondary {
        justify-content: center;
    }

    .experience-badge {
        bottom: 20px;
        right: 20px;
        padding: 20px 25px;
    }

    .service-number {
        font-size: 3rem;
        top: 20px;
        right: 20px;
    }
}

/* Smooth Scroll Animations */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-up"] {
    transform: translateY(30px);
}

[data-aos="fade-right"] {
    transform: translateX(-30px);
}

[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}

[data-aos="fade-left"] {
    transform: translateX(30px);
}

[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
}

[data-aos="zoom-in"] {
    transform: scale(0.95);
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
}
/* Career styles */
.career-hero-header {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ed6724 0%, #fbd402 100%);
    overflow: hidden;
}
.career-overlay {
    position: absolute;
    inset: 0;
    background: url("../images/carrer.jpg") center/cover;
}

.hero-pretitle {
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 600;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: white;
    color: var(--blue);
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: var(--blue);
}

.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.float-item {
    position: absolute;
    color: rgba(255, 255, 255, 0.15);
    font-size: 3rem;
    animation: float 6s ease-in-out infinite;
}

.float-item.item-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.float-item.item-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.float-item.item-3 {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Culture Section */
.culture-showcase {
    padding: 6rem 0;
    background: #f8f9fa;
}

.content-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    color: rgb(255, 253, 253);
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.text-gradient {
    background: linear-gradient(135deg, var(--gold), var(--orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lead-text {
    font-size: 1.25rem;
    color: #333;
    margin: 1.5rem 0;
    font-weight: 500;
}

.culture-highlights {
    margin-top: 2rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #555;
}

.highlight-item i {
    color: var(--blue);
    font-size: 1.25rem;
}

.culture-visual {
    position: relative;
    display: grid;
    gap: 1.5rem;
    padding: 2rem;
}

.visual-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.visual-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.visual-card i {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #2baee2, #08acdf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.visual-card h4 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.visual-card p {
    color: #666;
    margin: 0;
}

/* Perks Section */
.perks-section {
    padding: 6rem 0;
    background: white;
}

.section-tag {
    display: inline-block;
    color: #f0f0f0;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.15rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.perk-card {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.perk-card:hover {
    background: white;
    border-color: #1e3c72;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(30, 60, 114, 0.2);
}

.perk-icon {
    width: 70px;
    height: 70px;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.perk-icon i {
    font-size: 1.75rem;
    color: white;
}

.perk-card h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.perk-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Positions Section */
.positions-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #f8f9fa 0%, white 100%);
}

.positions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.position-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.position-card:hover {
    border-color: #1e3c72;
    box-shadow: 0 15px 40px rgba(30, 60, 114, 0.2);
    transform: translateY(-8px);
}

.position-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.5rem;
}

.position-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
}

.position-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.position-meta span {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.position-badge {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.position-desc {
    color: #555;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.position-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.skill-tag {
    background: #f0f0f0;
    color: #1e3c72;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-apply {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-apply:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(30, 60, 114, 0.3);
    color: white;
}

/* Application Section */
.application-section {
    padding: 6rem 0;
    background: var(--cream);
}

.application-form-wrapper {
    background: white;
    padding: 3rem;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.form-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
}

.form-header p {
    font-size: 1.1rem;
    color: #666;
}

.career-form {
    width: 100%;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.required {
    color: #e74c3c;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(30, 60, 114, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.file-upload {
    position: relative;
}

.file-upload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    border: 2px dashed var(--blue);
    border-radius: 12px;
    background: #f0f4f8;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.file-label:hover {
    background: #e8eef3;
    border-color: var(--blue);
}

.file-label i {
    font-size: 2.5rem;
    color: var(--blue);
    margin-bottom: 1rem;
}

.file-label span {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.file-label small {
    color: #999;
    font-size: 0.85rem;
}

.btn-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    color: white;
    padding: 1.25rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(30, 60, 114, 0.4);
}

/* Team Stats Section */
.team-stats-section {
    padding: 5rem 0;
    background: white;
}

.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 1.75rem;
    color: white;
}

.stat-content {
    flex: 1;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    /* line-height: 1; */
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
    margin: 0.5rem 0 0 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .career-hero-header {
        min-height: 60vh;
    }

    .section-heading {
        font-size: 2rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .positions-grid {
        grid-template-columns: 1fr;
    }

    .culture-visual {
        margin-top: 3rem;
    }

    .stat-box {
        flex-direction: column;
        text-align: center;
    }

    .application-form-wrapper {
        padding: 2rem;
    }
}

/* Animation classes */
[data-aos] {
    opacity: 0;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"] {
    transform: translateY(30px);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

[data-aos="fade-right"] {
    transform: translateX(-30px);
}

[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}

[data-aos="fade-left"] {
    transform: translateX(30px);
}

[data-aos="fade-left"].aos-animate {
    transform: translateX(0);
}

[data-aos="zoom-in"] {
    transform: scale(0.9);
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
}
/* Visa Page Style */
/* Animated Header */
.uh-header {
    position: relative;
    height: 550px;
    background-image: url("/images/visa.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: headerZoom 5s ease-in-out infinite alternate;
}
@keyframes headerZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.uh-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://svgshare.com/i/13eJ.svg") repeat-x;
    background-size: 50% 100%;
    animation: uh-wave 30s linear infinite;
    opacity: 0.4;
}

@keyframes uh-wave {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.uh-header-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* moves content to the right */
    height: 100%;
    color: white;
    text-align: right; /* align text to the right */
    gap: 50px;
}

.uh-country-flag {
    font-size: 90px;
    width: 130px;
    height: 130px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #ed7014;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: uh-glow 3s infinite alternate;
}

@keyframes uh-glow {
    from {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    }
    to {
        box-shadow: 0 0 40px rgba(251, 212, 2, 0.6);
    }
}

.uh-header-text h1 {
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px 15px rgba(0,0,0,0.3); */
    /* animation: glowText 2s infinite alternate; */
}

@keyframes glowText {
    0% {
        text-shadow:
            2px 2px 15px rgba(0, 0, 0, 0.3),
            0 0 5px rgba(251, 212, 2, 0.5);
    }
    100% {
        text-shadow:
            4px 4px 25px rgba(0, 0, 0, 0.5),
            0 0 20px rgba(255, 165, 0, 0.7);
    }
}

.uh-header-text p {
    font-size: 1.3rem;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    color: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
    letter-spacing: 1px;
}

/* Container */
.uh-container {
    max-width: 1200px;
    margin: 0px auto 60px;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

.uh-stats-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
    margin: 40px 0;
}

.uh-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 20px;
}

.uh-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f9f9f9;
    padding: 15px 18px;
    border-radius: 10px;
    transition: 0.3s;
}

.uh-stat-item:hover {
    background: #fff7dc;
    transform: translateY(-3px);
}

.uh-stat-icon {
    font-size: 1.5rem;
    color: #ed7014;
}

.uh-stat-label {
    font-size: 0.9rem;
    color: #777;
}

.uh-stat-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.uh-guarantee-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff4d1;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 500;
    color: #333;
}

.uh-guarantee-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.uh-guarantee-icon {
    color: #ed7014;
    font-size: 1.2rem;
}

/* Main Content */
.uh-content-wrapper {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 30px;
    margin-top: 40px;
}

.uh-sidebar {
    order: 1;
    position: sticky;
    top: 100px;
    height: fit-content;
}

.uh-main-content {
    order: 2;
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.uh-section-heading {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.uh-section-subheading {
    color: #777;
    margin-bottom: 30px;
}

/* Documents */
.uh-doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.uh-doc-card {
    border: 2px solid transparent;
    background: #f9f9f9;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s;
}

.uh-doc-card:hover {
    border: 2px solid #2ba8e0;
    transform: translateY(-5px);
    background: white;
    box-shadow: 0 8px 25px rgba(43, 168, 224, 0.15);
}

.uh-doc-icon {
    width: 50px;
    height: 50px;
    background: #2ba8e0;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/* Steps Timeline */
.uh-apply-process {
    padding: 50px 20px;
}

.uh-apply-process h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-left: 10px;
    color: #1a1a1a;
}

.uh-apply-process h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 25px;
    background-color: var(--blue);
    border-radius: 2px;
}

.uh-timeline {
    position: relative;
    margin-left: 25px;
    padding-left: 25px;
}

.uh-timeline::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 6px;
    width: 2px;
    height: calc(100% - 25px);
    background-color: #d0d7de;
}

.uh-timeline-item {
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    animation: uh-fadeUp 0.6s ease forwards;
}

.uh-timeline-item:nth-child(1) {
    animation-delay: 0s;
}
.uh-timeline-item:nth-child(2) {
    animation-delay: 0.2s;
}
.uh-timeline-item:nth-child(3) {
    animation-delay: 0.4s;
}
.uh-timeline-item:nth-child(4) {
    animation-delay: 0.6s;
}

.uh-timeline-dot {
    position: absolute;
    left: -25px;
    top: 11px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 3px solid #2ba8e0;
    border-radius: 50%;
    z-index: 1;
}

.uh-timeline-content {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease;
}

.uh-timeline-content:hover {
    transform: translateY(-3px);
}

.uh-timeline-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #2ba8e0;
    margin-bottom: 6px;
}

.uh-timeline-content p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

@keyframes uh-fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ */
.uh-faq-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    cursor: pointer;
    transition: 0.3s;
}

.uh-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.uh-faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #777;
    font-size: 0.95rem;
    transition:
        max-height 0.4s ease,
        opacity 0.4s ease;
    opacity: 0;
}

.uh-faq-item.active .uh-faq-answer {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

.uh-faq-toggle {
    font-size: 1.3rem;
    color: #777;
    transition: transform 0.3s;
}

.uh-faq-item.active .uh-faq-toggle {
    transform: rotate(45deg);
    color: #ed7014;
}

/* Sidebar Cards */
.uh-price-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 25px;
}

.uh-price {
    font-size: 3rem;
    font-weight: 800;
    color: #333;
    background: linear-gradient(45deg, #2ba8e0, #ed7014);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uh-apply-button {
    width: 100%;
    background: linear-gradient(135deg, #fbd402, #ed7014);
    color: #1a1a1a;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(237, 103, 36, 0.3);
}

.uh-apply-button:hover {
    transform: scale(1.05);
    color: white;
}

.uh-help-card {
    background: #e09d0036;
    border-radius: 20px;
    padding: 30px;
    color: white;
    text-align: center;
}

.uh-help-button {
    background: white;
    color: #1a1a1a;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s;
}

.uh-help-button:hover {
    transform: scale(1.1);
    background: #fbd402;
}

/* Floating Apply Button */
.uh-floating-apply {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(135deg, #fbd402, #ed7014);
    color: #1a1a1a;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 5px 20px rgba(237, 103, 36, 0.4);
    transition: all 0.3s;
}

.uh-floating-apply:hover {
    transform: scale(1.08);
    color: white;
}

/* Form Card */
.uh-apply-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #fbd402;
    margin-bottom: 25px;
}

.uh-apply-form-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.uh-visa-apply-form .uh-form-group {
    margin-bottom: 15px;
}

.uh-visa-apply-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.uh-visa-apply-form input,
.uh-visa-apply-form select,
.uh-visa-apply-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s ease;
}

.uh-visa-apply-form input:focus,
.uh-visa-apply-form select:focus,
.uh-visa-apply-form textarea:focus {
    border-color: #fbd402;
    outline: none;
}

.uh-submit-button {
    background: linear-gradient(135deg, #fbd402, #edb200);
    color: #000;
    font-weight: 600;
    border: none;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.uh-submit-button:hover {
    background: linear-gradient(135deg, #edb200, #fbd402);
}

/* Responsive */
@media (max-width: 1024px) {
    .uh-content-wrapper {
        grid-template-columns: 1fr;
    }
    .uh-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .uh-header-content {
        flex-direction: column;
        text-align: center;
    }
    .uh-header-text h1 {
        font-size: 2.2rem;
    }
    .uh-country-flag {
        width: 100px;
        height: 100px;
        font-size: 70px;
    }
}
/*Contact Us Page */
/* Add a dark overlay to improve text readability */
.contact-hero {
    position: relative;
    background-image: url("passport.jpg");
    background-size: cover;
    background-position: center;
}

.contact-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
}

.contact-text {
    position: relative;
    z-index: 1;
    color: #fc951f !important; /* White text instead of orange */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-weight: 600;
    letter-spacing: 3px;
    margin-left: -20px !important;
}
.bg-breadcrumb {
    background: url(../images/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
    padding: 100px 0 100px 0;
}
/*** Single Page Hero Header End ***/
#myCarousel .container {
    max-width: 1430px;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: 550px;
}
#myCarousel {
    position: relative;
    z-index: -1;
    background: url(../images/150.jpg) center center no-repeat;
    background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #f47735;
}
.carousel-item img {
    width: 650px !important;
    height: 550px;
}

.carousel-caption h1 {
    width: 50%;
    position: relative;
    right: -500px;
    top: -200px;
    font-size: 40px;
    font-family: Lato;
}
.carousel-caption p {
    width: 50%;
    position: relative;
    right: -500px;
    top: -200px;
}
.carousel-indicators .dotbox {
    background-color: #f47735;
    height: 20px;
    width: 20px;
}

/* Tablets */
@media (max-width: 992px) {
    .kb-carousel .carousel-item img {
        height: 80vh;
    }
    .kb-caption h1 {
        font-size: 2.2rem;
    }
    .kb-caption h3 {
        font-size: 1.1rem;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .kb-carousel .carousel-item img {
        height: 70vh;
    }
    .kb-caption {
        width: 85%;
        padding: 1rem;
        background: rgba(0, 0, 0, 0.5);
    }
    .kb-caption h1 {
        font-size: 1.6rem;
    }
    .kb-caption h3 {
        font-size: 1rem;
    }
    .kb-control-prev,
    .kb-control-next {
        width: 2.5rem;
        height: 2.5rem;
    }
    .kb-control-prev-icon,
    .kb-control-next-icon {
        padding: 0.8rem;
    }
}

/* Extra Small Phones */
@media (max-width: 480px) {
    .kb-carousel .carousel-item img {
        height: 60vh;
    }
    .kb-caption {
        width: 90%;
        padding: 0.8rem;
    }
    .kb-caption h1 {
        font-size: 1.3rem;
    }
    .kb-caption h3 {
        font-size: 0.9rem;
    }
}
/*** Carousel Hero Header End ***/

/*** Counter Facts Start ***/
.counter-facts {
    background:
        linear-gradient(rgba(255, 255, 255, 0.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: var(--bs-primary);
    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, 0.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, 0.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;
}
/*** 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;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(122, 138, 158);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    appearance: none;
    padding: 0.375rem 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(206, 212, 218);
    border-image: initial;
    border-radius: 10px;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.form-floating > label {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    pointer-events: none;
    transform-origin: 0px 0px;
    padding: 1rem 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-image: initial;
    transition:
        opacity 0.1s ease-in-out,
        transform 0.1s ease-in-out;
}
/* Contact End ***/
/* Student Page Style */

/* General */
.student-visa-page {
    font-family: "Poppins", sans-serif;
    color: var(--dark);
    overflow-x: hidden;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 15px;
}
p {
    margin-bottom: 15px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.primary-btn {
    background: var(--blue);
    color: #fff;
}
.primary-btn:hover {
    background: var(--orange);
    transform: translateY(-2px);
}
.outline-btn {
    border: 2px solid var(--blue);
    color: var(--blue);
    background: transparent;
}
.outline-btn:hover {
    background: var(--blue);
    color: #fff;
}

/* Hero Section */
.hero-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #fff8e5, #ffffff);
    overflow: hidden;
}

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.hero-content .text {
    flex: 1;
    min-width: 300px;
}

.hero-content .image {
    flex: 1;
    min-width: 300px;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #ed6724;
    animation: slideUp 1s ease forwards;
}

.hero-desc {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #444;
    animation: fadeIn 1.5s ease forwards;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-buttons a {
    transform: translateY(0);
    transition: all 0.3s ease;
}

.hero-buttons a:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Hero Image */
.hero-content .image img {
    width: 100%;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: float-vertical 6s ease-in-out infinite;
}

/* Background Shapes - FIXED */
.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.hero-bg-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: floatShapes 20s linear infinite;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
    background: #fbd402;
}

.shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: -50px;
    background: #2ba8e0;
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    background: #ed6724;
    transform: translate(-50%, -50%);
}

/* Animations */
@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes floatShapes {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(45deg);
    }
    100% {
        transform: translateY(0px) rotate(360deg);
    }
}

/* Process Section */
.process-section {
    background: var(--light-bg);
    padding: 70px 0;
}

.process-section .section-title {
    text-align: center;
    color: var(--orange);
    margin-bottom: 15px;
    font-size: 2rem;
}

.process-section .section-description {
    text-align: center;
    margin-bottom: 50px;
    color: #555;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.step {
    background: var(--light-card);
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.step:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.step .icon {
    font-size: 40px;
    color: var(--blue);
    margin-bottom: 15px;
}

.step h4 {
    color: var(--orange);
    margin-bottom: 10px;
}

.step p {
    color: #555;
    font-size: 0.95rem;
}

.step small {
    color: #888;
    display: block;
    margin-top: 10px;
}

/* Eligibility Section */
.eligibility-section {
    padding: 70px 0;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.info-box {
    background: var(--light-card);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-top: 5px solid var(--gold);
}

.info-box h3 {
    color: var(--orange);
    margin-bottom: 15px;
}

.info-box ul {
    padding-left: 20px;
}

.info-box li {
    margin-bottom: 10px;
}

/* Testimonials */
.testimonials-section {
    padding: 70px 0;
    background: #fff8f2;
}

.testimonials-section .section-title {
    text-align: center;
    color: var(--orange);
    margin-bottom: 50px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.testimonial {
    background: var(--light-card);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    font-style: italic;
    position: relative;
}

.testimonial h5 {
    text-align: right;
    margin-top: 15px;
    font-weight: 600;
    color: var(--blue);
}

/* Apply Section */
.apply-section {
    background: var(--light-bg);
    padding: 70px 0;
}

.apply-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.form-box,
.contact-box {
    background: var(--light-card);
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    transition: transform 0.3s ease;
}

.form-box:hover,
.contact-box:hover {
    transform: translateY(-5px);
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    font-size: 15px;
    transition: border-color 0.3s ease;
    width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--blue);
    outline: none;
}

/* Multi-Step Form */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.next-btn,
.prev-btn {
    margin-top: 15px;
}

.prev-btn {
    background: #eee;
    color: var(--dark);
}

.prev-btn:hover {
    background: var(--gold);
    color: #fff;
}

/* Contact Box */
.contact-box h4 {
    color: var(--orange);
    margin-bottom: 15px;
}

.contact-box a {
    color: var(--blue);
    text-decoration: none;
    transition: 0.3s;
}

.contact-box a:hover {
    color: var(--orange);
}

/* Icons */
.fas {
    margin-right: 8px;
    /* color: var(--blue);  */
}

/* Responsive */
@media (max-width: 768px) {
    .apply-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        flex-direction: column;
    }

    .hero-content {
        text-align: center;
    }

    .hero-content .image img {
        margin: 0 auto;
    }
}
/* End Student Page Style */
/* Tour Page Style */
.tourist-visa-page {
    font-family: "Poppins", sans-serif;
    color: var(--dark);
}

.hero-section {
    padding: 80px 0;
    background: #f9fafb;
    text-align: center;
}

.hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.hero-image {
    max-width: 450px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    animation: float-vertical 6s ease-in-out infinite;
}

.hero-text h1 {
    font-size: 2.5rem;
    color: var(--orange);
    margin-bottom: 15px;
}

.hero-text p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 20px;
    max-width: 500px;
}

.hero-btn {
    background: var(--blue);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    transition: 0.3s;
}

.hero-btn:hover {
    background: var(--orange);
    transform: translateY(-2px);
}
@keyframes float-vertical {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    } /* adjust -15px to increase/decrease movement */
}

@media (min-width: 768px) {
    .hero-box {
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }
    .hero-text {
        max-width: 500px;
        margin-left: 40px;
    }
}

/* .hero-content h1 { font-size: 3rem; margin-bottom:15px; color: var(--gold); } */
/* .hero-content p { font-size:1.2rem; margin-bottom:25px; color:#fff; } */
.hero-btn {
    background: var(--orange);
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}
.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.scroll-down i {
    font-size: 2rem;
    color: #fff;
    animation: bounce 2s infinite;
    margin-top: 20px;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Floating Shapes */
.hero-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 8s infinite alternate;
}
.shape1 {
    width: 120px;
    height: 120px;
    background: var(--gold);
    top: 10%;
    left: 15%;
    animation-delay: 0s;
}
.shape2 {
    width: 200px;
    height: 200px;
    background: var(--blue);
    bottom: 20%;
    right: 10%;
    animation-delay: 2s;
}
.shape3 {
    width: 80px;
    height: 80px;
    background: var(--orange);
    top: 40%;
    right: 30%;
    animation-delay: 4s;
}
@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(360deg);
    }
}

/* Features */
.why-choose {
    padding: 70px 0;
    text-align: center;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.feature {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    cursor: pointer;
}
.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.feature i {
    font-size: 40px;
    color: var(--blue);
    margin-bottom: 15px;
}
.feature h4 {
    margin-bottom: 10px;
    color: var(--orange);
}

/* Timeline Steps */
.visa-steps {
    background: var(--light-bg);
    padding: 70px 0;
}
.timeline {
    position: relative;
    max-width: 900px;
    margin: 50px auto 0;
}
.timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background: var(--gold);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
}
.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}
.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}
.timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-top: 5px solid var(--orange);
    display: inline-block;
}
.step-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 10px;
}

/* Requirements */
.requirements {
    padding: 70px 0;
}
.req-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.req-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    border-top: 5px solid var(--blue);
    transition: 0.3s;
}
.req-box:hover {
    transform: translateY(-5px);
}

/* Form Section */
.apply-section {
    background: var(--light-bg);
    padding: 70px 0;
    text-align: center;
}
.apply-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}
@media (max-width: 768px) {
    .apply-grid {
        grid-template-columns: 1fr;
    }
}
.form-box,
.contact-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
.form-row {
    display: flex;
    gap: 15px;
}
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--blue);
}
.submit-btn {
    background: linear-gradient(45deg, var(--gold), var(--orange));
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}
.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.contact-box h4 {
    color: var(--orange);
    margin-bottom: 10px;
}
.contact-box a {
    color: var(--blue);
    text-decoration: none;
}
.card-group {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    transition: 0.3s;
}
.card-group:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.form-group h4 {
    color: var(--orange);
    margin-bottom: 15px;
    font-weight: 600;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-field {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    transition: all 0.3s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 8px rgba(43, 168, 224, 0.3);
    outline: none;
}

.form-field small {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    color: #fff;
    padding: 15px 0;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: all 0.3s;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.contact-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.contact-box h4 {
    color: var(--orange);
}
.contact-box a {
    color: var(--blue);
    text-decoration: none;
    transition: 0.3s;
}
.contact-box a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}
/* End Tour Page Style */
/* Start Business Page Style */
/* Hero Section */
.hero {
    /* margin-top: 80px; */
    padding: 30px 0 10px;
    background: linear-gradient(135deg, #e0f2fe 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.badge {
    display: inline-block;
    background: var(--gold);
    color: var(--dark);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    /* color: var(--dark); */
}

.gradient-text {
    background: linear-gradient(135deg, var(--gold), var(--orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text p {
    font-size: 1.2rem;
    color: var(--gray);
    margin-bottom: 30px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin: 40px 0;
}

.stat-item h3 {
    font-size: 2.5rem;
    color: var(--blue);
}

.stat-item p {
    color: var(--gray);
    font-size: 14px;
}

.hero-actions {
    display: flex;
    gap: 15px;
}

.btn {
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(43, 168, 224, 0.3);
}

.btn-secondary {
    background: var(--white);
    color: var(--blue);
    border: 2px solid var(--blue);
}

.btn-secondary:hover {
    background: var(--blue);
    color: var(--white);
}

/* Card Stack Animation */
.hero-visual {
    position: relative;
    height: 500px;
}

.card-stack {
    position: relative;
    height: 100%;
}

.visa-card {
    position: absolute;
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    width: 280px;
    transition: transform 0.3s;
}

.visa-card:hover {
    transform: translateY(-10px) !important;
}

.card-1 {
    top: 50px;
    left: 0;
    background: linear-gradient(135deg, var(--blue), #5cb3e0);
    color: var(--white);
    transform: rotate(-5deg);
}

.card-2 {
    top: 150px;
    left: 100px;
    background: linear-gradient(135deg, var(--orange), #ff8a50);
    color: var(--white);
    transform: rotate(5deg);
}

.card-3 {
    top: 250px;
    left: 20px;
    background: linear-gradient(135deg, var(--gold), #fce055);
    color: var(--dark);
    transform: rotate(-3deg);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.card-header i {
    font-size: 24px;
}

.card-body h4 {
    font-size: 2rem;
    margin-top: 5px;
}

.wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
    fill: var(--white);
}

/* Services Section */
.services {
    padding: 50px 0;
    background: var(--white);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--orange);
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--gray);
}

.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: -30px;
}

.service-box {
    background: var(--light);
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.service-box:hover {
    border-color: var(--blue);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 168, 224, 0.2);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: var(--blue);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-wrapper i {
    font-size: 36px;
    color: var(--white);
}

.service-box h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--dark);
}

.service-box p {
    color: var(--gray);
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    padding: 8px 0;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-list i {
    color: var(--blue);
}

/* Process Section */
.process {
    /* padding: 100px 0; */
    background: var(--light);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.process-step {
    text-align: center;
    position: relative;
}

.step-number {
    font-size: 4rem;
    font-weight: 700;
    color: var(--blue);
    opacity: 0.2;
    margin-bottom: -20px;
}

.step-icon {
    width: 100px;
    height: 100px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-icon i {
    font-size: 40px;
    color: var(--orange);
}

.process-step h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--dark);
}

.process-step p {
    color: var(--gray);
    font-size: 0.95rem;
}

/* FAQ Section */
.faq {
    padding: 100px 0;
    background: var(--white);
}

.faq-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.faq-left h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--dark);
}

.faq-left p {
    color: var(--gray);
    margin-bottom: 40px;
}

.faq-contact {
    display: flex;
    gap: 20px;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    padding: 30px;
    border-radius: 15px;
    color: var(--white);
}

.faq-contact i {
    font-size: 40px;
}

.faq-contact h4 {
    margin-bottom: 5px;
}

.faq-contact a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
}

.accordion-item {
    background: var(--light);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.accordion-header {
    width: 100%;
    padding: 20px 25px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark);
    transition: all 0.3s;
}

.accordion-header:hover {
    color: var(--blue);
}

.accordion-header i {
    transition: transform 0.3s;
}

.accordion-item.active .accordion-header i {
    transform: rotate(180deg);
    color: var(--blue);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: var(--white);
    padding: 0 25px;
    transition: all 0.3s ease;
}

.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 20px 25px;
}

.accordion-content p {
    color: var(--gray);
    font-size: 0.95rem;
}

/* Application Section */
.application {
    /* padding: 100px 0; */
    background: var(--light);
}

.app-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

.app-info h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--dark);
}

.app-info > p {
    color: var(--gray);
    margin-bottom: 30px;
}

.info-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--white);
    padding: 20px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.info-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(43, 168, 224, 0.15);
}

.info-card i {
    font-size: 32px;
    color: var(--blue);
}

.info-card h4 {
    font-size: 1.2rem;
    color: var(--dark);
}

.info-card p {
    color: var(--gray);
    font-size: 0.95rem;
}

/* Form Section */
.app-form {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.form-field.full-width {
    grid-column: span 2;
}

.form-field label {
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    transition: all 0.3s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(43, 168, 224, 0.1);
}

.file-upload {
    border: 2px dashed #e0e0e0;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.file-upload:hover {
    border-color: var(--blue);
    background: rgba(43, 168, 224, 0.05);
}

.file-upload i {
    font-size: 48px;
    color: var(--blue);
    margin-bottom: 10px;
}

.file-upload p {
    color: var(--gray);
}

.file-upload input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-visual {
        display: none;
    }

    .services-container {
        grid-template-columns: 1fr 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-wrapper {
        grid-template-columns: 1fr;
    }

    .app-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 2.2rem;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .services-container {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .btn {
        padding: 12px 25px;
    }

    .stat-item h3 {
        font-size: 2rem;
    }

    .card-stack {
        transform: scale(0.8);
    }
}
/* End Business Page Style */
/* Start Group visa Page Style */

/* Hero Section */
.gv-hero-section {
    background: var(--cream);
    padding: 30px 0 20px;
    position: relative;
    overflow: hidden;
}

.gv-hero-section::before {
    content: "";
    position: absolute;
    /* top: -50%; */
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(
        circle,
        rgba(251, 212, 2, 0.15) 0%,
        transparent 70%
    );
    animation: gv-float 20s infinite ease-in-out;
}

.gv-hero-section::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(
        circle,
        rgba(237, 103, 36, 0.15) 0%,
        transparent 70%
    );
    animation: gv-float 15s infinite ease-in-out reverse;
}

@keyframes gv-float {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(50px, 50px) rotate(90deg);
    }
    50% {
        transform: translate(0, 100px) rotate(180deg);
    }
    75% {
        transform: translate(-50px, 50px) rotate(270deg);
    }
}

.gv-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.gv-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--gold);
    border-radius: 50%;
    opacity: 0.6;
    animation: gv-rise 10s infinite ease-in;
}

.gv-particle:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
    animation-duration: 12s;
}
.gv-particle:nth-child(2) {
    left: 20%;
    animation-delay: 2s;
    animation-duration: 10s;
}
.gv-particle:nth-child(3) {
    left: 30%;
    animation-delay: 4s;
    animation-duration: 14s;
}
.gv-particle:nth-child(4) {
    left: 40%;
    animation-delay: 1s;
    animation-duration: 11s;
}
.gv-particle:nth-child(5) {
    left: 50%;
    animation-delay: 3s;
    animation-duration: 13s;
}
.gv-particle:nth-child(6) {
    left: 60%;
    animation-delay: 5s;
    animation-duration: 9s;
}
.gv-particle:nth-child(7) {
    left: 70%;
    animation-delay: 2.5s;
    animation-duration: 15s;
}
.gv-particle:nth-child(8) {
    left: 80%;
    animation-delay: 4.5s;
    animation-duration: 10s;
}
.gv-particle:nth-child(9) {
    left: 90%;
    animation-delay: 1.5s;
    animation-duration: 12s;
}

@keyframes gv-rise {
    0% {
        bottom: -10%;
        opacity: 0;
        transform: translateX(0) scale(1);
    }
    25% {
        opacity: 0.6;
        transform: translateX(20px) scale(1.2);
    }
    50% {
        opacity: 0.8;
        transform: translateX(-20px) scale(1);
    }
    75% {
        opacity: 0.4;
        transform: translateX(10px) scale(0.8);
    }
    100% {
        bottom: 110%;
        opacity: 0;
        transform: translateX(0) scale(0.5);
    }
}

.gv-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.gv-hero-text h1 {
    font-size: 3.5rem;
    font-weight: 00;
    color: black;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
    opacity: 0;
    animation: gv-slideInLeft 1s ease forwards;
}

@keyframes gv-slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
}

.gv-hero-text h1 .gv-highlight {
    color: linear-gradient(135deg, var(--gold), var(--orange));
    display: inline-block;
    animation: gv-glow 2s infinite alternate;
}

@keyframes gv-glow {
    from {
        text-shadow: 0 0 10px rgba(251, 212, 2, 0.5);
    }
    to {
        text-shadow:
            0 0 20px rgba(251, 212, 2, 0.8),
            0 0 30px rgba(251, 212, 2, 0.6);
    }
}

.gv-hero-text p {
    font-size: 1.2rem;
    /* color: rgba(255,255,255,0.9); */
    margin-bottom: 35px;
    line-height: 1.8;
    opacity: 0;
    animation: gv-slideInLeft 1s ease 0.3s forwards;
}

.gv-cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    opacity: 0;
    animation: gv-slideInLeft 1s ease 0.6s forwards;
}

.gv-btn-primary {
    background: var(--gold);
    color: var(--dark);
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.gv-btn-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition:
        width 0.6s,
        height 0.6s;
}

.gv-btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.gv-btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(251, 212, 2, 0.4);
}

.gv-btn-secondary {
    background: transparent;
    color: var(--blue);
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 2px solid var(--blue);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.gv-btn-secondary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--blue);
    transition: left 0.4s ease;
    z-index: -1;
}

.gv-btn-secondary:hover::before {
    left: 0;
}

.gv-btn-secondary:hover {
    color: var(--gv-navy);
    transform: translateY(-3px);
}

.gv-hero-image {
    position: relative;
    z-index: 2;
}

.gv-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    animation: gv-floatImage 6s ease-in-out infinite;
}

@keyframes gv-floatImage {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.gv-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.gv-stat-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    cursor: pointer;
}

.gv-stat-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px) scale(1.05);
    border-color: var(--gold);
}

.gv-stat-card .gv-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--gold);
    display: block;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.gv-stat-card:hover .gv-number {
    transform: scale(1.2);
}

.gv-stat-card .gv-label {
    color: var(--dark);
    font-size: 0.95rem;
    font-weight: 500;
}

/* Trust Section */
.gv-trust-section {
    background: linear-gradient(135deg, #fff4d1, white);
    padding: 60px 0;
    /* border-bottom: 1px solid var(--gray); */
}

.gv-trust-badges {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.gv-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--blue);
    transition: all 0.4s ease;
    cursor: pointer;
}

.gv-badge:hover {
    transform: translateY(-5px);
}

.gv-badge i {
    font-size: 2rem;
    color: var(--orange);
    transition: all 0.4s ease;
}

.gv-badge:hover i {
    transform: rotate(360deg) scale(1.2);
    color: var(--gold);
}

.gv-badge-text .gv-title {
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    transition: color 0.3s ease;
}

.gv-badge:hover .gv-badge-text .gv-title {
    color: var(--orange);
}

.gv-badge-text .gv-subtitle {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Services Section */
.gv-services-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff, white);
    position: relative;
    overflow: hidden;
}

.gv-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.gv-section-header .gv-subtitle {
    background-color: linear-gradient(135deg, var(--gold), var(--orange));
    color: var(--orange);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.gv-section-header h2 {
    font-size: 2.8rem;
    color: var(--orange);
    margin-bottom: 20px;
    font-weight: 800;
}

.gv-section-header p {
    color: var(--text-light);
    font-size: 1.1rem;
}

.gv-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 0% 180px;
}

.gv-service-card {
    position: relative;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.gv-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.gv-service-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(15, 15, 30, 0.3) 0%,
        rgba(15, 15, 30, 0.7) 50%
    );
    z-index: 2;
    transition: all 0.5s ease;
}

.gv-service-card:nth-child(1)::before {
    background-image: url("/images/services/corporate.jpg");
}

.gv-service-card:nth-child(2)::before {
    background-image: url("/images/services/group.jpg");
}

.gv-service-card:nth-child(3)::before {
    background-image: url("/images/services/educational.jpg");
}

.gv-service-card:nth-child(4)::before {
    background-image: url("/images/services/religious.jpg");
}

.gv-service-card:nth-child(5)::before {
    background-image: url("/images/services/sports.jpg");
}

.gv-service-card:nth-child(6)::before {
    background-image: url("/images/services/exhibition.jpg");
}

.gv-service-card:hover {
    transform: translateY(-10px);
    border-color: rgba(139, 92, 246, 0.5);
    box-shadow: 0 20px 60px rgba(139, 92, 246, 0.3);
}

.gv-service-card:hover::before {
    transform: scale(1.1);
}

.gv-service-card:hover::after {
    background: linear-gradient(
        to bottom,
        rgba(15, 15, 30, 0.2) 0%,
        rgba(15, 15, 30, 0.6) 50%,
        rgba(247, 166, 90, 0.9) 100%
    );
}

.gv-service-icon {
    position: relative;
    z-index: 3;
    width: 50px;
    height: 50px;
    background: var(--blue);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 30px 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.gv-service-icon i {
    font-size: 30px;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: unset;
}

.gv-service-card h3 {
    position: relative;
    z-index: 3;
    font-size: 28px;
    font-weight: 700;
    margin: 0 40px 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.gv-service-card:hover h3 {
    color: #fff;
    text-shadow: 0 0 20px rgba(167, 139, 250, 0.5);
}

.gv-service-card p {
    position: relative;
    z-index: 3;
    margin: 0 40px 30px;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.3s ease;
}

.gv-service-card:hover p {
    color: #e2e8f0;
}

.gv-learn-more {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.gv-learn-more i {
    transition: transform 0.3s ease;
}

.gv-service-card:hover .gv-learn-more {
    color: #fff;
    gap: 15px;
}

.gv-service-card:hover .gv-learn-more i {
    transform: translateX(5px);
}

@media (max-width: 1200px) {
    .gv-services-grid {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    }
}

@media (max-width: 768px) {
    .gv-section-header h2 {
        font-size: 36px;
    }

    .gv-services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gv-service-card {
        height: 380px;
    }

    .gv-service-card h3 {
        font-size: 24px;
    }
}
/* Process Section */
.gv-process-section {
    /* padding: 100px 0; */
    background: var(--gv-white);
}

.gv-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    position: relative;
    padding: 10px 0 80px;
}

.gv-process-step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.gv-step-number {
    width: 70px;
    height: 70px;
    background: var(--white);
    border: 4px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--orange);
    margin: 0 auto 25px;
    transition: all 0.5s ease;
}

.gv-process-step:hover .gv-step-number {
    background: var(--orange);
    color: var(--white);
    transform: scale(1.2) rotate(360deg);
}

.gv-process-step h4 {
    font-size: 1.2rem;
    color: var(--blue);
    margin-bottom: 12px;
    font-weight: 700;
}

.gv-process-step p {
    color: gray;
    font-size: 0.95rem;
}

/* Benefits Section */
.gv-benefits-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(247, 243, 232), white);
    color: var(--gv-white);
}

/* .gv-benefits-section .gv-section-header h2 {
  color: var(--gv-white);
} */

.gv-benefits-section .gv-section-header p {
    color: var(--blue);
}

.gv-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 0% 180px;
}

.gv-benefit-item {
    display: flex;
    gap: 25px;
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 12px;
    border: 1px solid var(--blue);
    transition: all 0.5s ease;
}

.gv-benefit-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    border-color: var(--gold);
}

.gv-benefit-icon {
    width: 60px;
    height: 60px;
    background: var(--blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.gv-benefit-item:hover .gv-benefit-icon {
    transform: rotate(360deg) scale(1.1);
}

.gv-benefit-icon i {
    font-size: 1.8rem;
    color: var(--white);
}

.gv-benefit-content h4 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--gv-white);
    font-weight: 700;
}

.gv-benefit-content p {
    /* color: rgba(255,255,255,0.8); */
    line-height: 1.7;
}

/* Application Section */
.gv-application-section {
    padding: 100px 0;
    background: var(--gv-light-gray);
}

.gv-application-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    margin-top: 60px;
    padding: 0% 250px;
}

.gv-form-container {
    background: var(--white);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.gv-form-container h3 {
    font-size: 1.8rem;
    color: var(--blue);
    margin-bottom: 30px;
    font-weight: 700;
}

.gv-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.gv-form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gv-form-field.gv-full-width {
    grid-column: 1 / -1;
}

.gv-form-field label {
    font-weight: 600;
    color: var(--dark);
    font-size: 0.95rem;
}

.gv-form-field input,
.gv-form-field select,
.gv-form-field textarea {
    padding: 14px 18px;
    border: 2px solid #dfe6e9;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

.gv-form-field input:focus,
.gv-form-field select:focus,
.gv-form-field textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(43, 168, 224, 0.1);
}

.gv-submit-button {
    width: 100%;
    margin-top: 10px;
}

.gv-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gv-info-box {
    background: var(--white);
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.gv-info-box h4 {
    font-size: 1.3rem;
    color: var(--blue);
    margin-bottom: 20px;
    font-weight: 700;
}

.gv-info-box ul {
    list-style: none;
    padding: 0;
}

.gv-info-box li {
    padding: 12px 0;
    border-bottom: 1px solid var(--gray);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    color: var(--dark);
}

.gv-info-box li:hover {
    padding-left: 10px;
    color: var(--orange);
}

.gv-info-box li i {
    color: var(--orange);
    font-size: 1.1rem;
}

.gv-contact-info {
    background: linear-gradient(135deg, #fffffe, #fafafa);
    color: var(--white);
}

.gv-contact-info h4 {
    color: var(--blue);
}

@media (max-width: 768px) {
    .gv-hero-grid,
    .gv-application-layout,
    .gv-benefits-grid {
        grid-template-columns: 1fr;
    }

    .gv-process-steps {
        grid-template-columns: 1fr;
    }

    .gv-hero-text h1 {
        font-size: 2.5rem;
    }

    .gv-nav-links {
        display: none;
    }
}
/* ===================== Responsive Tweaks ===================== */

/* Large Tablets and small laptops (max-width: 1200px) */
@media (max-width: 1200px) {
    .gv-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .gv-hero-text h1 {
        font-size: 3rem;
    }

    .gv-hero-text p {
        font-size: 1.1rem;
    }

    .gv-cta-buttons {
        justify-content: center;
    }

    .gv-hero-image img {
        max-width: 80%;
        margin: 0 auto;
    }

    .gv-services-grid {
        padding: 0 60px;
    }

    .gv-benefits-grid,
    .gv-application-layout {
        padding: 0 60px;
    }
}

/* Tablets (max-width: 992px) */
@media (max-width: 992px) {
    .gv-section-header h2 {
        font-size: 2.2rem;
    }

    .gv-services-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        padding: 0 40px;
    }

    .gv-benefits-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 40px;
    }

    .gv-application-layout {
        grid-template-columns: 1fr;
        padding: 0 40px;
    }

    .gv-process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .gv-step-number {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }

    .gv-trust-badges {
        gap: 30px;
    }
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    .gv-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .gv-hero-text h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .gv-hero-text p {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .gv-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .gv-hero-image img {
        width: 100%;
        border-radius: 10px;
    }

    .gv-services-section {
        padding: 60px 0;
    }

    .gv-services-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 20px;
    }

    .gv-benefits-section {
        padding: 60px 0;
    }

    .gv-benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 25px;
    }

    .gv-process-steps {
        grid-template-columns: 1fr;
        padding-bottom: 40px;
    }

    .gv-step-number {
        margin-bottom: 15px;
    }

    .gv-application-layout {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 30px;
    }

    .gv-form-container,
    .gv-info-box {
        padding: 25px;
    }

    .gv-form-grid {
        grid-template-columns: 1fr;
    }

    .gv-services-grid,
    .gv-benefits-grid,
    .gv-application-layout {
        padding: 0 20px;
    }

    .gv-trust-badges {
        flex-direction: column;
        gap: 20px;
    }
}

/* Small mobiles (max-width: 480px) */
@media (max-width: 480px) {
    .gv-hero-text h1 {
        font-size: 1.7rem;
    }

    .gv-hero-text p {
        font-size: 0.95rem;
    }

    .gv-btn-primary,
    .gv-btn-secondary {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .gv-service-card {
        height: 360px;
    }

    .gv-benefit-item {
        padding: 20px;
    }

    .gv-form-container {
        padding: 20px;
    }

    .gv-section-header h2 {
        font-size: 1.8rem;
    }
}

/* End Group visa Page Style */

/* Blog Page CSS */
.news-card {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

/* Overlay badges */
.news-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 3px;
}

.news-type {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0d6efd;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 3px;
}

.news-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.news-title a {
    color: #003366;
    text-decoration: none;
}

.news-desc {
    font-size: 0.9rem;
    color: #555;
}
