
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
    border: none;
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
}
/*** Topbar Start ***/
.topbar{
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary);
    color:#fff;
}

.topbar a{
    color:#fff !important;
}

/*** Topbar End ***/

/*** Navbar ***/
.sticky-top {
    transition: 1s;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    transition: .5s;
    z-index: 99;
}

.navbar .navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid var(--bs-secondary);
    opacity: 0;
    transition: 0.5s;
    z-index: 2 !important;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 50%;
    height: 50%;
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: var(--bs-secondary);
}

.nav-bar .navbar-toggler { 
    color: var(--bs-dark);
    box-shadow: none !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar .nav-item .dropdown-menu {
    background: var(--bs-light);
    transition: 0.5s;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    transition: 0.5s;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.active {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        margin-top: 15% !important;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        border: 0;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        position: relative;
        margin-top: 0;
        transition: 0.5s;
    }

    .navbar .navbar-nav .nav-item::after,
    .navbar .navbar-nav .nav-item::before {
        display: none;
    }

    .navbar .navbar-nav .nav-item:hover::after,
    .navbar .navbar-nav .nav-item:hover::before,
    .navbar .navbar-nav .nav-item.active::after,
    .navbar .navbar-nav .nav-item.active::before {
        display: none;

    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar .navbar-nav .nav-item.nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 18, 72, 0.7), rgba(0, 18, 72, 0.7));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Carousel Start ***/
.carousel .carousel-inner .carousel-item {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

@media (min-width: 992px) {
    .carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;   
    }
}

@media (max-width: 991px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
    }
    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;    
    }
}

@media (max-width: 576px) {
    .carousel-item .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-item .carousel-caption p.fs-5 {
        font-size: 15px;
    }
}

.carousel .carousel-inner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.carousel .carousel-indicators {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    z-index: 5;
}

.carousel .carousel-indicators li,
.carousel .carousel-indicators li,
.carousel .carousel-indicators li {
    margin-right: 30px !important;
    width: 10px;
    height: 10px;
    border: 6px solid var(--bs-secondary);
    background: var(--bs-white);
    transition: 0.5s;
}

.carousel .carousel-indicators li.active {
    border: 10px solid var(--bs-primary);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    background: transparent;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    right: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Carousel End ***/


/***  Gallery start***/




/*** Contact Start ***/
.contact .contact-map {
    position: relative;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.contact .contact-map::before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
    z-index: -1;
}

.contact .contact-map::after {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-secondary);
    z-index: -1;
}

.form-icon{
position:absolute;
left:15px;
top:50%;
transform:translateY(-50%);
color:#ff7a00;
font-size:16px;
z-index:10;
}

.textarea-icon{
top:25px;
}

.form-control.ps-5{
padding-left:45px;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 18, 72, 0.9), rgba(0, 18, 72, 1)), url(../img/footer-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-secondary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/




/*** =========================================================copyright end=================================================== ***/

/* SECTION */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
    background: #f5f7ff;
}

/* BANNER SECTION */

.banner-slider-section{
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* SLIDER */

.banner-slider{
    position: relative;
    width: 100%;
    height: 100vh;
}

/* SLIDE */

.banner-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    transform: scale(1.08);
}

.banner-slide.active{
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}

/* IMAGE */

.banner-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DARK OVERLAY */

.banner-slide::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 18, 72, 0.85),
        rgba(0, 0, 0, 0.25)
    );
    top: 0;
    left: 0;
    z-index: 1;
}

/* CONTENT */

.banner-content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    max-width: 650px;
}

.banner-content span{
    display: inline-block;
    background: rgba(255,255,255,0.15);
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    backdrop-filter: blur(6px);
}

.banner-content h1{
    font-size: 75px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
    animation: fadeUp 1s ease;
    color: white;
}

.banner-content p{
    font-size: 20px;
    line-height: 1.9;
    color: #e5e5e5;
    margin-bottom: 35px;
    animation: fadeUp 1.5s ease;
}

