.why-choose-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.img-text-style {
    color: #fff;
}
.whyChoose{
    display:block;
}
.our-services {
    position: relative;
    padding: 60px 0;
}
.emptySpace{
 height:40px;
 background:var(--secondary-color);
}
.accordinCont{
    color:var(--primary-color);
}
/*.acneTreat .accordion-header .accordion-button,.acneTreat .accordion-item .accordion-body p, .acneTreat .accordion-item .accordion-button::after, .acneTreat .accordion-item .accordion-button.collapsed::after {*/
/*    color: #009895;*/
/*}*/
.outerBoxes{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
    margin-top:60px;
}

.accordion-body p, .accordion-body li, .accordion-body a{
    color:#000 !important;
}

.accordion-body{
    margin-top:30px !important;
}
button.accordion-button {
    background: #fff;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

/*.innerBoxes{*/
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    /*padding:20px;*/
/*    background:#fff;*/
/*    border-radius:10px;*/
    /*border:1px solid #ddd;*/
/*    margin:1px;*/
/*}*/

.service-box ul{
    list-style-type:none;
    padding:10px;
}
.innerBoxes h3,.innerBoxes p{
    margin-bottom:20px;
}
    
    #tableOfTable{
        background-color:#fff;
    }
     #tableOfTable ul li a:hover{
        color:#419693;
    }
    button.accordion-button, .accordion-button:not(.collapsed) {
    color: #000;   
   
}
#tableOfTable .accordion-header {
padding:10px;
}
#tableOfTable .accordion-button::after {  
    filter: invert(1) !important;  
}

.servicesMain{
    background-color:#fff !important;
    color:#000 !important;
}
.swiper-slide{
    width:100%;
}
.greyBg{
    background:#f1f1f1;
}


    /*header {*/
    /*  background: #0f2c45;*/  
    /*  padding: 10px 20px;*/
    /*  color: white;*/
    /*  display: flex;*/
    /*  justify-content: space-between;*/
    /*  align-items: center;*/
    /*}*/
    /*header nav a {*/
    /*  color: white;*/
      /*margin-left: 20px;*/  
    /*  text-decoration: none;*/
    /*}    */
    .hero {     
      text-align: center;
      padding: 100px 20px;
     background: linear-gradient(90deg, #17bfad, #00554c);
    }
    .hero h1 {
      font-size: 56px;
      color: #fff;
    }
    .content {
      display: flex;
      gap: 30px;
      padding: 20px;
      max-width: 1200px;
      margin: auto;
    }
    .main-content {
      flex: 3;
      min-width: 300px;
    }
    .main-content h2 {
      color: #419693;
    }
    .sidebar {
      flex: 1;
      min-width: 250px;
      margin-top:98px;
    }
    .borderBtm{
        border-bottom:1px solid #ddd;
    }
    .sidebar .box {
      background: #fffaf4;
      padding: 15px;
      margin-bottom: 20px;
      border-radius: 5px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .sidebar h3 {
      font-size: 26px;
      color: #0f2c45;
      margin-bottom: 10px;
    }
    .sidebar ul {
      padding-left: 20px;
      margin: 0;
    }
    .sidebar ul li {
      list-style: disc;
      margin-bottom: 10px;
    }

    .faq {
      margin-top: 50px;
    }
    .faq h3 {
      background: #eaeff2;
      padding: 12px;
      cursor: pointer;
      margin: 0;
      border-top: 1px solid #ccc;
    }
    .faq-content {
      display: none;
      padding: 10px 15px;
      border: 1px solid #eaeff2;
    }
    footer {
      color: white;
      padding: 20px;
      margin-top: 50px;
    }
    footer .footer-inner {
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    footer h4 {
      margin-bottom: 10px;
    }
    footer ul {
      padding-left: 20px;
    }
    footer ul li {
      list-style: none;
      margin-bottom: 5px;
    }
    footer ul li a {
      color: #eee;
      text-decoration: none;
    }

    .img-section img {
      width: 100%;
      border-radius: 8px;
    }
    .ourProcess h2 {
    margin-top: 0px;
}

.more-text {
  display: none;
}

.read-more-btn {
  background: none;
  border: none;
  padding:8px 16px;
  font-size: 14px;
  line-height:1;
}

    @media (max-width: 768px) {
      .content {
        flex-direction: column;
      }
      
      header {
        flex-direction: column;
        align-items: flex-start;
      }
    }

@media only screen and (max-width:767px){
    h2 {
    font-size: 32px;
}
.hero h1 {
    font-size: 40px;
}
    
    .sidebar-form-container {
    max-width: 100%;
}
    #main {
    display: flex;
    flex-direction:column;
}
#content {
    width: 100%;
}
#sidebar {
    width: 100%;
    background-color: #f9f0f2;
}

}

