
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 2, 0.4); /* Shadow effect */
    padding: 5px 0; /* Adjust padding as needed for more lift */
}

        /* Sidebar Styles */
        .sidebar {
            position: fixed;
            top: 0;
            left: -250px; /* Initially hide sidebar */
            width: 250px;
            height: 100%;
            background-color:#000000;
            color: black;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
            transition: left 0.3s ease; /* Smooth transition */
            z-index: 1000;
        }

        .sidebar-nav {
            list-style: none;
            padding: 20px;
            margin: 0;
        }

        .sidebar-nav li {
            margin: 20px 0;
        }

        .sidebar-nav li a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            display: block;
            padding: 10px;
            border-radius: 5px;
            transition: background 0.3s;
        }

        .sidebar-nav li a:hover {
            background-color: #ff3939f0;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            background: none;
            border: none;
            color: white;
            cursor: pointer;
        }

        .navbar-toggler {
            background: none;
            border: none;
            color: black;
            cursor: pointer;
        }

        /* Show Sidebar when active */
        .sidebar.active {
            left: 0;
        }

        /* Responsive Design for Sidebar */
        @media (min-width: 992px) {
            .sidebar {
                display: none; 
            }
        }

        /* Navbar Links Styling */
         .nav-item .nav-link {
            font-weight: normal;
            color: #dc3545;           
            margin: 0 5px; 
            text-decoration: none;
            padding: 20px 10px;
            /* transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s ease; */
            /* transition: all 0.3s ease-in-out ; */
        }

         .nav-item .nav-link:hover {
            font-weight: bold !important; 
            transform: scale(1.1) !important; 
            
            color :#dc3545;
        }



.bg {
    background-image: url('./images/about-2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    color: white;
}
.content {
    background-color: rgba(0, 0, 0, 0.6); 
    padding: 100px;
    
}
.stats {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.stats div {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}

.card img {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}
.services-container {
    margin-top: 50px;
}

.bg-light-pink {
background-color: #dc3545;
}

.footer a {
text-decoration: none;
color: white;
}

.footer a:hover {
text-decoration: underline;
}

.footer p {
color: white;
}

.footer ul {
padding-left: 0;
}

.footer h5 {
color: white;
}

.footer .fab {
font-size: 1.5rem;
}

/* .title {
font-size: 2.5rem;
font-weight: bold;
color: #fff;
border-bottom: 5px solid #f76c42;
display: inline-block;
padding-bottom: 10px;
}

.service-list, .gem-services {
list-style-type: none;
padding-left: 0;
}

.service-list li, .gem-services li {
font-size: 1.2rem;
margin-bottom: 10px;
}

.gem-logo {
width: 150px;
height: auto;
margin-top: 20px;
} */

/* .btn-red {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
}

.btn-red:hover {
    background-color: darkred;
}

.contact-info {
    font-size: 14px;
    color: #666;
    margin-left: auto;
    padding-top: 10px;
} */

.title {
font-size: 2.2rem;
font-weight: bold;
color: #fff;
border-bottom: 5px solid #d5391a;
display: inline-block;
/* padding-bottom: 10px; */
}

.service-list li, .gem-services li {
font-size: 1.2rem;
}

.gem-logo {
width: 150px;
height: auto;
margin-top: 20px;
}

.fas {
color: #fff;
}

/* General Styling for Mobile View */
@media (max-width: 768px) {
  .content {
      padding: 50px 20px;
  }

  .title {
      font-size: 1.8rem;
      text-align: center;
  }

  .row {
      flex-direction: column;
      align-items: center;
  }

  .col-md-6 {
      margin-bottom: 30px;
      text-align: center;
  }

  .gem-services li, .service-list li {
      flex-direction: column;
      align-items: flex-start;
  }

  .gem-services li i, .service-list li i {
      margin-bottom: 10px;
  }

  .gem-services li span, .service-list li span {
      font-size: 1rem;
  }

  .fas {
      font-size: 1.5rem;
  }

  .gem-logo {
      width: 120px;
  }
}

/* Fine-tuning styles for better spacing and readability */
.list-unstyled li {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.);
  border-radius: 8px;
  margin-bottom: 10px;
}

.list-unstyled li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}




ul li span {
font-size: 1.2rem;
}

.bg-add{
    background-color: #e9f7ef;
}

.bg-adds {
    background: #ea2647e2;
    color: black;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
  }
  
  .bg-adds::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/cubes.png') repeat;
    opacity: 4; 
    z-index: 0;
    filter: brightness(5); 
  }
  

.header {
    
    padding: 30px 0;
    text-align: center;
}

.header h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.header p {
    font-size: 1.2rem;
    color: #666;
}

.section {
    padding: 60px 0;
   
}

.section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.section p {
    font-size: 1rem;
    line-height: 1.6;
}

.icon {
    max-width: 100%;
    height: auto;
}