/* BUTTON */

.banner-btn{
    display: inline-block;
    padding: 16px 38px;
    background: #fff;
    color: #001248;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.4s;
}

.banner-btn:hover{
    background: #001248;
    color: #fff;
    transform: translateY(-5px);
}

/* SMALL IMAGE */

.small-image{
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 450px;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.9);
    z-index: 5;
    animation: floating 3s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.small-image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.35),
        transparent
    );
    z-index: 1;
}

.small-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.small-image:hover img{
    transform: scale(1.1);
}

/* ANIMATIONS */

@keyframes floating{

    0%{
        transform: translateY(25px);
    }

    50%{
        transform: translateY(0px);
    }

    100%{
        transform: translateY(25px);
    }
}

@keyframes fadeUp{

    0%{
        opacity: 0;
        transform: translateY(50px);
    }

    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}

/* RESPONSIVE */

@media(max-width: 991px){

    .banner-slider{
        height: 700px;
    }

    .banner-content h1{
        font-size: 50px;
    }

    .small-image{
        width: 180px;
        height: 180px;
        right: 20px;
    }
}

@media(max-width: 768px){

    .banner-slider{
        height: 600px;
    }

    .banner-content{
        left: 5%;
        max-width: 90%;
    }

    .banner-content h1{
        font-size: 35px;
    }

    .banner-content p{
        font-size: 15px;
    }

    .banner-btn{
        padding: 12px 25px;
    }

    .small-image{
        width: 130px;
        height: 130px;
        bottom: 20px;
        right: 15px;
        border-width: 5px;
    }
}


/* ZIGZAG BORDER BOTTOM */

.banner-slider-section{
    position: relative;
    overflow: visible;
}

