.quick-link a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.607);
}

.quick-link li {
    list-style: none;

}

.quick-link {
    display: flex;
    align-self: center;
    gap: 30px;
}

.quick-contact {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.header {
    position: sticky;
    top: 0px;
}

.quick-contact li {
    list-style: none;
}

.quick-contact a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.742);
}

.top-bar {
    background-color: #144973;
    padding: 10px;

}

.nav-item {
    font-size: 18px;
    margin-left: 20px;
    font-weight: 500;
}

.top-header {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;

}

.top-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: #fff;
}

.main-btn {
    background-color: #0AB73E;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    border-radius: 5px;

}
.exp{

    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
@keyframes gentleBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce-animation {
  animation: gentleBounce 3s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}



.button-41 {
  
background-color: #0DB63B;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 44px;
    line-height: 44px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
    text-decoration: none;
}

.button-41:hover {
    background: #00bd68;
}

.dropdown-menu li {
    list-style: none;
}


.hvr {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    transition: color 0.3s ease;

}

.hvr::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0%;
    background-color: #00bd68;
    /* Change to your desired underline color */
    transition: width 0.4s ease;
}

.hvr:hover::after {
    width: 100%;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {

    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
        rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
    padding: 1rem;

}

.sd {
    width: 800px;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px,
        rgba(0, 0, 0, 0.05) 0px 5px 10px !important;
    padding: 1rem;
    margin-left: -300px !important;
}

/*Ectra css*/



.owl-nav button.owl-next{
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background-color: #0DB641 !important; 
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
      color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    background-color: #0DB641 !important; 
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}



/* poster  */

.alert-success {
    background-color: #d4edda;
    color: #155724;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    margin-bottom: 20px;
    font-weight: 500;
    position: absolute;
    top: 100px;
    width: 300px;
    z-index: 9999999;
    right: 30px;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-loader {
    font-size: 16px;
    margin-left: 10px;
}


.top-query-form {

    padding: 20px;
    border-radius: 5px;
    padding-top: 70px;

}

.top-query-form form {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.top-query-form input {
    border-radius: 2px;
    box-shadow: none !important;
    outline: none !important;
}

.top-query-form input {
    border-radius: 2px;
    box-shadow: none !important;
    outline: none !important;
}

.full-input input {
    width: 100%;
    border: none;
}

.full-date input {
    width: 100%;
    border: none;
    border: 1px solid rgba(227, 227, 227, 0.577);
    padding: 10px 12px;
    margin-bottom: 14px;
    border-radius: 3px;
}

.full-input i {
    color: #01ab5e;
}

.full-date {
    color: #01ab5e;
}

.full-drop {
    width: 100%;
    border: none;
    border: 1px solid rgba(227, 227, 227, 0.577);

    margin-bottom: 14px;
    border-radius: 3px;
    display: flex;
    gap: 10px;
    padding: 0px 14px;
    align-items: center;
}

.full-drop i {
    color: #00BD68;
}

.full-drop select {
    border: none;
    width: 90%;
    padding: 10px 12px;
    outline: none;
}

.full-drop select:active {
    border: none;
    width: 90%;
    outline: none;

}

.full-text textarea {
    width: 100%;
    height: 100px;
    outline: none;
    border: none;
}

.full-text i {
    color: #00BD68;
}

#date {
    font-size: 14px;
}

.full-input {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border: 1px solid rgba(227, 227, 227, 0.577);
    padding: 10px 12px;
    margin-bottom: 14px;
    border-radius: 3px;
}

.full-text {
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: center;
    border: 1px solid rgba(227, 227, 227, 0.577);
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 3px;
}

.poster {
    background: url('/gs2.jpg');
    background-position: center;
    background-size: cover;
    height: 650px;
}

.phone-top-poster {
    display: none;
}

.form-heading {
    margin-bottom: 10px;
}

.form-heading h4 {
    color: #00BD68;
}

.form-heading h5 {
    color: #144973;
}

/* // why box */

.expert-box li {
    font-size: 23px;
    margin-top: 30px;
    background-color: #13b339;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
}

.expert-box li i {
    color: rgba(255, 255, 255, 0.705);
}

.expert-section {
    text-align: center;
    margin-bottom: 40px;
}

.expert-section h4 {
    padding: 6px 20px;
    background-color: #13b339;
    color: white;
    width: auto;
    width: 25%;
    font-size: 16px;
    margin: auto;
    border-radius: 60px;
}

.expert-section h1 {
    font-size: 29px;
    margin-top: 10px;
    color: #104974;
}

.expert-section h2 {
    font-size: 29px;
    margin-top: 10px;
    color: #104974;
}

.expert-image {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.expert-image img{
  border-radius: 50%;
}

  .wrapper {
    width: 180px;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px; /* Add some space between boxes */
  }

  .wrapper::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150%;
    background: linear-gradient(#47c503, #004eba);
    animation: animate 3s linear infinite;
  }

  .wrapper::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: white;
    border-radius: 16px;
  }

  .detail-box {
    background: transparent;
    text-align: center;
    padding: 20px 10px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
  }

  @keyframes animate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  
    .exp-expert-box{
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }
    
.detail-box {
    width: 100%;
    padding-top: 10px;
    margin: 20px;
    text-align: center;

    gap: 5px;
    border-radius: 50px;
}

.detail-box p {
    font-size: 21px;
    color: #13b339;;
}

.detail-box i {
    font-size: 29px;
    color: #104974;
}


.dropdown-item:active {
    background-color: rgb(244, 244, 244) !important;
    color: black !important;

}


/* //service */




.service-contents p {
    text-align: left !important;
    color: rgb(47, 44, 44) !important;
}

.service-contents span {
    text-align: left !important;
    color: rgb(47, 44, 44) !important;
}

.service-contents h1 {
    text-align: left !important;
    font-size: 25px !important;
    color: rgb(47, 44, 44) !important;
}

.service-contents h2 {
    text-align: left !important;
    font-size: 25px !important;
    color: rgb(47, 44, 44) !important;
}

.service-contents h3 {
    text-align: left !important;
    font-size: 25px !important;
    color: rgb(47, 44, 44) !important;
}

.service-contents h4 {
    text-align: left !important;
    font-size: 25px !important;
    color: rgb(47, 44, 44) !important;
}

.service-contents h5 {
    text-align: left !important;
    font-size: 25px !important;
    color: rgb(47, 44, 44) !important;
}

.service-contents h6 {
    text-align: left !important;
    font-size: 25px !important;
    color: rgb(47, 44, 44) !important;
}


.service-detail-container {
    max-width: 90%;
    margin: auto;
    padding: 40px 20px;
    display: grid;
    gap: 60px;
    grid-template-columns: 75% 25%;
}

.service-header {
    text-align: center;
}

.service-header h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.service-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.service-meta i {
    margin-right: 5px;
}

.service-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;


}

.sidebar h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    transition: 0.3s;
    color: rgb(121, 121, 121);
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

.recent-service {
    background-color: #f0eeee;
    padding: 10px 20px;
    border-radius: 5px;
}

.service-contents img {
    width: 100%;
}




.service-section {
  background: url('/image/poster1.webp') no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-color: rgba(255, 255, 255, 0.76);

  z-index: 0;
}

.service-section .position-relative {
  z-index: 1;
}


.service-box {
    background-color: white;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    
}
.service-box p{
    color: black !important;
}

.service-image img {
    width: 100%;
    border-radius: 8px;
}

.service-content h4 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
    color: #01ad5d;
}

