* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
}
.htag h2{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
 margin-top: 80px;
}
.htag h4{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
 margin-top: 80px;
}
.htag h1{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
  font-size: 30px;
  margin-top: 50px;
}
.underline{
  font-size: 40px;
    color: rgb(8, 116, 62);
  font-family: spectral;
  font-weight: 600;
  width: 100px;
}
.homediv {
  display: flex;
  justify-content: space-evenly;
}
.homediv .car1{
  height: 320px;
  padding: 30px;
  margin-top: 20px;
}
.homediv p{
  padding: 30px;
  font-size: 20px;
  font-family: poppins;
  font-weight: 400;
  width: 1200px;
  text-align: justify;
  margin-top: 50px;
  
}
.homedivabout{
  height: 250px;
  padding: 30px;
  margin-top: 90px;
}
/* default view */

nav {
 background: linear-gradient(to right,rgb(75, 142, 214),rgb(0,73,152));
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.logo {
  height: 80px;
 margin-top: 10px;
 margin-right: 0%;
}
nav ul {
  float: right;
  /* margin-right: 20px; */
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
  margin-top: 10px;
}
nav ul li a {
  color: white;
  font-size: 17px;
  padding: 10px 13px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: poppins;
  text-decoration: none;
}
a.active,
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;

  transition: .5s;
}
.checkbtn {
  font-size: 22px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 30px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

/* support */

.btnnn button {
  background: #fff;
  border: 2px solid rgb(12, 83, 165);;
  padding: 15px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 180px;
  height: 55px;
  /* margin-top: 20px; */
  cursor: pointer;
  transform: skew(-21deg);
  color: rgb(12, 83, 165);
  font-family: poppins;


}
.btnnn{
  margin-top: 25px;
}
button p{
  display: inline-block;
  transform: skew(21deg);
}

.btnnn button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(138,194,255);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

button:hover {
  color: #fff;
}

button:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

/* service */

.marq img{
  height: 300px;
}

/* footer */
.footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 45vh;
 margin-top: 50px;
 display: flex;
 justify-content: space-evenly;
 padding-top: 40px;
}
.footer2{
  background-color: black;
  height: 5vh;
}
.footer2 p{
  color: white;
  font-family: spectral;
  font-size: 12px;
  padding-top: 15px;
}
.footcol1 img{
  width: 100px;
}
.footcol1 p{
  width: 400px;
  font-family: poppins;
  color: white;
  padding: 20px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:10px;
font-family: poppins;
font-size: 15px;
    
}
.footcol2 a:hover{
  color: rgb(70, 68, 68);
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
    margin-top: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
  margin-top: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 15px;
margin-top: 15px;
color: white;
width: 500px;
text-align: justify;
}

.button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(rgb(10,33,61), rgb(28, 96, 179));
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: #ffffff;
}

#wp{
  position: fixed;
  z-index: 5 !important;
  bottom: 7%;
  left:95.5%;
  width: 50px;
  height: 50px;
}
 #wp:hover{
  transform: scale(1.2);
 }
 #uparrow{
  position: fixed;
  z-index: 5 !important;
  bottom: 1.5%;
  left:96%;
 }
ul {
  list-style: none;
}

.example-2 {
  display: flex;
margin-top: 20px;

}
.example-2 .icon-content {
  margin: 0 8px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ac4c4cd3;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}

/* sliderr section */


/* Carousel Container */
.carousel-container {
    position: relative;
    height: 70vh;
    overflow: hidden;
    
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Slides */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(100%) scale(0.9);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.car{
    width: 100%;

}
.slide.active {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.slide.prev {
    opacity: 0;
    transform: translateX(-100%) scale(1.1);
}



/* Buttons */
.slide-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background: white;
    color: #1f2937;
    width: 800px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #1f2937;
    transform: translateY(-2px);
}

/* Navigation Controls */
.carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    padding: 0 1.5rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    pointer-events: auto;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: scale(1.1);
}

.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Bottom Navigation */
.bottom-nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.nav-container {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 9999px;
    padding: 0.75rem 1.5rem;
}

.slide-indicators {
    display: flex;
    gap: 0.5rem;
}

.indicator {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: white;
    transform: scale(1.25);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.7);
}

