.custom-banner {
     min-height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Responsive for laptops */
@media (max-width: 1024px) {
  .custom-banner {
    height: 60vh;
  }
}

/* Responsive for tablets and mobiles */
@media (max-width: 768px) {
  .custom-banner {
    height: 50vh;
  }
}

.tool-container {
  text-align: center;
  padding: 40px 20px;
}

.tool-heading {
    font-size: 45px;
    font-family: "Century Gothic", sans-serif !important;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.tool-subheading {
  font-size: 16px;
  font-weight: 300;
  color: #5a5a5a;
  font-family:"Century Gothic", sans-serif !important;
  margin-top: 50px;
}
.in-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 39px;
}
 
.in-c span {
    color: black;
    font-family:"Century Gothic", sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
}
.in-c img {
    width: 76px;
}
    body {
      margin: 0;
    background: #fff;
    }

    .main-container {
      width: 100%;
      display: flex;
      justify-content: center;
       padding: 40px 0;
    }

    .inner-container {
      width: 1140px;
      display: flex;
      justify-content: space-between;
      gap: 30px;
      border-bottom: 2px solid #e7eaee;
    }

    .tab {
      flex: 1;
      position: relative;
      text-align: center;
      padding: 24px;
      cursor: pointer;
    }

    .tab::before {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 50%;
      width: 0;
      height: 2px;
      background: #7635EE;
      transition: all 0.4s ease;
      transform: translateX(-50%);
    }

    .tab:hover::before,
    .tab.active::before {
      width: 100%;
    }

    .tab-content {
      display: none;
      padding: 20px;
       text-align: center;
      animation: fadeIn 0.5s ease;
    }

    .tab-content.active {
      display: block;
    }
    .main-tabs {
    width: 100%;
    display: flex;
    justify-content: center;
}
.tab-content.active {
    display: block;
    width: 1000px;
}
h2.roller-heading{
    font-size:45px;
    font-family:"Century Gothic", sans-serif !important;
 }
 h2.roller-headings{
    font-size:38px;
        padding-top: 36px;
    font-family:"Century Gothic", sans-serif !important;
 }
 p.roller-texts {
    text-align: start;
    color: #5a5a5a;
        font-family:"Century Gothic", sans-serif !important;
        padding-top:15px;
}
p.roller-text {
    text-align: start;
    color: #5a5a5a;
        font-family:"Century Gothic", sans-serif !important;
}

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    
    
    
    
    
    
    
    
    
    
    /* Main container */
.custom-main-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  background-color: white !important;
}

.custom-inner-container {
  width: 1140px;
}

/* Rows */
.custom-row {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

/* Columns */
.custom-col {
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* Images */
.custom-col img {
  width: 100%;
  display: block;
  border-radius: 8px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Hover effect on images */
.custom-col img:hover {
  /*transform: scale(1.05);*/
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 30px, rgba(0, 0, 0, 0.1) 0px 10px 15px;
}

/* Optional: Responsive */
@media (max-width: 1200px) {
  .custom-inner-container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .custom-row {
    flex-direction: column;
  }
  
  .custom-col {
    margin-bottom: 20px;
  }
}

    
    
    
    
    
    /* Mobile Responsive for 480px and below */
@media (max-width: 480px) {
    .tool-container {
        padding: 30px 15px !important;
    }
    
    .tool-heading {
        font-size: 28px !important;
        text-align: center !important;
        margin-bottom: 5px !important;
    }
    
    .tool-subheading {
        font-size: 14px !important;
        text-align: center !important;
        margin-top: 20px !important;
        padding: 0 10px !important;
    }
    
    .main-container {
        padding: 20px 0 !important;
    }
    
    .inner-container {
        width: 100% !important;
        flex-direction: column !important;
        gap: 15px !important;
        padding: 0 15px !important;
    }
    
    .tab {
        width: 100% !important;
        padding: 20px !important;
    }
    
    .in-c {
        gap: 15px !important;
    }
    
    .in-c img {
        width: 60px !important;
    }
    
    .in-c span {
        font-size: 14px !important;
        text-align: center !important;
    }
    
    .main-tabs {
        width: 100% !important;
        padding: 0 15px !important;
    }
    
    .tab-content.active {
        width: 100% !important;
        padding: 20px 0 !important;
    }
    
    .roller-heading {
        font-size: 24px !important;
        text-align: center !important;
        line-height: 1.3 !important;
    }
    
    .roller-headings {
        font-size: 20px !important;
        text-align: center !important;
        padding-top: 20px !important;
        line-height: 1.3 !important;
    }
    
    .roller-text,
    .roller-texts {
        font-size: 14px !important;
        text-align: center !important;
        line-height: 1.5 !important;
        padding-top: 10px !important;
        width: 100% !important;
    }
    
    .custom-main-container {
        padding: 30px 0 !important;
    }
    
    .custom-inner-container {
        width: 100% !important;
        padding: 0 15px !important;
    }
    
    .custom-row {
        flex-direction: column !important;
        gap: 20px !important;
        margin-bottom: 30px !important;
    }
    
    .custom-col {
        width: 100% !important;
    }
    
    .custom-col img {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Remove hover effects on mobile */
    .custom-col img:hover {
        transform: none !important;
        box-shadow: none !important;
    }
    
    /* Adjust banner height for mobile */
    .custom-banner {
        height: 40vh !important;
        min-height: 300px !important;
    }
    
    /* Center all content */
    .roller-container,
    .custom-main-container,
    .custom-inner-container {
        text-align: center !important;
    }
        .main-container {
        padding: 20px 28px !important;
    }
}
    
    
    
    