body{
    font-family: "Syne", serif;
}

.section1{
    background:#00112b;
    padding: 60px 0;
    position: relative;
    
}
.section1 .container,.contact-section {
    background-image: url('images/Line-grid (1).png');
    background-size: cover;
    html {
      scroll-behavior: smooth;
    }
    .secCol img {
      animation: moveImage 5s ease-in infinite; /* Increased duration to 5 seconds */
    }
  
    @keyframes moveImage {
      0% {
        transform: translateY(0); /* Start at original position */
      }
      25% {
        transform: translateY(-30px); /* Move up */
      }
      50% {
        transform: translateY(10px); /* Move down */
      }
      75% {
        transform: translateY(0px); /* Move up */
      }
      100% {
        transform: translateY(0); /* Return to original position */
      }
    }
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}

.section1 .firstCol{
    color: white;
    margin-top: 12%;

}
.secCol img {
    width: 100%; /* Make image responsive */

    height: auto; /* Maintain aspect ratio */
    border-radius: 15px;
     padding: 70px;; 
}
.section1 h5{
    text-transform: uppercase;
    color: #17C2ED;
}
.secCol {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
}
.firstCol button {
    background-color: #17C2ED;/* Button background color */
    color: white; /* Text color */
    padding: 15px 30px;
    font-size: 1.1rem;
    border: none;
    border-radius: 10px;
    font-family: "Syne", serif;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.firstCol h1 {
    font-size: 60px ; /* Increase the font size for the heading */
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    font-family: "Syne", serif;
   
}
.firstCol p{

    font-family: "Syne", serif;
    font-size: 20px;
}

.section2{
    background:#f5bf1f;

    
}
.section2 .container{
    /* border: 1px solid #465957;  */

}

.section2 .card{
    margin: 5px;
    border: none;
    border-radius: 5px;
}
.section2 h2{
    color: white;
    font-size: 35px;
    margin-bottom: 12px;
    font-family: 'Syne',serif;
}

.section3{
    background:rgba(8,12,72,255);
    padding: 60px 0;
    font-family: "Syne", serif;
}
.section3 .container{
    background-image: url('images/Line-grid (1).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}.section3 .card {
    border-radius: 10px; /* Rounded corners for the cards */
    background-color: transparent;
    backdrop-filter: blur(10px); /* Optional blur effect */
    margin: 15px 0; /* Margin between the cards vertically */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for 3D effect */

    border: 1px solid #465957;;
}
.section3 .cards{
    height: 92%;
}

.section3 h1 {
    color: white;
    font-size: 25px;
}
.section3 h3{
    color: white;
    font-size: 25px;;
    padding-left: 10px;;
}
.section3 p{
    font-size: 18px;;
    padding-left: 10px;;
    line-height: 30px;
}
.section3 span {
    color: #f5bf1f;
}

.section3 img {
    padding: 15px;
}
.section3 .im2{
margin-top: -30px;
}

.section3 .card-body { 
    color: #8ba09a;


}

.section3 .abbtn {
    background-color: #17C2ED;
    color: white;
    border-radius: 10px;
    width: 100%;
    border: none;
    font-size: 20px;
    color: #ffffff;
    padding: 13px 30px;
    transition: all 0.3s ease-in;
}
.section3 .btn:hover {
    background-color: #f5bf1f;
    color:rgb(255, 255, 255);
   
}

.row2 {
    display: flex; /* Use flexbox for equal height columns */
    gap: 15px; /* Space between columns */
}

.grid1, .grid2 {
    flex: 1; /* Allow both columns to grow equally */
}

.grid1crd, .grid2crd {
     /* Background color */
    background-size: cover; /* Make the image cover the whole area */
    background-position: center center; /* Position the image at the center */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    color: white; /* Ensure the text is visible on top of the background */
    border-radius: 20px; /* Rounded corners for the inner content */
    overflow: hidden; /* Prevent the content from overflowing */
    display: flex; /* Allow for vertical alignment of content */
    flex-direction: column;
    justify-content: space-between; /* Ensure content is spaced inside */

}

.grid1crd {
    background-image: url('images/05.png'); /* Background image */
    padding: 40px;
    height: auto;
text-align: center;

}

.grid2crd {
    background-image: url('images/15.png'); /* Background image */
    background-color: #17C2ED  !important ; /* Background color */
    padding: 30px;
    
    height: auto;
    text-align: center;
}
.grid2crd h1{
    color:white !important;
}
.grid2 img {
    height: 100px; /* Fixed height for image */
    display: block; /* Center the image horizontally */
    margin: 20px auto; /* Center the image and add space */
    object-fit: cover;
}

.row2 h1 {
    font-size: 23px;
    margin-bottom: 15px; /* Space below the title */
}

.card-body p {
    font-size: 16px;
    margin-top: 15px;
}
.grid2 button{
    background-color: #f5bf1f;
    color:white;
    padding: 12px 25px;
    border: none;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.grid1 button{
    background-color: #17C2ED;
    padding: 12px 25px;
    border: none;
    color: white;
    border-radius: 10px;
    margin-top: 25px;
    transition: all 0.5s ease;
}
.grid1 button:hover{
    background-color: #f5bf1f;
    color: white;
}
.grid2 button:hover{
    background-color: lightcyan;
    color: rgb(0, 0, 0);
}
/* FAQ Section Styling */

  .faq-section {
    /* background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(image/im1.jpg)no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width:auto; */

    background-image:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url('images/faqs-frequently-asked-questions-text-written-on-wooden-block-photo.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width:auto;
  }
  .faq-section .container {

    border-radius: 30px; /* Rounded corners for container */
    padding:  50px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
  }
  
  /* Styling for each FAQ item */
  .faq {
    margin-bottom: 15px;
  }
  
  .question {
    background: rgba(0, 0, 0, 0.5); /* Dark transparent background */
    backdrop-filter: blur(30px); /* Apply blur to background */
    border-radius: 50px; /* Rounded corners for questions */
    margin: 15px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    color: white;
    padding: 22px;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .question:hover {
    background-color: #081a1a;

  }
  
  .arrow {
    font-size: 18px;
    transition: transform 0.3s ease;

  }
  .faqsp{
    color: rgba(0, 255, 255, 0.8);
  
  }


  
  
  .answer {
    padding: 10px 15px;
    display: none;
    background-color: rgba(0, 255, 255, 0.8); /* Semi-transparent background for the answer */
    border-radius: 5px;
    margin-top: 5px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease; /* Smooth transition */
  }
  
  /* Active answer showing */
  .answer.show {
    display: block;
    opacity: 1;
    height: auto;
    margin-top: 10px;
    animation: slideIn 0.5s ease-out;
  }

  
  /* Animation for answer sliding in */
  @keyframes slideIn {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Rotate icons */
  .arrow i {
    transition: transform 0.3s ease;
  }
  
  .arrow i.rotate-up {
    transform: rotate(180deg);
  }
  
  .faqh2{
    font-size: 49px;
  }
  .faq h3{
    font-size: 20px;
  }

  .section4{
    background-color: #00112b;
    font-family: "Syne", serif;
    padding: 50px;

  }
  .section4 h1{
    color: white;
    font-size: 50px;
  }
  .section4 h5{
    color: #17C2ED;
    text-transform: uppercase;
  }
   .section4 .step {
     padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color: cream;
  }

  .v-stepper {
    position: relative;
  }

  /* Regular Circle */
  .step .circle {
    background-color: white;
    border: 3px solid gray;
    border-radius: 100%;
    width: 30px;    /* +6 for border */
    height: 30px;
    display: inline-block;
  }

  /* Line connecting the steps */
  .step .line {
    top: 30px;
    left: 14px;
    height: 100%;
 
  
    position: absolute;
    border-left: 1px solid lightgray !important;
  }

  /* Completed Step: Add Checkmark */
  .step.completed .circle {
    visibility: visible;
    background-color: rgb(6, 150, 215);
    border-color: rgb(6, 150, 215);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
   
  }

  .step.completed .circle:before {
    content: '\f00c'; /* FontAwesome checkmark icon */
    font-family: 'FontAwesome';
    font-size: 14px;
  }

  /* Completed Line */
  .step.completed .line {
    border-left: 3px solid rgb(6, 150, 215);
  }

  /* Active Step: Blue Circle */
  .step.active .circle {
    visibility: visible;
    border-color: rgb(6, 150, 215);
  }

  /* Empty Step: Hidden Circle */
  .step.empty .circle {
    visibility: hidden;
  }

  .step.empty .line {
    top: 0;
    height: 150%;
  }

  /* Hide Line for Last Step */
  .step:last-child .line {
    border-left: 3px solid white;
    z-index: -1;
  }

  /* Content Style */
  .content {
    margin-left: 20px;
    display: inline-block;
  }
  .section4 .content h5{
    color: #17C2ED;
  }
  .section4 .content p{
    color: white;
  }
.sec4img img{
    margin-top: 80px;;
    border-radius: 10px;;
}
.section5{
    padding: 20px;
  
}
.section5 h1{
    text-align: left;
    margin-bottom: 30px;
    color: #f5bf1f;
}
.section5 h4{
    text-align: left;
}


.section6{
  background-color: #f5bf1f;

    padding: 30px;
}



/* About Section Styling */
.aboutsec {
    background-color: #f8f9fa;
    padding: 50px 0;
    font-family: 'Syne',serif;
  }
  
  
  
  .about-text {
    padding-right: 20px;
  }
  
  .about-text h5 {
    font-size: 1.3rem;
    color: #17C2ED;
    margin-bottom: 15px;
  

  }
  
  
  .about-text h1 {
    font-size: 2.5rem;
    color: #343a40;
    margin-bottom: 20px;
  }
  
  .about-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 20px;
  }
  
  .abbtn {
    background-color: #17C2ED;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  /* .abbtn:hover {
    background-color: #0056b3;
  } */
  
  .about-images .col-6 {
    padding: 10px;

  }
  
  .firstimg, .about-images img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 17px;
    transition: transform 0.3s ease;
  }
  .secondimg img{
    margin-top: 20px;
  }
  
  .firstimg:hover, .about-images img:hover {
    transform: scale(1.05);
  }
  
/* General Section Styling */
.contact-section {
    padding: 80px 0;
    background-color:#00112b;
    color: #333;
    font-family: 'Syne', sans-serif;
  }
  .contact-section .container{
    background-color: #e9e9e9;
    padding:40px;
    border-radius: 10px;
  }
  .contact-section .h1s{
    font-size: 45px;
    color: #17C2ED !important;

    
  }
  .contact-section img{
    border-radius: 10px;
  }

  /* Left Text Section */
  .contact-text {
    padding: 40px;

    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    transition: box-shadow 0.3s ease;
  }

  .contact-text:hover {
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  }

  .contact-section .contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #007bff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .contact-description h1 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
  }
.contact-description{
    margin-top: 120px;;
}
  .contact-description p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
  }

  /* Right Contact Form */
  .contact-form-container {
    padding: 40px;
    
    /* border-radius: 10px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    transition: box-shadow 0.3s ease;
  }

  .contact-form-container:hover {
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  }

  .contact-form h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
  }

  /* Form Fields Styling */
  .contact-section .form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: border-color 0.3s ease;
  }

  .contact-section .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  }

  /* Button Styling */
  .contact-section .abbtn {
    background-color: #f5bf1f;;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .contact-section .btn:hover {
    background-color: #17C2ED;
    color: white;
  }
  .section5{
    font-family: 'Syne',serif;
  }
  .section5 h4{
    color: #17C2ED;
  }

  /* Responsive Design */
  /* @media (max-width: 767px) {
    .contact-section {
      padding: 60px 15px;
    }

    .contact-text {
      margin-bottom: 30px;
    }

    .contact-description h1 {
      font-size: 32px;
    }

    .contact-form-container {
      padding: 30px;
    }

    .contact-section .form-control {
      margin-bottom: 15px;
    }

    .contact-section .btn {
      padding: 15px 20px;
    }
  } */

  /* Responsive Design */
  /* @media (max-width: 768px) {
    .aboutsec {
      padding: 30px 0;
    }
  
    .about-text h1 {
      font-size: 2rem;
    }
  
    .about-text p {
      font-size: 0.95rem;
    }
  
    .about-images .col-6 {
      padding: 5px;
    }
  
    .about-images img {
      margin-bottom: 10px;
    }
  } */
  
  /* @media (max-width: 576px) {
    .aboutsec {
      padding: 20px 0;
    }
  
    .about-text h1 {
      font-size: 1.8rem;
    }
  
    .about-text p {
      font-size: 0.85rem;
    }
  
    .about-images .col-6 {
      padding: 0;
    }
  
    .about-images img {
      margin-bottom: 15px;
    }
  } */

  /* Media Queries for Different Screen Sizes */

/* For screens between 300px to 768px */
@media (min-width: 300px) and (max-width: 768px) {

    .section1 {
        padding: 0px 
    }
    .section1 .firstCol{
      margin-top: 18%;
      padding: 15px;
    }

    .section1 .firstCol h1 {
        font-size: 30px;
      
    }

    .section1 .firstCol p {
        font-size: 18px;
        
    }

    .secCol img {
      width: 100%;
      /* margin-top: 70px; */
      padding: 10px;
    }

    .firstCol button {
        font-size: 1rem;
     
    }

    .section2{
padding: 30px;;
    } 
    .section2 h2{
        font-size: 20px;;
    }
    .section2 .container{
    

        padding: 0px 0px;
    }
    .section3 {
        padding: 0px 0;
    }

    .section3 .cards{
        height: 100%;

    }
    .section3 .col-xl-3{
        margin-top: 10px;;
        margin-bottom: 10px;
    }
    .section4{
        padding: 10px;;
        margin: auto;
        padding-bottom: 20px;;
    }
    .section4 h1{
        font-size: 25px;
    }
.section4 img{
    margin-top: 10px;;
}


.contact-section .container {
    padding: 20px;;
}


 .faq-section{
    padding: 10px;
 }
 .faq-section .container{
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
 }
 .faq-section .faqh2{
    font-size: 25px;
    margin-bottom: 30px;
 }

 .faq h3 {
    font-size: 15px;
}
.section3{
    text-align: center;
} 
.grid1 button {

    padding: 12px 25px;
  
}
.row2 h1 {
    font-size: 23px;
    margin-bottom: 13px;
    /* margin-top: -18px; */
}
.grid2 button {
    
    margin-top: 24px;
}


}

/* For screens between 768px and 825px */
@media  (min-width: 768px) and (max-width: 825px) {
    .grid1 .card{
        height: 270px;;
     }
     .grid2 .card{
        height: 270px;;
     }
     .grid2 button{
        margin-top: 20px;
     }
       .section1 .firstCol{
        margin-top: 70px;

    }
    .section1 .firstCol h1{
        font-size: 35px;
    }
    .secCol img{
        /* margin-top: 15px;; */
    }
    .firstCol p {
        font-family: "Inter", sans-serif;
        font-size: 16px;
    }
    .firstCol button{
        padding: 15px 60px;
    }
    .section3 img {
        padding: 25px;
    }
    .section3 .cards {
        height: 97%;
    }
    .secCol img {
    
margin-top: 65px;

    }
    .section1 .firstCol {
        /* margin-top: 240px; */
    }
    .section2 .container{
        border: none;
        
    }
    .secCol img {
      width: 100%; /* Make image responsive */
  
      height: auto; /* Maintain aspect ratio */
      border-radius: 15px;
       padding: 10px;; 
  }
  
}

/* For screens between 800px and 1025px */
@media (min-width: 830px) and (max-width: 1025px) {
    /* .section1 {
        padding: 60px 0;
    }

    .section1 .firstCol h1 {
        font-size: 60px;
        top: 130px;
    }

    .section1 .firstCol p {
        font-size: 20px;
        top: 150px;
    }

    .secCol img {
        width: 85%;
        max-width: 480px;
        padding: 35px;
    }

    .firstCol button {
        font-size: 1.2rem;
        top: 160px;
    }

    .section2, .section3 {
        padding: 60px 0;
    }

    .section3 .card {
        margin: 18px 0;
    }

    .section3 h1, .section3 h3, .section3 p {
        font-size: 24px;
    }

    .section3 span {
        font-size: 22px;
    }

    .grid1crd, .grid2crd {
        padding: 30px;
    }

    .grid1 button, .grid2 button {
        padding: 14px 28px;
        font-size: 19px;
    }

    .faq-section {
        padding: 45px;
    }

    .faq-section .container {
        padding: 45px;
    }

    .faqh2 {
        font-size: 45px;
    }

    .faq h3 {
        font-size: 21px;
    } */
    .grid1 .card{
        height: 350px;;
     }
     .grid2 .card{
        height: 330px;;
     }
     .grid2 button{
        margin-top: 20px;
     }
     .section3 .cards {
        height: 97%;
    }
    .section3 h3 {
        color: white;
        font-size: 28px;
        padding-left: 10px;
    }
    .secCol img{
        /* margin-top: 25px; */
    }
    grid2 button {
        background-color: lightcyan;
        padding: 20px 70px;
        border: none;
        border-radius: 50px;
        transition: all 0.5s ease;
        font-size: 23px;
    }
    .grid1 button {
        background-color: lightcyan;
        padding: 19px 51px;
        border: none;
        border-radius: 50px;
        margin-top: 25px;
        transition: all 0.5s ease;
        margin-top: 34px;
        font-size: 23px;
    }
    .grid2 button {
        background-color: lightcyan;
        padding: 19px 51px;
        border: none;
        border-radius: 50px;
        margin-top: 25px;
        transition: all 0.5s ease;
        margin-top: 34px;
        font-size: 23px;
    }
    .row2 h1 {
        font-size: 23px;
        margin-bottom: 15px;
        margin-top: 62px;
    }
    .faqh2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .firstCol h1 {
        font-size: 60px;
        font-weight: bold;
        color: white;
        margin-bottom: 20px;
        font-family: 'Poppins', sans-serif;
    }
   
  
}
@media screen and (min-width:1024px) and (max-width:1366px) {
    .secCol img {
        width: 100%;
        max-width: 500px;
        height: auto;
        border-radius: 15px;
        padding: 40px;
        margin-top: 28px;
    }
    .section1 .firstCol {
        color: white;
        /* margin-top: 25%; */
    }
  
}