.autoplay-toggle {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.autoplay-toggle:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.hidden {
    display: none;
}

/* Progress Bar */
.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 20;
}

.progress-fill {
    height: 100%;
    background: white;
    width: 33.333%;
    transition: width 0.3s ease;
}

/* Main Content */
.main-content {
    padding: 4rem 1.5rem;
    background: #f8fafc;
}

.content-section {
    max-width: 64rem;
    margin: 0 auto;
    text-align: center;
}

.content-section h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.content-section p {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 42rem;
    margin: 0 auto;
}

.thankyouimg{
  width:700px;
  height:600px;
 margin-top: 30px;
}
.thankyou p{
  font-size: 18px;
  font-family: poppins;
  color: rgb(94, 93, 93);
  margin-top: 20px;
   
}

.tqbutton{
  padding: 10px 20px;
  font-size: 18px;
  background-color: rgb(14, 74, 184);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 rgba(0, 123, 255, 0.4);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4); }
  70% { box-shadow: 0 0 0 15px rgba(0, 123, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
}
.video-section{
    margin-top: 20px;
    text-align: center;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
    
    
}
.video-section iframe{
    border-radius: 0px;
    height: 600px;
    width: 330px;
}
.applybutton1{
  padding: 10px 20px;
  font-size: 18px;
  background-color: rgb(14, 74, 184);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  animation: pulse 2s infinite;
  /* animation: blink 2s infinite; */
  box-shadow: 0 0 0 rgba(0, 123, 255, 0.4);
  margin-bottom: 50px;
}
.applybutton{
  padding: 10px 20px;
  font-size: 18px;
  background-color: rgb(14, 74, 184);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  animation: pulse 2s infinite;
  animation: blink 2s infinite;
  box-shadow: 0 0 0 rgba(0, 123, 255, 0.4);
  margin-bottom: 50px;
}
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}
  /* privacypolicy */

  .privacy{
    padding: 100px;
    font-family: poppins;
    align-items: justify;
   
  }
  .privacy h6{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
   
  }



/* Responsive Design */
/* @media (max-width: 768px) {
    .slide-content {
        padding: 0 1.5rem;
    }
    
    .slide-title {
        font-size: clamp(2rem, 10vw, 4rem);
    }
    
    .slide-description {
        font-size: 1rem;
    }
    .bottom-nav {
    display: none;
}
    .slide-buttons {
       display: none;
    }
    
    .btn {
        display: none;
    }
    
    .carousel-controls {
         display: none;
    }
    
    .nav-btn {
       display: none;
    }
    
    .content-section h2 {
        font-size: 2rem;
    }
    
    .content-section p {
        font-size: 1rem;
    }
    .carousel-container {
    position: relative;
    height: 21vh;
    overflow: hidden;
    
}

}

@media (max-width: 480px) {
    .bottom-nav {
        bottom: 1rem;
    }
    
    .nav-container {
        padding: 0.5rem 1rem;
        gap: 1rem;
    }
    
    .slide-buttons {
         display: none;
    }
     .bottom-nav {
    display: none;
}
} */


/* lap view */

@media (min-width:1025px) and  (max-width:1568px) {
   .footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 62vh;
 margin-top: 40px;
 display: flex;
flex-wrap: wrap;
 padding-top: 10px;
 padding: 30px;
}
.footer2{
  background-color: black;
  height: 6vh;
}
.footcol1 p{
  width: 400px;
  font-family: poppins;
  color: white;
  padding: 20px;
  font-size: 13px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:10px;
font-family: poppins;
font-size: 13px;
    
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 17px;
    margin-top: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 17px;
  margin-top: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 13px;
margin-top: 15px;
color: white;
width: 400px;
text-align: justify;
}
}


/* tab view */

