/* ============================================
   HOMEPAGE STYLES
   ============================================ */

/* Common Colors */
.main-navigation a,
.header-detail h6,
.header-detail span,
.slide_btn a:hover,
#slider .slider-box h2,
.service-box:hover i,
.service-box:hover .service_btn a,
#service h3.service-main,
#about h3.about-main,
#features i.care-icon,
#features h4.feature-inner-head,
#features p.feature-inner-text,
#testimonials h5.client-name1,
#testimonials h5.client-name2,
#testimonials h3,
#faq h3.faq-main-head,
#faq .accordion,
#team h3.team-main-head,
#team h4.team-name,
#team .team-info:hover h6.team-desig,
#choose-us h3.choose-main,
#choose-us h4.choose-inner-head,
#package h3.package-head,
#package ul p,
#latest_news h3.news-head,
#latest_news .lower-new-box h4,
#appointment h3 {
    color: #02314f;
}

#slider .carousel-indicators li.active,
.slide_btn a,
.service-box:hover,
.abou_btn a,
#features button.owl-dot.active,
#choose-us .choose_btn a,
#testimonials button.owl-dot.active,
#team button.owl-dot.active,
#choose-us button.owl-dot.active,
#package button.owl-dot.active,
#latest_news button.owl-dot.active,
#appointment .appoint-btn,
#brands button.owl-dot.active {
    background: #80AD9C;
}

#service h6.service-sm-heading,
#service h4.service-inner-head,
#service .service-box i,
#about h5.about-sm-head,
#testimonials h5.testi-sm-head,
#quotes input[type="submit"],
#team h6.team-sm-heading,
#choose-us h5.choose-sm-head,
.socialbox i,
#faq .accordion:after,
#package .package-box i,
#latest_news h5.news-sm,
#brands button.owl-prev:hover,
#brands button.owl-next:hover,
.contact-info-box h4,
#footer i,
.lower-new-box i,
#topbar i,
.title-box h2,
.header-info i,
.main-navigation .current-menu-item > a,
.main-navigation ul ul li:hover > a,
#footer ul li a:hover {
    color: #80AD9C;
}

#service p.service-inner-text {
    color: #8d9499;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#topbar,
.header-info,
#choose-us,
.lower-new-box {
    background: #f3f4f9;
}

#features h4.feature-inner-head,
#features p.feature-inner-text,
.header-detail span {
    font-family: "Roboto", sans-serif;
}

#topbar p,
#choose-us h4.choose-inner-head {
    font-size: 13px;
}

#nav-box h6,
#nav-box p {
    font-size: 15px;
}

.main-navigation a:hover {
    background-color: #80AD9C;
    color: #ffffff;
    border-radius: 40px;
}

/* ============================================
   SLIDER
   ============================================ */
#slider .slide_nav {
    display: none;
}

#slider img {
    width: 100%;
}

#slider .slider-box h2 {
    font-size: 42px;
    color: #ffffff !important;
    width: 62%;
}

#slider .slider-box p {
    font-size: 18px;
    color: #ffffff !important;
    width: 90%;
    position: relative;
    left: 83px;
    line-height: 1.7;
}

#slider .slide_btn.my-4 {
    position: relative;
    left: 110px;
}

#slider .slider-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 50%;
}

#slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
}

#slider ol.carousel-indicators li {
    max-width: 3px;
    height: 12px;
    margin-top: 5px;
    background-color: #02314f;
}

#slider .carousel-indicators li.active {
    height: 12px;
    max-width: 12px;
    border: 1px solid white;
    margin-top: 5px;
    margin-left: -2px;
}

ol.carousel-indicators {
    position: absolute;
    top: 50%;
    right: 0;
    left: 80%;
    list-style: none;
    text-align: center;
    margin: -5px 3px;
    display: block;
}

/* ============================================
   SERVICES
   ============================================ */
.service-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.service-box {
    box-shadow: 0 0 10px 2px #f0eaea;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

#service h3.service-main,
#team h3.team-main-head {
    width: 40%;
    line-height: 38px;
}

