.elementor-29871 .elementor-element.elementor-element-af513ad{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-29871 .elementor-element.elementor-element-2e17713.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:768px){.elementor-29871 .elementor-element.elementor-element-2e17713{width:var( --container-widget-width, 353.825px );max-width:353.825px;--container-widget-width:353.825px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-2e17713 */.cl-hero-section {
  width: 100%;
  min-height: 560px;
  background: linear-gradient(105deg, #eefbfb 0%, #dff5f6 45%, #f8ffff 100%);
  position: relative;
  overflow: hidden;
}

.cl-hero-container {
  max-width: 1600px;
  margin: auto;
  padding: 35px 25px 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.9fr;
  align-items: center;
  gap: 30px;
}

.cl-hero-left h1 {
  font-size: 46px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #064f57;
  font-weight: 900;
}

.cl-hero-left p {
  font-size: 20px;
  color: #111827;
  margin-bottom: 16px;
}

.cl-hero-left ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.cl-hero-left li {
  font-size: 17px;
  color: #111827;
  margin-bottom: 8px;
  position: relative;
  padding-left: 28px;
}

.cl-hero-left li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  background: #087b7f;
  color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-hero-buttons {
  display: flex;
  gap: 14px;
}

.cl-btn {
  display: inline-block;
  padding: 13px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.cl-btn-primary {
  background: #006b70;
  color: #fff !important;
}

.cl-btn-secondary {
  background: #0ba34b;
  color: #fff !important;
}

.cl-hero-center {
  position: relative;
  text-align: center;
  align-self: end;
  overflow: visible;
}

.cl-hero-center::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(230,248,248,0.35) 0%,
    rgba(230,248,248,0.15) 22%,
    rgba(230,248,248,0.05) 45%,
    rgba(230,248,248,0) 70%
  );
}

.cl-hero-center img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
}

.cl-service-card {
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.10);
  border: 1px solid rgba(6,79,87,0.08);
}

.cl-service-card h3 {
  margin: 0 0 18px;
  font-size: 25px;
  color: #064f57;
  font-weight: 900;
}

.cl-service-item {
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid #e5eef0;
}

.cl-service-item:last-child {
  border-bottom: none;
}

.cl-service-item span {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #e5f5f6;
  color: #006b70;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-service-item h4 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #111827;
  font-weight: 900;
}

.cl-service-item p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

/* Tablet + Mobile */
@media (max-width: 991px) {
  .cl-hero-section {
    min-height: 100vh;
  }

  .cl-hero-container {
    display: block;
    position: relative;
    padding: 0;
    min-height: 100vh;
  }

  .cl-hero-right {
    display: none !important;
  }

  .cl-hero-center {
    position: absolute;
    inset: 0;
    padding: 0;
    overflow: hidden;
  }

  .cl-hero-center img {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
    object-position: center bottom;
  }

  .cl-hero-center::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
      to bottom,
      rgba(230, 248, 248, 0.96) 0%,
      rgba(230, 248, 248, 0.78) 36%,
      rgba(230, 248, 248, 0.18) 70%,
      rgba(230, 248, 248, 0.05) 100%
    );
  }

  .cl-hero-left {
    position: relative;
    z-index: 5;
    padding: 26px 18px 0;
    text-align: center;
  }

  .cl-hero-left h1 {
    display: block !important;
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 8px;
    color: #064f57;
  }

  .cl-hero-left p {
    display: block !important;
    font-size: 16px;
    margin: 0 0 10px;
    color: #111827;
  }

  .cl-hero-left ul {
    display: none !important;
  }

  .cl-hero-buttons {
    display: flex !important;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .cl-btn {
    padding: 11px 15px;
    font-size: 14px;
    border-radius: 9px;
  }
}

@media (max-width: 575px) {
  .cl-hero-left {
    padding-top: 300px;
  }

  .cl-hero-left h1 {
    font-size: 31px;
  }

  .cl-hero-center img {
    object-position: center bottom;
  }
}


/* লোগোর ব্লু কালার অনুযায়ী বাটনের স্টাইল */
.cl-btn-prescription {
    background-color: #006799; /* আপনার লোগোর নীল রঙ */
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
    transition: 0.3s;
    border: none;
    text-align: center;
}

.cl-btn-prescription:hover {
    background-color: #004d73; /* হোভার করলে একটু গাঢ় হবে */
}

/* মোবাইল ভিউর জন্য বিশেষ স্টাইল (image_1f7493.jpg অনুযায়ী) */
@media (max-width: 768px) {
    .cl-hero-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .cl-btn-prescription {
        width: 80%; /* বাটনটি চওড়া দেখাবে */
        order: 3;   /* অন্য দুই বাটনের নিচে থাকবে */
        display: block;
    }
}



/* =========================================
   CLEAN BUTTON SYSTEM
========================================= */

.cl-hero-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 25px !important;
}

/* Base Button Style */
.cl-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Consistency Settings */
    min-height: 52px !important; 
    padding: 10px 24px !important;
    border-radius: 10px !important;
    
    /* Text Settings */
    font-size: 16px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    text-align: center !important;
    line-height: 1.2 !important;
    
    /* Animation */
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

/* Colors */
.cl-btn-primary {
    background-color: #006b70 !important; /* Deep Teal/Green */
    color: #ffffff !important;
}

.cl-btn-secondary {
    background-color: #0ba34b !important; /* Vibrant Green */
    color: #ffffff !important;
}

.cl-btn-prescription {
    background-color: #006799 !important; /* Logo Blue */
    color: #ffffff !important;
    margin-top: 0 !important; /* Resetting your previous margin-top */
}

/* Hover Effects */
.cl-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15) !important;
    filter: brightness(1.1) !important;
    color: #ffffff !important;
}

/* =========================================
   MOBILE RESPONSIVENESS
========================================= */

@media (max-width: 991px) {
    .cl-hero-buttons {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .cl-hero-buttons {
        gap: 10px !important;
    }
    
    .cl-btn {
        min-height: 48px !important;
        padding: 8px 16px !important;
        font-size: 14px !important;
        flex: 1 1 calc(50% - 10px) !important; /* Makes 2 buttons sit side-by-side */
    }

    /* Make the Prescription button full width at the bottom on mobile */
    .cl-btn-prescription {
        flex: 1 1 100% !important; 
        order: 3 !important;
    }
}

@media (max-width: 480px) {
    .cl-btn {
        flex: 1 1 100% !important; /* Stack all buttons on very small screens */
    }
}/* End custom CSS */