.cta {
    text-align: center;
    margin-top: 40px;
}

.cta a {
    padding: 10px 30px;
    font-size: 1.1rem;
    background-color: #d12542;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.cta a:hover {
    background-color: #e61235;
}

.features-section {
    padding: 60px 0;
    text-align: center;

   
}

.features-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.feature-list {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
}

.feature-list li {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
}

.feature-list li i {
    color: #28a745;
    font-size: 1.5rem;
    margin-right: 10px;
}

.image-section img {
    max-width: 100%;
    height: auto;
}


.container {
    margin-top: 50px;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-container img {
    max-width: 100%;
    height: auto;
}
/* .text-section h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
.text-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.list-section {
    font-size: 1.1rem;
    line-height: 1.8;
}
.list-section ul {
    list-style: none;
    padding-left: 0;
}
.list-section ul li {
    padding-left: 1.5rem;
    position: relative;
}
.list-section ul li::before {
    content: "–";
    position: absolute;
    left: 0;
} */

.list-section {
    background-color: #e9f7ef;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.list-section h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}
.list-section ul {
    list-style: none;
    padding: 0;
}
.list-section ul li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 1.1rem;
    border-bottom: 1px solid #ddd;
}
.list-section ul li:last-child {
    border-bottom: none;
}
.list-section ul li i {
    color: #ce2d3a;
    font-size: 1.5rem;
    margin-right: 15px;
}


.features-section {
    margin-top: 50px;
    text-align: center;
}
.feature-card {
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-10px);
}
.feature-card h4 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}
.feature-icon {
    font-size: 3rem;
    color: #f97316; 
}
.feature-card:nth-child(2) .feature-icon {
    color: #10b981;
}
.feature-card:nth-child(3) .feature-icon {
    color: #ec4899;
}

h1 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}

.lead {
    font-size: 1.2rem;
    line-height: 1.8;
}

