* {
    margin: 0;
    padding: 0;
  }
  
  /* website color code */
  :root {
    --font-color: rgb(82, 82, 253);
    --light-text-color: #FEFFEF;
    --btn-color: linear-gradient(to right, #5252fd, #5d40a0);
    --btn-h-color: linear-gradient(to right, #5d40a0, rgb(82, 82, 253));
  }
  


  
  /* Loading animation styles */
  #loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 255, 255) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure the loading screen is above everything else */
}

.loader {
    display: flex;
    gap: 10px; /* Space between the balls */
    /* z-index: 10000000; */
}

.ball {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #3498db !important;
    animation: bounce 2.6s infinite alternate;
    /* z-index: 1000000; */
}

/* Add a delay to the second ball's animation */
.ball:nth-child(2) {
    animation-delay: 0.3s; /* Delay for the second ball */
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px); /* Bounce height */
    }
}

  /* website scroll bar */
  /* For vertical scrollbar */
  body {
    overflow-x: auto;
    /* Make sure horizontal scrolling is enabled if needed */
  }
  
  ::-webkit-scrollbar {
    width: 12px;
    /* Adjust the width of the vertical scrollbar */
  }
  
  /* For horizontal scrollbar */
  ::-webkit-scrollbar {
    height: 10% !important;
    /* Adjust the height of the horizontal scrollbar */
  }
  
  /* Scrollbar track (background) */
  ::-webkit-scrollbar-track {
    background-color: var(--light-text-color);
  
  }
  .navbar-brand img{
    height: 65px !important;
    margin-left: 10px !important;
  }
  .nav-link{
    color: #000 !important;
    font-weight: 500;
    &:hover{
      color: #5252fd !important;
    }
  }
  .active {
    /* Change this to your desired color */
    color: #5252fd !important; /* Change text color if needed */
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: var(--btn-color);
    /* border-radius: 30px; */
  }
  


  

  .container1 {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 50px auto;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    gap: 120px;
    z-index: 10;
}

.contact-info {
    width: 400px !important;
    /* height: 100%; */
    background-color: #f7f7f7;
    padding-top: 120px;
/* margin-right: 150px; */
    z-index: 10;
    text-align: center;
}

.contact-info h3 {
   
    color: #444;
}

.contact-info p {
    /* padding-top: -1180px ; */
    margin: -15px auto;
    text-align: center;
    color: #666;
}

.contact-info .info-item {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.contact-info  i {
    font-size: 2em;
    color: #5a45ff;
    padding-bottom: 5px;
}

.form-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-right:90px;
    /* border: 2px solid; */
}

.form-container h2 {
    color: #5a45ff;
    margin-bottom: 20px;
}

.form-container input, 
.form-container textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-container input:focus,
.form-container select:focus, 
.form-container textarea:focus{
  outline: none;
  border-color: #007bff;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}
/* .form-container button {
    padding: 12px 20px;
    background: var(--btn-color);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}

.form-container button:hover {
    background: var(--btn-h-color);
} */
 

.c-btn-96{
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically if needed */
  height: 100px; 
  margin-left: 20px;
  margin-top: -180px !important;
  margin-bottom: 200px !important;
}
.btn-96,
.btn-96 *,
.btn-96 :after,
.btn-96 :before,
.btn-96:after,
.btn-96:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-96 {
  -webkit-tap-highlight-color: 
transparent;
/* position: absolute; */
top: 
0px;
z-index: 30;
left: 0px;
  -webkit-appearance: button;
  background-color: 
#000;
  background-image: none;
  color: 
#fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
  border-radius: 20px;
}
.btn-96:disabled {
    cursor: default;
}
.btn-96:-moz-focusring {
  outline: auto;
}
.btn-96 svg {
    display: block;
    vertical-align: middle;
}
.btn-96 [hidden] {
  display: none;
}
.btn-96 {
    box-sizing: border-box;
    display: block;
    font-weight: 900;
    -webkit-mask-image: none;
  padding: 30px 70px 20px;
  perspective: 800px;
  position: relative;
  text-transform: uppercase;
  transform-style: preserve-3d;
  height: 20px;
}
.btn-96 span {
  background: 
var(--btn-color);
  color: 
var(--light-text-color);
  display: grid;
  inset: 0;
  place-items: center;
  position: absolute;
  transform: rotateX(0deg);
  transform-origin: top center;
  transition: 0.2s;
  border-radius: 20px;
}
.btn-96:hover span {
  transform: rotateX(35deg);
}
.btn-96:after,
.btn-96:before {
  background: 
#e8e8e8;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotateX(0deg);
  width: 100%;
  z-index: -1;
  border-radius: 20px;
  
}
.btn-96:after {
    background: 
    #cccccc;
    width: 0;
}
.btn-96:hover:after {
  -webkit-animation: progress-bar 1.2s;
  animation: progress-bar 1.2s;
}
@-webkit-keyframes progress-bar {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    opacity: 1;
    width: 15%;
  }
  25% {
    opacity: 1;
    width: 25%;
  }
  40% {
    opacity: 1;
    width: 35%;
  }
  55% {
    opacity: 1;
    width: 75%;
  }
  60% {
    opacity: 1;
    width: 100%;
  }
  to {
    opacity: 0;
    width: 100%;
  }
}
@keyframes progress-bar {
  0% {
    opacity: 1;
    width: 0;
  }
  10% {
    opacity: 1;
    width: 15%;
  }
  25% {
    opacity: 1;
    width: 25%;
  }
  40% {
    opacity: 1;
    width: 35%;
  }
  55% {
    opacity: 1;
    width: 75%;
  }
  60% {
    opacity: 1;
    width: 100%;
  }
  to {
    opacity: 0;
    width: 100%;
  }
}