@media  (min-width:769px) and (max-width:1024px) {

    /* navbar */
    .logo {
  height: 70px;
 margin-top: 5px;
 margin-right: 0%;
 margin-left:20px ;
}
 .checkbtn {
    display: block;
    margin-top: 5px;
    margin-left: 80%;
  }
  nav {
  display: flex;
  justify-content: space-around;
  height: 80px;
}
.homeh1{
   color:rgb(12, 83, 165) ;
   font-size: 19px;
}
 nav ul {
    position: fixed;
    width: 100%;
    height: 80vh;
     background: linear-gradient(to right,rgb(138,194,255),rgb(0,73,152));
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
    margin-right: 18px;
    margin-right: 25%;
  }
  nav ul li a {
    font-size: 18px;
    color: white;
  }
  a:hover,
  a.active {
    text-decoration: none;
  }
  #check:checked~ul {
    left: 0;
  
}
 .btnnn button{
display: none;
  }



  /* footer */


  
  #uparrow{
   position: fixed;
  z-index: 5 !important;
  bottom:2%;
  left:91.5%;
}
#wp{
  position: fixed;
  z-index: 5 !important;
  bottom:7.5%;
  left:90%;
  width: 50px;
  height: 50px;
}
  .footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 63vh;
 margin-top: 40px;
 display: flex;
flex-wrap: wrap;
 padding-top: 10px;
 padding: 30px;
}
.footer2{
  background-color: black;
  height: 4vh;
}
.footer2 p{
  color: white;
  font-family: spectral;
  font-size: 13px;
  padding-top: 15px;
}
.footcol1 img{
  width: 100px;

}
.footcol1 p{
  width: 390px;
  text-align: center;
  font-family: poppins;
  color: white;
  padding: 10px;
  font-size: 14px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:7px;
font-family: poppins;
font-size: 13px;
padding-left: 10px;
    
}
.footcol2 a:hover{
  color: rgb(70, 68, 68);
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
    margin-top: 10px;
    padding-left: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 12px;
margin-top: 10px;
color: white;
padding-left: 10px;
width: 350px;
text-align: justify;
}

}




/* Application Form */
.application-form {
    padding: var(--spacing-3xl) 0;
}

.form-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: var(--bg-card);
    padding: var(--spacing-2xl);
    border-radius: var(--radius-lg);
    box-shadow: 0px  0px 20px rgb(202, 201, 201);
}

.form-header {
    text-align: center;
    margin-bottom: var(--spacing-2xl);
}

.loan-form {
    display: grid;
    gap: var(--spacing-lg);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-md);
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: var(--spacing-sm);
    font-weight: 500;
    color: var(--text-primary);
}

.form-group input,
.form-group select {
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    transition: border-color var(--transition-fast);
    background-color: var(--bg-primary);
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-sm);
    cursor: pointer;
    font-size: var(--font-size-sm);
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

/* Contact Section */
.contact {
  margin-top: 20px;
    padding: var(--spacing-3xl) 0;
    
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
}

.contact-info h2 {
    margin-bottom: var(--spacing-lg);
     color: rgb(14, 74, 184);
     font-family: poppins;
     text-decoration: underline;
     text-decoration-color: #128c7e;
}
.contact-info p {
    margin-bottom: var(--spacing-lg);
     color: rgb(55, 56, 56);
     font-family: poppins;

}

.contact-details {
    display: grid;
    gap:30px;
}

.contact-item {
    display: flex;
    gap: var(--spacing-md);
    align-items: flex-start;
}

.contact-icon {
    font-size: var(--font-size-xl);
    flex-shrink: 0;
}

.contact-item h4 {
    margin-bottom: var(--spacing-xs);
      color: rgb(14, 74, 184);
     font-family: poppins;
     font-size: 20px;
}

.contact-item p {
    color: var(--text-secondary);
    margin-bottom: 0;
    text-align: justify;
    font-size: 15px;
}

iframe{
  width: 600px;
  height: 350px;
  border-radius: 20px;
}


@media (max-width: 480px) {
    .bottom-nav {
        bottom: 1rem;
    }
    
    .nav-container {
        padding: 0.5rem 1rem;
        gap: 1rem;
    }
    
    .slide-buttons {
         display: none;
    }
     .bottom-nav {
    display: none;
}
}


/* lap view */

@media (min-width:1025px) and  (max-width:1568px) {
.footcol1 p{
  width: 400px;
  font-family: poppins;
  color: white;
  padding: 20px;
  font-size: 15px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:10px;
font-family: poppins;
font-size: 15px;
    
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 17px;
    margin-top: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 17px;
  margin-top: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 15px;
margin-top: 15px;
color: white;
width: 400px;
text-align: justify;
}
.carousel-container{
  display: none;
}
 .sliderr{
    
    background-image: url("/src/banner1.jpg");
    background-repeat: no-repeat;
    height: 560px;
    background-size: 100%;
   
}
}