.service-content p {
    font-size: 17px;
    margin-top: 10px;
    color: rgb(99, 98, 98);
}

.service-content a {
    text-decoration: none;
    color: #039652;
    font-weight: 600
}





/* // Treatment */




.treament {
    padding: 60px 0px;
}

.card1 {
    display: block;
    position: relative;
    background-color: #fbfbfb;
    border-radius: 4px;
    padding: 15px 12px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    ;

   

    &:hover:before {
        transform: scale(29);
    }
}

.card1:hover {
    p {
        transition: all 0.3s ease-out;
    }

    h3 {
        transition: all 0.3s ease-out;
    }
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00BD68;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 p {
    color: gray;
    font-size: 16px;
}

.card1 h3 {
    color: gray;
}

.card1 img {
    padding: 2px;
    width: 70px;
    border-radius: 50%;
}


.treament {
    background: url(/image/poster1.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 700px;
}

.tr-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    /* background-color: #00bd68a2; */
    background-color: #144873e0;
    height: 100%;
}

.treatment-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    z-index: 50;
    /* Valid value */
    width: 100%;
}



/* blog  */



.blog-box {
    padding: 20px;
    border-bottom: 7px solid #02CB6F;
    border-top: 7px solid #02CB6F;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 30px;
    height: 550px;
}