#service .service-box .teeth-icon {
    padding: 20px 0;
    font-size: 20px;
    background-color: #f3f3f9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.service-box:hover h4.service-inner-head,
.service-box:hover p.service-inner-text {
    color: white !important;
}

.service-box:hover .service_btn a {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    color: #80AD9C;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.service-box:hover .service_btn a:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #6a9a8a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.4);
}

.service-box:hover .service_btn a::after {
    color: #80AD9C;
}

.service-box:hover .service_btn a:hover::after {
    color: #6a9a8a;
}

.service-box:hover .service_btn a {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    color: #80AD9C;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.service-box:hover .service_btn a:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    color: #6a9a8a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.4);
}

/* ============================================
   ABOUT US
   ============================================ */
section#about {
    background-size: cover;
    background-repeat: no-repeat;
}

#about img.about-img1 {
    max-width: 80%;
    height: auto;
    position: relative;
    top: 60px;
    left: 0;
    border-radius: 146px;
}

#about img.about-img2 {
    max-width: 45%;
    height: auto;
    border-radius: 128px;
    position: absolute;
    top: 50%;
    left: 46%;
}

#about .about-box h5,
#testimonials h5.testi-sm-head,
#service h6.service-sm-heading,
#team h6.team-sm-heading,
#choose-us h5.choose-sm-head,
#latest_news h5.news-sm {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.about-box h3 {
    font-size: 40px;
    color: #ffffff !important;
}

.about-box p {
    line-height: 1.7;
    color: #ffffff;
    font-size: 16px;
}

/* ============================================
   FEATURES
   ============================================ */
#features .feature-box {
    border: 5px solid #f3f3f9;
    border-radius: 20px;
    text-align: center;
    background: #ffffff;
    width: 100%;
}

#features i.care-icon {
    font-size: 50px;
}

#features h4.feature-inner-head {
    font-weight: 500;
}

#features p.feature-inner-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
}

img.feature-img {
    height: 335px;
}

#features button.owl-dot,
#testimonials button.owl-dot,
#team button.owl-dot,
#choose-us button.owl-dot,
#package button.owl-dot,
#latest_news button.owl-dot,
#brands button.owl-dot {
    padding: 5px;
    border: 1px solid #f3f4f9;
    border-radius: 10px;
    margin: 3px;
    margin-top: 30px;
}

/* ============================================
   QUOTES
   ============================================ */
#quotes img.qoutes-img {
    max-width: 109%;
    height: auto;
}

.quotes-main {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

p.quotes-para {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.quotes-form {
    position: relative;
    z-index: 2;
}

#quotes .quotes-box .btn-primary,
#quotes .quotes-box .quotes-form a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    background: #ffffff;
    color: #80AD9C;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#quotes .quotes-box .btn-primary:hover,
#quotes .quotes-box .quotes-form a:hover {
    background: #02314f;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    border-color: #02314f;
}

#quotes .quotes-box .btn-primary:active,
#quotes .quotes-box .quotes-form a:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#quotes .quotes-box .btn-primary::after,
#quotes .quotes-box .quotes-form a::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
}

#quotes .quotes-box .btn-primary:hover::after,
#quotes .quotes-box .quotes-form a:hover::after {
    transform: translateX(5px);
}

#quotes .quotes-box {
    background: linear-gradient(135deg, #80AD9C 0%, #6a9a8a 100%);
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 8px 30px rgba(128, 173, 156, 0.3);
    position: relative;
    overflow: hidden;
}

#quotes .quotes-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 15s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

#quotes .quotes-inner {
    position: relative;
    left: 0;
    z-index: 999;
}

@media (min-width: 992px) {
    #quotes .quotes-inner {
        left: 50px;
    }
}

#quotes textarea {
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #f3f3f9;
    font-size: 16px;
    background: #f3f3f9;
    box-shadow: 0 0 8px 5px #eec9cd;
    color: #858d92;
    width: 100%;
    height: 115px;
    margin: 10px 0px;
}

