body{
    background-color: #020202;
}

.bg{
    background-image: url("../images/bg/hero_bg.png");
    background-position: top;
    background-size: cover;
}


/* Header Section */

.service-nav{
    margin-left: -48px !important;
    gap: 20px !important;
}

.navbar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: -3.7rem !important;
}

.nav-link {
    text-decoration: none;
    padding: 15px;
    display: inline-block;
}

.services-detail {
    position: relative;
}

.onHover {
    position: absolute;          /* absolute inside parent wrapper */
    top: 6.5rem;
    left: 0%;
    width: 100vw;
    height: 950px;               /* take full viewport height */
    background: rgba(0,0,0,0.95);
    z-index: 10000;

    display: flex;
    justify-content: center;
    align-items: flex-start;


    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    transition: opacity 0.4s ease, transform 0.3s ease;
}


/* Active state */
.onHover.active {
    position: absolute;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}


/* Video should cover */
.dropdown-video {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* behind content */
}


.onHover-dropdown{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
}


/* Style for individual service sections */
.dropdown-service1-conatiner{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 87.55vw; */
}
.dropdown-service1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row */
    list-style: none;
    justify-content: center;
    column-gap: 7vw !important;
    row-gap: 3vw !important;
    width: 87.55vw;
    max-width: 1400px;
    margin-top: 2rem;
}




.dropdown-service1-ul{
    list-style-type: disc;
    /* padding: 10px; */
    width: fit-content;
    /* margin-right: 4.5rem; */
    transition: all 1s ease-in-out;
}


/*.dropdown-service a{*/
/*    margin-top: 4rem;*/
/*}*/


.dropdown-service1 ul :hover{
    transform: scaleX(1.1);
    transform-origin: top;
}

.dropdown-service1 a{
    color: #ffffff;
}

.dropdown-service1 h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 1rem;
    width: fit-content;
}

.dropdown-service1 li {
    padding: 5px 0;
}


/* Optional: Adding hover effect for list items */
.dropdown-service1 li:hover,
.dropdown-service1 ul:hover {
    cursor: pointer;
}

.dropdown-service1 i{
    background: transparent;
    margin-left: -2rem !important;
}

/* .t-2{
    margin-top: 1.8rem;
    margin-left: -0.7rem !important;
}
.t-3{
    margin-top: 0%;
    margin-left: 5.9rem !important;
}
.t-4{
    margin-top: 2rem;
}
.t-5{
    margin-left: 1% !important;
}
.t-6{
    margin-top: 1.5rem;
    margin-right: 6.3rem !important;
}
.t-7{
    margin-top: 1.2rem;
    margin-right: 6.7rem !important;
}
.t-8{
    margin-top: 3.4rem;
    margin-right: 3.4rem !important;
}
.t-9{
    margin-top: 1.2rem;
}
.t10{
    margin-left: -20rem;
} */


.social_media{
    color: #fff;
    width: 10px;
    height: 10px;
}





/* Divide hr */
.divide{
    /* background: #f57c48; */
    /* background: linear-gradient(0deg, #140921 0%, #471133 100%) !important; */
    color: #f5f3f3;
    width: 100%;
}

.headline-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.headline-1{
    background: transparent;
}

.headline-1 h2{
    padding: 20px;
}

.headline-1 h5{
    margin-bottom: 3px;
}

.headline1-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1; 
}


/* End of Divide hr */

/* Introduction Section */