.blog-content {
    margin-top: 14px;

}

.blog-heading {
    text-align: center;
}

.blog-heading h3 {
    color: #4c6517;
}

.blog-heading span {
    padding: 5px 20px;
    border: 1px solid transparent;
    font-size: 11px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    background-color: #4c6517;
    ;
}

.blog-image {
    height: 280px;
    object-fit: cover
}

.blog-image img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog-container {
    padding: 20px 0px;

}

.blog-section {

    padding: 50px 0px;


}

.blog-content a {
    text-decoration: none;
    color: rgb(2, 68, 2);
    font-weight: 600;

}


.list-unstyled li {
    margin-top: 20px;
}


/* /// about us section  */

.about-section {
    padding: 40px 0px;
    position: relative;
    background-color: #f8f9fa;

}


.about-image img {
    width: 80%;
    border-radius: 10px;
}


.about-content {
    text-align: center;

}

.about-content span {
    padding: 5px 10px;
    border: 1px solid white;
    font-size: 11px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    background-color: #4c6517;
    ;
}


.about-content h2 {
    margin-top: 10px;
}

.about-content button {
    background-color: #4c6517;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.about-content p {
    color: rgba(0, 0, 0, 0.734);
    font-size: 19px;
}


.emoji {
    width: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
    transform: rotate(-35deg);
    opacity: 74%;
}

.emoji2 {
    width: 100px;
    position: absolute;
    top: 100px;
    right: 100px;
    transform: rotate(35deg);
    opacity: 60%;
}

.emoji3 {
    width: 300px;
    position: absolute;
    bottom: 0px;
    right: 100px;
    transform: rotate(-10deg);
    opacity: 20%;
}

.emoji4 {
    width: 150px;
    position: absolute;
    bottom: 100px;
    left: 100px;
    transform: rotate(10deg);
    opacity: 20%;
}


.custom-footer {
    background-color: #124975;
    color: #e6ecf0c8;
    font-family: 'Segoe UI', sans-serif;
    padding: 50px 20px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-column h3,
.footer-column h4 {
    color: #02C96E;
    margin-bottom: 15px;
}

.footer-column p,
.footer-column li {
    line-height: 1.7;
    margin-bottom: 10px;
    color: #E6ECF0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column a {
    color: #E6ECF0;
    text-decoration: none;
    transition: color 0.3s ease;
}





.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9rem;
    color: #AAB8C2;
}




/* .achievement-section  */


.achievement-section {
    background-color: #0c3d60;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.counter-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.achievement-box {

    padding: 20px;
    background: #144873e0;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000040;
}

.achievement-box h2 {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: bold;
}

.achievement-box p {
    font-size: 20px;
}


/* //contact  */

.contact-box {
    background-color: #00BD68;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    min-height: 200px;
    color: rgba(255, 255, 255, 0.681);
}

.contact-box p {
    font-size: 23px;
}



.breadcrumb-section {
    position: relative;
    background-image: url('/image/ok.jpg');
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-list a{
    text-decoration: none;
}
.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 48, 92, 0.905);
    z-index: 1;
}

