body{
    scroll-behavior: smooth;
}

#popup-overlay {
        display: none;
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
    }

    /* Popup styles */
    #idone .pop-up-wrapper,
    #idtwo .pop-up-wrapper,
    #idthree .pop-up-wrapper,
    #idfour .pop-up-wrapper,
    #idfive .pop-up-wrapper,
    #idsix .pop-up-wrapper,
    #idseven .pop-up-wrapper,
    #ideight .pop-up-wrapper,
    #idnine .pop-up-wrapper,
    #idten .pop-up-wrapper,
    #ideleven .pop-up-wrapper{
        display: none;
        position: fixed;
        z-index: 9999;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 2rem;
        border-radius: 10px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        max-width: 90vw;
        max-height: 90vh;
        overflow: auto;
        text-align: left;
    }

    #idone .pop-up-wrapper.active,
    #idtwo .pop-up-wrapper.active,
    #idthree .pop-up-wrapper.active,
    #idfour .pop-up-wrapper.active,
    #idfive .pop-up-wrapper.active,
    #idsix .pop-up-wrapper.active,
    #idseven .pop-up-wrapper.active,
    #ideight .pop-up-wrapper.active,
    #idnine .pop-up-wrapper.active,
    #idten .pop-up-wrapper.active,
    #ideleven .pop-up-wrapper.active{
        display: block;
    }

    #popup-overlay.active {
        display: block;
    }
     .pop-up-wrapper{
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
        width: 40%;
    }
    .pop-up-wrapper a{
            color: #e11681 !important;
    text-decoration: underline;
    }

     .pop-up-wrapper h4+p {
        cursor: pointer !important;
        color: #888 !important;
        font-size: 14px !important;
        margin-right: -4px !important;
    }
      .pop-up-wrapper div {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: -webkit-fill-available;
        justify-content: space-between;
        margin-bottom: 20px;
    }
     .pop-up-wrapper h4 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
        color: #e11681 !important;
        margin-bottom: 0px !important;
    }
    .pop-up-wrapper h3 {
        font-size: 1.0rem !important;
        line-height: 2rem !important;
        padding-top: 4px !important;
        margin-bottom: 0px !important;
    }

      .pop-up-wrapper p {
        text-align: left !important;
        font-size: 16px !important;
    }
     .pop-up-wrapper ul{
        text-align: left !important;
        font-size: 16px !important;
     }
      .pop-up-wrapper p {
        text-align: left !important;
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }

    #idone,
    #idtwo,
    #idthree,
    #idfour,
    #idfive,
    #idsix,
    #idseven,
    #ideight{
      transition: 500ms;
    background: #eef6f9;
    border-radius: 10px;
    box-shadow: 0 0 20px -16px black;
    padding: 5px;
    padding-top: 16px;
    }

    #idone:hover,
    #idtwo:hover,
    #idthree:hover,
    #idfour:hover,
    #idfive:hover,
    #idsix:hover,
    #idseven:hover,
    #ideight:hover{
        cursor: pointer;
        /* transform: translateY(-10px);
        transform-origin: top; */
        transition: 500ms;
        box-shadow: 0px 9px 20px -16px black;
    }
    #idnine:hover,
    #idten:hover,
    #ideleven:hover{
        cursor: pointer;
        /* transform: translateY(-10px);
        transform-origin: top; */
        transition: 500ms;
    }
    
    #tab-one .w-tabs-list{
         background: #eef6f9 !important;
    }
    #tab-two .w-tabs-list {
        background: #ffffff !important;
    }
    #tab-two .w-tabs-section-content{
            background: #e5e7eb !important;
    box-shadow: 0 0 20px -16px black;
    border-radius: 15px;
    }
    
    #tab-one .w-tabs.style_default>.w-tabs-list .w-tabs-item.active {
        background: #eef6f9 !important;
        color: #e11681 !important;
        border-top: 0px !important;
        border-top-color: white !important;
        border-bottom: 2px solid #e11681;
        transition: 500ms;
    }
    
     #tab-one .w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):focus, .no-touch .w-tabs.style_default>.w-tabs-list .w-tabs-item:not(.active):hover{
        background: #f9fafb !important;
        color: #e11681 !important;
    }
    
    #tab-two .w-tabs.style_default>.w-tabs-list .w-tabs-item.active{
      background: #e11681 !important;
    color: white !important;
    border-color: transparent !important;
    border-radius: 9px;
    padding: 15px 15px;
    transition: 500ms;
    box-shadow: 0 0 20px -10px black;
    }
    
    
    #tab-two .w-tabs.style_default.layout_ver.navpos_left>.w-tabs-list .w-tabs-item {
        border-radius: 9px;
    }
    
     #tab-one .w-vwrapper{
        background: white !important;
    }
    
    
    .slider-overlay{
        transform: translate(-50%, -50%);
    }
    
    
    /* ====== Contact Form 7 Custom Styles ====== */
.cf7-custom-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
}

.cf7-row {
  display: flex;
  gap: 20px;
}

.cf7-field {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 20px;
}

.cf7-field.full-width {
  flex: 100%;
}

.cf7-field label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}

.cf7-field input,
.cf7-field select,
.cf7-field textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.cf7-field input:focus,
.cf7-field select:focus,
.cf7-field textarea:focus {
  border-color: #e11681;
  box-shadow: 0 0 0 2px rgba(0,155,132,0.15);
  outline: none;
}

.cf7-field textarea {
  min-height: 120px;
  resize: vertical;
}

.cf7-privacy {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cf7-privacy a {
  color: #009b84;
  text-decoration: none;
}

.cf7-privacy a:hover {
  text-decoration: underline;
}

.cf7-submit-wrap {
  text-align: center;
}

.cf7-submit-wrap input[type="submit"] {
  background: #009b84;
  color: #fff;
  font-size: 16px;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s ease;
  display: block;
    width: -webkit-fill-available;
}

.cf7-submit-wrap input[type="submit"]:hover {
  background: #007a68;
}
.wpcf7-not-valid-tip{
    font-size: 15px !important;
}
.heading h1{
    font-size:2.8rem !important;
}

.cky-btn-accept {
    background: #e11681 !important;
    color: #ffffff;
    border: 2px solid #e11681 !important;
}

@media screen and (min-width: 1025px) and (max-width: 1380px) {
    .heading h1{
    font-size:2rem !important;
}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
    .heading h1{
    font-size:2rem !important;
}
}

/* Responsive */
@media (max-width: 600px) {
  .cf7-row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
 #tab-two .w-tabs.layout_ver {
    display: flex;
    flex-direction: column;
}
 #tab-two .w-tabs.layout_ver.navwidth_30>.w-tabs-list {
    width: 100% !important;
}
 #tab-two .w-tabs.layout_ver.navwidth_30>.w-tabs-sections {
    width: 100% !important;
}
 #tab-two .w-tabs.layout_ver.navpos_left>div>.w-tabs-section:not(.no_indents) {
     padding-top:10px !important;
    padding-left: 0px !important;
}
  .heading h1{
    font-size:1.9rem !important;
}
.pop-up-wrapper {
    width: 100%;
}

}