.image-container {
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
}


 
 .feature-card {
            border-radius: 10px;
            background-color: #f9f9f9;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            margin-bottom: 30px;
        }
        .feature-card h5 {
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
            margin-top: 20px;
        }
        .feature-card img {
            max-width: 60px;
            height: auto;
        }
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 10px;
        }

        .service-section {
            margin-top: 50px;
        }

        .service-section img {
            max-width: 100%;
            height: auto;
        }

        .service-text {
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .service-heading {
            font-weight: bold;
            font-size: 2rem;
        }

        .value-text {
            font-size: 18px;
            color: white;
          }
          .value-title {
            font-size: 28px;
            font-weight: 600;
            color: black;
          }
          /* .images {
            max-width: 100%;
            border-radius: 10px;
          } */

          .images {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
          }
          .col-md {
            flex: 0 0 auto;
            width: 40%; 
          }

          @media (max-width:800px)
{
    .img1 {
        width: 80vw;
    }
    .img1 {
        display: none;
    }
}
           

    .section-title {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        color: #343a40;
      }
      .sub-title {
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        color: #d61c54;
        margin-bottom: 40px;
      }
      .content-section {
        background-color: #e9f7ef;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(31, 28, 28, 0.1);
      }
      .content-text {
        font-size: 16px;
        color: #6c757d;
        line-height: 1.7;
      }
      .highlight-box {
        background-color: #e9ecef;
        padding: 20px;
        border-left: 5px solid #d61c54;
        margin-bottom: 20px;
        border-radius: 4px;
      }
      .highlight-title {
        font-size: 20px;
        font-weight: 600;
        color: #d61c54;
        margin-bottom: 10px;
      }
      .highlight-text {
        font-size: 15px;
        color: #37404a;
      }
      .divider {
        height: 1px;
        background-color: #dee2e6;
        margin: 40px 0;
      }
      /* Media Queries for Responsive Design */
      @media (max-width: 768px) {
        .content-section {
          padding: 20px;
        }
        .section-title {
          font-size: 28px;
        }
      }
    
      h3 {
        font-weight: bold;
    }
    
    .ull {
        line-height: 1.8;
        font-size: 16px;
    }
    
    /* img {
        border-radius: 8px;
    } */
    

    h2 {
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    h4 {
        margin-bottom: 15px;
    }
    
    p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    ul {
        text-align: left;
        margin-top: 20px;
        line-height: 1.8;
        font-size: 16px;
    }
    
    li {
        margin-bottom: 10px;
    }
    

    /* contact page  */

    
    
    .bgc{
        background-color: #d12542;
    }
    
    #contact {
      width: 100%;
      height: 100%;
    }
    
    .section-header {
      text-align: center;
      margin: 0 auto;
      padding: 40px 0;
      font: 300 60px 'Oswald', sans-serif;
      color: black;
      text-transform: uppercase;
      letter-spacing: 6px;
    }
    
    .contact-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 auto;
      padding: 20px;
      position: relative;
      max-width: 840px;
    }
    
    /* Left contact page */
    .form-horizontal {
      /*float: left;*/
      max-width: 400px;
      font-family: 'Lato';
      font-weight: 400;
    }
    
    .form-control, 
    textarea {
      max-width: 400px;
      background-color: #d12542;
      color: black;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }
    
    .send-button {
      margin-top: 15px;
      height: 34px;
      width: 400px;
      overflow: hidden;
      transition: all .2s ease-in-out;
    }
    
    .alt-send-button {
      width: 400px;
      height: 34px;
      transition: all .2s ease-in-out;
    }
    
    .send-text {
      display: block;
      margin-top: 10px;
      font: 700 12px 'Lato', sans-serif;
      letter-spacing: 2px;
    }
    
    .alt-send-button:hover {
      transform: translate3d(0px, -29px, 0px);
    }
    
    /* Begin Right Contact Page */
    .direct-contact-container {
      max-width: 400px;
    }
    
    /* Location, Phone, Email Section */
    .contact-list {
      list-style-type: none;
      margin-left: -30px;
      padding-right: 20px;
    }
    
    .list-item {
      line-height: 4;
      color: black;
    }
    
    .contact-text {
      font: 300 18px 'Lato', sans-serif;
      letter-spacing: 1.9px;
      color: black;
    }
    
    .place {
      margin-left: 62px;
    }
    
    .phone {
      margin-left: 56px;
    }
    
    .gmail {
      margin-left: 53px;
    }
    
    .contact-text a {
      color: black;
      text-decoration: none;
      transition-duration: 0.2s;
    }
    
    .contact-text a:hover {
      color: #d12542;
      text-decoration: none;
    }
    
    
    /* Social Media Icons */
    .social-media-list {
      position: relative;
      font-size: 22px;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }
    
    .social-media-list li a {
      color: #fff;
    }
    
    .social-media-list li {
      position: relative; 
      display: inline-block;
      height: 60px;
      width: 60px;
      margin: 10px 3px;
      line-height: 60px;
      border-radius: 50%;
      color: #fff;
      background-color: rgb(27,27,27);
      cursor: pointer; 
      transition: all .2s ease-in-out;
    }
    
    .social-media-list li:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 50%;
      opacity: 0;
      box-shadow: 0 0 0 1px #fff;
      transition: all .2s ease-in-out;
    }
    
    .social-media-list li:hover {
      background-color: #fff; 
    }
    
    .social-media-list li:hover:after {
      opacity: 1;  
      transform: scale(1.12);
      transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
    }
    
    .social-media-list li:hover a {
      color: #000;
    }
    
    .copyright {
      font: 200 14px 'Oswald', sans-serif;
      color: #555;
      letter-spacing: 1px;
      text-align: center;
    }
    
    hr {
      border-color: rgba(0, 0, 0, 4);
    }
    
    /* Begin Media Queries*/
    @media screen and (max-width: 850px) {
      .contact-wrapper {
        display: flex;
        flex-direction: column;
      }
      .direct-contact-container, .form-horizontal {
        margin: 0 auto;
      }  
      
      .direct-contact-container {
        margin-top: 60px;
        max-width: 300px;
      }    
      .social-media-list li {
        height: 60px;
        width: 60px;
        line-height: 60px;
      }
      .social-media-list li:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
      }
    }
    
    @media screen and (max-width: 569px) {
    
      .direct-contact-container, .form-wrapper {
        float: none;
        margin: 0 auto;
      }  
      .form-control, textarea {
        
        margin: 0 auto;
      }
     
      
      .name, .email, textarea {
        width: 280px;
      } 
      
      .direct-contact-container {
        margin-top: 60px;
        max-width: 280px;
      }  
      .social-media-list {
        left: 0;
      }
      .social-media-list li {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 2rem;
      }
      .social-media-list li:after {
        width: 55px;
        height: 55px;
        line-height: 55px;
      }
      
    }
    
    @media screen and (max-width: 410px) {
      .send-button {
        width: 99%;
      }
    }
    
    
    
       
    /* Terms Section */
.terms-section {
  background: #f9f9f9;
  padding: 50px 10%;
  border-top: 1px solid #f9f9f9;
  margin-top: 40px;
}

.terms-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.terms-section h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.terms-content ul {
  list-style: none;
  padding: 0;
}

.terms-content ul li {
  margin-bottom: 15px;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.terms-content ul li strong {
  color: #d12542
}

.terms-content ul li a {
  color: #007BFF;
  text-decoration: none;
}

.terms-content ul li a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px)
 {

  .contact-wrapper {
    flex-direction: column;
  }

  .form-section,
  .image-section {
    flex: none;
    padding: 20px;
  }

  .terms-content {
    padding: 0 20px;
  }
}

/* Mobile-specific CSS: Hide Image */
@media (max-width: 768px) {
  .image-section {
    display: none; /* Hide image on mobile view */
  }
}