.breadcrumb-section .content-container {
    position: relative;
    z-index: 2;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb-list li{
  font-size: 1.8rem;
}
.role li{
    font-size: 18px;

} 
.role p{
    font-size: 18px;

}

@media screen and (max-width:576px) {
   .owl-nav button.owl-next {
    right: -10px !important;
} 
.owl-nav button.owl-prev {
     left: -10px !important;
}


  
    .exp-expert-box{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    html{
        overflow-x: hidden;
      }
    
    .poster {
        background: none;
        height: auto;
    }

    .phone-top-poster {
        display: block;
        width: 100%;
    }

    .top-query-form {
        padding: 0px;

    }

    .emoji {

        top: -42px;
        left: 20px;
        opacity: 49%;
    }

    .emoji2 {

        top: -38px;
        right: 13px;
        transform: rotate(19deg);
        opacity: 49%;
    }

    .emoji3 {
        width: 300px;
        position: absolute;
        bottom: 165px;
        right: 39px;
        transform: rotate(-10deg);
        opacity: 4%;
    }

    .emoji4 {
        display: none;
    }

    .expert-section {
        margin-bottom: 10px;
    }

    .treament {
  
        height: 2230px !important;
    
    }

    .expert-section h4 {
        width: 70%;
    }

    .review-image {
        margin: 0px !important;
    }

    .four {
        margin-left: 0px !important;
    }

    .one {
        margin-left: 0px !important;
    }

    .two {
        margin-left: 0px !important;
    }

    .three {
        margin-left: 0px !important;
    }

    .five {
        margin-left: 0px !important;
    }

    .detail-box {
        width: 100% !important;
    }

    .service-detail-container {
        width: 100%;
        padding: 0px;
        display: block;
    }

    .service-content img {
        width: 100%;

    }

    .sidebar {
        height: auto;
        position: unset;
    }

    .service-content ul {
        list-style: none !important;
    }

    .quick-link {
        justify-content: center;
        gap: 10px;
        font-size: 16px;
        flex-wrap: wrap;
    }

    .quick-contact {
        flex-wrap: wrap;
        font-size: 16px;
        margin-top: 10px;
        gap: 10px;
        justify-content: center;
        margin-bottom: 10px;
    }

    .treatment-container {
        padding: 2px;
    }

    .expert-section h1 {
        font-size: 24px;
    }

    .expert-section h2 {
        font-size: 24px;
    }
    .contact-box{

        min-height: 100px;
      
    }
    .contact-box p{
        font-size: 16px;
    }
    .breadcrumb-section{
        height: 130px !important;
    }
    .breadcrumb-list li{
        font-size: 0.9rem;
      }
      .blog-container{
        padding: 0px !important;
      }
      .blog-image{
        height: 200px !important;
      }
      .blog-meta{
        font-size: 16px  !important;
      }
      .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      .sd{
        width: 100% !important;
        margin-left: 0px !important;
        flex-wrap: wrap !important;
        height: 260px;
        overflow: scroll;
      }
      .role li{
        font-size: 15px;
    
    } 
    .role p{
        font-size: 15px;
    
    }
    .service-box{
        margin: 0px;
        margin-top: 20px;
        padding: 10px;
    }
    .form-wrapper{
        padding: 5px !important;
    }
    .blog-box{
  height: 470px;
  padding: 10px;
    }
    .top-query-form form{
        padding: 2px;
    }
}

@media screen and (max-width:1000px) {
  html{
    overflow-x: hidden;
  }

    .nav-item {
        margin-left: 2px !important;
    }

    .detail-box {
        width: 100%;
    }

    .four {
        margin-left: 0px !important;
    }

    .one {
        margin-left: 0px !important;
    }

    .two {
        margin-left: 0px !important;
    }

    .three {
        margin-left: 0px !important;
    }

    .five {
        margin-left: 0px !important;
    }

    .expert-image img:nth-child(2) {
        margin-left: 60px !important;
    }
}

@media screen and (max-width:1250px) {
    html{
        overflow-x: hidden;
      }
    
    .nav-item {
        margin-left: 2px !important;
    }


}