#quotes input[type="text"],
#quotes input[type="email"] {
    border: 1px solid #f3f3f9;
    font-size: 16px;
    border-radius: 40px;
    padding: 8px;
    margin: 14px -6px;
    background: #f3f3f9;
    box-shadow: 0 0 8px 5px #eec9cd;
    color: #858d92;
    width: 100%;
}

#quotes input[type="submit"] {
    padding: 10px 25px;
    border-radius: 40px;
    border: 1px solid #f3f3f9;
    background-color: #f3f3f9;
    box-shadow: 0 0 8px 5px #eec9cd;
    margin-top: 7px;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
p.testi-text {
    color: #36393b !important;
    font-size: 16px;
    line-height: 1.7;
}

h5.client-name {
    color: #36393b !important;
    font-size: 16px;
    font-weight: 600;
}
#testimonials .testi-img1,
#testimonials .testi-img2 {
    width: 85%;
}

#testimonials i {
    color: #f1f00e;
}

/* ============================================
   FAQ
   ============================================ */
#faq p.para {
    color: #ffffff !important;
    width: 50%;
}

#faq h3.faq-main-head {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}



.accordion {
    background-color: #ffffff;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 20px;
}

.accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    font-size: 17px;
}

.accordion.active:after {
    content: "\2212";
}

.panel {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #858d92 !important;
}

/* ============================================
   TEAM
   ============================================ */
#team p.para {
    width: 40%;
    color: #858d92;
}

#team img {
    width: 50%;
}

#team h6.p-0.team-desig {
    color: #858d92;
    font-size: 15px;
    font-weight: 400;
}

#team .team-info {
    background-color: #f3f3f9;
    position: relative;
    margin-top: -50px;
}

#team .team-box.my-3 {
    position: relative;
    top: 0;
    left: 16px;
    bottom: 0;
    right: 0;
    display: block;
}

#team img {
    width: 50%;
    position: relative;
    z-index: 1;
    border-radius: 85px;
    border: 5px solid white;
}

#team h4.team-name {
    font-size: 15px;
}

#team .team-info:hover .box-content {
    opacity: 1;
}

#team .box-content {
    background-color: #80AD9C;
    width: 100%;
    height: 170px;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    transition: all 0.3s ease 0s;
    text-align: center;
    opacity: 0;
}

.team-info:hover h4.team-name {
    color: white !important;
    position: relative !important;
    top: 60px !important;
}

#team .team-info:hover h6.team-desig {
    position: relative;
    top: 62px;
    font-weight: 600;
}

.team-info:hover .team-social-icon {
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 100px;
    position: relative;
    top: 74px;
    left: 66px;
}

.team-social-icon i {
    padding: 3px;
    font-size: 14px;
}

.team-box h4 {
    font-size: 18px;
}

/* ============================================
   CHOOSE US
   ============================================ */
#choose-us .row.main {
    background-color: #ffffff;
}

#choose-us p.choose-para {
    color: #858c92;
    line-height: 1.7;
    font-size: 16px;
}

#choose-us h3.choose-main {
    width: 53%;
    line-height: 35px;
}

#choose-us p.choose-inner-text {
    color: #858c92;
    font-size: 16px;
    line-height: 1.6;
}

#choose-us .choose-inner i {
    font-size: 28px;
}

#choose-us h4.choose-inner-head {
    font-size: 18px;
    font-weight: 600;
}

#choose-us .owl-dots,
#testimonials .owl-dots,
#package .owl-dots,
#latest_news .owl-dots {
    text-align: center;
}

#choose-us button.owl-dot {
    background-color: #ffffff;
}

/* ============================================
   PACKAGE
   ============================================ */
#package h3.package-head {
    width: 93%;
}

#package p.package-para {
    color: #858d92;
    font-size: 16px;
    line-height: 1.7;
}

.package-box {
    border: 5px solid #f3f4f9;
    border-left: none;
}

#package ul {
    list-style: none;
}