@media only screen and (min-width:992px){
    .fixedTOC {
      position: fixed;
      top: 0px;
      transition: top 0.3s ease;
      z-index: 99;
      width:100%;
      background-color:#ffeff1;
    }
    
        .fixedSidebar{
          position: sticky;
        top: 100px; /* space from top */
        z-index: 10;
        transition: top 0.3s ease;
        padding: 15px;
        background-color: #ffeff1;
         width: 300px;
        height: 100vh;
        overflow-y:scroll;
    }
}



    .sidebar-form-container {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08);
      padding: 20px;
      max-width: 320px;
      font-family: 'Segoe UI', sans-serif;
    }
    
    .sidebar-form h3 {
      font-size: 18px;
      margin-bottom: 20px;
      color: #0f2c45;
    }
    
    .input-group {
      position: relative;
      margin-bottom: 20px;
    }
    
    .input-group input,
    .input-group select {
      width: 100%;
      padding: 10px 10px 10px 0;
      border: none;
      border-bottom: 1px solid #ccc;
      background: transparent;
      font-size: 14px;
      outline: none;
      transition: border-color 0.3s;
    }
    
    .input-group label {
      position: absolute;
      left: 0;
      top: 10px;
      font-size: 14px;
      color: #666;
      transition: all 0.2s ease;
      pointer-events: none;
    }
    
    .input-group input:focus ~ label,
    .input-group input:valid ~ label,
    .input-group select:focus ~ label {
      top: -12px;
      font-size: 12px;
      color: #0f2c45;
    }
    
    .input-group select {
      padding-left: 0;
      border-bottom: 1px solid #ccc;
      background-color: transparent;
      color: #222;
    }
    
    .sidebar-form button {
      width: 100%;
      padding: 10px;
      background: #00554c;
      color: white;
      font-size: 14px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background 0.3s;
    }
    
    .sidebar-form button:hover {
      background: #419693;
    }
    .homePage{
        background-color:var(--accent-color) !important;
    }
    
    a{
        color:#009895;
    }
    
    /*.swiper-wrapper {*/
    /*    flex-wrap: wrap;*/
    /*    gap:20px;*/
    /*}*/
    
    /*============================*/
    
    
    .sidebar-form-box {
      max-width: 350px;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      font-family: "Segoe UI", sans-serif;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }
    
    .sidebar-form-box h3 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 18px;
      color: #0f2c45;
    }
    
    .form-group {
      position: relative;
      margin-bottom: 20px;
    }
    
    .form-group input,
    .form-group select {
      width: 100%;
      padding: 12px 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      background: transparent;
      outline: none;
    }
    
    .form-group label {
      position: absolute;
      top: -10px;
      left: 10px;
      background: #fff;
      padding: 0 5px;
      font-size: 12px;
      color: #0f2c45;
      pointer-events: none;
    }
    
    .form-check {
      font-size: 13px;
      margin-bottom: 15px;
    }
    
    .form-check input {
      margin-right: 5px;
    }
    
    .form-check a {
      color: #0f2c45;
      text-decoration: underline;
    }
    
    .submit-btn {
      width: 100%;
      background-color: #f9b000;
      color: #fff;
      padding: 12px;
      border: none;
      border-radius: 6px;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s ease;
    }
    
    .submit-btn:hover {
      background-color: #e59b00;
    }
    
    .form-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 15px;
      font-size: 13px;
    }
    
    /* Toggle switch */
    .switch {
      position: relative;
      display: inline-block;
      width: 38px;
      height: 20px;
    }
    
    .switch input {
      display: none;
    }
    
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 20px;
    }
    
    .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 2px;
      bottom: 2px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }
    
    input:checked + .slider {
      background-color: #0f2c45;
    }
    
    input:checked + .slider:before {
      transform: translateX(18px);
    }