.side-img{
    margin-top: -200px;
    margin-left: 30px;
    z-index: -1;
    animation: flying 2s linear infinite alternate;

}

@keyframes flying {
    0% {
        transform: translatey(10%);
    
    
      }
    
      100% {
        transform: translatey(-10%);
    
      }
  }
.section1-inputs{
    display: flex;
    gap: 20px;
}
@media (min-width: 768px) {
    .container1 {
        flex-direction: row;
    }

    .contact-info, 
    .form-container {
        width: 50%;
    }
}


.banner {
    height: 400px;
    width: 100%;
    z-index: 1;
    /* Default visibility */
    background-image: linear-gradient(to right, rgba(109, 109, 249, 0.695), rgba(98, 94, 94, 0.774)), url("https://i.pinimg.com/originals/e3/1b/75/e31b752875679b64fce009922f9f0dda.gif");
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    border-top-left-radius: 0px;
    /* margin-right: 40px; */
    /* border-top-right-radius: 130px; */
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    box-shadow: 0px 10px 29px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 10px 29px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 29px -8px rgba(0, 0, 0, 0.75);
  
  }
  
  .banner h1 {
    text-align: center;
    padding-top: 12%;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--light-text-color);
  }



/* ✅ Mobile View */
@media (max-width: 768px) {
    .container1 {
        flex-direction: column;
        gap: 50px;
        padding: 10px;
    }

    .contact-info,
    .form-container {
        width: 100% !important;
        padding: 20px;
        margin: 0;
    }

    .c-btn-96 {
        /* margin: -40px auto; */
        margin-top: -40px !important;
        margin-bottom: 40px !important;
    
    }

    .btn-96{
      margin-top: -120px !important;
    }
    .section1-inputs {
        flex-direction: column;
        gap: 10px;
    }

  .banner {
    height: 250px !important;
    background-attachment: scroll; /* Fixed background ko disable kiya mobile ke liye */
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
    padding: 0 15px;
  }

  .banner h1 {
    padding-top: 25%;
    font-size: 35px;
  }
  .side-img{
  display: none !important;

}
.girl-img-1{
  display: none !important;
}
}