.banner-slider-section::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;

    background:
        linear-gradient(-45deg, #001248 10px, transparent 0),
        linear-gradient(45deg, #001248 10px, transparent 0);

    background-size: 20px 20px;
    background-repeat: repeat-x;

    z-index: 999;
}



/* ABOUT SECTION */

.astro-about-section{
    width: 90%;
    margin: 100px auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* LEFT IMAGE */

/* LEFT IMAGE */

.astro-about-image{
    width: 40%;
}

.astro-about-image img{
    width: 100%;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

/* RIGHT CONTENT */

.astro-about-content{
    width: 60%;
}

.astro-about-content span{
    display: inline-block;
    background: #001248;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 15px;
    margin-bottom: 20px;
}

.astro-about-content h2{
    font-size: 52px;
    color: #001248;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
}

.astro-about-content p{
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 20px;
}

/* BUTTON */

.astro-btn{
    display: inline-block;
    margin-top: 10px;
    background: #001248;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s;
}

.astro-btn:hover{
    background: #f4b400;
    color: #001248;
    transform: translateY(-5px);
}

/* RESPONSIVE */

@media(max-width: 991px){

    .astro-about-section{
        flex-direction: column;
    }

    .astro-about-image,
    .astro-about-content{
        width: 100%;
    }

    .astro-about-content h2{
        font-size: 38px;
    }
}

@media(max-width: 768px){

    .astro-about-content h2{
        font-size: 30px;
    }

    .astro-about-content p{
        font-size: 15px;
    }
}



/* SECTION */

.astro-services-section{
    position: relative;
    margin-top: 100px;
}

/* BACKGROUND IMAGE */

.services-bg{
    background: linear-gradient(
        rgba(0,18,72,0.75),
        rgba(0,18,72,0.75)
    ),
    url("../img/home2.png");

    background-size: cover;
    background-position: center;
    padding: 120px 8% 220px;
    text-align: center;
}

/* HEADING */

.services-heading span{
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    margin-bottom: 10px;
    font-size: 15px;

    /* MORE UP */
    transform: translateY(-70px);
}
.services-heading h2{
    color: #fff;
    font-size: 55px;
    line-height: 1.3;
    max-width: 850px;
    margin: auto;

    /* UPER SHIFT */
    transform: translateY(-60px);
}
/* CARDS */

.services-cards{
    width: 90%;
    margin: -130px auto 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    position: relative;
    z-index: 5;
        transform: translateY(-90px);

}

/* CARD */

/* CARD HEIGHT SMALL */

/* CARD HEIGHT MORE SMALL */

/* CARD HEIGHT EXTRA SMALL */

.service-card{
    background: #fff;
    padding: 18px 15px;
    border-radius: 18px;
    text-align: center;
    transition: 0.5s ease;
    position: relative;
    overflow: hidden;

    min-height: 270px;

    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* CARD HOVER */

.service-card:hover{
    transform: translateY(-15px);
}

/* BIG ICON */

.service-icon{
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #001248;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.service-icon i{
    color: #fff;
    font-size: 40px;
}

/* TEXT */

.service-card h3{
    font-size: 28px;
    color: #001248;
    margin-bottom: 12px;
}

.service-card h4{
    font-size: 18px;
    color: #ff5e15;
    margin-bottom: 18px;
}

.service-card p{
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

/* PRICE */

.price{
    margin-top: 25px;
    display: inline-block;
    background: #001248;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
}

/* RESPONSIVE */

@media(max-width: 1200px){

    .services-cards{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 768px){

    .services-heading h2{
        font-size: 35px;
    }

    .services-cards{
        grid-template-columns: 1fr;
    }

    .service-card{
        padding: 30px 20px;
    }
}

.service-card:hover .service-icon{
    background: #ff5e15;
    transform: translateY(-10px) rotate(10deg) scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.service-card:hover .service-icon i{
    color: #001248;
    transform: rotate(-10deg);
}





/* MAIN SECTION */

.astro-double-section{
    width: 90%;
    margin: 140px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* LEFT TEXT */

.astro-text{
    width: 45%;
}

.astro-text span{
    font-size: 14px;
    letter-spacing: 2px;
    color: #ff5e15;
    font-weight: 700;
}

.astro-text h2{
    font-size: 55px;
    color: #001248;
    line-height: 1.1;
    margin: 15px 0;
    font-weight: 900;
}

.astro-text p{
    color: #666;
    line-height: 2;
    font-size: 16px;
}

/* LIST */

.astro-list p{
    margin: 10px 0;
    font-weight: 600;
    color: #001248;
}

/* RIGHT IMAGES GRID */

.astro-images{
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* IMAGE BOX */

.img-box{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    transition: 0.5s;
}

/* IMAGE */

.img-box img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
}

/* HOVER EFFECT */

.img-box:hover img{
    transform: scale(1.1);
}

/* DIFFERENT HEIGHT STYLE */

.img1{
    height: 420px;
}

.img2{
    height: 420px;
    margin-top: 50px;
}

/* LIST WRAPPER */

.astro-list{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* EACH ITEM */

.astro-list p{
    position: relative;
    padding-left: 35px;

    font-size: 16px;
    color: #001248;
    font-weight: 600;

    background: #fff;
    padding: 12px 15px 12px 40px;

    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);

    transition: 0.4s;
}

/* ICON CHECK STYLE */

.astro-list p::before{
    content: "✔";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);

    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ff5e15;
    color: #001248;
    font-size: 12px;
    font-weight: bold;

    border-radius: 50%;
}

/* HOVER EFFECT */

.astro-list p:hover{
    transform: translateX(8px);
    background: #001248;
    color: #fff;
}

/* HOVER ICON */

.astro-list p:hover::before{
    background: #fff;
    color: #001248;
}
/* RESPONSIVE */

@media(max-width: 991px){

    .astro-double-section{
        flex-direction: column;
    }

    .astro-text,
    .astro-images{
        width: 100%;
    }

    .astro-images{
        grid-template-columns: 1fr;
    }

    .img2{
        margin-top: 0;
    }
}






/* =========================
   ASTRO SECTION BASE
========================= */

.astro-split-section{
    width: 100%;
    min-height: 650px;
    display: flex;
    overflow: hidden;

    background: radial-gradient(circle at top,#0a0f2c,#00040f);
}

/* =========================
   LEFT IMAGE (GLASS FRAME)
========================= */

.astro-split-left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.astro-split-left img{
    width: 85%;
    border-radius: 25px;

    box-shadow: 0 0 40px rgba(0,255,255,0.15),
                0 0 80px rgba(244,180,0,0.1);

    border: 2px solid rgba(255,255,255,0.1);

    transition: 0.5s;
}

.astro-split-left img:hover{
    transform: scale(1.05);
    box-shadow: 0 0 60px rgba(244,180,0,0.4);
}

/* =========================
   RIGHT CONTENT (NEON GLASS)
========================= */

.astro-split-right{
    width: 50%;
    padding: 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(15px);

    border-left: 1px solid rgba(255,255,255,0.1);
}

/* TAG */

.astro-split-right span{
    color: #00f5ff;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 700;
}

/* HEADING */

.astro-split-right h2{
    font-size: 52px;
    color: #ffffff;
    margin: 20px 0;
    line-height: 1.2;

    text-shadow: 0 0 20px rgba(0,245,255,0.3);
}

/* PARAGRAPH */

.astro-split-right p{
    color: #bdbdbd;
    font-size: 16px;
    line-height: 2;
}

/* BUTTON */

.astro-split-right button{
    margin-top: 25px;
    padding: 14px 35px;

    background: transparent;
    border: 2px solid #00f5ff;
    color: #00f5ff;

    border-radius: 30px;
    font-weight: 700;

    cursor: pointer;
    transition: 0.4s;

    box-shadow: 0 0 15px rgba(0,245,255,0.2);
}

.astro-split-right button:hover{
    background: #00f5ff;
    color: #000;
    box-shadow: 0 0 40px rgba(0,245,255,0.6);
    transform: translateY(-5px);
}

/* =========================
   ANIMATED GLOW BACKGROUND DOTS
========================= */

.astro-split-section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;

    background: radial-gradient(circle, rgba(0,245,255,0.08) 2px, transparent 2px);
    background-size: 60px 60px;

    opacity: 0.4;
    animation: moveBg 10s linear infinite;
}

@keyframes moveBg{
    0%{transform: translateY(0);}
    100%{transform: translateY(-60px);}
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width: 768px){

    .astro-split-section{
        flex-direction: column;
    }

    .astro-split-left,
    .astro-split-right{
        width: 100%;
    }

    .astro-split-right{
        padding: 40px;
    }

    .astro-split-right h2{
        font-size: 30px;
    }
}








/* =========================
   PARALLAX SECTION
========================= */

.astro-parallax-section{
    width: 100%;
    min-height: 100vh;

    /* FIXED BACKGROUND */
    background-image: url("../img/home6.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    position: relative;

    display: flex;
    align-items: center;
}

/* DARK OVERLAY */

.astro-parallax-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* CONTENT */



/* =========================
   CIRCLE FOCUS CONTENT STYLE
========================= */

.astro-parallax-content{
    position: relative;

    width: 500px;
    height: 500px;

    margin-left: 8%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    color: #fff;

    /* circular glass effect */
    background: radial-gradient(circle at top, rgba(255,255,255,0.12), rgba(0,18,72,0.6));
    border-radius: 50%;

    border: 2px solid rgba(244,180,0,0.25);

    box-shadow: 0 30px 80px rgba(0,0,0,0.4);

    animation: pulseGlow 4s infinite ease-in-out;
}

/* TAG */

.astro-parallax-content span{
    font-size: 12px;
    letter-spacing: 3px;
    color: #f4b400;
    margin-bottom: 10px;
}

/* HEADING */

.astro-parallax-content h2{
    font-size: 34px;
    line-height: 1.3;
    margin: 15px 20px;
}

/* PARAGRAPH */

.astro-parallax-content p{
    font-size: 14px;
    line-height: 1.8;
    color: #e6e6e6;
    padding: 0 25px;
}

/* BUTTON */

.astro-parallax-content button{
    margin-top: 20px;

    padding: 12px 28px;

    background: #f4b400;
    border: none;

    color: #001248;
    font-weight: 700;

    border-radius: 30px;

    cursor: pointer;

    transition: 0.4s;
}

.astro-parallax-content button:hover{
    transform: scale(1.1);
}

/* GLOW ANIMATION */

@keyframes pulseGlow{
    0%{
        box-shadow: 0 0 40px rgba(244,180,0,0.2);
    }
    50%{
        box-shadow: 0 0 80px rgba(244,180,0,0.4);
    }
    100%{
        box-shadow: 0 0 40px rgba(244,180,0,0.2);
    }
}

/* RESPONSIVE */

@media(max-width: 768px){

    .astro-parallax-content{
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    .astro-parallax-content h2{
        font-size: 22px;
    }
}







/* =========================
   VIDEO SECTION
========================= */

.astro-video-section{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* BACKGROUND VIDEO */

.bg-video{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* DARK OVERLAY */

.astro-video-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* CONTENT */

.astro-video-content{
    position: relative;
    z-index: 2;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-left: 8%;
    max-width: 700px;

    color: #fff;
}

/* TAG */

.astro-video-content span{
    color: #ff5e15;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/* HEADING */

.astro-video-content h1{
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: white;
}

/* PARAGRAPH */

.astro-video-content p{
    font-size: 16px;
    line-height: 2;
    color: #ddd;
}

/* BUTTON */

.astro-video-content button{
    margin-top: 25px;

    padding: 14px 35px;

    background: #ff5e15;
    border: none;

    color: #001248;
    font-weight: 700;

    border-radius: 30px;

    cursor: pointer;

    transition: 0.4s;
}

.astro-video-content button:hover{
    transform: translateY(-5px) scale(1.05);
    background: #fff;
}

/* RESPONSIVE */

@media(max-width: 768px){

    .astro-video-content{
        padding: 0 20px;
    }

    .astro-video-content h1{
        font-size: 32px;
    }
}




/* =========================
   COSMIC SECTION
========================= */

.cosmic-insight-section{
    width: 90%;
    margin: 120px auto;
}

/* HEADING */

.cosmic-heading{
    text-align: center;
    max-width: 750px;
    margin: auto auto 70px;
}

.cosmic-heading span{
    color: #f4b400;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 13px;
}

.cosmic-heading h2{
    font-size: 50px;
    color: #001248;
    margin: 15px 0;
    line-height: 1.2;
}

.cosmic-heading p{
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

/* WRAPPER */

.cosmic-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

/* CARD */

.cosmic-card{
    position: relative;

    padding: 60px 35px 35px;

    background: #fff;

    border-radius: 25px;

    overflow: hidden;

    transition: 0.5s;

    box-shadow: 0 15px 40px rgba(0,0,0,0.08);

    border-top: 6px solid #001248;
}

/* NUMBER */

.cosmic-number{
    position: absolute;
    top: 20px;
    right: 25px;

    font-size: 70px;
    font-weight: 900;

    color: rgba(0,18,72,0.06);
}

/* TITLE */

.cosmic-card h3{
    font-size: 28px;
    color: #001248;
    margin-bottom: 18px;
}

/* TEXT */

.cosmic-card p{
    color: #666;
    line-height: 2;
    font-size: 15px;
}

/* HOVER */

.cosmic-card:hover{
    transform: translateY(-15px);

    background: linear-gradient(135deg,#001248,#000814);

    border-top: 6px solid #f4b400;
}

.cosmic-card:hover h3{
    color: #fff;
}

.cosmic-card:hover p{
    color: #dcdcdc;
}

.cosmic-card:hover .cosmic-number{
    color: rgba(255,255,255,0.08);
}

/* RESPONSIVE */

@media(max-width: 991px){

    .cosmic-wrapper{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 768px){

    .cosmic-wrapper{
        grid-template-columns: 1fr;
    }

    .cosmic-heading h2{
        font-size: 32px;
    }
}









/* MINI CTA SECTION */

.mini-cta-section{
    width: 90%;
    margin: 80px auto;

    padding: 45px 30px;

    text-align: center;

    border-radius: 25px;

    background:
    linear-gradient(rgba(0,18,72,0.9),rgba(0,18,72,0.9)),
    url("img/astro-bg.jpg");

    background-size: cover;
    background-position: center;
}

/* HEADING */

.mini-cta-section h2{
    color: #fff;
    font-size: 38px;
    margin-bottom: 12px;
}

/* TEXT */

.mini-cta-section p{
    color: #dcdcdc;
    margin-bottom: 25px;
}

/* BUTTON */

.mini-cta-section a{
    display: inline-block;

    padding: 13px 30px;

    background: #f4b400;
    color: #001248;

    text-decoration: none;
    font-weight: 700;

    border-radius: 30px;

    transition: 0.4s;
}

.mini-cta-section a:hover{
    background: #fff;
    transform: translateY(-4px);
}















/* =========================
   MODERN ABOUT SECTION
========================= */

.about-modern-section{
    width: 90%;
    margin: 120px auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* CONTENT */

.about-modern-content{
    width: 50%;
}

.about-modern-content span{
    color: #ff5e15;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-modern-content h2{
    font-size: 55px;
    color: #001248;

    line-height: 1.2;

    margin: 18px 0;
}

.about-modern-content p{
    color: #666;
    line-height: 2;
    font-size: 16px;
}

/* INFO BOX */

.about-modern-info{
    display: flex;
    gap: 25px;

    margin: 35px 0;
}

.info-box{
    background: #001248;
    color: #fff;

    padding: 22px 35px;

    border-radius: 18px;

    min-width: 180px;
}

.info-box h3{
    color: #ff5e15;
    font-size: 35px;
    margin-bottom: 5px;
}

/* BUTTON */

.about-modern-content a{
    display: inline-block;

    padding: 14px 32px;

    background: #ff5e15;
    color: #001248;

    text-decoration: none;
    font-weight: 700;

    border-radius: 40px;

    transition: 0.4s;
}

.about-modern-content a:hover{
    transform: translateY(-5px);
    background: #001248;
    color: #fff;
}

/* IMAGE SIDE */

.about-modern-image{
    width: 50%;
    position: relative;
}

/* MAIN IMAGE */

.main-img{
    width: 100%;
    border-radius: 30px;
    display: block;
}

/* SMALL FLOAT IMAGE */

/* SMALL FLOAT IMAGE */

.small-img{
    position: absolute;

    width: 260px;

    bottom: -40px;
    left: -40px;

    border-radius: 25px;

    border: 8px solid #fff;

    box-shadow: 0 15px 40px rgba(0,0,0,0.2);

    /* AUTO JUMP ANIMATION */
    animation: jumpImage 2.5s ease-in-out infinite;
}

/* JUMP ANIMATION */

@keyframes jumpImage{

    0%{
        transform: translateY(0);
    }

    50%{
        transform: translateY(-18px);
    }

    100%{
        transform: translateY(0);
    }

}

/* RESPONSIVE */

@media(max-width: 768px){

    .about-modern-section{
        flex-direction: column;
    }

    .about-modern-content,
    .about-modern-image{
        width: 100%;
    }

    .about-modern-content h2{
        font-size: 35px;
    }

    .small-img{
        width: 180px;
        left: 10px;
        bottom: -20px;
    }

    .about-modern-info{
        flex-direction: column;
    }
}



/* =========================
   ASTRO MARQUEE SECTION
========================= */

.astro-marquee-section{
    width: 100%;
    overflow: hidden;

    padding: 35px 0;

    background: #001248;
}

/* MARQUEE */

.astro-marquee{
    width: 100%;
    overflow: hidden;
}

/* TRACK */

.marquee-track{
    display: flex;
    align-items: center;

    width: max-content;

    animation: marqueeMove 25s linear infinite;
}

/* ITEMS */

.marquee-track span{
    color: #fff;

    font-size: 28px;
    font-weight: 700;

    margin-right: 80px;

    white-space: nowrap;

    transition: 0.4s;
}

/* HOVER */

.marquee-track span:hover{
    color: #f4b400;

    transform: scale(1.08);
}

/* ANIMATION */

@keyframes marqueeMove{

    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */

@media(max-width: 768px){

    .marquee-track span{
        font-size: 18px;
        margin-right: 40px;
    }
}





/* =========================
   ASTRO PROCESS SECTION
========================= */

.astro-process-section{
    width: 90%;
    margin: 120px auto;
}

/* HEADING */

.process-heading{
    text-align: center;
    margin-bottom: 70px;
}

.process-heading span{
    color: #ff5e15;
    font-weight: 700;
    letter-spacing: 3px;
}

.process-heading h2{
    font-size: 50px;
    color: #001248;
    margin-top: 15px;
}

/* WRAPPER */

.process-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
}

/* CARD */

.process-card{
    position: relative;

    background: #fff;

    padding: 45px 35px;

    border-radius: 30px;

    text-align: center;

    overflow: hidden;

    transition: 0.5s;

    border: 2px solid rgba(0,18,72,0.08);

    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

/* NUMBER */

.process-number{
    width: 80px;
    height: 80px;

    margin: auto auto 25px;

    border-radius: 50%;

    background: #001248;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
    font-weight: 800;

    transition: 0.4s;
}

/* TITLE */

.process-card h3{
    font-size: 28px;
    color: #001248;
    margin-bottom: 15px;
}

/* TEXT */

.process-card p{
    color: #666;
    line-height: 1.9;
}

/* HOVER */

.process-card:hover{
    transform: translateY(-12px);

    background: #001248;
}

.process-card:hover h3,
.process-card:hover p{
    color: #fff;
}

.process-card:hover .process-number{
    background: #ff5e15;
    color: #001248;
}

/* RESPONSIVE */

@media(max-width: 991px){

    .process-wrapper{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 768px){

    .process-wrapper{
        grid-template-columns: 1fr;
    }

    .process-heading h2{
        font-size: 34px;
    }
}
.astro-process-section{
    width: 90%;
    margin: 40px auto 120px;
}





/* =========================
   FAQ SECTION
========================= */

.astro-faq-section{
    width: 90%;
    margin: 120px auto;

    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
    align-items: center;
}

/* LEFT SIDE */

.faq-left span{
    color: #f4b400;
    font-weight: 700;
    letter-spacing: 3px;
}

.faq-left h2{
    font-size: 52px;
    color: #001248;

    margin: 18px 0;
    line-height: 1.2;
}

.faq-left p{
    color: #666;
    line-height: 2;

    margin-bottom: 30px;
}

.faq-left img{
    width: 100%;
    border-radius: 25px;
}

/* RIGHT SIDE */

.faq-right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* FAQ ITEM */

.faq-item{
    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    border: 1px solid rgba(0,18,72,0.08);

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* QUESTION */

.faq-question{
    padding: 25px 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
}

.faq-question h3{
    color: #001248;
    font-size: 22px;
}

.faq-question span{
    font-size: 30px;
    color: #f4b400;
}

/* ANSWER */

.faq-answer{
    padding: 0 30px 25px;

    color: #666;
    line-height: 1.9;
}

/* ACTIVE FAQ */

.active-faq{
    background: #001248;
}

.active-faq .faq-question h3,
.active-faq .faq-answer p{
    color: #fff;
}

/* RESPONSIVE */

@media(max-width: 768px){

    .astro-faq-section{
        grid-template-columns: 1fr;
    }

    .faq-left h2{
        font-size: 34px;
    }
}