.firstsection {
     /* background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%); */
background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
padding: 50px;
padding-bottom: 0px;

    display: flex;
    align-items: center;
}

.row1 {
    display: flex;
    align-items: center; 
    justify-content: center;
    flex-wrap: wrap; 
    width: 100%;
}
body,html{
    font-family: "Montserrat", sans-serif !important;
}

.firstsection h1{
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 45px;
}
.firstsection button{
    padding: 12px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
}

.firstsection .btn1{
  background-color: #06a3a3;
  color: white;
}
.firstsection .btn2{
  background:none;
  border: 1px solid white;
  color: white;
  margin-left: 10px;

}
.firstsection button{
  transition: all 0.5s ease-in-out;
}
.firstsection .btn2:hover{
  background-color: #06a3a3;
  border: 2px solid  #06a3a3;

}
.firstsection .btn1:hover{
  background: none;
  border: 1px solid white;

}
.firstsection .btn2 i{
  margin-left: 10px;
}
.firstsection .img2{
    padding-top: 50px;
    padding: 50px;
    margin-top: 80px;
   border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;


  
}
.firstsection .span1 {
    background: linear-gradient(to right, #79fcec, #06a3a3); /* Light aqua to cyan */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}
.firstsection .span2 {
color: #31be8f
;
}
.firstsection .firstp{
    margin-top: 15px;
    color: rgb(165, 163, 163);
}
.bottom-img_container{
    display: flex;
gap: 40px;;
    align-items: center;
}

.firstsection .secP{
margin-top: 5px;
 color: rgb(255, 255, 255);
 font-weight: 600;
 font-size: 13px;
}
.bottom-img{
    margin-top: 20px;;
}
.bottom-img img{
    border-radius: 50px;
   
}

.bottom-img {
    display: flex;
    align-items: center;
}

.bottom-img img {
    width: 50px;
    margin-left: -15px; 
    border: 2px solid #fff; 
    border-radius: 50%;  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
}

.bottom-img img:first-child {
    margin-left: 0; 
}
.bottom-img2{
    margin-top: 30px;;
}

.secondSection {
  padding: 50px;

}

.slider-wrapper {
  position: relative;
}

.slider-container {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  padding: 20px 0;
  scroll-behavior: auto; /* Disable native smooth so we control it */
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE 10+ */
}

.slider-container::-webkit-scrollbar {
  display: none;
}

.slider {
  display: flex;
  gap: 20px;      /* space between slides */
  width: max-content;
}

.slide {
  flex: 0 0 auto;
  width: 250px;
  height: auto;
  border-radius: 10px;
  overflow: visible;       /* Make sure images are not clipped */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
  
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 205px;
  object-fit: initial;
  border-radius: 0;   
}

/* Arrow Buttons */
.slider-arrow {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 18px;
    cursor: pointer;
    padding: 2px;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: background 0.3s;
    width: 40px;
    height: 40px;
}

.slider-arrow:hover {
  background: rgba(255,255,255,1);
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}



.thiredSection h1{

}

.thiredSection .col-lg-6{
    padding-left: 50px;;
    padding-right: 50px;;
}

.thiredSection h1{
    color: black;
    font-weight: 700;
    font-size: 40px;
}
.thiredSection button{
    padding: 15px 25px;
    border: none;
    outline: none;
    font-weight: 600;
    border-radius: 50px;
      background-color: #06a3a3 ;
      
  transition: background-color 0.3s ease, transform 0.2s ease;


  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
  color: white;
}



.thiredSection .span1 {
    background: linear-gradient(to right, #79fcec, #06a3a3); /* Light aqua to cyan */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}
.thiredSection .span2 {
color: #19bb85
;
}
/* Container and layout */
.thiredSection {
  padding: 60px 20px;
     background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%);

  color: #ffffff;
}

.thiredSection .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading Styles */
.thiredSection h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.thiredSection h1 .span1 {
    background: linear-gradient(to right, #79fcec, #06a3a3); /* Light aqua to cyan */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}

.thiredSection p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #838383;
  margin-bottom: 30px;
  max-width: 550px;
}


.thiredSection button:hover {
  background-color: #388E3C;
  transform: translateY(-3px);
}

/* Dark Theme Glassmorphic Card */
.thiredSection .card {
  background: rgba(30, 30, 30, 0.55); /* Semi-transparent dark bg */
  border-radius: 12px;
  padding: 28px 24px 10px;
  color: #ffffff;

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  /* Glassmorphism effects */
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08); /* Light transparent border */

  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6); /* Deep, soft shadow */
  transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}

.thiredSection .card:hover {
  box-shadow: 0 16px 40px rgba(8, 218, 218, 0.15);
  transform: translateY(-6px);
  border-color: rgba(26, 224, 238, 0.2);
}


/* Icon and Title */
.thiredSection .card .icon-text {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.thiredSection .card .icon {
font-size: 20px;
    width: 43px;
    height: 43px;
    color: #ffffff;
    border: 2px solid #06a3a3;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 0 8px #19bb85, 0 0 12px rgba(35, 228, 163, 0.966), 0 0 20px rgba(159, 172, 167, 0.3);
    /* flex-shrink: 0; */
    transition: box-shadow 0.3s 
ease, transform 0.2s 
ease;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.thiredSection .card .icon:hover {
  transform: scale(1.05);
  box-shadow: 
    0 0 12px #19bb85, 
    0 0 18px rgba(25, 187, 133, 0.6), 
    0 0 25px rgba(25, 187, 133, 0.4);
}


.thiredSection .card h6 {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}

/* Card paragraph */
.thiredSection .card p {
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
  flex-grow: 1;
  margin-bottom: 24px;
}

/* Learn More Link */
.thiredSection .card .learn-more {
  font-weight: 600;
  font-size:12px;
  color: #06a3a3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}



.fourthSection{
    padding-top: 50px;
    
}

.fourthSection h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #222;
}

.fourthSection .span1 {
       background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}
.fourthSection .span2 {
color: #06a3a3
;
}
.fourthSection .card {
  background: radial-gradient(at top left, rgba(29, 171, 155, 1) 4%, #06a3a3 61%);
  /* padding: 20px; */
  border-radius: 15px;
max-width: 400px;
height: 500px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.fourthSection .card img {

  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  object-fit: cover;
  display: block;
position: relative;

left:90px;
}

.dabba {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.content-dabba {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 12px;

  /* Soft white-ish glow shadow */
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.6), /* white glow */
              0 0 10px rgba(200, 200, 200, 0.2); /* subtle grey shadow for contrast */

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  min-width: 250px;
}

.content-dabba:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Stylish Icon */
.content-dabba i {
  font-size: 30px;
  color: #06a3a3;
  background: #e8f0fe;
  padding: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text styling */
.content-dabba h6 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.content-dabba p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #777;
}

/* Text container (stack h6 and p vertically) */
.content-dabba div {
  display: flex;
  flex-direction: column;
}

.fourthSection button {
  background-color:  #06a3a3;

  color: white;
  border: none;
  border-radius: 30px;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
  margin-top: 20px;;
}
.fourthSection button:hover {
  background-color:  #ebebeb;

color: black !important;

border: 1px solid gray;
}
.fourthSection a{
  color: white;
}

  .fifthSection {
  padding: 60px 15px;
  background-color: #f9fafb;

}
    .fifthSection .container{
        max-width:1200px;
    }

.fifthSection .section-title {
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 10px;


  text-align: center;
}
.fifthSection .section-subtitle {

  margin-bottom: 150px;

text-align: center;
color: gray;
}


.fifthSection .card-custom{
    text-align:center; 
    max-width:350px;
}
.fifthSection .card-custom {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 0px 12px 35px !important;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  cursor: pointer;
  color:white !important;
}

.fifthSection .card-custom:hover {
  /* transform: translateY(-12px); */
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.fifthSection .card-featured {
background: radial-gradient(at top left, rgba(29, 171, 155, 1) 4%, #06a3a3 61%);
  border: 2.5px solid #ffffffff;
  transform: translateY(-40px);
  z-index: 3;
  box-shadow: 0 30px 60px rgba(0, 123, 94, 0.3);
  color:white !important;
}
.fifthSection .card-premium{
     background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%);
color: white;
}
.fifthSection .card-premium .card-text{
color: rgb(121, 118, 118) !important;

}
.fifthSection .card-premium img{
border: 2px solid lightblue;
}

.fifthSection .card-img-top {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    bottom: 56px;
    margin-bottom: 0px !important;
}

.fifthSection .card-title {
  font-size: 1.4rem;
  font-weight: 700;
  /* color: #007b5e; */
  margin-bottom: 12px;
  margin-top: -34px;
}

.fifthSection .card-text {
  font-size: 1rem;
  color:gray;
  margin-bottom: 10px;
  /* flex-grow: 1; */
  line-height: 1.4;
}

.fifthSection .card-details {
  font-size: 0.95rem;
  /* color: #333; */
  line-height: 2;
  margin-bottom: 30px;
}

.fifthSection .btn-custom {
  /* background-color: #1b756b; */
  color: white;
  border-radius: 30px;
  
  padding: 12px 34px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 123, 94, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  align-self: center;
  /* width: 140px; */
}

.fifthSection .btn-custom:hover {
  background-color: #31fccc;
  box-shadow: 0 8px 25px rgba(0, 89, 68, 0.6);
  color: #000000;
}
.fifthSection .btn1{
    background-color: #06a3a3;
}
.fifthSection .btn2{
color: black;
}
.divider {
  width: 90%;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto 10px; 
}
.fifthSection .span1 {
background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}


.fifthSection .btn3{
    background-color: #06a3a3;;
}

@media (max-width: 991.98px) {
  .fifthSection .card-featured {
    transform: translateY(-25px);
  }
}

@media (max-width: 767.98px) {
  .fifthSection .card-featured {
    transform: translateY(0);
    margin-top: 0;
  }
}



.location-card {
      text-align: left;
    justify-content: flex-start;
 padding: 25px;
  border: none !important;
    box-shadow: 3px 8px 20px 0px rgba(27.000000000000007, 117, 107.00000000000003, 0.24);
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}


.location-card .icon-container {
  background-color: #06a3a3; /* green */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 40px;
  height: 40px;

  font-size: 20px;
  box-shadow: 0 3px 8px rgba(40, 167, 69, 0.4);

}

.location-card h6 {
  font-weight: 600;
  color: #222;
  margin: 0 0 3px 0;
  font-size: 16px;
}

.location-card p.text-muted {
  color: #555;
  font-size: 13px;
  margin: 0;
}

/* For better alignment */
.location-card .row.align-items-center {
  align-items: center;
}


.contact_us{
    padding-top: 80px;
}
.contact_us h1{
      font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #222;
}
.contact_us .span1{
      background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}
.contact_us .contactp{
    color: gray;
}
.contact-form {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(27, 117, 107, 0.15);
}

.contact-form .form-label {
  font-weight: 600;
  color: #1b756b;
}

.contact-form .form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

.contact-form .btn-primary {
  background-color: #06a3a3;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form .btn-primary:hover {
  background-color: #155946;
}

.contact-form {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(27, 117, 107, 0.15);
}

.contact-form .form-label {
  font-weight: 600;
  color: #06a3a3;
}

.contact-form .form-control {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
}

.contact-form .btn-primary {
  background-color: #06a3a3;
  border: none;
  padding: 12px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.contact-form .btn-primary:hover {
  background-color: #155946;
}



.numberSection {
  padding: 60px;
     background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%);

margin-top: 25px;
  text-align: center;
}

.numberSection h1 {
  font-size: 45px;
  font-weight: 800;
  /* color: #0f4c46; */
  color: white;
  margin-bottom: 10px;
}
.numberSection .span1 {
      background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}

.numberSection .numberTitle {
  font-size: 18px;
  color: #a39999;
  /* margin-bottom: 50px; */
}

/* Steps Container */
.steps-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Dashed line behind the step bubbles */
.steps-wrapper::before {
  content: "";
  position: absolute;
  top: 75px; /* Adjust based on .number height */
  left: 10%;
  right: 10%;
  height: 2px;
  border-top: 2px dashed #cceae5;
  z-index: 0;
}

/* Step Box */
.step {

  position: relative;
  z-index: 1;
}

/* Number Bubble */
.step .number {
  background: linear-gradient(145deg, #1b756b, #06a3a3);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.glass-card {
  position: relative;
  background: rgba(255, 255, 255, 0.06); /* Light translucent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  
  border: 1px solid rgba(255, 255, 255, 0.1); /* Clean, subtle border */
  border-radius: 12px;
  padding: 30px 24px;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.glass-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}


/* 🎯 Modern Glass Card Icon Style */
.glass-card i {
  font-size: 32px;
  color: #ffffff;
  padding: 18px;
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 18px;

  /* Modern border with gradient */
  border: 2px solid rgba(6, 163, 163, 0.4);

  /* Soft inner glow */
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 0 8px rgba(255, 255, 255, 0.05),
    0 4px 12px rgba(6, 163, 163, 0.25);

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  transition: all 0.35s ease;
}

/* Hover effect: subtle color + bounce feel */
.glass-card:hover i {
  color: #0ef1c4;
  transform: scale(1.08);
  box-shadow:
    inset 0 0 12px rgba(255, 255, 255, 0.06),
    0 6px 18px rgba(11, 111, 96, 0.4);
}


/* 📝 Title */
.glass-card h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #06a3a3;
  letter-spacing: 0.3px;
  /* margin-top: 15px; */
}

/* 📄 Description */
.glass-card p {
  font-size: 14px;
  color: #a39999;
  line-height: 1.7;
  margin: 0;
}

.about1 {
  background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
padding: 150px;
  height: auto; 
  display: flex;
  align-items: center;
  justify-content: center; 
  text-align: center;
  color: rgb(255, 255, 255); 
  object-fit: contain;
}
.about1 h1{
  font-size: 45px;
  font-weight: 700;
}
.about1 .span1{
      background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}
.about2 .span1{
      background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}


.about2{
  padding: 50px;
  margin-top: 50px;
  padding-bottom: 50px;
}
.about2 img{
  border-radius: 5px;
}
.about2 h1{
  font-size: 45px;
  font-weight: 700;
}
.about2 p.text-muted {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 400;
}
.about2 .col-lg-6{
  padding-left: 30px;
  padding-right: 30px;
}
.about2 .checklist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  /* margin-bottom: 16px; */
  padding: 0px 2px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.about2 .checklist-item:hover {
  background-color: #f1fdf5;
}

.about2 .checklist-item i {
  font-size: 20px;
  color:#06a3a3;;
  background: #e9f8ef;
  padding: 10px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.about2 .checklist-item:hover i {
  transform: scale(1.2);
}

.about2 .checklist-item p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.bottom-div {
  position: absolute;
  bottom: -50px;
left: 290px;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 480px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.bottom-div:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.bottom-div-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.bottom-div i {
  font-size: 28px;
  color: #06a3a3;;
  background: #e9f8ef;
  padding: 12px;
  border-radius: 50%;
}

.bottom-div h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.bottom-div p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.maps{
  padding: 50px;
}
.maps iframe{
  height: 500px;
}
.loginsection{
  background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
padding: 100px;
padding-top: 180px;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center; 
  text-align: center;
  color: rgb(255, 255, 255); 
  object-fit: contain;
}
.registersection{
  background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
padding: 100px;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center; 

  color: rgb(0, 0, 0); 
  object-fit: contain;
}



.test-sec {
  padding: 100px 0;
     background-color: transparent;
    background-image: radial-gradient(at center left, #000218 33%, #000000 70%);

  color: white;
}

.test-sec h1{
  font-size: 42px;
  font-weight: 700;
}
.test-sec .span1{
        background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.test-sec .text-muted{
  color: rgb(148, 135, 135) !important;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 200%; /* 100% per slide-box */
}

.slide-box {
  flex: 0 0 100%;
  display: flex;
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}

/* Glassmorphic Dark Theme - Testimonial Content */
.testimonial-content {
  background: rgba(30, 30, 30, 0.6); /* Semi-transparent dark background */
  color: #ffffff;
  border-radius: 8px;
  padding: 27px;
  width: 100%;
  min-width: 34%;

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); /* Deep shadow for dark glass effect */
  backdrop-filter: blur(12px); /* Frosted glass blur */
  -webkit-backdrop-filter: blur(12px); /* Safari support */
  
  border: 1px solid rgba(255, 255, 255, 0.1); /* Subtle border */
  transition: all 0.4s ease;
}
.testimonial-content:hover {
  box-shadow: 0 12px 40px rgba(0, 255, 128, 0.15);
  transform: translateY(-4px);
}



.client-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.client-message p {
  /* font-style: italic; */
  font-size: 14px;
}

.dots-container {
  text-align: center;
  margin-top: 20px;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #ffffff;
}
.testimonials .row{
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsSection {
  padding: 100px;
}
.newsSection h1{
  font-size: 45px;
  text-align: center;
  font-weight: 700;
}
.newsSection .span1{
      background: linear-gradient(160deg, rgba(220, 255, 234, 1) 0%,rgba(27, 117, 107, 1) 56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* For Firefox */
    text-fill-color: transparent;
}
.newsSection p{
  color: gray;
  font-size: 14px;
  text-align: center;
}

.newsSection .container {
  background-image: url('images/aboutbg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  object-fit: contain;
  border-radius: 20px;
}

.input-wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
  margin: auto;
}

.input-wrapper input {
  width: 100%;
  padding: 15px 60px 15px 40px; /* extra right padding for button */
  border-radius: 30px;
  border: none !important;
  background: white;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.input-wrapper .send-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: #06a3a3;;
  color: white;
  padding: 12px 12px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.input-wrapper .send-btn:hover {
  background-color: #0056b3;
}

/* Optional: make the input focus border color blue */
.input-wrapper input:focus {
  border-color: #007bff;
}

.nfc-features-section {
  padding: 60px 0;
  background: linear-gradient(to bottom right, #0a0a0a, #121212, #1a1a1a);
}


.nfc-feature-box {
  background: rgba(18, 18, 18, 0.7);
  border-radius: 18px;
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 40px rgba(0, 255, 255, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}


.nfc-feature-box::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #00e5e5, #00b8b8);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.nfc-feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 255, 255, 0.12);
  border-color: rgba(0, 255, 255, 0.1);
}

.nfc-feature-box:hover::before {
  opacity: 0.08;
}

.nfc-icon {
  font-size: 42px;
  color: #00e5e5;
  flex-shrink: 0;
  z-index: 1;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nfc-feature-box:hover .nfc-icon {
  color: #00ffff;
  text-shadow: 0 0 10px #00ffff;
}

/* Text style */
.nfc-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #f2f2f2;
  font-weight: 400;
  z-index: 1;
  text-align:left;
}

.nfc-text strong {
  color: #00e5e5;
  font-weight: 700;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .nfc-feature-box {
    padding: 20px;
    gap: 15px;
  }

  .nfc-icon {
    font-size: 36px;
  }

  .nfc-text {
    font-size: 15px;
  }
}
@media screen and (min-width:300px) and (max-width:768px) {
    body,html{
        overflow-x: hidden;
        overflow-y: none;
    }
    .img1{
        display: none;
    }
    .firstsection{
      padding: 0px;
    }
    .firstsection h1{
        font-size: 28px;
    }
    .firstsection .img2{
            margin-top: 85px;
        padding: 0px;
        /* margin-bottom: 30px; */
    }
    .secondSection{
        padding: 10px;
    }
    .thiredSection .col-lg-6{
        padding: 0px;
    }
    .thiredSection h1{
        font-size: 28px;
        line-height: 35px;
    }
    .thiredSection p{
        margin-bottom: 10px;
    }
    .fourthSection{
        padding-top: 0px;
    }
   .firstsection .btn2{
    margin-left: 13px;
   }
   .firstsection .btn2 i{
    margin-left: 0px;
   }
    .fourthSection .card img{
        left: -4px;
    }
    .fourthSection h1{
        font-size: 28px;
        margin-top: 20px;
    }
    .fifthSection .section-title {
    font-size: 30px;
    }
    .fifthSection{
        padding: 36px 1px;
    }
 .fifthSection .card-custom{
    width: 100% !important;
    max-width: 100%;
 }
 .fifthSection .col-md-4{
    margin-top: 0px;
    margin-bottom: 80px;
 }
 .contact_us{
    padding-top: 0px;
 }
 .contact_us h1{
    font-size: 37px;
    margin-top: 25px;;
 }
 .numberSection{
  padding: 0px ;
  margin-top: 25px;
 }
 .numberSection h1{
  font-size: 32px;
  padding-top: 25px;
 }
 .numberSection .numberTitle{
  font-size: 16px;
 }
 .steps-wrapper{
  padding-top: 10px;
 }
 .steps-wrapper::before {
display: none;
}

.test-sec{
  padding: 18px 0;
}
.test-sec h1{
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}
 .testsecCol1 p{
  text-align: center;
 }
 .newsSection{
  padding: 0px;
 }
 .newsSection .container {
padding: 28px 14px;
border-radius: 0px;
}
 .newsSection h1{
  font-size: 30px;
 }
 .about1{
  padding: 30px 0;
  padding-top: 120px;
 }
 .about2{
  padding: 0px 0;
 }
 .about2 h1{
  font-size: 26px;
  margin-top: 15px;
 }
 .bottom-div {
display: none; 
}
.about2 .col-lg-6{
padding-left: 8px;
        padding-right: 8px;
}
.loginsection{
  padding: 0px;
}
.dabba{
  /* flex-wrap: nowrap; */
  /* background-color: red; */
}
.content-dabba{
  display: flex
;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.6), 0 0 10px rgba(200, 200, 200, 0.2);
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    cursor: pointer;
    min-width: fit-content;
}
.content-dabba i{
  font-size: 20px;
}
.content-dabba h6{
  font-size: 17px;
}
.fourthSection button{
  margin-top: 35px !important;
  margin-bottom: 20px;
}
.maps{
  padding: 0px;
  margin-bottom: 20px;
}
.firstsection button{
  padding: 10px 15px;
}
.step .number{
 position: relative;
        width: 50px;
        height: 50px;
        font-size: 16px;
        top: 35px;
        left: -165px;
        z-index: 1;
        border-radius: 0px;
}
.glass-card{
        margin-top: -40px;
        margin-bottom: 3px;

}

.thiredSection button{
  padding: 12px 20px;
  font-size: 13px;
}
.thiredSection button i{
 margin-left: 6px;
}
.fourthSection{
  margin-top: 21px;
}
.nfc-features-section{
  padding: 10px 0;
}
.nfc-feature-box{
  margin-top: 5px;
  margin-bottom: 5px;
}
}

