body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10;
}

/* Popup Container */
.popup-container {
  background: #fff;
  max-width: 800px;
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

/* Popup Content */
.popup-content {
  display: flex;
  gap: 20px;
  padding: 20px;
}
.popup-text{
  text-align: center;
}
/* Image */
.popup-image {
  max-width: 300px;
  border-radius: 10px;
}

/* Text Section */
.popup-text {
  flex: 1;
}

.popup-heading {
  font-size: 90px;
  margin: 0 0 10px;
}

.popup-button {
  margin-top: 20px;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.popup-button:hover {
  background: #0056b3;
}

/* Show Popup */
.popup-overlay.show {
  visibility: visible;
  opacity: 1;
}


.product-section {
    padding: 3rem 0;
}

h5 {
    color: black;
}


.look-head{
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.look-para{
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.look-set{
  text-align: center;
}
.callback-box .callback-input{
  margin-bottom: 0px;
}
.copy-cont{
  position: absolute;
  color: #333;
  right: 0;
  bottom: 0;
  width: 26%;
  padding: 0;
  margin: 0px 0px;
}
.callback-btn {
  background-color: #0070F0;
  border: none;
  padding: 12px 24px;
  border-radius: 24px;
  color: white;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
}
#fullPageLoadingOverlay5 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
}
#loadingSpinner5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
}
.copy-cont {
  position: absolute;
  color: #333;
  right: 0;
  bottom: 0;
  width: 26%;
  padding: 0;
  margin: 0px 0px;
}
.copyright {
  color: #525252;
  font-size: 14px;
  text-align: center;
}
.img-fluid {
    border-radius: 10px;
}
.img-fluid {
    max-width: 89%;
    height: auto;
}
.like-what-you-see {
    text-align: center;
    background-color: #f7faff; /* Light blue background */
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #333;
  }
  
  .like-what-you-see h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .like-what-you-see p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .callback-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .callback-form input {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 32px;
    width: 200px;
  }
  /* Hero Section Styles */
.hero-section {
    position: relative;
    background-image: url('/assets/img/productschool.avif'); /* Replace with your background image URL */
    background-size: cover;
    background-position: center;
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
  
  .hero-overlay {
    color: white;
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  
  .hero-overlay h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  .hero-overlay p {
    font-size: 16px;
    max-width: 738px;
    margin: 0 auto;
  }
  .main-set {
    position: relative;
}

.text-content1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    width: 80%;
}
.slide-image{
  width: 100%;
  filter: brightness(0.5);
}
.montserrat.trust-p{
  font-size: 24px;
}
.look-para{
  display: block;
}
.look-para1{
  display: none;
}
.look-section{
  background-color: #EFF6FE;
  padding: 80px 100px;
}
  /* Responsive Design for Mobile View */
  @media (max-width: 900px) {
    .popup-heading {
      font-size: 36px;
      margin: 0 0 10px;
    }
    .popup-content {
      display: flex;
      gap: 20px;
      padding: 20px;
      flex-direction: column;
  }
    .copy-cont {
      position: absolute;
      color: #333;
      right: 0;
      bottom: 0;
      width: 100% !important;
      padding: 0;
      margin: 0px 0px;
  }
    .look-section{
      background-color: #EFF6FE;
      padding: 40px 10px !important;
    }
    .look-para1{
      display: block;
    }
    .look-para{
      display: none;
    }
    .text-content1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 2;
      width: 95%;
  }
  .text-content1 p{
    font-size: 12px !important;
  }
    .icon-set1 {
      grid-template-columns: repeat(2, 1fr);
      gap: 5px;
      display: grid !important;
      justify-content: space-around;
      flex-direction: row;
      align-items: center;
      padding: 0px !important;
  }
    .callback-box .callback-input {
      margin-bottom: 20px;
  }
    .hero-section {
      height: 300px; /* Adjust for smaller screens */
    }
    .row.align-items-center {
        flex-direction: column-reverse !important;
    }
    .hero-overlay h1 {
      font-size: 24px;
    }
  
    .hero-overlay p {
      font-size: 14px;
      padding: 0 10px; /* Add padding for smaller devices */
    }
    .col-lg-5{
        text-align: center;
    }
   
 }

 .flex-md-row {
    flex-direction: row !important;
    margin-top: -10%
} 


  
  .custom-card {
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s;
  }
  
  .custom-card:hover {
    transform: scale(1.05);
  }
  
  .custom-card img {
    max-height: 150px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  h2 {
    color: #333;
  }
  .flex-md-row{
    margin-top: -100px !important;
  }
  .mb-5 {
    margin-bottom: 0rem !important;
  }
  @media (max-width: 768px) {
    .flex-md-row{
      margin-top: 0px !important;
    }
    .custom-card img {
      max-height: 120px;
    }
  }
  
  .callback-form button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff; /* Blue button */
    color: #fff;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .callback-form button:hover {
    background-color: #0056b3;
  }
  
  /* Responsive design for mobile view */
  @media (max-width: 768px) {
    .like-what-you-see {
      padding: 15px;
    }
  
    .like-what-you-see h2 {
      font-size: 20px;
    }
  
    .like-what-you-see p {
      font-size: 14px;
    }
  
    .callback-form {
      flex-direction: column;
      gap: 15px;
    }
  
    .callback-form input {
      width: 100%;
    }
  
    .callback-form button {
      width: 100%;
    }
  }
  
/* Mobile View Adjustments */
@media (max-width: 768px) {
    .row.align-items-center {
        flex-direction: column !important;
    }

    .row.align-items-center .col-md-6 {
        text-align: center;
    }

    .row.align-items-center img {
        max-width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .btn-primary {
        width: 100%;
    }
}