#package ul p {
    font-weight: 600;
}

.abou_btn a:hover,
.volunteer_btn a:hover,
.career_btn a:hover {
    background: #4a4f55;
}

/* ============================================
   STANDARD CTA BUTTONS
   ============================================ */
.slide_btn a,
.btn-slider,
.abou_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #80AD9C 0%, #6a9a8a 100%);
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(128, 173, 156, 0.3);
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.slide_btn a:hover,
.btn-slider:hover,
.abou_btn a:hover {
    background: linear-gradient(135deg, #6a9a8a 0%, #5a8a7a 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(128, 173, 156, 0.4);
    border-color: #6a9a8a;
}

.slide_btn a:active,
.btn-slider:active,
.abou_btn a:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(128, 173, 156, 0.3);
}

.slide_btn a::after,
.btn-slider::after,
.abou_btn a::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.slide_btn a:hover::after,
.btn-slider:hover::after,
.abou_btn a:hover::after {
    transform: translateX(5px);
}

.choose_btn {
    margin-top: 10px;
}

.choose_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #80AD9C 0%, #6a9a8a 100%);
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(128, 173, 156, 0.3);
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.choose_btn a:hover {
    background: linear-gradient(135deg, #6a9a8a 0%, #5a8a7a 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(128, 173, 156, 0.4);
    border-color: #6a9a8a;
}

.choose_btn a:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(128, 173, 156, 0.3);
}

.choose_btn a::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.choose_btn a:hover::after {
    transform: translateX(5px);
}

/* ============================================
   LATEST NEWS
   ============================================ */
h3.news-head {
    width: 50%;
    font-size: 28px;
    line-height: 1.2;
}

.lower-new-box h4,
.lower-new-box h4.news-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3.08em;
    max-height: 3.08em;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.lower-new-box {
    z-index: 999;
    margin-top: -80px;
    position: relative;
}

.lower-new-box p,
.lower-new-box p.news-excerpt{
    color: #858d92;
    font-size: 16px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 5.1em;
    max-height: 5.1em;
    word-wrap: break-word;
}

.service_btn {
    margin-top: auto;
    flex-shrink: 0;
    text-align: center;
}

.service_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #80AD9C 0%, #6a9a8a 100%);
    color: #ffffff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(128, 173, 156, 0.2);
    border: none;
    letter-spacing: 0.3px;
}

.service_btn a:hover {
    background: linear-gradient(135deg, #6a9a8a 0%, #5a8a7a 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(128, 173, 156, 0.4);
}

.service_btn a:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(128, 173, 156, 0.3);
}

.package_btn a,
.pack-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #80AD9C 0%, #6a9a8a 100%);
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(128, 173, 156, 0.3);
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.package_btn a:hover,
.pack-btn:hover {
    background: linear-gradient(135deg, #6a9a8a 0%, #5a8a7a 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(128, 173, 156, 0.4);
    border-color: #6a9a8a;
}

.package_btn a:active,
.pack-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(128, 173, 156, 0.3);
}

.package_btn a::after,
.pack-btn::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.package_btn a:hover::after,
.pack-btn:hover::after {
    transform: translateX(5px);
}

.service_btn a::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.service_btn a:hover::after {
    transform: translateX(3px);
}

/* General btn-primary (outside quotes section) */
.btn-primary:not(#quotes .btn-primary) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #80AD9C 0%, #6a9a8a 100%);
    color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(128, 173, 156, 0.3);
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-primary:not(#quotes .btn-primary):hover {
    background: linear-gradient(135deg, #6a9a8a 0%, #5a8a7a 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(128, 173, 156, 0.4);
    border-color: #6a9a8a;
}

.btn-primary:not(#quotes .btn-primary):active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(128, 173, 156, 0.3);
}

.btn-primary:not(#quotes .btn-primary)::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.btn-primary:not(#quotes .btn-primary):hover::after {
    transform: translateX(5px);
}

.img-box img {
    width: 100%;
}

/* ============================================
   NEWS ARTICLES BUTTON
   ============================================ */
.box-button {
    margin-top: 20px;
    text-align: center;
}

.box-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #80AD9C 0%, #6a9a8a 100%);
    color: #ffffff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(128, 173, 156, 0.2);
    border: none;
    letter-spacing: 0.3px;
}

.box-button a:hover {
    background: linear-gradient(135deg, #6a9a8a 0%, #5a8a7a 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(128, 173, 156, 0.4);
}

.box-button a:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(128, 173, 156, 0.3);
}

.box-button a::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.box-button a:hover::after {
    transform: translateX(3px);
}

/* ============================================
   APPOINTMENT
   ============================================ */
#appointment .working-box {
    background-color: #ffffff;
}