/* tab view */

@media  (min-width:769px) and (max-width:1024px) {

  /* Contact Section */
.contact {
  margin-top: 20px;
    padding: var(--spacing-3xl) 0;
    
}

.contact-content {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
    margin-left: 30px;
}

.contact-info h2 {
    margin-bottom: var(--spacing-lg);
     color: rgb(14, 74, 184);
     font-family: poppins;
     text-decoration: underline;
     text-decoration-color: #128c7e;
}
.contact-info p {
    margin-bottom: var(--spacing-lg);
     color: rgb(55, 56, 56);
     font-family: poppins;
     font-size: 15px;
     
}

.contact-details {
    display: grid;
    gap:30px;
}

.contact-item {
    display: flex;
    gap: var(--spacing-md);
    align-items: flex-start;
}

.contact-icon {
    font-size: var(--font-size-xl);
    flex-shrink: 0;
}

.contact-item h4 {
    margin-bottom: var(--spacing-xs);
      color: rgb(14, 74, 184);
     font-family: poppins;
     font-size: 20px;
}

.contact-item p {
    color: var(--text-secondary);
    margin-bottom: 0;
    text-align: justify;
    font-size: 13px;
    padding: 10px;
}

 .sliderr{
    
    background-image: url("/src/banner1.jpg");
    background-repeat: no-repeat;
    height: 360px;
    background-size: 100%;
   
}

.carousel-container{
  display: none;
}
    /* navbar */
    .logo {
  height: 70px;
 margin-top: 5px;
 margin-right: 0%;
 margin-left:20px ;
}
 .checkbtn {
    display: block;
    margin-top: 5px;
    margin-left: 80%;
  }
  nav {
  display: flex;
  justify-content: space-around;
  height: 80px;
}
.homeh1{
   color:rgb(12, 83, 165) ;
   font-size: 19px;
}
 nav ul {
    position: fixed;
    width: 100%;
    height: 80vh;
     background: linear-gradient(to right,rgb(138,194,255),rgb(0,73,152));
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
    margin-right: 18px;
    margin-right: 10%;
  }
  nav ul li a {
    font-size: 18px;
    color: white;
  }
  a:hover,
  a.active {
    text-decoration: none;
  }
  #check:checked~ul {
    left: 0;
  
}
 .btnnn button{
display: none;
  }

.btn-primary {
    background: white;
    color: #1f2937;
    width: 400px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.htag h2{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
 font-size: 20px;
  margin-top: 50px;
}
.htag h1{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0px;
}
.underline{
  font-size: 30px;
    color: rgb(8, 116, 62);
  font-family: spectral;
  font-weight: 600;
  width: 100px;
}
.homediv {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.homediv img{
  width: 450px;
  padding: 30px;
  margin-left: 20%;
}
.homediv p{
  padding: 20px;
  font-size: 15px;
  font-family: poppins;
  font-weight: 400;
  width:810px;
  text-align: justify;
  margin-top: 0px;
  
}
  /* footer */


  
  #uparrow{
   position: fixed;
  z-index: 5 !important;
  bottom:2%;
  left:91.5%;
}
#wp{
  position: fixed;
  z-index: 5 !important;
  bottom:7.5%;
  left:90%;
  width: 50px;
  height: 50px;
}
  .footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 53vh;
 margin-top: 40px;
 display: flex;
flex-wrap: wrap;
 padding-top: 10px;
 padding: 30px;
}
.footer2{
  background-color: black;
  height: 4vh;
}
.footer2 p{
  color: white;
  font-family: spectral;
  font-size: 12px;
  padding-top: 15px;
}
.footcol1 img{
  width: 100px;

}
.footcol1 p{
  width: 390px;
  text-align: center;
  font-family: poppins;
  color: white;
  padding: 10px;
  font-size: 13px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:7px;
font-family: poppins;
font-size: 13px;
padding-left: 10px;
    
}
.footcol2 a:hover{
  color: rgb(70, 68, 68);
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
    margin-top: 10px;
    padding-left: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 12px;
margin-top: 10px;
color: white;
padding-left: 10px;
width: 350px;
text-align: justify;
}

}