.introduction{
    z-index: -5;
    /* background: #471133; */
    background: linear-gradient(180deg, #140921 0%, #471133 100%) !important;
    padding: 100px 0; 
}

.i-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.introduction hr{
    opacity: 1.25;
    height: 1px;
    color: #f94807;
    width: 70px;
    border: 1px solid;
}

.introduction h4{
    color: #fff;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}

.introduction-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.i-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.introduction-title{
    justify-content: left;
    align-items: center !important;
    margin-bottom: 3rem;
    width: 76vw;
}
.introduction-title h4{
    justify-content: left !important;
    align-items: center !important;
}   


.intro-heading{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro-heading p{
    color: #fff !important;
    width: 55.75vw !important;
    max-width: 1440px !important;
    text-align: center;
}

.intro-heading .explore1{
    width: 70.75vw;
    max-width: 1440px;
    color: #fff;
    font-size: 40px;
    font-style: bold;
}



.introduction-img{
    width: 100%;
    display: flex;
    justify-content: center;
}
.introduction-img  img{
    width: 43vw;
    min-width: 400px;
    height: 350px;
    border-radius: 12px;
    box-shadow: 0 0 20px 0px #534c6b;
}



.introduction .btn2{
    margin-top: 4rem;
    padding: 16px;
    width: 170px !important;
    margin-left: 0;
}

.intro-vid1{
    display: none;
}
.intro-vid2{
    display: none;
}
.intro-vid3{
    display: none;
}


/* End of Introduction Part */



/* Divide hr */
.divide-1{
    height: 200px;
    border: 1px solid rgb(200, 175, 234);
    background-image: url('/Images/WallpaperDog-17091170.jpg');
    background-size: cover;
    background-attachment: fixed;
}
/* End of Divide hr */









/* Digital marketing Section */
.digital{
    background: linear-gradient(0deg, #140921 0%, #471133 100%) !important;
    padding: 100px 0; 
}

.seo{
    background: linear-gradient(180deg, #140921 0%, #471133 100%) !important;
    padding: 100px 0; 
}




/* digital title secton */

.digital-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}
.digital-title-container{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
    width: 87.75vw;
    max-width: 1440px;
}
.digital-title hr{
    opacity: 1.25;
    height: 1px;
    color: #f94807;
    width: 50px;
    border: 1.5px solid;
}
.digital-title h4{
    color: #fff;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
}



/* digital Heading Section */

.digital-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
}

.digital-heading .explore1{
    width: 77.75vw;
    max-width: 1440px;
    color: #fff;
    font-size: 40px;
    font-style: bold;
    margin-bottom: 20px;
}



/* Digital info-section */

.digital-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.digital-info-section{
    width: 77.55vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.digital-info-container{
    width: 87.75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.digital-info-container p{
    color: #fff;
}
.digital-section-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.digital-section-button .btn2{
    padding: 16px;
    width: 200px;
}

.digital-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.digital-img img{
    box-shadow: 0 0 20px 0px #020202;
    border-radius: 12px;
    width: 30vw;
    height: 400px;
}



/* Card Section */

.card-section{
    display: none;
}








@media screen and (max-width: 1440px){


    .onHover{
        height: 120vh;
    }


} 

    
    
    @media screen and (max-width: 1200px){


        .dropdown-service1 {
            grid-template-columns: repeat(3, 1fr);
        }
        .onHover{
            height: 1000px;
            margin-top: -10px;
        }
    }

    
    
    
    @media screen and (max-width: 975px){
    
        .onHover{
            margin-top: -18px;
        }
       
        .dropdown-service{
            margin-left: 8rem !important;
        }
        
    } 

    
    
    
    @media screen and (max-width: 799px){
    
        .nav-link{
            padding: 0px !important;
        }  

        .onHover{
            display: none;
        }
    
    } 
    


    @media screen and (max-width: 600px){

        /* Divide Section */

        .headline-1 h5{
            display: none !important;
        }


        
        /* Intro Video Section */

        .i-content{
            margin-left: -1.1rem;
        }
    
        .intro-vid1{
            margin-top: 4rem;
            display: block;
            width: 90vw;
            margin-bottom: 1.6rem;
            box-shadow: 0 0 20rem 0px black;
            border-radius: 20px;
            rotate: 10 -20 0 20deg;
        }
        .vid1{
            rotate: 10 -20 0 20deg;
        }
        .intro-vid2{
            margin-top: 6rem;
            display: block;
            width: 90vw;
            margin-bottom: 1rem;
            box-shadow: 0 0 20rem 0px black;
            border-radius: 20px;
        }
        .intro-vid3{
            display: block;
            margin-top: 6rem;
            display: block;
            width: 90vw;
            margin-bottom: 1rem;
            box-shadow: 0 0 20rem 0px black;
            border-radius: 20px;
            rotate: 2deg;
        }
        .vid3{
            rotate: 2deg;
        }
        .introduction-img{
            display: none;
        }
        .i-container .btn2{
            display: none;
        }
    
        .intro-heading p{
            color: #fff !important;
            width: 88.75vw !important;
            max-width: 1440px !important;
            text-align: center;
        }







        /* Card Section */
        .digital-section{
            display: none;
        }
        .digital-heading .explore1{
            margin-bottom: -10px;
            text-align: center; 
        }
    
        
        /* Card Section */
        .card-section{
            display: block;
        }
        .card-section-container{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
        .card-section-info{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            perspective: 800px;
            color: #f5f3f3;
            width: 87.55vw;
        }
        .card-inner {
            display: flex;
            justify-content: right;
            align-items: center;
            width: 70vw;
            height: 350px;
            transform-style: preserve-3d;
            transition: transform 0.8s;
            box-shadow: 0 0 50px 1rem rgba(0, 0, 0, 0.2);
            border: 1px solid white;
        }
        .card-inner.flipped {
            transform: rotateY(180deg);
        }
        .card-front, .card-back {
            position: absolute;
            backface-visibility: hidden;
            border-radius: 10px;
            margin-top: 1rem;
            padding: 10px;
        }
        .card-back {
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            justify-content: left;
            align-items: start;
            gap: 20px;
        }
        .card-back p{
            color: #bb3104;
            width: 100%;
        }


        .card-services li{
            padding: 5px;
        }
    
    }
    
    



@media screen and (max-width: 480px) {


    .intro-heading .explore1{
        font-size: 1.8rem;
        margin-bottom: -50px;
        width: 80%;
    }
    


    .digital-heading .explore1{
        font-size: 24px;
        margin-bottom: -20px;
    }



}

@media screen and (max-width: 400px) {

    .headline-1 h2{
        font-size: 1.8rem;
    }


}