.section-9 {
    padding-top: 30px;
    height: 300px;
    /* width: 500px; */
    /* height: 400px; */
    /* border: 2px solid green; */
    /* margin-left: 400px; */
    /* border-radius: 50%; */
    /* margin-right: 100px; */
    /* margin-top: 50px; */
    border-radius: 10px;
    z-index: 100;
  
  }
  
  .section-9 h1 {
    text-align: center;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .section-9 .contact-des {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* border: 2px solid yellow; */
    height: 50px;
  
  }
  
  .section-9 .contact-des .whatup {
    width: 170px;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    display: flex;
    border-radius: 20px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    transition: transform 0.3s ease, background-color 0.3s ease;
  
    &:hover {
      transform: scale(1.1);
      /* Smooth scaling */
      /* background-color: #2ecc71;  */
    }
  }
  
  .section-9 .contact-des .whatup i {
    font-size: 30px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
    width: 35px;
    border-radius: 50%;
    color: white;
    background: var(--btn-color);
    /* border: 2px solid green; */
  }
  
  .section-9 .contact-des .phone-no {
    width: 170px;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    display: flex;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.66);
    transition: transform 0.3s ease, background-color 0.3s ease;
  
    &:hover {
      transform: scale(1.1);
      /* Smooth scaling */
      /* background-color: #2ecc71;  */
    }
  }
  
  .section-9 .contact-des .phone-no i {
    font-size: 20px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 8px;
    padding-top: 8px;
    width: 35px;
    border-radius: 50%;
    color: white;
    background: var(--btn-color);
  }
  
  .phone-no p,
  .whatup p {
    /* border: 2px solid green; */
    color: rgb(0, 0, 0);
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  
  .section-9 h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px;
    animation: pulse-w 2s infinite;
    box-shadow: 0 0 0 2em transparent;
  }
  
  /* Adding the same pulse keyframes */
  @keyframes pulse-w {
    0% {
      box-shadow: 0 0 0 0 #25d3658b;
    }
    100% {
      box-shadow: 0 0 0 30px transparent;
    }
  }





@media (max-width: 768px) {
  .section-9{
    margin-top: -100px;
  }
  .section-9 h1 {
    font-size: 36px;
  }

  .section-9 .contact-des {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: auto;
  }

  .section-9 .contact-des .phone-no,
  .section-9 .contact-des .whatup {
    width: 220px;
    height: 45px;
    justify-content: center;
    align-items: center;
  }

  .section-9 h2 {
    font-size: 20px;
  }

  .phone-no p,
  .whatup p {
    margin: 0;
    font-size: 14px;
  }

  .section-9 .contact-des .phone-no i,
  .section-9 .contact-des .whatup i {
    font-size: 18px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 450px) {
  .section-9 h1 {
    font-size: 28px;
  }

  .section-9 h2 {
    font-size: 16px;
  }
}



.girl-img-1 img{
  /* border: 2px solid rgb(150, 150, 30); */
  width: 200px;
}
.girl-img-1{
  margin-top: -250px;
/* border: 2px solid green; */
  display: flex;
  justify-content: end;
}



.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  padding: 10px;
  animation: pulse-w 2s infinite;
  box-shadow: 0 0 0 2em transparent;
}

/* Adding the same pulse keyframes */
@keyframes pulse-w {
  0% {
    box-shadow: 0 0 0 0 #25d3658b;
  }
  100% {
    box-shadow: 0 0 0 30px transparent;
  }
}





  
/* footer */


footer {
    /* background: #101010; */
    padding: 86px 0;
    margin-top: 60px;
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(2, 2, 2, 0.649)), url("https://i.pinimg.com/564x/d5/9c/7e/d59c7ea55cc64b87ed26fcea1affe848.jpg");
    background-position: center;
    background-size: cover;
    display: flex;
  }
  
  .single-box img {
    width: 100px;
  }
  
  .single-content {
    text-align: center;
    padding: 115px 0;
  }
  
  .single-box p {
    color: #fff;
    line-height: 1.9;
  }
  
  .single-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }
  
  .single-box .card-area i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
  }
  
  .box1 {
  
    /* margin-right: 50px; */
    width: 100px;
  }
  
  .single-box ul {
    list-style: none;
    padding: 0;
    /* border: 2px solid green; */
  }
  
  .single-box ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 2.5;
    font-weight: 100;
  
    &:hover {
      color: #5252fd;
    }
  }
  
  .single-box h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }
  
  .ser-left {
    /* border: 2px solid blue; */
    margin-left: -90px;
  }
  
  .ser-right {
    margin-right: 70px;
    /* border: 2px solid blue; */
  
  
  }
  
  #basic-addon2 {
    background: var(--btn-color);
    color: #fff;
  }
  
  .socials i {
    font-size: 18px;
    margin-right: 15px;
  }
  
  .services-f {
    display: flex;
    justify-content: space-between;
    /* gap: 100px; */
  }
  
  @media (max-width: 767px) {
    .single-box {
      margin-bottom: 50px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .single-box {
      margin-bottom: 50px;
    }
  }
  
  .copy-right-sec {
    height: 50px;
    padding-top: 10px;
    /* padding-left: 500px; */
    display: flex;
    justify-content: center;
    background: var(--btn-color);
    margin-bottom: 0;
    color: var(--light-text-color);
  }