/* Basic Reset */
* {
    margin-left: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
      html, body {
      overflow-x: hidden; /* Prevent horizontal scrolling */

  }

  @media (max-width: 767px) {
    .subscribe-container {
      display: flex;
      align-items: center;
      background: white;
      border-radius: 30px;
      overflow: hidden;
      padding: 5px;
      max-width:fit-content;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .subscribe-container input {
      border: none;
      outline: none;
      padding: 10px;
      font-size: 14px;
      border-radius: 30px;
      color: gray;
      flex: 1;
  }
  
  .subscribe-container .btn {
      background: #5A4A3D;
      color: white;
      border-radius: 30px;
      font-size: 14px;
      padding: 10px 15px;
      border: none;
  }
  
  .subscribe-container .btn:hover {
      background: #4b3d31;
  }
  
  /* Add a separate background only for this section */
  .subscribe-section {
      background: linear-gradient(to right, #e67e22, #d35400);
      padding: 40px 0;
      display: flex;
      justify-content: center;
  }
    #mobileNav {
        text-align: center;
    }
    .navigation {
      display: flex;
      margin-top:10px;
      background-color: #333;
    }
    .py-50{
      position: relative; padding-bottom: 5%; padding-top:5%;
    }

    .fs-48 {
      font-size: 32px;
      }
    .fs-52 {
      font-size: 37px; 
      /* Size 37 for mobile */
    }
    .content-first {
      padding-top: 100px; /* Pushes content below the navbar */
    }
    .content {
      padding-top: 50px; /* Pushes content below the navbar */
    }
    #mobileNav .nav-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .laptop {
      max-width:100%;
      padding-bottom:50px;
      transform: scale(2.15);
      display: block;  /* Ensures it's treated as a block element */
      margin: 0 auto;

    }
    .laptop2 {
      max-width:100%;
      padding-top: 20px;
      padding-bottom:20px;
      transform: scale(1.2);
      display: block;  /* Ensures it's treated as a block element */
      margin: 0 auto;

    }
    .navbar {
      max-height: 100px;
      width: 1 0%;
      background-color: #333;
  
      z-index: 1000; /* Keeps navbar on top */
      
    }
    .white-button-started {
      color: #E55611 ;
      width: 221px;
      height: 40px;
      border: none;
      border-radius: 4px; /* Rounded corners */
      font-size: 20px;
      background-color:white;
      cursor: pointer;
      transition: background 0.3s ease;
      font-weight: bold;
    }
    .px-8 {
      padding-left: 1rem;  /* Equivalent to Bootstrap spacing scale */
      padding-right: 1rem;
      padding-bottom: 1rem;

    }
    .pxc-8 {
      padding-left: 1rem;  /* Equivalent to Bootstrap spacing scale */
      padding-right: 1rem;
      padding-top:1rem;
    }
    .textimg{
    max-width: 100%;

  }
}
h1 {
  font-size: 32px; /* Default size for smaller screens */
}
@media (min-width: 768px) { /* Bootstrap md breakpoint */
  h1 {
    font-size: 48px;
  }
  .textimg{
    max-width: 110%;
  }

}
@media (min-width: 768px) { /* Bootstrap md breakpoint */

  .white-button-started {
    color: #E55611 ;
    width: 328px;
    height: 58px;
    border: none;
    border-radius: 4px; /* Rounded corners */
    font-size: 24px;
    background-color:white;
    cursor: pointer;
    transition: background 0.3s ease;
    font-weight: bold;
  }
  .text-box{
    width: 545px;
    height: 84px;

  }
  .fsc-4{
    font-size:24px;
  }
  .min-vh-md-100{
    min-height: 100vh;
  }
  .fs-15 {
    font-size: 15px;
  }
  .fs-52 {
    font-size: 52px;
  }
  .fs-18 {
  font-size: 38px!important;
  }
  .fs-48 {
    font-size: 48px;
    }
  .content,.content-first {
    padding-top: 85px;
  }
  .laptop {
    max-width: 100%;
    padding-bottom:50px;
    transform: scale(1.15);

  }
  .px-8 {
    padding-left: 3.5rem;  /* Equivalent to Bootstrap spacing scale */
    padding-right: 3.5rem;
  }
  .pxc-8 {
    padding-left: 3.5rem;  /* Equivalent to Bootstrap spacing scale */
    padding-right: 7.5rem;
  }
  .fs-7 {
    font-size: 14px;
  }
  .subscribe-container {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 30px;
    overflow: hidden;
    padding: 5px;
    max-width:fit-content;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.subscribe-container input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 30px;
    color: gray;
    flex: 1;
}

.subscribe-container .btn {
    background: #5A4A3D;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
}

.subscribe-container .btn:hover {
    background: #4b3d31;
}

/* Add a separate background only for this section */
.subscribe-section {
    background: linear-gradient(to right, #e67e22, #d35400);
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.custom-container {
  max-width: 1190px; /* Default Bootstrap max-width is ~1200px at xl */
  margin: 0 auto; /* Centers the container */
}

  
}
.custom-card {
  border-radius: 30px 0px 30px 0px !important; /* Top-left and bottom-right rounded */
}
 
  
  
  .default-bg
  {
    background: linear-gradient(to right, #E9B027, #E55611);
  }
  /* Navbar Styles */
  .navbar {
    max-height: 100px;
    width: 100%;
    background-color: #333;

    z-index: 1000; /* Keeps navbar on top */
    
  }
  .white-button {
    color: #E55611 ;
    padding: 10px 15px; /* Adjusts the button size */
    border: none;
    border-radius: 4px; /* Rounded corners */
    font-size: 16px;
    background-color:white;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .white-button-try {
    color: #E55611 ;
    width: 315px;
    height: 66px;
    border: none;
    border-radius: 4px; /* Rounded corners */
    font-size: 24px;
    background-color:white;
    cursor: pointer;
    transition: background 0.3s ease;
    font-weight: bold;
  }
  
  .white-button-big {
    color: #E55611 ;
    padding: 10px 15px; /* Adjusts the button size */
    border: none;
    border-radius: 4px; /* Rounded corners */
    font-size: 24px;
    background-color:white;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .orange-button {
    color: white ;
    padding: 12px 24px; /* Adjusts the button size */
    border: none;
    border-radius: 4px; /* Rounded corners */
    font-size: 16px;
    background:linear-gradient(to right, #E9B027, #E55611);
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .logo img {
    width: 261px;
    padding-left:40px;

  }
  
  .navigation {
    display: flex;
    margin-top:10px;
  }
  
  .nav-list {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-right:35px;
    align-items: center;

  }
  
  .nav-item .nav-link {
    text-decoration: none;
    color: white;
    font-size: 16px;
  }
  
  .nav-item .nav-link:hover {
    color: #f1f1f1;
  }
  
  /* Content styles to see the effect of scrolling */
  .content {

     /* To prevent content from being hidden behind the navbar */
  }

  .color-desc{
    color:#364153;
  }
  
  .fs-14{
    font-size:14px;
  }
  .carousel-container {
    display: flex;
    overflow-x: scroll; /* or hidden if JS handles slide */
    scroll-snap-type: x mandatory;
    gap: 1rem; /* <--- this adds space between slides */
  }



  /* Animations */
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-100px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideInRight {
    from {
      opacity: 0;
      transform: translateX(100px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .slide-in-left {
    animation: slideInLeft 1s ease-out forwards;
  }
  
  .slide-in-right {
    animation: slideInRight 1s ease-out forwards;
  }

  .swal2-popup {
    font-family: 'Poppins', sans-serif !important;
    border-radius: 10px;
  }

  .swal2-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
  }

  .swal2-content {
    font-size: 16px;
    color: #555;
    text-align: center;
  }

  .swal2-input {
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-top: 10px;
  }

  .swal2-confirm {
    background-color: #4CAF50;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
  }

  .swal2-cancel {
    background-color: #f44336;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
  }

  /* Optional: Custom button hover effects */
  .swal2-confirm:hover {
    background-color: #45a049;
  }

  .swal2-cancel:hover {
    background-color: #e53935;
  }
  #pre-footer{
    padding-top: 0px !important;
  }