@media (max-width:768px) {
   .privacy{
    padding: 20px;
    font-family: poppins;
    align-items: justify;
   
  }
  .privacy h6{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    align-items: justify;
  }
  .privacy p{
    font-size: 14px;
    text-align: justify;
  }
  .privacy ul{
    font-size: 14px;
    text-align: justify;
    
  }
  
.video-section{
    margin-top: 20px;
    text-align: center;
    display: flex;
    gap: 30px;
    width: 100%;
  flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
    
    
}
.video-section iframe{
    border-radius: 0px;
    height: 410px;
    width: 230px;
}
  
 .sliderr{
    
    background-image: url("/src/banner1.jpg");
    background-repeat: no-repeat;
    height: 170px;
    background-size: 100%;
   
}
.marq img{
  height: 200px;
}
.logo {
  height: 60px;
 margin-top: 10px;
 margin-right: 0%;
 margin-left:10px ;
}
  .checkbtn {
    display: block;
    margin-top: 5px;
    margin-left: 250px;
  }
  nav {
  display: flex;
  justify-content: space-around;
  height: 80px;
  
}

.homeh1{
   color:rgb(12, 83, 165) ;
   font-size: 19px;
}
 nav ul {
    position: absolute;
    width: 100%;
    height: 80vh;
     background: linear-gradient(to right,rgb(138,194,255),rgb(0,73,152));
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
    margin-right: 18px;
  }
  nav ul li a {
    font-size: 18px;
    color: white;
  }
  a:hover,
  a.active {
    text-decoration: none;
  }
  #check:checked~ul {
    left: 0;
  
}

   .btnnn button{
display: none;
  }
.button2 {
  margin-top: 30px;
}
.htag h2{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
 font-size: 20px;
  margin-top: 50px;
}
.htag h1{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0px;
}
.underline{
  font-size: 30px;
    color: rgb(8, 116, 62);
  font-family: spectral;
  font-weight: 600;
  width: 100px;
}
.homediv {
  display: flex;
  flex-direction: column;
}
.homediv img{
  height:200px;
  padding: 30px;
}
.homediv .car1{
    height:250px;
  padding: 30px;
}
.homediv p{
  padding: 20px;
  font-size: 15px;
  font-family: poppins;
  font-weight: 400;
  width: 385px;
  text-align: justify;
  margin-top: 0px;
  
}
.btn-primary {
    background: white;
    color: #1f2937;
    width: 200px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}


/* footer */
    
     #uparrow{
   position: fixed;
  z-index: 5 !important;
  bottom:2%;
  left:83%;
}
#wp{
  position: fixed;
  z-index: 5 !important;
  bottom:7.5%;
  left:80%;
  width: 50px;
  height: 50px;
}
  .footer1{
 background: linear-gradient(rgb(138,194,255),rgb(0,73,152));
 height: 120vh;
 margin-top: 20px;
 display: flex;
 flex-direction: column;
 padding-top: 10px;
  padding: 0px;
}
.footer2{
  background-color: black;
  height: 10vh;
}
.footer2 p{
  color: white;
  font-family: spectral;
  font-size: 12px;
  padding: 10px;
}
.footcol1 img{
  width: 100px;
  padding-left: 20px;
}
.footcol1 p{
  width: 360px;
  text-align: center;
  font-family: poppins;
  color: white;
  padding: 10px;
  font-size: 13px;
}
.footcol2 a{
  color: white;
  text-decoration: none;
    display: flex;
  flex-direction: column;
margin-top:7px;
font-family: poppins;
font-size: 13px;
padding-left: 10px;
    
}
.footcol2 a:hover{
  color: rgb(70, 68, 68);
}
.footcol2 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
    margin-top: 10px;
    padding-left: 10px;
}
.footcol3 h3{
  color: rgb(65, 63, 63);
  font-family: poppins;
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
.footcol3 p{
  font-family: poppins;
font-size: 12px;
margin-top: 10px;
color: white;
padding-left: 10px;
width: 350px;
text-align: justify;
}
/* Contact Section */
.contact {
  margin-top: 20px;
    padding: var(--spacing-3xl) 0;
    
}
.carousel-container{
  display: none;
}
.contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
}

