
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      /* 
      #0e185f, #2fa4ff, #00ffdd, #e8ffc2
      */
      html, body {
        scroll-behavior: smooth;
        overflow-x: hidden;
      }
     .playfair-display-home {
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 4rem;
        color: rgba(253, 237, 18, .9);
        font-weight: 600;
      }
      .playfair-display-content{
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 3rem;
        color: rgba(253, 237, 18, .9);
      }
      .playfair-display-content-2{
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 2rem;
      }
      
      .poppins-thin {
        font-family: "Poppins", sans-serif;
        font-weight: 100;
        font-style: normal;
      }
      
      .poppins-extralight {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
      }
      
      .poppins-light {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
      }
      
      .poppins-regular {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
      
      .poppins-medium {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: normal;
      }
      
      .poppins-semibold {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
      }
      
      .poppins-bold {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
      }
      
      .poppins-extrabold {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-style: normal;
      }
      
      .poppins-black {
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        font-style: normal;
      }
      
      .poppins-thin-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 100;
        font-style: italic;
      }
      
      .poppins-extralight-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: italic;
      }
      
      .poppins-light-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: italic;
      }
      
      .poppins-regular-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: italic;
      }
      
      .poppins-medium-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-style: italic;
      }
      
      .poppins-semibold-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: italic;
      }
      
      .poppins-bold-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: italic;
      }
      
      .poppins-extrabold-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        font-style: italic;
      }
      
      .poppins-black-italic {
        font-family: "Poppins", sans-serif;
        font-weight: 900;
        font-style: italic;
      }
      .merriweather-footer {
        font-family: "Merriweather", serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-size: .8rem;
        font-style: normal;
        font-variation-settings:
          "wdth" 100;

      }
      .merriweather-footer-links {
        font-family: "Merriweather", serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-size: .7rem;
        font-style: normal;
        font-variation-settings:
          "wdth" 100;
      }
      .prata-regular {
        font-family: "Prata", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        text-align: left;
        padding: 0;
      }
      
      .navbar-custom {
      /*background-color:rgb(7, 130, 201);*/
      background-color: #2c2b2a;
        
      }
      .navbar-custom .navbar-brand,
      .navbar-custom {
        color: #ffffff;
      }
      .nav-link{
        color:rgb(255, 255, 255);
        text-decoration: none;
        cursor: pointer;

        font-family: "Merriweather", serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-size: .8rem;
        font-style: normal;
        font-variation-settings:
          "wdth" 100;
  
      }
      .navbar-custom .nav-link:hover {
        color: #cccccc;
      }

      .navbar-custom .nav-link :visited{
        color:rgb(255, 255, 255)!important;
  
      }
      .navbar-custom .nav-link :active{
        color:rgb(255, 255, 255);
  
      }
     
    
      /* === Video background with blur === */
      .video-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        z-index: -2;
      }
  
      .video-bg {
        width: 100%;
        height: 100%;
        object-fit:cover;
        background-blend-mode:difference;
      }
  
      .video-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
        background-color: rgba(0, 0, 0, .7);
      }
      /*moreinfo*/
      .more-info-section {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 10%;
        position: relative;
      
    }
    
    #bg-video-jobs { 
      position: relative; 
      top:0; 
      right:0; 
      width: 25%; 
      height: 25%; 
      border-radius: 50%;
      z-index: -1; /* Send video behind content */ 
  } 
   .bg-video{
    position: relative; 
    top:20%; 
    left:5%; 
    width: 90%; 
    height: 90%;
    margin: 0;
    padding: 0; 
   }
  .svgoverlay-content { 
      position: relative; 
      z-index: 1; /* Bring content above the video */ 
      color: white; /* Text color */ 
      text-align: center; /* Center text */ 
  }
    .more-info-carousel {
        position: relative;
        width: 700px;
        height: 500px;
        opacity: 1;  /* Change 1 */
        transform: translateX(-100px);
        transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    }
    
    .more-info-carousel.slide-in {
        opacity: 1;
        transform: translateX(0);
    }
    
    .more-info-slide {
        position: absolute;
        width: 80%;
        height: 80%;
        opacity: 0;
        transform: scale(0.95);
        transition: opacity 1s ease-in-out, transform 1s ease-in-out;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        pointer-events: none;
        padding-bottom: 3rem;
    }
    
    .more-info-slide.active {
        opacity: 1;
        transform: scale(1);
        pointer-events: auto;
        z-index: 2;
    }
    
    .more-info-slide h2 {
        font-size: 2rem;
        margin-top: .3rem;
        color:#81bef8;
        margin-bottom: 20px;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        position: relative;
        z-index: 2;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s;
    }
    
    .more-info-slide.active h2 {
        opacity: 1;
        transform: translateY(0);
    }
    
    .more-info-slide p {
        font-size: .9rem;
        line-height: 1.6;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
        position: relative;
        margin: 0 1rem 2rem 3rem;
        padding: 0 .7rem;
        width: 70%;
        z-index: 2;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.8s ease-out 0.5s, transform 0.8s ease-out 0.5s;
    }
    
    .more-info-slide.active p {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Different shapes */
    .more-info-slide:nth-child(1) {
      border-radius: 65% 35% 0% 100% / 100% 25% 75% 0% ;
      background-color: rgba(242, 245, 60, 0.3);       
    }
    
    .more-info-slide:nth-child(2) {
        border-radius: 65% 35% 0% 100% / 100% 25% 75% 0% ;

    }
    
    .more-info-slide:nth-child(3) {
      border-radius: 65% 35% 0% 100% / 100% 25% 75% 0% ;
      background-color: rgba(242, 245, 60, 0.3);       

    }
    
    .more-info-slide:nth-child(4) {
      border-radius: 65% 35% 0% 100% / 100% 25% 75% 0% ;

    }
    
    /* Darker overlay for better text visibility */
    .more-info-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        z-index: 1;
        transition: background 0.8s ease;
    }
    
    .more-info-indicators {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 12px;
        z-index: 10;
    }
    
    .more-info-indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        border: 2px solid rgba(255, 255, 255, 0.8);
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
    
    .more-info-indicator.active {
        background: rgba(255, 255, 255, 0.9);
        transform: scale(1.3);
    }
    
    .more-info-indicator:hover {
        background: rgba(255, 255, 255, 0.7);
        transform: scale(1.15);
    }

      /* === Section Styling === */
      section {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 17%;
      }
  
      .content {
        color: white;
        padding: 2rem 1rem;
        border-radius: 2rem 2rem 0 0;
        font-size: 2rem;
        text-align: center;
        height: auto;
        min-height: 40%;
        width: 90vw;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(5px);
      }
      
   
    
      .section2 .content {
         background: rgba(255, 255, 255, 0.1);
         width: 50%;
        }
      .section3 .content { 
        background: rgba(0, 255, 221, .3);
        width: 50%; 
        min-height: 40vh;

      }
      .section3 input{
        width: 70%;
        margin-left: 9%;
      }
      

      .section4 .content { 
        background: rgba(232, 255, 194, .3);
        width: 50%; 
        min-height: 40vh;

      }
  
      .search-container {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
  
      }
  
      .search-form {
        display: flex;
        width: 70%;
        max-width: 600px;
        padding: auto ;
      }
  
      .search-input {
        height: 3rem;
        min-width: 50%;
        border: none;
        border-bottom: .1px solid rgba(204, 204, 204, .3);
        padding: 0 1rem;
        font-size: 1rem;
        background-color: transparent;
        outline: none;
        color: #fff;
      }
  
      .search-input:focus {
        border: 1px solid rgba(255, 255, 255, .3);
      }
  
      .search-button {
        height: 3rem;
        width: 3rem;
        border: none;
        border-left: none;
        border-radius: 0 12px 12px 0;
        background-color: rgba(255, 255, 255, .1);
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
      }
  
      .search-button:hover {
        background-color: rgba(21, 35, 115, .1);
        color:rgb(14, 24, 95);

      }
  
      .search-button svg {
        width: 1.5rem;
        height: 1.5rem;
      }
  
      section:nth-child(even) {
        background: none;
      }
      .jobs-form{
       width: 75%;
       margin: 1rem auto;
       display: flex;
       flex-direction: column;
       justify-content: space-around;
      
      }
      .jobs-form p{
        font-size: 1rem;
        text-align: left;
        margin-bottom: 0;
      }
      .jobs-form-input{
        border: none;
        border-bottom: .1px solid rgba(204, 204, 204, .7);
        padding: 0 1rem;
        font-size: 1rem;
        background-color: transparent;
        outline: none;
        margin-bottom:.8rem;
        height: 1.5rem;
        color:white;
      }
    
      .form-divs{
        display: flex;
        flex-direction: column;
        align-items: left;
      }

      .form-divs p {
        margin-top: 1rem;
    }
    
    .salary-slider-container {
        position: relative;
        padding: 20px 0;
    }
    
    /* Hide default range input styling */
    .salary-slider {
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: .6rem;
        background: transparent;
        outline: none;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }
    
    /* Custom track - Pale blue with neumorphic inset */
    .salary-slider::-webkit-slider-runnable-track {
        width: 100%;
        height: .7rem;
        background: rgba(173, 216, 230, 0.4);

        border-radius: 20px;
        box-shadow: 
            inset 2px 2px 5px rgba(0, 0, 0, 0.2),
            inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    }
    
    .salary-slider::-moz-range-track {
        width: 100%;
        height: .7rem;
        background: rgba(173, 216, 230, 0.4);
        border-radius: 20px;
        box-shadow: 
            inset 2px 2px 5px rgba(0, 0, 0, 0.2),
            inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    }
    
    /* Custom thumb - Pale white circular with neumorphic effect */
    .salary-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 
            4px 4px 8px rgba(0, 0, 0, 0.2),
            -4px -4px 8px rgba(255, 255, 255, 0.3),
            inset 2px 2px 4px rgba(255, 255, 255, 0.5),
            inset -2px -2px 4px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s, box-shadow 0.2s;
        margin-top: -8px;
    }
    
    .salary-slider::-moz-range-thumb {
        width: 23px;
        height: 23px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        box-shadow: 
            4px 4px 8px rgba(0, 0, 0, 0.2),
            -4px -4px 8px rgba(255, 255, 255, 0.3),
            inset 2px 2px 4px rgba(255, 255, 255, 0.5),
            inset -2px -2px 4px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    
    /* Hover effects */
    .salary-slider::-webkit-slider-thumb:hover {
        transform: scale(1.1);
        box-shadow: 
            5px 5px 10px rgba(0, 0, 0, 0.25),
            -5px -5px 10px rgba(255, 255, 255, 0.4),
            inset 2px 2px 4px rgba(255, 255, 255, 0.6),
            inset -2px -2px 4px rgba(0, 0, 0, 0.15);
    }
    
    .salary-slider::-moz-range-thumb:hover {
        transform: scale(1.1);
        box-shadow: 
            5px 5px 10px rgba(0, 0, 0, 0.25),
            -5px -5px 10px rgba(255, 255, 255, 0.4),
            inset 2px 2px 4px rgba(255, 255, 255, 0.6),
            inset -2px -2px 4px rgba(0, 0, 0, 0.15);
    }
    
    /* Active/pressed state */
    .salary-slider::-webkit-slider-thumb:active {
        transform: scale(0.95);
        box-shadow: 
            2px 2px 5px rgba(0, 0, 0, 0.3),
            -2px -2px 5px rgba(255, 255, 255, 0.2),
            inset 3px 3px 6px rgba(0, 0, 0, 0.15),
            inset -3px -3px 6px rgba(255, 255, 255, 0.3);
    }
    
    .salary-slider::-moz-range-thumb:active {
        transform: scale(0.95);
        box-shadow: 
            2px 2px 5px rgba(0, 0, 0, 0.3),
            -2px -2px 5px rgba(255, 255, 255, 0.2),
            inset 3px 3px 6px rgba(0, 0, 0, 0.15),
            inset -3px -3px 6px rgba(255, 255, 255, 0.3);
    }
    
    /* Salary value display */
    .salary-value {
        display: inline-block;
        color:#81bef8;
        padding: 0 16px;
        border-radius: 12px;
        font-size: 1rem;
        font-weight: 400;
        
        min-width: 150px;
        text-align: center;
    }
    
    .salary-range-labels {
        display: flex;
        justify-content: space-between;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.85rem;
        margin-top: 10px;
    }

    /* Neumorphic Textarea Styling */
.form-divs textarea {
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  font-size: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  resize: vertical;
  outline: none;
  box-shadow: 
      inset 3px 3px 6px rgba(0, 0, 0, 0.2),
      inset -3px -3px 6px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  margin: 1rem auto;
}

.form-divs textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-divs textarea:focus {
  background: rgba(173, 216, 230, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 
      inset 3px 3px 8px rgba(0, 0, 0, 0.25),
      inset -3px -3px 8px rgba(255, 255, 255, 0.15),
      0 0 10px rgba(173, 216, 230, 0.3);
}

/* Custom scrollbar for textarea */
.form-divs textarea::-webkit-scrollbar {
  width: 8px;
}

.form-divs textarea::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.form-divs textarea::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.form-divs textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
      .submit-btn{
        
        height: 2.5rem;
        width: 100%;
        border: none;
        border-radius:8px;
        font-size: 1rem;
        background-color:rgba(21, 35, 115, .3);
        color: rgb(255, 255, 255);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
        margin-top: .5rem;
      }

      .submit-btn:hover {
        background-color: rgba(21, 35, 115, .7);
      }
  
      /*cards*/

      .section1.content {
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .card-holder {
        width: 100%;
        height: 90%;
        overflow: hidden;
        border-radius: 2rem 2rem 0 0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        margin-right: 40%;
        background-color: #000;
        
      }
      
      .card-slider {
        display: flex;
        width: 100%;
        height: 100%;
        transition: transform 1s ease-in-out;
        
      }
      
      .card-face {
        flex: 0 0 100%;
        padding: 1.5rem;
        color: #fff;
        text-align: center;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        opacity: .7;


      }
      
      /* Face backgrounds */
      .face1 {
        background: url('images/welcome.jpg') no-repeat center / cover; 
        
      
      }
      .face2 { background: url('images/sclrshp.png') no-repeat center / cover; }
      .face3 { background: url('images/signup.png') no-repeat center / cover; }
      
      .card-button {
        height: 2.5rem;
        width: 70%;
        border: none;
        border-radius:8px;
        font-size: 1rem;
        margin: .5rem auto;
        background-color:#152373;
        color: rgb(255, 255, 255);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
      }

      .card-btn:hover {
        background-color: #152373;
      }
      
     
  
      .section1 {
        border-top: none;
        border-left: none;
        border-right: none;
        background-image: url('images/sctn1svg.svg');  
        background-position: center;
        background-size: cover;
        background-repeat:no-repeat ;
        width:80%;
        background-color: none;
        margin: 3% auto;
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .chat-with-us{
      height: 25vh;
      width: 160px ;
      background-color:rgba(14, 24, 95, .3);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(5px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
      position: fixed;
      right: 5%;
      background-image: url('images/chatsvg.svg');  
      background-position: center;
      background-size: cover;
      background-repeat:no-repeat ;
      z-index: 100000;
      

    }
    .chat-label {
      position: fixed;
      right: 5%;
      bottom: calc(30vh + 10px); /* Position above the card */
      color: white;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      font-size: 1rem;
      z-index: 100001; /* Above the card */
      pointer-events: none; /* So it doesn't block card interactions */
      text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    .chat-label a {
      pointer-events: auto; /* Re-enable clicks on the link only */
    }
    .chat-with-us a{
      text-decoration: none;
      color: #fff;
      margin: auto;
    }
    .chat-with-us p{
      margin: 95% 0 .5rem 25%;
    }

    .mission-section {
      background-color: none;
      padding: 4rem 2rem;
      display: flex;
      justify-content: center;
    }
    
    .mission-container {
      width: 80vw;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 2rem;
      background-color: rgba(255, 223, 0, .8);
      padding: 4rem 2rem;
      margin-bottom: 7%;
      border-radius: 12px;
      
    }
    
    .mission-text {
      flex: 1 1 50%;
      min-width: 280px;
      text-align: center;
    }
    
    .mission-text h2 {
      font-size: 1.8rem;
      color: #15395a;
      margin-bottom: 1rem;
    }
    
    .mission-text p {
      color: #444;
      line-height: 1.6;
      font-size: 1rem;
    }
    
    .mission-image {
      position: relative;
      flex: 1 1 40%;
      min-width: 260px;
      max-width: 400px;
    }
    
    .mission-image img {
      width: 100%;
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
      object-fit: cover;
    }
    
    .signature {
      position: absolute;
      bottom: -20px;
      left: -100px;
      width: 40%;
    }
    
    .signature img {
      width: 100%;
      opacity: 0.8;
    }
    
    
    .custom-footer {
      background-color: #2c2b2a;
      color: #fff;
      /*font-family: 'Segoe UI', sans-serif;*/
      padding: 3rem 2rem;
    }
    
    .footer-container {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
      gap: 2rem;
      max-width: 1200px;
      margin: auto;
      align-items: flex-start;
    }
    
    .footer-brand h2 {
      font-size: 1.5rem;
      color: rgba(253, 237, 18, .9);

    }
    
    .footer-brand p {
      margin-top: 1rem;
      color: #ccc;
      max-width: 250px;
    }
    
    .footer-links {
      display: flex;
      justify-content: space-between;
      gap: 2rem;
    }
    
    .link-group h4 {
      color: rgba(253, 237, 18, .7);
      
       font-family: "Merriweather", serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-size: .9rem;
        font-style: normal;
        font-variation-settings:
          "wdth" 100;
    }
    
    .link-group ul {
      list-style: none;
      padding: 0;
    }
    
    .link-group ul li {
      margin-bottom: 0.5rem;
    }
    
    .link-group ul li a {
      color: #ccc;
      text-decoration: none;
    }
    
    .link-group ul li a:hover {
      color: #fff;
    }
    
    .footer-cta h4 {
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }
    
    .demo-form {
      display: flex;
      background: #fff;
      border-radius: 25px;
      overflow: hidden;
      max-width: 300px;
    }
    
    .demo-form input {
      border: none;
      padding: 0.7rem 1rem;
      flex: 1;
      font-size: 0.9rem;
      outline: none;
    }
    
    .demo-form button {
      background-color: rgba(255, 223, 0, .8);
      border: none;
      color: #fff;
      padding: 0 1.2rem;
      font-size: 1.2rem;
      cursor: pointer;
    }
    
    .footer-bottom {
      border-top: 1px solid #444;
      margin-top: 3rem;
      padding-top: 1.5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      color: #aaa;

      font-family: "Merriweather", serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-size: .7rem;
        font-style: normal;
        font-variation-settings:
          "wdth" 100;
    }
    
    .footer-bottom .policy-links {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;

      
    }
    
    .footer-bottom .policy-links a {
      color: #aaa;
      text-decoration: none;
    }
    
    .footer-bottom .policy-links a:hover {
      color: #fff;
    }
    
    @media (max-width: 900px) {
      .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
      }
    
      .footer-links {
        flex-direction: column;
      }
    
      .footer-cta {
        margin-top: 1.5rem;
      }
    }
    .links{
      color:rgb(255, 255, 255);
      text-decoration: none;
      cursor: pointer;

      
    }
    .links :visited{
      color:rgb(255, 255, 255);

    }
   
    .links :hover{
      color:rgb(255, 255, 255);

    }

    @media screen and (max-width:360px)
    {
      
      h3, h2{
        font-size: 2rem !important;

      }
      .card-holder{
        margin: auto 0;
        font-size: .9rem;
        height: 85%;
      }
     
      .card-holder p{
        margin: 0;
      }

      .card-button, .submit-btn {
        height: 2rem;
        font-size: small;
        margin: .3rem auto;
        
      }

      .card-face p{
        margin-top: 0;
      }
      .card-face img{
        width: 1.5rem;
      }
      
        .face1 {
        background: url('images/welcome.jpg') no-repeat center / cover; 
      }
      .section2 .content {
        width: 80%;
        font-size: small;

       }
       .chat-with-us{
         width: 6rem;
         height: 6rem;
         margin: 0;
       }
       .chat-label{
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
       }
       .chat-label a{
        font-size: small;
        margin-top: 0;
       }
       .chat-label img{
         width: .8rem;
         margin: 0;
       }
      .section2 h2{
        font-size: 1.8rem !important;

      }
      .section2 p{
       font-size: .9rem !important;

      }
      .section3 .content { 
        width: 80%; 
        min-height: 30vh;
        font-size: small;
       }
       .section3 svg{
         width: 1rem;
         height: 1rem;
       }
       .section4 svg{
        width: 1rem;
        height: 1rem;
      }
       .section4 .content { 
        width: 80%; 
        min-height: 30vh;
        font-size: small;
        margin-bottom: 1rem;
       }
        
      .form-divs p {
      margin-top: .5rem;
      }
      
      .more-info-slide {
        width: 90%;
        height: 80%;
        padding-bottom: 2rem;
      }

      .more-info-carousel {
       width: 300px;
       height: 400px;
      }

      .more-info-slide p {
        font-size: .7rem;
        line-height: 1.2;
        margin: 0 1rem 2rem 1.9rem;
        padding: 0 1rem;
        width: 80%;
    }
    .more-info-slide h2{
      font-size: 1.6rem ;
      margin-left: 1rem;
    }

    .mission-section {
      padding: 2rem 1rem;
    }
    
    .mission-container {
      width: 80vw;
      gap: 1rem;
      padding: 2rem 1rem;
      margin-bottom: 5%;
      border-radius: 12px;
    }
    
    .mission-text p {
      min-width: none;
      font-size: .8rem;
      padding: 0 1rem;
      margin-right:1.2rem ;

    }

    .mission-container {
      flex-direction: column;
      text-align: center;
    }
  
    .mission-text, .mission-image {
      flex: 1 1 100%;
    }
  
    .signature {
      position: static;
      margin-top: 1rem;
    }

    .mission-image {
      min-width: 200px;
      max-width: 300px;

    }
    .mission-image img {
    width: 65%;
    }

    .signature {
      bottom: -30px;
      right:-80 ;
      width: 40%;
    }
    
    .signature img {
      width: 60%;
      opacity: 0.8;
    }
    .footer-links {
      text-align: center;
    }
    .footer-brand{
      margin: 0 auto;
      text-align: center;
    }
    .footer-brand img{
      margin-left: 1rem;
    }
    .policy-links a{
      font-size: .6rem;
    }
    .footer-cta{
      margin: 0 auto;
      text-align: center;
    }
    .footer-brand h2{ 
      margin-left: 2rem;
     }
    }
    
    @media screen and (min-width:360px) and (max-width:576px)
    {
      
      h3, h2{
        font-size: 1.8rem !important;

      }
      .card-holder{
        margin: auto 0;
        font-size: .9rem;
        height: 85%;
      }
     
      .card-holder p{
        margin: 0;
      }

      .card-button, .submit-btn {
        height: 2rem;
        font-size: small;
        margin: .3rem auto;
        
      }

      .card-face p{
        margin-top: 0;
      }
      .card-face img{
        width: 1.5rem;
      }
      .section2 .content {
        width: 80%;
        font-size: small;

       }
       .chat-with-us{
         width: 6rem;
         height: 6rem;
         margin: 0;
       }
       .chat-label{
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
       }
       .chat-label a{
        font-size: small;
        margin-top: 0;
       }
       .chat-label img{
         width: .8rem;
         margin: 0;
       }
      .section2 h2{
        font-size: 1.8rem !important;

      }
      .section2 p{
       font-size: .9rem !important;

      }
      .section3 .content { 
        width: 80%; 
        min-height: 30vh;
        font-size: small;
       }
       .section3 svg{
         width: 1rem;
         height: 1rem;
       }
       .section4 svg{
        width: 1rem;
        height: 1rem;
      }
       .section4 .content { 
        width: 80%; 
        min-height: 30vh;
        font-size: small;
        margin-bottom: 1rem;
       }
        
      .form-divs p {
      margin-top: .5rem;
      }
      
      .more-info-slide {
        width: 90%;
        height: 80%;
        padding-bottom: 2rem;
      }

      .more-info-carousel {
       width: 300px;
       height: 400px;
      }

      .more-info-slide p {
        font-size: .7rem;
        line-height: 1.2;
        margin: 0 1rem 2rem 1.9rem;
        padding: 0 1rem;
        width: 80%;
    }
    .more-info-slide h2{
      font-size: 1.6rem ;
      margin-left: 1rem;
    }

    .mission-section {
      padding: 2rem 1rem;
    }
    
    .mission-container {
      width: 80vw;
      gap: 1rem;
      padding: 2rem 1rem;
      margin-bottom: 5%;
      border-radius: 12px;
    }
    
    .mission-text p {
      min-width: none;
      font-size: .8rem;
      padding: 0 1rem;
      margin-right:1.2rem ;

    }

    .mission-container {
      flex-direction: column;
      text-align: center;
    }
  
    .mission-text, .mission-image {
      flex: 1 1 100%;
    }
  
    .signature {
      position: static;
      margin-top: 1rem;
    }

    .mission-image {
      min-width: 200px;
      max-width: 300px;

    }
    .mission-image img {
    width: 65%;
    }

    .signature {
      bottom: -30px;
      right:-80 ;
      width: 40%;
    }
    
    .signature img {
      width: 60%;
      opacity: 0.8;
    }
    .footer-links {
      text-align: center;
    }
    .footer-brand{
      margin: 0 auto;
      text-align: center;
    }
    .footer-brand h2{ 
      margin-left: 2rem;
     }
    .footer-cta{
      margin: 0 auto;
      text-align: center;
    }
    .footer-brand img{
      margin-left: 1rem;
    }
    .policy-links a{
      font-size: .6rem;
    }

    }

    @media screen and (min-width:576px) and (max-width:768px){
      
      h3, h2{
        font-size: 2rem !important;

      }
      .card-holder{
        margin: auto 0;
        font-size: 1rem;
        height: 70%;
      }
     
      .card-holder p{
        margin: 0;
      }

      .card-button, .submit-btn {
        height: 2rem;
        font-size: small;
        margin: .3rem auto;
        
      }

      .card-face p{
        margin-top: 0;
      }
      .card-face img{
        width: 1.5rem;
      }
      .section2 .content {
        width: 80%;
        font-size: small;

       }
       .chat-with-us{
         width: 6rem;
         height: 6rem;
         margin: 0;
       }
       .chat-label{
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
       }
       .chat-label a{
        font-size: small;
        margin-top: 0;
       }
       .chat-label img{
         width: .8rem;
         margin: 0;
       }
      .section2 h2{
        font-size: 1.8rem !important;

      }
      .section2 p{
       font-size: .9rem !important;

      }
      .section3 .content { 
        width: 80%; 
        min-height: 30vh;
        font-size: small;
       }
       .section3 svg{
         width: 1rem;
         height: 1rem;
       }
       .section4 svg{
        width: 1rem;
        height: 1rem;
      }
       .section4 .content { 
        width: 80%; 
        min-height: 30vh;
        font-size: small;
        margin-bottom: 1rem;
       }
        
      .form-divs p {
      margin-top: .5rem;
      }
      
      .more-info-slide {
        width: 90%;
        height: 80%;
        padding-bottom: 2rem;
      }

      .more-info-carousel {
       width: 450px;
       height: 400px;
      }

      .more-info-slide p {
        font-size: .7rem;
        line-height: 1.2;
        margin: 0 1rem 2rem 1.9rem;
        padding: 0 1rem;
        width: 80%;
    }
    .more-info-slide h2{
      font-size: 1.6rem ;
      margin-left: 1rem;
    }

    .mission-section {
      padding: 2rem 1rem;
    }
    
    .mission-container {
      width: 80vw;
      gap: 1rem;
      padding: 2rem 1rem;
      margin-bottom: 5%;
      border-radius: 12px;
    }
    
    .mission-text p {
      min-width: none;
      font-size: .8rem;
      padding: 0 1rem;
      margin-right:1.2rem ;

    }

    .mission-container {
      flex-direction: column;
      text-align: center;
    }
  
    .mission-text, .mission-image {
      flex: 1 1 100%;
    }
  
    .signature {
      position: static;
      margin-top: 1rem;
    }

    .mission-image {
      min-width: 200px;
      max-width: 300px;

    }
    .mission-image img {
    width: 65%;
    }

    .signature {
      bottom: -30px;
      right:-80 ;
      width: 40%;
    }
    
    .signature img {
      width: 60%;
      opacity: 0.8;
    }
    .footer-links {
      text-align: center;
    }
    .footer-brand{
      margin: 0 auto;
      text-align: center;
    }
    .footer-brand h2{ 
      margin-left: 1rem;
     }
    .footer-cta{
      margin: 0 auto;
      text-align: center;
    }
    .footer-brand img{
      margin-left: 1rem;
    }
    .policy-links a{
      font-size: .7rem;
    }

    }

    @media screen and (min-width:768px) and (max-width:992px){
      
      h3, h2{
        font-size: 3rem !important;

      }
      .card-holder{
        margin: 5% 30% 0 0;
        font-size: 1.2rem;
        height: 80%;
        width: 70%;
      }
     
      .card-holder p{
        margin: 0;
      }

      .card-button, .submit-btn {
        height: 2rem;
        font-size: small;
        margin: .3rem auto;
        
      }

      .card-face p{
        margin-top: 0;
      }
      .card-face img{
        width: 1.5rem;
      }
      .section2 .content {
        width: 80%;
        font-size: small;

       }
       .chat-with-us{
         width: 8rem;
         height: 8rem;
         margin: 0;
       }
       .chat-label{
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
       }
       .chat-label a{
        font-size: small;
        margin-top: 0;
       }
       .chat-label img{
         width: .9rem;
         margin: 0;
       }
      .section2 h2{
        font-size: 3rem !important;

      }
      .section2 p{
       font-size: .9rem !important;

      }
      .section3 .content { 
        width: 70%; 
        min-height: 30vh;
        font-size: 1rem;
       }
       .section3 svg{
         width: 2rem;
         height: 2rem;
       }
       .section4 svg{
        width: 2rem;
        height: 2rem;
      }
       .section4 .content { 
        width: 70%; 
        min-height: 30vh;
        font-size: 1rem;
        margin-bottom: 1rem;
       }
        
      .form-divs p {
      margin-top: .7rem;
      }
      
      .more-info-slide {
        width: 90%;
        height: 80%;
        padding-bottom: 2rem;
      }

      .more-info-carousel {
       width: 600px;
       height: 500px;
      }

      .more-info-slide p {
        font-size: .9rem;
        line-height: 1.4;
        margin: 0 1rem 2rem 1.9rem;
        padding: 0 1rem;
        width: 80%;
    }
    .more-info-slide h2{
      font-size: 1.6rem ;
      margin-left: 1rem;
    }

    .mission-section {
      padding: 2rem 1rem;
    }
    
    .mission-container {
      width: 80vw;
      gap: 1rem;
      padding: 2rem 1rem;
      margin-bottom: 5%;
      border-radius: 12px;
    }
    
    .mission-text p {
      min-width: none;
      font-size: .8rem;
      padding: 0 1rem;

    }

    .mission-container {
      flex-direction: row;
      text-align: center;
    }
  
    .signature {
      position: static;
      margin-top: 1rem;
    }

    .mission-image {
      min-width: 270px;
      max-width: 370px;

    }
    .mission-image img {
    width: 65%;
    }

    .signature {
      bottom: -30px;
      right:-80 ;
      width: 40%;
    }
    
    .signature img {
      width: 60%;
      opacity: 0.8;
    }
    
    .footer-brand img{
      display: none;
    }
    .policy-links a{
      font-size: .9rem;
    }
    .footer-links {
      flex-direction: row;
      text-align: center;
    }

    .footer-brand{
      margin: 0 auto;
      text-align: center;

    }
    .footer-brand h2{ 
     margin-left: 3rem;
    }
    .footer-brand p{
      margin-left: 1rem;
      width: 70%;

    }
    .footer-cta{
      margin: 0 auto;
      text-align: center;
    }
  
    }

    @media screen and (max-width:1200px){
      
    }

    @media screen and (max-width:1400px){
      
    }

/*search service providers media querry
    @media screen and (min-width:576px) and (max-width:768px){
      .search-title{
              font-size: 1.8rem;
          }

          .search-input {
          padding: 10px 20px;
          font-size: .9rem;
      }

      .search-button {
         
          padding: 0.5rem 1.5rem;
          font-size: .9rem;

      }
      .provider-avatar {
          width: 70px;
          height: 70px;
      }
      
      .provider-name {
          font-size: 1.2rem;
      }
      
  }
*/