#appointment p {
    color: #858d92;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.1em;
    max-height: 5.1em;
    word-wrap: break-word;
}

#appointment .slots {
    border-bottom: 1px solid #e2e4e6;
    padding: 10px 0;
    min-height: auto;
    display: flex;
    align-items: center;
}

#appointment .working-day,
#appointment .working-time {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 16px;
    color: #555;
    width: 100%;
}

#appointment .slots p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

#appointment .slots:last-child,
#appointment .slots:nth-last-child(2) {
    border-bottom: none;
}

#appointment .working-box .row {
    margin-bottom: 0;
}

#appointment .working-box .row > [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.appoint-box {
    background-color: #f3f3f7;
    border: 10px solid #ffffff;
}

#appointment input,
#appointment select {
    background-color: #f3f3f8;
    border: 1px solid #babfc3;
    padding: 5px;
    color: #858d92;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    width: 100%;
}

#appointment input[type=submit] {
    color: #ffffff;
    border: 1px solid #80AD9C;
    border-radius: 40px;
    padding: 10px 8px;
}

#appointment .appoint-button {
    margin: 0 auto;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* Mobile */
@media (max-width: 767px) {
    /* Slider */
    #slider .slider-box {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        right: auto;
        padding: 20px 15px;
        background: rgba(255, 255, 255, 0.9);
        color: #fff !important;
        border-radius: 8px;
        margin: 20px;
    }
    
    #slider .slider-box h2.slider-title {
        color: #fff !important;
        font-size: 28px !important;
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    #slider .slider-box p.slider-text {
        font-size: 16px !important;
        color: #fff !important;
        width: 100% !important;
        left: 0 !important;
        margin-bottom: 20px;
    }
    
    #slider .slide_btn {
        left: 0 !important;
        text-align: center;
    }
    
    #slider .slide_btn a.btn-slider,
    .slide_btn a,
    .btn-slider {
        padding: 14px 28px !important;
        font-size: 15px !important;
    }
    
    .abou_btn a {
        padding: 14px 28px !important;
        font-size: 15px !important;
    }
    
    .btn-primary:not(#quotes .btn-primary) {
        padding: 14px 28px !important;
        font-size: 15px !important;
    }
    
    .package_btn a,
    .pack-btn {
        padding: 14px 28px !important;
        font-size: 15px !important;
    }
    
    #slider .carousel-caption {
        position: relative;
        padding: 0;
    }
    
    ol.carousel-indicators {
        position: absolute;
        bottom: 10px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        margin: 0;
    }
    
    /* Services */
    #service h3.service-main {
        font-size: 28px !important;
        padding: 0 15px;
    }
    
    .service-box {
        margin-bottom: 30px !important;
        padding: 30px 20px !important;
    }
    
    .service-box h4 {
        font-size: 18px !important;
    }
    
    .service-box p {
        font-size: 16px !important;
    }
    
    /* About */
    #about .about-box {
        margin-top: 0 !important;
        padding: 20px 15px;
    }
    
    #about h3.about-main {
        font-size: 28px !important;
    }
    
    #about .about-box p {
        font-size: 16px !important;
        line-height: 1.6;
    }
    
    .about_box_img {
        margin-bottom: 20px !important;
    }
    
    /* Features */
    .feature-box {
        padding: 30px 15px !important;
    }
    
    .feature-inner-head {
        font-size: 28px !important;
    }
    
    .feature-inner-text {
        font-size: 15px !important;
    }
    
    /* Quotes */
    .quotes-box {
        padding: 35px 25px !important;
        margin-bottom: 20px;
    }
    
    .quotes-main {
        color: #ffffff;
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }
    
    .quotes-para {
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }
    
    #quotes .quotes-box .btn-primary,
    #quotes .quotes-box .quotes-form a {
        padding: 14px 28px !important;
        font-size: 15px !important;
    }
    
    #quotes .quotes-inner {
        left: 0 !important;
        padding: 0 !important;
    }
    
    .qoutes-img {
        margin-bottom: 20px;
    }
    
    /* Testimonials */
    .testi-content {
        padding: 20px 15px !important;
        margin-top: 20px !important;
    }
    
    .testi-text {
        font-size: 16px !important;
    }
    
    .testi-img {
        margin-left: 0 !important;
        text-align: center;
    }
    
    /* FAQ */
    .accordion {
        font-size: 16px !important;
        padding: 12px 15px !important;
    }
    
    .faq-inner-text {
        font-size: 15px !important;
    }
    
    #faq h3.faq-main-head {
        font-size: 28px !important;
    }
    
    /* Team */
    .team-box {
        margin-bottom: 30px !important;
    }
    
    .team-info {
        padding: 20px 15px !important;
    }
    
    #team h3.team-main-head {
        font-size: 28px !important;
    }
    
    /* Choose Us */
    .choose-box {
        padding: 20px 15px !important;
        margin-top: 0 !important;
    }
    
    .choose-main {
        font-size: 28px !important;
    }
    
    .choose-para {
        font-size: 16px !important;
        padding-right: 0 !important;
    }
    
    .choose-img {
        margin-bottom: 20px;
    }
    
    .choose_btn a {
        padding: 14px 28px !important;
        font-size: 15px !important;
    }
    
    /* Package */
    .package-box {
        padding: 20px 15px !important;
    }
    
    .package-head {
        font-size: 20px !important;
    }
    
    .package-para {
        font-size: 16px !important;
    }
    
    /* News */
    .news-box {
        margin-bottom: 30px;
    }
    
    .lower-new-box {
        padding: 20px 15px !important;
        margin: 0 10px !important;
    }
    
    #latest_news h3.news-head {
        font-size: 28px !important;
        padding: 0 15px;
    }
    
    /* Appointment */
    .appoint-box {
        padding: 20px 15px !important;
        margin-bottom: 20px;
    }
    
    .appoint-head {
        font-size: 28px !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    
    .working-box {
        margin-top: 0 !important;
        margin-bottom: 2px !important;
    }
    
    .working-day,
    .working-time {
        font-size: 16px !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1.4 !important;
    }
    
    #appointment .slots {
        padding: 6px 0 !important;
        display: flex !important;
        align-items: center !important;
    }
    
    #appointment .working-box .row > [class*="col-"] {
        display: flex !important;
        align-items: center !important;
    }
    
    /* Brands */
    #brands img {
        max-width: 120px;
        height: auto;
        margin: 10px auto;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #slider .slider-box h2.slider-title {
        font-size: 32px !important;
    }
    
    #slider .slider-box p.slider-text {
        font-size: 15px !important;
    }
    
    #service h3.service-main {
        font-size: 32px !important;
    }
    
    #about h3.about-main {
        font-size: 32px !important;
    }
    
    .quotes-main {
        font-size: 28px !important;
    }
    
    #faq h3.faq-main-head {
        font-size: 32px !important;
    }
    
    #team h3.team-main-head {
        font-size: 32px !important;
    }
    
    .choose-main {
        font-size: 32px !important;
    }
}

/* Images */
img.img-fluid {
    max-width: 100%;
    height: auto;
}

#slider .carousel-item img {
    width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: cover;
}

@media (min-width: 992px) {
    #slider .carousel-item img {
        min-height: 600px;
    }
}