.contact-info h2 {
    margin-bottom: var(--spacing-lg);
     color: rgb(14, 74, 184);
     font-family: poppins;
     text-decoration: underline;
     text-decoration-color: #128c7e;
}
.contact-info p {
    margin-bottom: var(--spacing-lg);
     color: rgb(55, 56, 56);
     font-family: poppins;
     font-size: 15px;
     
}

.contact-details {
    display: grid;
    gap:30px;
}

.contact-item {
    display: flex;
    gap: var(--spacing-md);
    align-items: flex-start;
}

.contact-icon {
    font-size: var(--font-size-xl);
    flex-shrink: 0;
}

.contact-item h4 {
    margin-bottom: var(--spacing-xs);
      color: rgb(14, 74, 184);
     font-family: poppins;
     font-size: 20px;
}

.contact-item p {
    color: var(--text-secondary);
    margin-bottom: 0;
    text-align: justify;
    font-size: 13px;
    padding: 10px;
}

 iframe{
  width: 360px;
  height: 250px;
  border-radius: 20px;
  
}.thankyouimg{
  width:300px;
  height:250px;
 margin-top: 30px;
}}
@media (min-width: 768px) {
    .contact-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .contact-details {
        grid-template-columns: 1fr 1fr;
    }
   

}


@media (max-width:378px) {
    .privacy{
    padding: 20px;
    font-family: poppins;
    align-items: justify;
   
  }
  .privacy h6{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    align-items: justify;
  }
  .privacy p{
    font-size: 14px;
    text-align: justify;
  }
  .privacy ul{
    font-size: 14px;
    text-align: justify;
    
  }
  

  .sliderr{
    
    background-image: url("/src/banner1.jpg");
    background-repeat: no-repeat;
    height: 160px;
    background-size: 100%;
   
}
  .carousel-container{
  display: none;
}
   .btnnn button{
display: none;
  }
.button2 {
  margin-top: 30px;
}
.htag h2{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
 font-size: 20px;
  margin-top: 50px;
}
.htag h1{
  color: rgb(14, 74, 184);
  font-family: spectral;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0px;
}
.underline{
  font-size: 30px;
    color: rgb(8, 116, 62);
  font-family: spectral;
  font-weight: 600;
  width: 100px;
}
.homediv {
  display: flex;
  flex-direction: column;
}
.homediv img{
  height: 250px;
  padding: 30px;
}
.homediv p{
  padding: 20px;
  font-size: 15px;
  font-family: poppins;
  font-weight: 400;
  width: 360px;
  text-align: justify;
  margin-top: 0px;
  
}
/* Contact Section */
.contact {
  margin-top: 20px;
    padding: var(--spacing-3xl) 0;
    
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-2xl);
}

.contact-info h2 {
    margin-bottom: var(--spacing-lg);
     color: rgb(14, 74, 184);
     font-family: poppins;
     text-decoration: underline;
     text-decoration-color: #128c7e;
}
.contact-info p {
    margin-bottom: var(--spacing-lg);
     color: rgb(55, 56, 56);
     font-family: poppins;
     font-size: 15px;
     
}

.contact-details {
    display: grid;
    gap:30px;
}

.contact-item {
    display: flex;
    gap: var(--spacing-md);
    align-items: flex-start;
}

.contact-icon {
    font-size: var(--font-size-xl);
    flex-shrink: 0;
}

.contact-item h4 {
    margin-bottom: var(--spacing-xs);
      color: rgb(14, 74, 184);
     font-family: poppins;
     font-size: 20px;
}

.contact-item p {
    color: var(--text-secondary);
    margin-bottom: 0;
    text-align: justify;
    font-size: 13px;
    padding: 10px;
}
.btn-primary {
    background: white;
    color: #1f2937;
    width: 200px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

 iframe{
  width: 340px;
  height: 250px;
  border-radius: 20px;
  justify-content: center;
}
.thankyouimg{
  width:300px;
  height:200px;
 margin-top: 30px;
}}


