    html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    background-color: #020b3a;   /* yahan apne page ka dark blue color lagao */
    
}


.navbar-nav .dropdown-menu .dropdown:hover {
    margin: auto;
    padding-top: 0;
    display:block;
    
        
}



.navbar{
background-color: #005;
height: 97px
}

.navbar-nav .nav-link.active{
    color: white;
    padding: 10px;
    

}

.navbar .dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0; /* optional: remove delay */
    background-color: #000000;
  }

  
#main-nav.scrolled {
    
   background: rgba(26, 14, 88, .75); /* Change to your desired color */
  box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    
}
  .rqba-navbar{
    background-size: 0%;
    transition: all 0.3s ease;
    animation: gradientFlow 8se ease infinite;
    
  }
  .rqba-navbar .nav-link::after{
    position:absolute;
    height: 100px;
    width: 0;
    bottom: 0;
    background: pink;
  }

  .dropdown-item{
    color: #f43eab;
    font-family: Tahoma,  
    
      
  }

  .bi{
    float: right;
  }

   .dropdown  ul li:hover .dropdown2{
    display: block;
    
    margin-top: -0.80cm;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0px 7px 0px; 
    min-width: 100px;

  position: absolute;



    background-color: #1A1A1A;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3B3B3B;
    border-radius: 12px 12px 12px 12px;
    min-width: 300px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    
    
    
  }

  .dropdown2{
    display: none;
    margin-left: 370px;
    
    
   

}

  


.btn{
    border: 2px solid white;
    border-radius: 10px;
    background-color: #f43eab; 
    color: #fff;
    
    
    }
    .btn:hover{
        background-color: #005;
    }

    #top{
        margin-top: 60px;
    }

    .button{
        border: 2px solid white;
        border-radius: 10px;
        background-color:#f43eab;;
        align-items: center;
        margin: auto;
        display: block;
        margin-top: 50px;
        color: #fff;;
        height: 44px;
        font-size: 22px;
        }
        
    #margin{
        min-height: 500px;
        margin-top: 165px;
        
        
    }

    #hero {
  width: 100%;
  max-width: 370px;   /* optional, center ke liye */

  
}
#hero-image {
  width: 100%;
}

    #hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
 
 
  
  
}

/* Columns ko equal space */
#hero-content,
#hero-image {
  flex: 1;
}

/* Mobile ke liye (screen chhoti ho to stack ho jaye) */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;     /* side by side ki jagah upar-neeche */
    text-align: center;
  }

  #hero-content,
  #hero-image {
    width: 100%;
  }
}


#hero-text{
    padding-top:100px;
}

#img{
    background: #005;
    margin-top: 96px;
    

    
    
}
#glow-img{
    align-items: center;
    margin: auto;
    display: block;
    transition: 0.4s ease;
}

#glow-img:hover{
    transform: scale(1.0.3);
    filter: brightness(1.4);
}

.brand{
    color: #fff;
    font-size: 60px;
    font-family:  Tahoma;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    word-spacing: -5px;
    margin-left: 50px;
      
    
}





.center{
    text-align: center;
    line-height: 55px;
    font-size: 15px;
      
}


#font{
    color: white;
    text-align: center;
}

.infocontainer{
    width: 100%;
}

#h1 {
    font-size: calc(1.375rem + 1.5vw);
    background-color: #005;
    color: white;
    line-height: 1-3;   
    min-height: 500px;
    padding: 0px;
    margin: auto;
}


#row > * { 
    padding-right: 60px;
    padding-left: 60px;      /*this css uses for Digital Solutions*/
    padding-top: 30px;
    text-align: center;
    background: #005;
    color: white;
    
    

    
}


    :root {
        --primary-color: #12659e;
        --second-color: #f43eab;
        --cta-color: #12659e;
        --cta-hover: #f43eab;
        --cta-text: #ffffff;
        --cta-text-hover: #ffffff;
        --header-color: #ffffff;
        --overlay-color: #000000;
        --shade: #9e0008;
        --shade-alt: #ff9c16;
        --float-button: #888888;
        --blocklink: #ffffff;
        --bullets: #12659e;
        

        --rgba:(26, 14, 88, 0.904)
        background: var(--purple);
        background: linear-gradient(90deg, #fff, #c7f9ff 40%, hsl(195, 100%, 80%) 80%);
    }





#yes{
background:#005;
    
    
}

.good{
    color: blue;
    
}


#text{
    background: black;
    color: white;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    
    animation-name: fadeInUp;
}

#pgc-109460-1-0{
    background: #005;
    color: #fff;
}



/* General service card styling */
.service-box {
  background: #e2e8f0;          /* light grey background */
  border-radius: 30px;          /* rounded corners */
  min-height: 290px;            /* height barha di */
  max-width: 420px;             /* width thori kam, column ke andar */
  margin: 0 auto;               /* center inside column */
  border: none;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.3s ease;    /* smooth hover */
  cursor: pointer;
}

/* Text styling inside card */
.service-box span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.service-box p {
  margin: 0;
  line-height: 1.5;
}

/* Hover effect: background pink + shadow + slight lift */
.service-box:hover {
  background-color: #f472b6;      /* pink shade */
  box-shadow: 0 0 25px rgba(244, 114, 182, 0.6);
  transform: translateY(-6px);    /* thora sa upar */
}

/* Hover par text white karna ho to: */
.service-box:hover span,
.service-card:hover p {
  color: #ffffff;
}

/* Mobile adjustments – overflow na ho */
@media (max-width: 767.98px) {
  .service-box {
    max-width: 100%;
    min-height: 280px;
    border-radius: 24px;
  }
}




#one{
    background: #f43eab;
    height: 100vh;
    
}

#on{
    border: 10px-solid black;
    background: black;
    clear: both;
    display: flex;
}

.sidebar{
position: sticky;
top: 150px;
background: #fff;
border-radius: 50px;
width: 100%;        /* fixed 350px hata diya */
  max-width: 280px;   /* laptop par same size rahega */
  height: auto;       /* 600px fix height hata di */

text-align: center;
padding-top: 40px;
padding-left: 10px;
padding-right: 10px;

text-align: justify;
align-items: center;
display: block;
margin: auto;

}



#brown{
    margin-top: 50px;
    
}
#blue{
    margin-top: 50px;   
}

#ro{
    padding: 0;
    margin: auto;
    
}

#me{
    margin-top: 50px;
    
}

#stil{
margin-top: 50px;
    
    
    
}



#you{
    
    padding: 0;
    margin: auto;
    margin-bottom: 50px;

    
}

#kill{
    margin-top: 50px;
    
}
#lo{
    margin-top: 50px;
    
}


#next{
    margin-top: 50px;
    
}
#cool{
    background: #f43eab;
    color: #fff;
    height: 100px;
    text-align: center;
    
    
    
    
}


a {
    text-decoration: none;
    color: #fff;
 
}



#color{
    background:#005;
    margin: 0;
}



#cold{
    background: #f43eab;
}


#background-image{
    padding: 0;
}




   
#take{
    background: #005;
    color: #ffffff;
}


    
    .carousel-control-prev{
        left: -20px;
    }

    .carousel-control-next{
        right: -20px;
    }



