﻿@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";a,span,ul,li,strong,button,p,b{font-size:clamp(12px,1.6vw,16px);list-style-type:none;text-decoration:none;padding:0;margin:0}.filter-white{filter:brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%)}.hero-search-bar{background:#fff;padding:10px;border-radius:50px;box-shadow:0 10px 30px rgba(0,0,0,.1);display:flex;align-items:center;max-width:800px;margin:30px auto 0;position:relative;z-index:10}@media(max-width: 768px){.hero-search-bar{flex-direction:column;border-radius:20px;padding:20px;gap:15px}}.hero-search-bar .input-group{flex:1;display:flex;align-items:center;padding:0 20px;position:relative;border-right:1px solid #eee}@media(max-width: 768px){.hero-search-bar .input-group{width:100%;border-right:none;border-bottom:1px solid #eee;padding-bottom:15px}}.hero-search-bar .input-group:last-child{border:none}.hero-search-bar .input-group i{color:#2f443b;font-size:20px;margin-right:15px}.hero-search-bar .input-group .input-content{flex:1;display:flex;flex-direction:column}.hero-search-bar .input-group .input-content label{font-size:12px;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.hero-search-bar .input-group .input-content input{border:none;outline:none;width:100%;font-size:15px;color:#555;font-family:"Outfit",sans-serif}.hero-search-bar .input-group .input-content input::placeholder{color:#999}.hero-search-bar .search-btn{background:#2f443b;color:#fff;width:50px;height:50px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease-in-out;flex-shrink:0;margin-left:10px}@media(max-width: 768px){.hero-search-bar .search-btn{width:100%;border-radius:10px;margin-left:0}}.hero-search-bar .search-btn:hover{background:rgb(26.1565217391,37.8434782609,32.8347826087);transform:translateY(-2px)}.hero-search-bar .search-btn i{font-size:18px}.hero-search-bar .search-btn span{display:none}@media(max-width: 768px){.hero-search-bar .search-btn span{display:inline-block;margin-left:10px;font-weight:600}}.custom-dropdown-trigger{font-size:15px;color:#555;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"Open Sans",sans-serif;padding:5px 0}.custom-dropdown-trigger:hover{color:#f63}.duration-dropdown{position:absolute;top:100%;left:0;background:#fff;width:600px;box-shadow:0 10px 40px rgba(0,0,0,.15);border-radius:12px;padding:20px;display:none;z-index:100;margin-top:15px}.duration-dropdown.active{display:block;animation:fadeIn .3s ease}@media(max-width: 768px){.duration-dropdown{width:300px;left:-20px;overflow-y:auto;max-height:400px}}.duration-dropdown .dropdown-header{margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:15px}.duration-dropdown .dropdown-header .custom-date-select{border:1px solid #ddd;border-radius:4px;padding:8px 12px;width:100%;max-width:200px;font-size:14px;color:#444}.duration-dropdown .dropdown-header .custom-date-select:focus{border-color:#f63;box-shadow:none}.duration-dropdown .dropdown-body{display:flex;gap:20px}@media(max-width: 768px){.duration-dropdown .dropdown-body{flex-direction:column}}.duration-dropdown .dropdown-body .col-calendar{flex:1.2;padding-right:15px;border-right:1px solid #eee}@media(max-width: 768px){.duration-dropdown .dropdown-body .col-calendar{border-right:none;border-bottom:1px solid #eee;padding-bottom:15px;padding-right:0}}.duration-dropdown .dropdown-body .col-calendar .calendar-header{font-weight:700;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.duration-dropdown .dropdown-body .col-calendar .calendar-header i{cursor:pointer;color:#999;font-size:12px;margin:0 !important}.duration-dropdown .dropdown-body .col-calendar .calendar-grid{display:grid;grid-template-columns:repeat(7, 1fr);gap:5px;text-align:center}.duration-dropdown .dropdown-body .col-calendar .calendar-grid span{font-size:12px;padding:5px;color:#444;border-radius:4px;cursor:pointer}.duration-dropdown .dropdown-body .col-calendar .calendar-grid span.muted{color:#ccc}.duration-dropdown .dropdown-body .col-calendar .calendar-grid span:hover:not(.muted){background:#fff0eb;color:#f63}.duration-dropdown .dropdown-body .col-list{flex:1}.duration-dropdown .dropdown-body .col-list h5{font-size:14px;font-weight:700;margin-bottom:10px;color:#222}.duration-dropdown .dropdown-body .col-list ul li{font-size:13px;color:#555;padding:6px 0;cursor:pointer;transition:.3s}.duration-dropdown .dropdown-body .col-list ul li:hover{color:#f63;padding-left:5px}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shrinkExpand{0%{width:30px}50%{width:15px}100%{width:30px}}@keyframes scroll{0%{transform:translateY(-40px)}100%{transform:translateY(0px)}}.top-header{background-color:rgb(36.5782608696,52.9217391304,45.9173913043);font-size:13px;color:hsla(0,0%,100%,.8);border-bottom:1px solid hsla(0,0%,100%,.1)}.top-header .top-header-wrap{display:flex;justify-content:center;align-items:center;justify-content:flex-end}.top-header .top-left,.top-header .top-right{display:flex;justify-content:center;align-items:center;gap:20px}.top-header a{color:#fff;text-decoration:none;transition:.3s ease-in-out;font-weight:500;display:inline-flex;align-items:center}.top-header a:hover{color:#4a6b5a}.top-header a i{margin-right:6px;font-size:14px}.top-header .welcome-msg{display:flex;align-items:center;background:hsla(0,0%,100%,.1);padding:5px 15px;border-radius:50px;border:1px solid hsla(0,0%,100%,.2);backdrop-filter:blur(5px);font-size:13px;transition:all .3s ease;margin-right:15px}.top-header .welcome-msg:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);transform:translateY(-1px)}.top-header .welcome-msg .welcome-text{color:hsla(0,0%,100%,.9);font-weight:500}.top-header .welcome-msg .separator{margin:0 8px;color:hsla(0,0%,100%,.4);font-size:12px}.top-header .welcome-msg .user-role{color:gold;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:11px;margin-right:6px}.top-header .welcome-msg .user-name{color:#fff;font-weight:600}@media(max-width: 768px){.top-header .welcome-msg{margin-right:0;padding:4px 12px;font-size:12px}.top-header .welcome-msg .separator{margin:0 5px}.top-header .welcome-msg .user-role{font-size:10px}}@media(max-width: 768px){.top-header .top-header-wrap{flex-direction:column;gap:5px;text-align:center}.top-header .top-left,.top-header .top-right{justify-content:center;gap:10px;flex-wrap:wrap}}@media(max-width: 480px){.top-header .top-right{width:100%;gap:8px}.top-header .top-right a{font-size:9px}.top-header .top-right a i{margin-right:3px;font-size:10px}}header{background:#fff;position:relative;z-index:1000}header.sticky{box-shadow:rgba(0,0,0,.15) 0px 2px 8px;position:fixed;top:0;left:0;width:100%;animation:scroll .4s linear forwards}header nav{display:flex;justify-content:space-between;align-items:center}header nav .logo-wrap{display:inline-flex;height:80px;max-width:clamp(160px,18vw,180px);padding:8px}header nav .logo-wrap img{height:100%;width:100%;object-fit:contain}header nav .menu-backdrop{position:fixed}header nav .middle-wrap .logo-wrap{display:none}header nav .middle-wrap ul.main-nav{display:flex;justify-content:center;align-items:center;gap:clamp(10px,1.1vw,16px);padding:10px 0px}header nav .middle-wrap ul.main-nav li .nav-link{font-weight:600;padding:10px 5px;color:#3a3a3a;transition:.3s ease-in-out}header nav .middle-wrap ul.main-nav li .nav-link:hover{color:#2f443b;transition:.3s ease-in-out}header nav .middle-wrap ul.main-nav li.has-dropdown{position:relative}header nav .middle-wrap ul.main-nav li.has-dropdown .nav-link{cursor:pointer}header nav .middle-wrap ul.main-nav li.has-dropdown .nav-link::after{vertical-align:.255em;content:"";border-right:.3em solid hsla(0,0%,100%,0);border-left:.3em solid hsla(0,0%,100%,0);display:inline-block;margin-left:5px;margin-top:1px;border-top:.3em solid;border-bottom:0}@media(min-width: 992px){header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list{position:absolute;left:0;min-width:170px}}header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list{border:1px solid rgba(0,0,0,.1);background:#fff;backdrop-filter:blur(5px);white-space:nowrap;max-height:0px;transform:scaleY(0);transform-origin:top;overflow:hidden}header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li{width:100%;border-bottom:1px dotted rgba(0,0,0,.2);display:block;background:hsla(0,0%,100%,0)}header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li .drop-link{position:relative;display:block;padding:.6rem 1.5rem;z-index:3;color:#2f443b;transition:.6s}header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li .drop-link:hover{background:#fff;color:#e9b949;padding-left:20px;transition:.6s}header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li .drop-link:hover:after{max-width:100%;transition:.6s}header nav .middle-wrap ul.main-nav li.has-dropdown .dropdown-list li:last-child{border-bottom:none}@media(min-width: 992px){header nav .middle-wrap ul.main-nav li.has-dropdown:hover .dropdown-list{max-height:500px;transform:scaleY(1);display:block}}header nav .middle-wrap ul.main-nav li.has-dropdown.active .dropdown-list{max-height:500px;transform:scaleY(1);display:block}header nav .right-btn-wrap{display:flex;align-items:center;gap:10px}header nav .right-btn-wrap .navbar-toggler{display:flex;gap:6px;align-items:center;flex-direction:column;padding:7px;border:1px solid #fff;background:#2f443b;cursor:pointer;width:40px;display:none}header nav .right-btn-wrap .navbar-toggler span{height:3px;width:30px;background:#fff;transition:width .3s ease}header nav .right-btn-wrap .navbar-toggler:hover span:nth-child(1){animation:shrinkExpand .9s ease forwards}header nav .right-btn-wrap .navbar-toggler:hover span:nth-child(2){animation:shrinkExpand .9s ease forwards;animation-delay:.15s}header nav .right-btn-wrap .navbar-toggler:hover span:nth-child(3){animation:shrinkExpand .9s ease forwards;animation-delay:.3s}@media(max-width: 991px){header nav{position:relative;gap:5px}header nav .menu-backdrop{position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1000;backdrop-filter:blur(3px);display:none}header nav .menu-backdrop.active{display:block}header nav .middle-wrap .logo-wrap{height:auto;max-width:100%;display:flex}header nav .middle-wrap{padding:20px;position:fixed;left:0;top:0;min-height:100vh;width:280px;background:#fff;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1rem;z-index:1000;transform:translateX(-100%);box-shadow:0 2px 20px rgba(0,0,0,.03);transition:.3s ease-in-out}header nav .middle-wrap.active{transform:translateX(0)}header nav .middle-wrap ul.main-nav{width:100%;flex-direction:column;align-items:unset;gap:5px}header nav .middle-wrap ul.main-nav li{flex-grow:1}header nav .middle-wrap ul.main-nav li .nav-link{width:100%;color:#2f443b}header nav .right-btn-wrap{gap:7px}header nav .right-btn-wrap .navbar-toggler{display:flex}}@media(max-width: 576px){header nav .logo-wrap{height:60px}}.register-holder{position:relative;display:inline-block}.register-holder span{font-size:clamp(14px,1.6vw,16px);display:inline-flex;align-items:center;padding:10px 16px;line-height:1.2;background:#fff;color:#2f443b;border:1.5px solid #2f443b;font-weight:600;border-radius:5px;cursor:pointer;transition:.25s}.register-holder span i{margin-right:4px}.register-holder span b{font-weight:inherit}@media(max-width: 1200px){.register-holder span b{display:none}}.register-holder span:hover{background:#f3f3f3}.register-holder .dropdown-list{position:absolute;top:110%;right:0;min-width:170px;background:#fff;border-radius:6px;box-shadow:0 10px 25px rgba(0,0,0,.1);list-style:none;margin:0;padding:4px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s}.register-holder .dropdown-list li{margin:0;padding:0}.register-holder .dropdown-list li a{display:flex;align-items:center;gap:10px;padding:10px 10px;font-size:14px;color:#333;text-decoration:none;line-height:1;transition:.2s}.register-holder .dropdown-list li a i{width:18px;text-align:center;color:#0f4d4a;font-size:14px}.register-holder .dropdown-list li a:hover{background:#f4f4f4;color:#0f4d4a}@media(min-width: 992px){.register-holder:hover .dropdown-list{opacity:1;visibility:visible;transform:translateY(0)}}@media(max-width: 991px){.register-holder.active .dropdown-list{opacity:1;visibility:visible;transform:translateY(0)}}.rv-summary{display:flex;align-items:center;gap:clamp(20px,3vw,40px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:clamp(16px,2vw,24px);margin-bottom:clamp(16px,2.5vw,24px)}.rv-summary__left{text-align:center;flex-shrink:0;min-width:90px}.rv-summary__avg{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:#111;line-height:1;margin-bottom:4px}.rv-summary__stars{display:flex;justify-content:center;gap:2px;margin-bottom:4px}.rv-summary__stars i{font-size:.8rem;color:#e2e8f0}.rv-summary__stars i.active{color:#f1c72e}.rv-summary__count{font-size:.78rem;color:#64748b}.rv-summary__bars{flex:1;display:flex;flex-direction:column;gap:5px}.rv-bar-row{display:flex;align-items:center;gap:8px}.rv-bar-label{font-size:.78rem;font-weight:600;color:#64748b;width:12px;text-align:right;flex-shrink:0}.rv-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.rv-bar-fill{height:100%;background:#f1c72e;border-radius:4px;transition:width .4s ease}.rv-tabs{border-bottom:2px solid #f1f5f9}.rv-tabs .nav-link{font-weight:600;font-size:.88rem;color:#64748b;border:none;padding:8px 16px;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px}.rv-tabs .nav-link.active{color:#2f443b;border-bottom-color:#2f443b;background:rgba(0,0,0,0)}.rv-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:.7rem;font-weight:700;border-radius:10px;background:#f1f5f9;color:#64748b;margin-left:4px}.active .rv-tab-count{background:rgba(47,68,59,.1);color:#2f443b}.rv-filter{display:flex;align-items:center;gap:10px;margin-bottom:14px}.rv-filter__label{font-size:.82rem;font-weight:600;color:#64748b;white-space:nowrap}.rv-filter__options{display:flex;gap:6px;flex-wrap:wrap}.rv-filter__btn{padding:5px 14px;font-size:.8rem;font-weight:600;border-radius:20px;border:1px solid #e2e8f0;background:#fff;color:#64748b;text-decoration:none;transition:all .2s ease}.rv-filter__btn:hover{border-color:#2f443b;color:#2f443b}.rv-filter__btn.active{background:#2f443b;border-color:#2f443b;color:#fff}.rv-reply-toggle{display:inline-flex;align-items:center;gap:5px;margin-top:8px;margin-left:calc(40px + .5rem);padding:5px 14px;font-size:.8rem;font-weight:600;color:#64748b;background:none;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s ease}.rv-reply-toggle i{font-size:.75rem}.rv-reply-toggle:hover{color:#2f443b;border-color:#2f443b;background:rgba(47,68,59,.04)}.rv-reply-cancel{background:none;border:none;color:#64748b;font-size:.82rem;font-weight:600;cursor:pointer;padding:0}.rv-reply-cancel:hover{color:#111}.rv-reply-form{margin-top:10px;margin-left:calc(40px + .5rem);padding:12px 14px;background:#f7f8fa;border-left:3px solid #2f443b;border-radius:0 8px 8px 0}.rv-reply-form__head{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#2f443b;margin-bottom:8px}.rv-reply-form__head i{font-size:.75rem}.rv-reply-form textarea.form-control{font-size:.88rem;border-radius:6px;resize:none}.rv-reply-form__foot{display:flex;align-items:center;gap:12px;margin-top:8px;flex-wrap:wrap}.rv-empty{padding:48px 20px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.rv-empty i{font-size:2.5rem;color:#e2e8f0;display:block;margin-bottom:10px}.rv-empty p{color:#64748b;font-size:.9rem;margin:0}.mini-reviews-section .mini-review-container{background-color:rgba(0,0,0,0);margin-bottom:2rem;display:flex;flex-direction:column;gap:clamp(8px,1.2vw,12px)}.mini-reviews-section .mini-review-card{padding:clamp(12px,1.6vw,18px);background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:.3s ease-in-out}.mini-reviews-section .mini-review-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.05)}.mini-reviews-section .mini-review-card .mini-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.mini-reviews-section .mini-review-card .reviewer-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #f1f5f9;flex-shrink:0}.mini-reviews-section .mini-review-card .reviewer-avatar img{width:100%;height:100%;object-fit:cover;border:none !important;box-shadow:none !important}.mini-reviews-section .mini-review-card .mini-review-info{flex:1;display:flex;flex-direction:column}.mini-reviews-section .mini-review-card .mini-review-name{font-size:.95rem;font-weight:700;margin:0 !important;color:#111 !important;line-height:1.3}.mini-reviews-section .mini-review-card .mini-review-rating-time{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.mini-reviews-section .mini-review-card .star-rating{display:flex;gap:2px;margin:0 !important}.mini-reviews-section .mini-review-card .star-rating i{font-size:.72rem;color:#e2e8f0}.mini-reviews-section .mini-review-card .star-rating i.active{color:#f1c72e}.mini-reviews-section .mini-review-card .mini-review-date{color:#64748b;font-size:.75rem;background:rgba(0,0,0,0) !important;padding:0 !important;font-weight:500}.mini-reviews-section .mini-review-card .mini-review-content{padding-left:calc(40px + .5rem)}.mini-reviews-section .mini-review-card .mini-review-message{color:#444;line-height:1.5;font-size:.88rem;margin:0 !important}.mini-reviews-section .mini-review-reply{margin-top:10px;margin-left:calc(40px + .5rem);padding:10px 14px;background:#f7f8fa;border-left:3px solid #2f443b;border-radius:0 8px 8px 0}.mini-reviews-section .mini-review-reply__head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.mini-reviews-section .mini-review-reply__avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}.mini-reviews-section .mini-review-reply__avatar img{width:100%;height:100%;object-fit:cover}.mini-reviews-section .mini-review-reply__info{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.mini-reviews-section .mini-review-reply__name{font-weight:700;font-size:.85rem;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-reviews-section .mini-review-reply__badge{font-size:.65rem;color:#2f443b;background:rgba(47,68,59,.08);padding:2px 6px;border-radius:4px;font-weight:600;white-space:nowrap;flex-shrink:0}.mini-reviews-section .mini-review-reply__badge i{font-size:.6rem;margin-right:2px}.mini-reviews-section .mini-review-reply__time{font-size:.72rem;color:#64748b;white-space:nowrap;flex-shrink:0}.mini-reviews-section .mini-review-reply__edit{background:none;border:none;color:#64748b;padding:2px 6px;cursor:pointer;font-size:.8rem;flex-shrink:0}.mini-reviews-section .mini-review-reply__edit:hover{color:#2f443b}.mini-reviews-section .mini-review-reply__msg{font-size:.85rem;color:#555;line-height:1.5;margin:0}.mini-reviews-section .review-stats{display:flex;justify-content:space-between;gap:1rem;background-color:#fff;margin-bottom:clamp(15px,2.5vw,25px)}.mini-reviews-section .review-stats .stat-item{border-radius:12px;border:1px solid #e2e8f0;padding:clamp(10px,2vw,20px);display:flex;gap:clamp(10px,1.3vw,16px);flex:1}.mini-reviews-section .review-stats .stat-item .review-icon{height:clamp(36px,4vw,50px);width:clamp(36px,4vw,50px);flex-shrink:0}.mini-reviews-section .review-stats .stat-item .review-icon img{width:100%;height:100%;object-fit:contain;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%)}.mini-reviews-section .review-stats .stat-item:nth-child(2){justify-content:center}.mini-reviews-section .review-stats .stat-item:last-child{justify-content:end}.mini-reviews-section .review-stats .stat-value{font-size:clamp(14px,2.5vw,24px);font-weight:800;color:#2f443b;line-height:1;margin-bottom:5px}.mini-reviews-section .review-stats .stat-label{color:#64748b;font-size:clamp(12px,1.4vw,14px);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.mini-reviews-section .review-input-box{background:#fff;padding:clamp(10px,2vw,20px);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.05);position:sticky;top:100px;max-width:100%;border:1px solid #e2e8f0}.mini-reviews-section .review-input-box .review-name{font-size:1.2rem;font-weight:800;color:#111;letter-spacing:-0.5px}.mini-reviews-section .review-input-box .theme-btn{background-color:#111 !important;color:#fff !important;border:1px solid #111 !important;font-weight:700;padding:12px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.mini-reviews-section .review-input-box .theme-btn:hover{background-color:#fff !important;color:#111 !important}.mini-reviews-section .review-input-box .form-control{border:1px solid #e2e8f0;border-radius:8px;padding:12px;font-size:.95rem}.mini-reviews-section .review-input-box .form-control:focus{border-color:#111;box-shadow:0 0 0 3px rgba(0,0,0,.05)}.partner-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);backdrop-filter:blur(4px);z-index:10000;display:none;align-items:center;justify-content:center}.partner-modal-overlay.show{display:flex}.partner-modal-container{background-color:#fff;width:calc(100% - 15px);max-width:500px;padding:clamp(16px,2vw,24px);border-radius:10px;box-shadow:0 20px 50px rgba(0,0,0,.15)}.partner-modal-container .partner-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.partner-modal-container .partner-modal-header .close-btn{background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer}.partner-modal-container .partner-modal-header .close-btn:hover{color:#111}.mini-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);backdrop-filter:blur(4px);z-index:10000;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.mini-modal-overlay.active{display:flex;opacity:1}.mini-modal-container{background-color:#fff;width:calc(100% - 15px);max-width:500px;padding:clamp(10px,2vw,20px);border-radius:10px;box-shadow:0 20px 50px rgba(0,0,0,.15);position:relative;transform:translateY(20px);transition:transform .3s ease}.mini-modal-overlay.active .mini-modal-container{transform:translateY(0)}.mini-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(10px,2vw,20px)}.mini-modal-header .card-heading{margin-bottom:0}.mini-modal-header .mini-modal-close{background:none;border:none;font-size:2rem;color:#999;cursor:pointer;line-height:1;padding:0;transition:color .2s}.mini-modal-header .mini-modal-close:hover{color:#111}.custom-star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px;margin-bottom:clamp(10px,2vw,20px)}.custom-star-rating input{display:none}.custom-star-rating label{cursor:pointer;width:clamp(20px,3vw,30px);height:clamp(20px,3vw,30px);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ddd'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transition:transform .2s ease,background-image .2s ease}.custom-star-rating label:hover{transform:scale(1.1)}.custom-star-rating input:checked~label,.custom-star-rating label:hover,.custom-star-rating label:hover~label{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFD700'%3E%3Cpath d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z'/%3E%3C/svg%3E")}.form-group{margin-bottom:clamp(10px,2vw,20px)}.form-control-custom{width:100%;border:1px solid #e0e0e0;border-radius:12px;padding:clamp(10px,1.6vw,16px);background-color:#fcfcfc;transition:all .2s ease;resize:none}.form-control-custom:focus{border-color:#111;background-color:#fff;outline:none;box-shadow:0 0 0 4px rgba(0,0,0,.03)}.theme-btn-full{background-color:#2f443b;color:#fff;border:none;padding:1rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}.theme-btn-full:hover{background-color:#1e2d26;box-shadow:0 5px 15px rgba(0,0,0,.1)}@media(max-width: 991px){.mini-reviews-section .mini-review-card .mini-review-content{padding-left:0 !important}.mini-reviews-section .mini-review-reply{margin-left:0 !important}.mini-reviews-section .rv-reply-form{margin-left:0 !important}}@media(max-width: 576px){.rv-summary{flex-direction:column;text-align:center}.rv-summary__bars{width:100%}.mini-reviews-section .review-stats{flex-direction:column;gap:12px}.mini-reviews-section .review-stats .stat-item .review-content{display:flex;align-items:center;gap:10px;flex-grow:1;justify-content:space-between}.mini-reviews-section .review-stats .stat-item .review-content .stat-value{font-size:30px}.mini-reviews-section .review-stats .stat-item .review-content .stat-label{font-size:14px;text-transform:capitalize}}body{font-family:"Outfit",sans-serif}a{text-decoration:none !important;transition:.3s ease-in-out}a:hover{text-decoration:none !important}ul{list-style:none;padding:0;margin:0}.spacing{padding:clamp(25px,5vw,50px) 0}.common-bg{background:rgba(219,240,237,.4431372549)}.bg-alt{background-color:#e7f3f3}.premium-form-wrapper{background-color:#f8fafc;display:flex;align-items:center;justify-content:center;font-family:"Outfit",sans-serif}.premium-card{background:#fff;border-radius:clamp(10px,1vw,15px);box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;width:100%;max-width:1100px;display:flex;flex-direction:column}@media(min-width: 992px){.premium-card{flex-direction:row;min-height:600px}}.premium-visual{background:linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);color:#fff;padding:clamp(1rem,3vw,2rem);position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}@media(min-width: 992px){.premium-visual{width:40%}}@media(max-width: 992px){.premium-visual{display:none}}.premium-visual::before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:hsla(0,0%,100%,.1);border-radius:50%}.premium-visual::after{content:"";position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;background:hsla(0,0%,100%,.05);border-radius:50%}.premium-visual .visual-content{position:relative;z-index:1}.premium-visual .visual-content .visual-title{font-size:clamp(2rem,2.2vw,2.2rem);font-weight:700;margin-bottom:1rem;line-height:1.2;color:#fff}.premium-visual .visual-content .visual-text{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.premium-visual .visual-content .premium-feature-list{list-style:none;padding:0;margin:0}.premium-visual .visual-content .premium-feature-list li{display:flex;align-items:center;margin-bottom:1rem;font-size:1rem}.premium-visual .visual-content .premium-feature-list li i{background:hsla(0,0%,100%,.2);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;font-size:.8rem}.premium-visual .visual-footer{margin-top:2rem;font-size:.9rem;opacity:.7}.premium-form-section{padding:clamp(1rem,2vw,2rem);flex:1}.premium-form-section .form-header{margin-bottom:clamp(1rem,2vw,2rem)}.premium-form-section .form-header h2{font-size:clamp(1.5rem,2vw,1.8rem);color:#1e2d26;font-weight:700;margin-bottom:.4rem}.premium-form-section .form-header p{color:#64748b}.premium-form-section .custom-input-group{position:relative;margin-bottom:clamp(1.2rem,1.5vw,1.5rem)}.premium-form-section .custom-input-group label{display:block;margin-bottom:.5rem;font-size:clamp(.7rem,1vw,.85rem);color:#5a6c7d;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.premium-form-section .custom-input-group .custom-form-control{width:100%;padding:.6rem 1rem;border:1px solid #e9ecef;border-radius:8px;font-size:clamp(.9rem,1vw,1rem);line-height:1.3;background:#fdfdfd;transition:.3s ease-in-out}.premium-form-section .custom-input-group .custom-form-control:focus{border-color:#2f443b;box-shadow:0 0 0 3px rgba(0,70,72,.1);outline:none;background:#fff}.premium-form-section .custom-input-group select.custom-form-control{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.premium-form-section .submit-btn{background:#2f443b;color:#fff;border:none;padding:clamp(.9rem,1vw,1rem) clamp(1rem,1.3vw,1.5rem);border-radius:8px;font-size:clamp(.9rem,1vw,1.1rem);font-weight:600;cursor:pointer;transition:.3s ease-in-out;width:100%;display:flex;align-items:center;justify-content:center}.premium-form-section .submit-btn:hover{background:#1e2d26;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,70,72,.15)}.premium-form-section .submit-btn i{margin-left:10px}.premium-form-section .form-info-text{text-align:center;margin-top:1rem;font-size:.8rem;color:#64748b}.premium-form-row{display:flex;flex-wrap:wrap;margin:0 -10px}.premium-form-row .col-half{width:50%;padding:0 10px}@media(max-width: 768px){.premium-form-row .col-half{width:100%}.premium-visual{padding:2rem;text-align:center}.premium-visual .premium-feature-list{display:none}}.school-contact-info .info-item{display:flex;align-items:flex-start;margin-bottom:1rem;font-size:.95rem;opacity:.9}.school-contact-info .info-item i{width:25px;margin-top:3px;flex-shrink:0;font-size:1rem}.enroll-fee-info{background:#f8fafc;border:1px solid #e9ecef;border-radius:8px;padding:12px 16px;margin-bottom:clamp(1.2rem,1.5vw,1.5rem)}.enroll-fee-info__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#5a6c7d;margin-bottom:8px}.enroll-fee-info__item{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.enroll-fee-info__item+.enroll-fee-info__item{border-top:1px solid #e9ecef}.enroll-fee-info__room{font-size:.9rem;color:#374151}.enroll-fee-info__price{font-size:.95rem;font-weight:700;color:#2f443b}.enroll-fee-info__original{text-decoration:line-through;color:#64748b;font-weight:400;margin-right:6px;font-size:.85rem}.mv_loader_wrapper{display:none;position:absolute;inset:0;background:hsla(0,0%,100%,.8);z-index:10;align-items:center;justify-content:center}.mv_loader_wrapper .mv_loader img{width:60px}.booking-page-wrapper{min-height:80vh}.teacher-summary-card{background:#fff;padding:clamp(20px,3vw,35px);border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);position:sticky;top:100px;border:1px solid #e9ecef;transition:.3s ease-in-out}.teacher-summary-card:hover{box-shadow:rgba(149,157,165,.2) 0px 8px 24px}.teacher-summary-card .teacher-avatar{width:150px;height:150px;object-fit:cover;border-radius:50%;margin-bottom:20px;border:4px solid rgba(74,107,90,.1);display:inline-block;max-width:100%;box-shadow:0 5px 15px rgba(0,0,0,.08)}.teacher-summary-card .teacher-name{font-size:1.5rem;font-weight:700;color:#2f443b;margin-bottom:5px;text-transform:capitalize}.teacher-summary-card .teacher-meta{margin-top:25px;padding-top:25px;border-top:1px dashed #e9ecef;display:flex;flex-direction:column;gap:12px}.teacher-summary-card .teacher-meta .meta-item{display:flex;align-items:center;gap:12px;color:#586880;font-size:.95rem}.teacher-summary-card .teacher-meta .meta-item i{color:#4a6b5a;width:20px;text-align:center;font-size:1rem}.teacher-summary-card .teacher-meta .meta-item span{word-break:break-all}.booking-form-card{background:#fff;padding:clamp(20px,3vw,35px);border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid #e9ecef}.booking-form-card .form-header{margin-bottom:clamp(20px,3vw,30px);border-bottom:1px solid #f1f5f9;padding-bottom:20px}.booking-form-card .form-header .card-heading{font-size:clamp(1.6rem,3.5vw,2.2rem);margin-bottom:8px;color:#1e2d26;font-weight:800}.booking-form-card .form-header .text-muted{font-size:1rem;color:#64748b}.booking-form-card .alert-box{display:flex;align-items:center;gap:.9rem;padding:clamp(12px,2vw,18px);background:#e8fff4;border-radius:14px;border-left:4px solid #4a6b5a}.booking-form-card .alert-box i{background:#4a6b5a;color:#fff;width:26px;height:26px;border-radius:50%;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.booking-form-card .alert-box p{margin:0;color:#333;line-height:1.4}.booking-form-card .alert-box p a{font-size:inherit;color:#4a6b5a;font-weight:600;text-decoration:underline}.booking-form-card .alert-box p a:hover{text-decoration:none}.modern-duration-card{position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);padding:2px;box-shadow:0 10px 30px rgba(74,107,90,.08);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;margin-bottom:clamp(20px,3vw,30px)}.modern-duration-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(74,107,90,.12)}.modern-duration-card .card-glass-effect{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(74, 107, 90, 0.05) 0%, transparent 100%);z-index:1}.modern-duration-card .card-content{position:relative;z-index:2;background:#fff;border-radius:14px;padding:clamp(15px,2.5vw,25px);display:flex;flex-direction:column;gap:15px}.modern-duration-card .duration-badge{display:inline-flex;align-items:center;gap:10px;background:rgba(74,107,90,.1);color:#4a6b5a;padding:6px 14px;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;width:fit-content}.modern-duration-card .duration-badge .pulse-icon{animation:pulse-primary 2s infinite}.modern-duration-card .duration-value-wrap{display:flex;align-items:center;gap:clamp(16px,2.5vw,25px);flex-wrap:wrap}.modern-duration-card .duration-value-wrap .value-display{display:flex;align-items:baseline;gap:10px}.modern-duration-card .duration-value-wrap .value-display .number{font-size:3rem;font-weight:900;color:#0f172a;line-height:1;background:linear-gradient(135deg, #1e2d26 0%, #4a6b5a 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.modern-duration-card .duration-value-wrap .value-display .unit{font-size:1.2rem;color:#64748b;font-weight:600;text-transform:uppercase}.modern-duration-card .duration-value-wrap .sep{width:1px;height:50px;background:#e2e8f0}@media(max-width: 576px){.modern-duration-card .duration-value-wrap .sep{display:none}}.modern-duration-card .duration-value-wrap .teacher-note{margin:0;font-size:1rem;color:#586880;display:flex;align-items:center;gap:10px;font-style:italic}.modern-duration-card .duration-value-wrap .teacher-note i{color:#4a6b5a;font-size:1.2rem}.form-control-custom{display:block;width:100%;padding:.8rem 1.2rem;font-size:1rem;font-weight:500;line-height:1.5;color:#0f172a;background-color:#f8fafc;background-clip:padding-box;border:2px solid #f1f5f9;appearance:none;border-radius:12px;transition:all .3s ease-in-out}.form-control-custom:focus{color:#0f172a;background-color:#fff;border-color:#4a6b5a;outline:0;box-shadow:0 0 0 4px rgba(74,107,90,.1)}.form-control-custom::placeholder{color:#94a3b8;opacity:1}.form-group{margin-bottom:clamp(15px,3vw,25px)}.form-group label{display:block;margin-bottom:10px;font-weight:700;color:#1e293b;font-size:clamp(.9rem,2vw,1.1rem);text-transform:uppercase;letter-spacing:.5px}.time-slots-container{display:flex;flex-wrap:wrap;gap:12px}.time-chip{padding:12px 20px;background:#fff;border:2px solid #f1f5f9;border-radius:12px;cursor:pointer;font-weight:600;color:#374151;transition:all .2s ease;text-align:center;flex:0 0 auto;min-width:90px}.time-chip:hover:not(.disabled){border-color:#4a6b5a;color:#4a6b5a;background:rgba(74,107,90,.05);transform:translateY(-2px)}.time-chip.selected{background:#2f443b;border-color:#2f443b;color:#fff;box-shadow:0 5px 15px rgba(47,68,59,.2)}.time-chip.disabled{background:#f8fafc;border-color:#f8fafc;color:#e2e8f0;cursor:not-allowed;text-decoration:line-through}.availability-msg{padding:clamp(12px,2vw,18px);border-radius:12px;font-size:clamp(.9rem,2vw,1.1rem);font-weight:500;display:flex;align-items:center;gap:12px}.availability-msg.info{background:rgba(74,107,90,.1);color:#1e2d26;border-left:4px solid #4a6b5a}.availability-msg.error{background:rgba(220,53,69,.1);color:rgb(145.746835443,25.253164557,36.7974683544);border-left:4px solid #dc3545}.submit-btn{width:100%;padding:16px 30px;background:linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;box-shadow:0 8px 25px rgba(47,68,59,.2)}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(47,68,59,.3);filter:brightness(1.1)}.submit-btn:active{transform:translateY(-1px)}.submit-btn i{font-size:.9rem;transition:transform .3s ease}.submit-btn:hover i{transform:translateX(5px)}@keyframes pulse-primary{0%{transform:scale(0.95);opacity:.8}50%{transform:scale(1.1);opacity:1}100%{transform:scale(0.95);opacity:.8}}@media(max-width: 991px){.teacher-summary-card{position:static}}.profile-dropdown{position:relative}.profile-dropdown .profile-btn{display:flex;align-items:center;gap:5px;border:0;outline:0;background:inherit}.profile-dropdown .profile-btn i{color:#fff;font-size:14px}.profile-dropdown .profile-btn .profile-picture{width:40px;height:40px;border-radius:50%;background-color:#f8fafc;border:1px solid #e2e8f0;cursor:pointer;overflow:hidden;transition:.3s ease-in-out}.profile-dropdown .profile-btn .profile-picture img{width:100%;height:100%;object-fit:cover}.profile-dropdown .profile-btn .profile-picture:hover{background-color:#f1f5f9;box-shadow:0 2px 8px rgba(0,0,0,.04)}.profile-dropdown .profile-dropdown-menu{position:absolute;top:calc(100% + 15px);right:0;width:320px;background-color:#fff;border-radius:12px;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;padding:16px;z-index:9999;border:1px solid #e2e8f0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.3s ease-in-out}@media(max-width: 576px){.profile-dropdown .profile-dropdown-menu{right:-50px}}.profile-dropdown.active .profile-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.profile-dropdown .profile-initials{width:100%;height:100%;background:#2f443b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:bold;text-transform:uppercase}.dropdown-header{padding:10px 15px;border-bottom:1px solid #e2e8f0;margin-bottom:10px}.dropdown-header .user-name-text{display:block;color:#2f443b;font-weight:700}.dropdown-header .user-email-text{font-size:12px;color:#586880}.profile-dropdown-btn{display:block;text-align:center;padding:12px;margin-bottom:12px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;transition:.3s ease-in-out;width:100%}.profile-dropdown-btn.primary{background-color:#2f443b;color:#fff}.profile-dropdown-btn.primary:hover{background-color:#1e2d26;transform:translateY(-2px);color:#fff}.profile-dropdown-btn.danger{border:2px solid #dc3545;color:#dc3545;background:rgba(0,0,0,0)}.profile-dropdown-btn.danger:hover{background-color:#dc3545;transform:translateY(-2px);color:#fff}.profile-dropdown-link{display:flex;align-items:center;padding:12px;margin-top:8px;text-decoration:none;color:#2f443b;border-radius:8px;background-color:#f8fafc;transition:.2s ease}.profile-dropdown-link i{margin-right:10px;font-size:18px}.profile-dropdown-link:hover{background-color:#f1f5f9;color:#1e2d26}@keyframes spinner-rotate{0%{transform:translatex(-50%) rotate(0deg)}100%{transform:translatex(-50%) rotate(360deg)}}@keyframes cloudMove1{0%{border-radius:60% 40% 55% 45%/55% 60% 40% 45%;transform:translate(0, 0)}50%{border-radius:45% 55% 40% 60%/60% 45% 55% 40%;transform:translate(12px, -8px)}100%{border-radius:60% 40% 55% 45%/55% 60% 40% 45%;transform:translate(0, 0)}}@keyframes cloudMove2{0%{border-radius:45% 55% 60% 40%/50% 45% 55% 60%;transform:translate(0, 0)}50%{border-radius:60% 40% 45% 55%/45% 60% 40% 55%;transform:translate(-10px, 6px)}100%{border-radius:45% 55% 60% 40%/50% 45% 55% 60%;transform:translate(0, 0)}}.heading-wrap{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:clamp(8px,1vw,10px);margin-bottom:clamp(26px,3.6vw,36px)}.heading-wrap .common-heading{text-align:center}.heading-wrap .sub-title{font-size:clamp(13px,1.7vw,17px);line-height:1.4;font-style:italic;text-align:center}.common-heading{font-size:clamp(18.5px,3vw,36px);font-weight:700;background:linear-gradient(45deg, #2f443b 0%, #4a6b5a 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);transition:.3s ease-in-out;margin-bottom:0}.common-heading:hover{background:linear-gradient(-45deg, #2f443b 0%, #4a6b5a 100%);background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);transition:.3s ease-in-out}.common-heading span{font-size:inherit}.mid-heading{font-size:clamp(24px,3vw,30px);font-weight:600;color:#2f443b;margin-bottom:clamp(12px,1.4vw,14px);display:inline-block}.card-heading{font-size:clamp(20px,2vw,24px);font-weight:600;color:#2f443b;display:inline-block}.small-heading{font-size:clamp(17px,2vw,20px);font-weight:600;color:#2f443b;display:inline-block}.filter-heading{color:#2f443b;font-size:clamp(17px,2.2vw,24px);font-weight:700;font-family:"Outfit",sans-serif;padding:5px 0;margin-bottom:20px;position:relative;display:inline-block}.filter-heading::after{content:"";width:100%;bottom:0;left:0;height:4px;position:absolute;background:#2f443b}.img-wrap{width:100%;height:100%}.img-wrap img{height:100%;width:100%;border-radius:10px;object-fit:cover}.theme-btn{display:inline-block;padding:10px 16px;font-size:clamp(14px,1.6vw,16px);border-radius:5px;border:1px solid #fff;background-color:#2f443b;line-height:1.2;color:#fff;cursor:pointer;width:fit-content;text-align:center;transition:.3s ease-in-out ease-in-out}.theme-btn:hover{background-color:#fff;color:#2f443b;border-color:#2f443b;transition:.3s ease-in-out ease-in-out}.theme-btn:hover i{color:#2f443b !important}.theme-btn.alt{background-color:#fff;color:#2f443b;border-color:#2f443b}.theme-btn.alt:hover{background-color:#2f443b;color:#fff;border-color:#fff;transition:.3s ease-in-out ease-in-out}.theme-btn.alt-green{background:#2f443b;color:#fff;border-color:#2f443b}.theme-btn.alt-green:hover{background-color:#fff;color:#2f443b;border-color:#fff;border-color:#2f443b}.list-tick{width:100%}.list-tick li{position:relative;margin-bottom:5px;display:flex;flex-direction:column;justify-content:start;padding-left:1.2rem}.list-tick li::before{content:"✔";width:17px;height:17px;position:absolute;left:0;top:1px;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%)}article.card{background:#fff;border:2px solid #4a6b5a;border-radius:16px;margin:10px 0;width:320px;font-family:"Outfit",sans-serif;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:.3s ease-in-out}article.card .card-head{position:relative;border-radius:16px 16px 0 0;overflow:hidden}article.card .card-head img.main-img{width:100%;height:200px;object-fit:cover;border-radius:16px 16px 0 0;transition:transform .5s ease}article.card .card-head:hover img.main-img{transform:scale(1.05)}article.card .card-head .discount-badge{position:absolute;bottom:12px;left:12px;background:#2f443b;color:#fff;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:2}article.card .card-head .icon{width:clamp(30px,3.6vw,36px);height:clamp(30px,3.6vw,36px);background:hsla(0,0%,100%,.9);border-radius:50%;position:absolute;top:12px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.1);z-index:3}article.card .card-head .icon img{height:18px;width:18px;object-fit:contain}article.card .card-head .icon.heart{left:12px}article.card .card-head .icon.heart img{filter:grayscale(1) opacity(0.6)}article.card .card-head .icon.heart.saved{background:#fff0f1}article.card .card-head .icon.heart.saved img{filter:invert(23%) sepia(96%) saturate(7330%) hue-rotate(351deg) brightness(95%) contrast(105%) !important;opacity:1}article.card .card-head .icon.heart:hover{background:#fff;transform:scale(1.1)}article.card .card-head .icon.three-dot{right:12px}article.card .card-head .icon.three-dot img{filter:brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%)}article.card .card-head .icon.three-dot:hover{background:#fff}article.card .card-head .option-box{position:absolute;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.15);border-radius:12px;top:50px;right:12px;min-width:150px;overflow:hidden;display:none;z-index:10}article.card .card-head .option-box.show{display:block;animation:slideIn .2s ease-out}article.card .card-head .option-box ul{padding:0;margin:0;list-style:none}article.card .card-head .option-box ul li a{display:flex;align-items:center;gap:10px;padding:8px 12px;color:#444;font-size:14px;text-decoration:none;transition:background .2s}article.card .card-head .option-box ul li a i,article.card .card-head .option-box ul li a img{width:16px;text-align:center;font-size:14px}article.card .card-head .option-box ul li a:hover{background:#f8f9fa;color:#2f443b}article.card .card-body{padding:clamp(15px,2vw,20px)}article.card .card-body .card-heading{font-size:18px;font-weight:700;color:#222;margin-bottom:12px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;line-height:1.3}article.card .card-body .card-heading:hover{color:#2f443b}article.card .card-body .rating{display:flex;align-items:center;gap:10px;margin-bottom:15px}article.card .card-body .rating .price-wrap{display:flex;align-items:center;gap:5px}article.card .card-body .rating .price{font-size:18px;font-weight:800;color:#2f443b}article.card .card-body .rating .new-price{font-size:18px;font-weight:800;color:#28a745}article.card .card-body .rating .old-price{font-size:14px;color:#888;text-decoration:line-through}article.card .card-body .rating .star-rate-wrap{display:flex;align-items:center;gap:8px;margin-left:auto}article.card .card-body .rating .star-rate-wrap .star-group{display:flex;gap:2px}article.card .card-body .rating .star-rate-wrap .star-group img{width:14px;filter:invert(64%) sepia(45%) saturate(3989%) hue-rotate(356deg) brightness(101%) contrast(96%)}article.card .card-body .rating .star-rate-wrap .review-count{font-size:13px;color:#777;line-height:1}article.card .card-body .inner-detail{display:flex;flex-direction:column;gap:8px}article.card .card-body .inner-detail .item{display:flex;align-items:center;gap:8px;font-size:13px;color:#666}article.card .card-body .inner-detail .item img{width:14px;opacity:.7}article.card .card-footer{padding:12px 20px;background:#fbfbfb;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 16px 16px}article.card .card-footer .category-tag{display:flex;align-items:center;gap:6px;font-size:12px;color:#777;font-weight:600}article.card .card-footer .category-tag .icon{width:24px;height:24px;background:#eee;border-radius:50%;display:flex;justify-content:center;align-items:center}article.card .card-footer .category-tag .icon img{width:12px;filter:grayscale(1);opacity:.6}article.card .card-footer .view-details{font-size:13px;font-weight:700;color:#2f443b;display:flex;align-items:center;gap:5px}article.card .card-footer .view-details i{font-size:10px;transition:transform .3s ease}article.card .card-footer .view-details:hover{color:rgb(26.1565217391,37.8434782609,32.8347826087)}article.card .card-footer .view-details:hover i{transform:translateX(4px)}@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.share-popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,.6);justify-content:center;align-items:center;z-index:1000}.share-popup.active{display:flex}.share-popup .share-popup-content{background:#fff;padding:25px 30px;border-radius:12px;text-align:center;position:relative;width:340px;box-shadow:0 5px 20px rgba(0,0,0,.2);animation:fadeIn .3s ease}.share-popup .share-popup-content h3{font-size:18px;font-weight:600;margin-bottom:20px;color:#222}.share-popup .share-popup-content .close-btn{width:25px;height:25px;position:absolute;z-index:1;right:15px;top:10px;cursor:pointer;color:#666;transition:color .2s;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;border-radius:50%;transition:.3s ease-in-out}.share-popup .share-popup-content .close-btn::after{content:"";position:absolute;width:70%;height:70%;top:50%;left:50%;transform:translate(-50%, -50%);background:url("/images/icons/cross.svg");filter:brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%)}.share-popup .share-popup-content .close-btn:hover{color:#000;background:#f0f0f0;transition:.3s ease-in-out}.share-popup .share-popup-content .carousel-wrap{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;margin-top:10px}.share-popup .share-popup-content .arrow{flex:0 0 32px;height:100%;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;width:32px;height:32px;box-shadow:0 2px 6px rgba(0,0,0,.2);cursor:pointer;font-size:20px;transition:background .2s;z-index:2;position:absolute}.share-popup .share-popup-content .arrow:hover{background:#f0f0f0}.share-popup .share-popup-content .arrow.left{left:-16px}.share-popup .share-popup-content .arrow.left::after{content:"";width:70%;height:70%;background:url("/images/icons/arrow-left.svg");background-repeat:no-repeat;background-size:contain;background-position:center;filter:brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%)}.share-popup .share-popup-content .arrow.right{right:-16px}.share-popup .share-popup-content .arrow.right::after{content:"";width:70%;height:70%;background:url("/images/icons/arrow-right.svg");background-repeat:no-repeat;background-size:contain;background-position:center;filter:brightness(0) saturate(100%) invert(22%) sepia(1%) saturate(4337%) hue-rotate(39deg) brightness(84%) contrast(73%)}.share-popup .share-popup-content .share-carousel{flex:1;overflow:hidden}.share-popup .share-popup-content .share-carousel .share-track{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:15px;padding:0 10px}.share-popup .share-popup-content .share-carousel .share-track::-webkit-scrollbar{display:none}.share-popup .share-popup-content .share-carousel .share-track .item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;min-width:55px}.share-popup .share-popup-content .share-carousel .share-track .item.fb .icon{background:#1877f2}.share-popup .share-popup-content .share-carousel .share-track .item.tw .icon{background:#15202b}.share-popup .share-popup-content .share-carousel .share-track .item.wt-app .icon{background:#25d366}.share-popup .share-popup-content .share-carousel .share-track .item.tele .icon{background:#24a1de}.share-popup .share-popup-content .share-carousel .share-track .item.linkedin .icon{background:#0077b5}.share-popup .share-popup-content .share-carousel .share-track .item.mail .icon{background:#7a7a7a}.share-popup .share-popup-content .share-carousel .share-track .item.mail .icon img{filter:brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%)}.share-popup .share-popup-content .share-carousel .share-track .item .icon{width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 3px rgba(0,0,0,.1)}.share-popup .share-popup-content .share-carousel .share-track .item .icon img{width:75%;height:75%;padding:10px;filter:brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);transition:all .2s ease}.share-popup .share-popup-content .share-carousel .share-track .item span{margin-top:6px;font-size:13px;text-align:center}.share-popup .share-popup-content .share-carousel .share-track .item:hover img{transform:scale(1.1);transition:all .2s ease}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.review-slider .review-card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;margin:5px 0;border-radius:10px;background-color:hsla(0,0%,100%,.32);border:2px solid #e7f3f3;border-bottom:3px solid #4a6b5a;transition:.3s ease-in-out;position:relative;z-index:10;overflow:hidden}.review-slider .review-card::before{content:"";width:30%;height:100%;background:url("/images/icons/decor-flower.webp") no-repeat center center;background-size:contain;position:absolute;top:-50%;left:0;z-index:-1;opacity:.3;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%)}.review-slider .review-card::after{content:"";width:30%;height:100%;background:url("/images/icons/decor-flower.webp") no-repeat center center;background-size:contain;position:absolute;top:-50%;transform:rotateX(180deg);right:0;z-index:-1;opacity:.3;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%)}.review-slider .review-card .review-head{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:20px}.review-slider .review-card .review-head .head-inner{position:relative;height:120px;width:120px;margin-right:40px;z-index:1;flex-shrink:0}.review-slider .review-card .review-head .head-inner img{width:100%;height:100%;border-radius:50%;object-fit:cover}.review-slider .review-card .review-head .head-inner::after{content:"";position:absolute;right:-12px;bottom:-6px;width:100%;height:100%;border-radius:50%;background:linear-gradient(#2f443b, #4a6b5a);z-index:-1;transition:.3s ease-in-out}.review-slider .review-card .review-head .description .reviewer-name{font-size:clamp(20px,2.5vw,25px);color:#2f443b;font-family:"Outfit",sans-serif}.review-slider .review-card .review-head .description .reviewer-role{font-size:clamp(14px,1.6vw,16x);color:#4a6b5a;font-family:"Outfit",sans-serif;margin-bottom:5px}.review-slider .review-card .review-head .description .star-wrap{display:flex;justify-content:center;align-items:center;gap:5px}.review-slider .review-card .review-head .description .star-wrap span{width:18px;height:18px;background:url("/images/icons/star.svg") no-repeat center center;background-size:contain;display:inline-block;filter:invert(32%) sepia(1%) saturate(1837%) hue-rotate(69deg) brightness(97%) contrast(84%)}.review-slider .review-card .review-head .description .star-wrap span.active{filter:invert(64%) sepia(45%) saturate(3989%) hue-rotate(356deg) brightness(101%) contrast(96%)}.review-slider .review-card .review-content{text-align:center;font-family:"Outfit",sans-serif}.review-slider .review-card .review-content p{font-size:16px;line-height:1.5}@media(max-width: 576px){.review-slider .review-card .review-head .head-inner{width:100px;height:100px;margin-right:30px}}.call-to-action{position:relative;background:#2f443b;padding:30px 0}.call-to-action .inner-wrap{display:flex;justify-content:center;align-items:center;gap:10px;justify-content:space-evenly}.call-to-action .inner-wrap .banner-info .action-heading{font-size:clamp(25px,3vw,30px);font-weight:600;font-family:"Outfit",sans-serif;color:#fff}.call-to-action .inner-wrap .banner-info p{color:#fff}@media(max-width: 991px){.call-to-action .inner-wrap{flex-direction:column}.call-to-action .inner-wrap .banner-info{display:flex;flex-direction:column;justify-content:center;align-items:center}}.footer-gallery{position:relative;z-index:1}.footer-gallery::before{content:"";position:absolute;top:0;left:0;width:100%;height:89%;background-color:#2f443b;z-index:-1}.footer-gallery .gallery-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:0}.footer-gallery .gallery-grid .img-hold img{width:100%;height:100%;display:block;object-fit:cover}.footer-gallery .gallery-grid .img-hold.center{display:flex;justify-content:center;align-items:center}@media(max-width: 575px){.footer-gallery .gallery-grid{grid-template-columns:repeat(3, 1fr)}.footer-gallery .gallery-grid .img-hold img{height:120px}}@media(max-width: 991px){.footer-gallery .footer-gallery-content{text-align:center}.footer-gallery .footer-gallery-content h6{font-size:22px}.footer-gallery .footer-gallery-content p{font-size:16px}.footer-gallery .discount-wrap span{font-size:18px}}@media(max-width: 767px){.footer-gallery .footer-gallery-content{padding:20px 10px;padding-bottom:0}.footer-gallery .footer-gallery-content h6{font-size:20px}.footer-gallery .footer-gallery-content p{font-size:14px}.footer-gallery .discount-wrap{height:auto;margin:10px 0}.footer-gallery .discount-wrap span{font-size:16px}}.google-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.625rem 1rem;border:1px solid #dadce0;border-radius:.6rem;background:#fff;color:#1f1f1f;font:500 .95rem/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;text-decoration:none;transition:transform .02s ease,background .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:auto}.google-btn:hover{background:#f7f8f8;border-color:#c7c9cf;box-shadow:0 2px 6px rgba(0,0,0,.06)}.google-btn:active{transform:translateY(1px)}.google-btn:focus-visible{outline:2px solid #1a73e8;outline-offset:2px}.google-btn__icon{display:inline-flex;width:18px;height:18px}.google-btn__label{white-space:nowrap}.school-listing-section{position:relative}.accordion-wrap{background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.accordion-wrap .check-heading{font-size:18px;margin-bottom:10px;font-weight:500;background-color:#2f443b;color:#fff;padding:8px 10px;text-transform:capitalize}.accordion-wrap .check-heading i{margin-right:5px}.accordion-wrap .accordion .card{margin-bottom:10px;border:none;border-radius:8px;overflow:hidden;background:#f9f9f9;transition:all .3s ease}.accordion-wrap .accordion .card .states-accordion .card{margin-bottom:0}.accordion-wrap .accordion .card:hover{background:#f1f1f1}.accordion-wrap .accordion .card .card-header{cursor:pointer;padding:8px 15px;background:#f5f5f5;border:0;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:15px;color:#333;transition:background .3s ease,color .3s ease}.accordion-wrap .accordion .card .card-header:hover{background:#e9e9e9}.accordion-wrap .accordion .card .card-header i{transition:transform .3s ease,color .3s ease;font-size:14px;color:#777}.accordion-wrap .accordion .card .collapse{display:none;background:#e7f3f3;padding:8px;border-top:1px solid #eee}.accordion-wrap .accordion .card .collapse .card-header{background:#fff}.accordion-wrap .accordion .card .collapse .collapse{background:#fff}.accordion-wrap .accordion .card .collapse.active{display:block}.accordion-wrap .accordion .card .collapse ul{list-style:none;padding:0;margin:0}.accordion-wrap .accordion .card .collapse ul li{padding:5px 0;padding-left:10px;position:relative}.accordion-wrap .accordion .card .collapse ul li a{text-decoration:none;color:#444;font-size:14px;transition:color .2s ease}.accordion-wrap .accordion .card .collapse ul li a:hover{color:#00796b}.accordion-wrap .accordion .card .collapse ul li::before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%) rotate(-90deg);background:url("/images/icons/arrow-down.svg");background-repeat:no-repeat;background-position:center;background-size:contain;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);width:16px;height:16px;line-height:1}.accordion-wrap .category-filter-list ul{list-style:none;padding:0;margin:0}.accordion-wrap .category-filter-list ul li{margin:2px 0;margin-bottom:10px}.accordion-wrap .category-filter-list ul li:last-child{margin-bottom:0}.accordion-wrap .category-filter-list .category-filter-link{display:block;padding:8px 10px;text-decoration:none;color:#374151;font-size:.92rem;background:rgba(0,0,0,0);border-radius:6px;border-left:3px solid rgba(0,0,0,0);transition:.3s ease-in-out}.accordion-wrap .category-filter-list .category-filter-link:hover{background:#f1f5f9;color:#2f443b;border-left-color:#4a6b5a}.accordion-wrap .category-filter-list .category-filter-link.active{background:#e2e8f0;color:#2f443b;font-weight:600;border-left-color:#2f443b;box-shadow:none}.listing-heading-wrapper{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;width:100%}.listing-heading-wrapper .results-count{font-weight:600}.listing-heading-wrapper .sort-by{display:flex;align-items:center;gap:.5rem}.listing-heading-wrapper .sort-by label{font-size:.875rem;font-weight:600}.listing-heading-wrapper .sort-by select{padding:.25rem .5rem;border:1px solid #ccc;border-radius:4px;background:rgba(0,0,0,0);cursor:pointer;background-color:#f0f0f0;position:relative}.listing-heading-wrapper .sort-by select:focus{outline:none;border-color:#999}.listing-heading-wrapper .sort-by select::after{content:"▼";font-size:18px;position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none}.listing-heading-wrapper .sort-by select option{background-color:#fff;color:#000}.listing-heading-wrapper .sort-by select option:hover{background-color:#add8e6}@media(max-width: 576px){.listing-heading-wrapper{flex-direction:column;align-items:start}}.listing-card-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.listing-card-wrapper .empty-block-wrapper{height:100%;display:flex;justify-content:center;align-items:center}.listing-card-wrapper .empty-block-wrapper .empty-block img{height:300px;width:310px}.listing-card-wrapper .empty-block-wrapper .empty-block .block-content{text-align:center}.listing-card-wrapper .empty-block-wrapper .empty-block .block-content span{font-size:20px;font-family:Courier New;font-weight:700;color:#1b2e35}.listing-card-wrapper .yoga-school-card{display:grid;grid-template-columns:2fr 3fr;gap:10px;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;position:relative;overflow:hidden;border-radius:15px;width:100%}.listing-card-wrapper .yoga-school-card .img-wrap{width:100%;height:100%;padding:10px;border-radius:0;box-shadow:none;border:1px solid #f1f5f9;position:relative;display:flex;justify-content:center;align-items:center}.listing-card-wrapper .yoga-school-card .img-wrap img{width:150px;height:150px;object-fit:contain}.listing-card-wrapper .yoga-school-card .card-content{display:flex;flex-direction:column;justify-content:center;align-items:center;align-items:start;gap:10px;padding:15px}.listing-card-wrapper .yoga-school-card .card-content .verified-list{display:flex;gap:10px}.listing-card-wrapper .yoga-school-card .card-content .verified-list li{display:flex;align-items:center;gap:5px}.listing-card-wrapper .yoga-school-card .card-content .verified-list li i{color:#2f443b}.listing-card-wrapper .yoga-school-card .card-content .verified-list li.verified i{width:16px;height:16px;font-size:12px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#f1c72e;color:#fff}.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;align-items:start;gap:10px}.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating{padding:5px 10px;border-radius:0 0 10px 0;position:absolute;background:#2f443b;left:0;top:0;display:flex;justify-content:center;align-items:center;gap:5px}.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating i{font-size:10px;color:#fff}.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating i.active{color:#f1c72e}.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li.rating .reviews-count{color:#fff;font-size:13px}.listing-card-wrapper .yoga-school-card .card-content .rating-wrapper li span.status-bg{line-height:20px;width:46px;text-align:center;height:20px;display:inline-block;border-radius:5px;font-size:12px;background:#70a746;color:#fff;margin-left:4px}.listing-card-wrapper .yoga-school-card .card-content .price-info{font-size:1rem;color:#333}.listing-card-wrapper .yoga-school-card .card-content .price-info p{margin:0;display:flex;align-items:center;gap:.5rem}.listing-card-wrapper .yoga-school-card .card-content .price-info p i{color:#2f443b;font-size:1.1rem}.listing-card-wrapper .yoga-school-card .card-content .price-info p strong{font-weight:600;color:#000}.listing-card-wrapper .yoga-school-card .card-content .price-info p .price-amount{color:#2f443b;font-weight:600}.listing-card-wrapper .yoga-school-card .card-content .price-info p .price-amount small{font-size:.85rem;color:#6c757d;margin-left:2px}.listing-card-wrapper .yoga-school-card .card-content .theme-btn{width:100%}@media(max-width: 1024px){.listing-card-wrapper .yoga-school-card{grid-template-columns:2fr 3fr}}@media(max-width: 576px){.listing-card-wrapper .yoga-school-card{grid-template-columns:auto;gap:0}.listing-card-wrapper .yoga-school-card .img-wrap{max-height:250px}}.listing-card-wrapper .tc-card{width:100%;display:flex;gap:20px;background:#fff;border-radius:16px;box-shadow:0 2px 14px rgba(0,0,0,.07);border:1px solid rgba(0,0,0,.06);padding:20px;transition:box-shadow .25s ease,transform .25s ease}.listing-card-wrapper .tc-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.11);transform:translateY(-2px)}.listing-card-wrapper .tc-card .tc-photo-wrap{position:relative;flex-shrink:0;align-self:flex-start}.listing-card-wrapper .tc-card .tc-photo-wrap .tc-photo{width:90px;height:90px;border-radius:50%;object-fit:cover;object-position:top center;border:3px solid rgba(47,68,59,.15);display:block}.listing-card-wrapper .tc-card .tc-photo-wrap .tc-verified-badge{position:absolute;bottom:2px;right:2px;width:22px;height:22px;background:#28a745;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center}.listing-card-wrapper .tc-card .tc-photo-wrap .tc-verified-badge i{font-size:9px;color:#fff}.listing-card-wrapper .tc-card .tc-body{flex:1;display:flex;flex-direction:column;gap:10px;min-width:0}.listing-card-wrapper .tc-card .tc-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.listing-card-wrapper .tc-card .tc-name{font-size:17px;font-weight:700;color:#1a1a2e;text-decoration:none}.listing-card-wrapper .tc-card .tc-name:hover{color:#2f443b}.listing-card-wrapper .tc-card .tc-role{font-size:12px;font-weight:500;color:#2f443b;background:rgba(47,68,59,.08);padding:2px 10px;border-radius:20px;white-space:nowrap}.listing-card-wrapper .tc-card .tc-chips{display:flex;flex-wrap:wrap;gap:6px}.listing-card-wrapper .tc-card .tc-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#555;background:#f5f5f5;padding:3px 10px;border-radius:20px;white-space:nowrap}.listing-card-wrapper .tc-card .tc-chip i{font-size:11px;color:#888}.listing-card-wrapper .tc-card .tc-chip--email i{color:#2f443b}.listing-card-wrapper .tc-card .tc-services{display:flex;flex-wrap:wrap;gap:6px}.listing-card-wrapper .tc-card .tc-svc-tag{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;background:rgba(0,176,155,.08);color:#007a6a;border:1px solid rgba(0,176,155,.2);padding:3px 10px;border-radius:20px}.listing-card-wrapper .tc-card .tc-svc-tag em{font-style:normal;font-size:11px;color:#888}.listing-card-wrapper .tc-card .tc-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 24px;border-radius:25px;background:#2f443b;color:#fff;font-size:14px;font-weight:600;text-decoration:none;width:fit-content;transition:background .2s ease,transform .15s ease}.listing-card-wrapper .tc-card .tc-btn:hover{background:#1e2d26;color:#fff;transform:translateY(-1px)}@media(max-width: 576px){.listing-card-wrapper .tc-card{flex-direction:column;align-items:center;text-align:center}.listing-card-wrapper .tc-card .tc-head,.listing-card-wrapper .tc-card .tc-chips,.listing-card-wrapper .tc-card .tc-services{justify-content:center}.listing-card-wrapper .tc-card .tc-btn{width:100%}}.empty-block-wrapper{height:100%;display:flex;justify-content:center;align-items:center}.empty-block-wrapper .empty-block img{height:300px;width:310px}.empty-block-wrapper .empty-block .block-content{text-align:center}.empty-block-wrapper .empty-block .block-content span{font-size:20px;font-family:Courier New;font-weight:700;color:#1b2e35}.filter-links li{padding-left:1.1rem}.filter-links li:before{top:2px;position:absolute;content:"";font-family:"Font Awesome 5 Free";font-weight:900;left:0px;color:#2f443b;display:table-cell;font-size:14px}.banner-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.1)}.banner-card .upload-box{text-align:center}.banner-card .upload-box .upload-label{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border:2px dashed #ccc;border-radius:8px;padding:20px;transition:all .3s ease;color:#666}.banner-card .upload-box .upload-label i{font-size:22px;margin-bottom:6px;color:#2f443b}.banner-card .upload-box .upload-label:hover{border-color:#2f443b;background:#f8f9fa;color:#2f443b}.banner-card .upload-box .preview{margin-top:10px}.banner-card .upload-box .preview img{max-width:100%;height:auto;border-radius:6px;border:1px solid #ddd}.banner-card .form-label{margin-bottom:0}.hero-section{position:relative;height:90vh;padding:clamp(25px,4vw,40px) 0;display:flex;flex-direction:column;align-items:center;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5215686275), rgba(0, 0, 0, 0.5411764706)),url("/images/tribx-banner.webp");background-size:cover;background-position:center;z-index:1}.hero-section .hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-section::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));z-index:-1}.hero-section .hero-content{max-width:991px;min-height:70vh;margin:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px}.hero-section .hero-content .hero-heading{font-size:clamp(18px,4vw,40px);line-height:1.3;font-weight:700;color:#fff;text-align:center}.hero-section .hero-content .para{font-size:clamp(14px,1.7vw,17px);margin-bottom:1rem;color:#fff;text-align:center}.hero-section .hero-content .header-search-form{width:100%;max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;gap:10px;background:#fff;padding:clamp(10px,1.5vw,15px) clamp(10px,2vw,20px);border:#ededed 1px solid;border-radius:50px}.hero-section .hero-content .header-search-form .search-fields{display:flex;width:100%;gap:10px}.hero-section .hero-content .header-search-form .search-fields .field{position:relative;flex:1}.hero-section .hero-content .header-search-form .search-fields .field.location-field select{width:100%;padding:12px 40px 12px 12px;border-radius:30px;border:1px solid #ccc;appearance:none;font-size:14px}.hero-section .hero-content .header-search-form .search-fields .field.location-field select:focus{outline:none;border-color:#2f443b;box-shadow:0 0 4px 2px rgba(0,70,72,.247)}.hero-section .hero-content .header-search-form .search-fields .field.location-field .icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#555}.hero-section .hero-content .header-search-form .search-fields .field.keyword-field input{width:100%;padding:12px 12px;border-radius:30px;border:1px solid #ccc;font-size:14px}.hero-section .hero-content .header-search-form .search-fields .field.keyword-field input:focus{outline:none;border-color:#2f443b;box-shadow:0 0 4px 2px rgba(0,70,72,.247)}.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions{position:absolute;top:100%;left:0;width:100%;background:#fff;border-radius:8px;max-height:200px;overflow-y:auto;margin-top:5px;display:none}.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions li{padding:10px;cursor:pointer;display:flex;align-items:center;gap:8px}.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions li i{color:#2f443b}.hero-section .hero-content .header-search-form .search-fields .field.keyword-field .search-suggestions li:hover{background:#f0f0f0}.hero-section .hero-content .header-search-form .search-fields .field.submit-field{flex:0 0 100px}.hero-section .hero-content .header-search-form .search-fields .field.submit-field button{width:100%;padding:12px 0;border-radius:30px;border:2px solid #2f443b;background:linear-gradient(#2f443b, #2f443b);color:#fff;font-weight:bold;cursor:pointer;transition:background .4s ease,border-color .4s ease}.hero-section .hero-content .header-search-form .search-fields .field.submit-field button:hover{background:linear-gradient(#2f443b, #4a6b5a);border-color:#4a6b5a}.hero-section .hero-bottom{width:100%;max-width:90%;margin:auto;display:flex;justify-content:space-between}.hero-section .hero-bottom .left-box{display:flex;justify-content:center;align-items:center}.hero-section .hero-bottom .left-box .images-wrap{display:flex;position:relative;right:-10px}.hero-section .hero-bottom .left-box .images-wrap img{position:relative;width:55px;height:55px;border:3px solid #fff;border-radius:50%;object-fit:contain;transform:translateY(0px);transition:transform .4s ease}.hero-section .hero-bottom .left-box .images-wrap img:nth-child(2){left:-10px}.hero-section .hero-bottom .left-box .images-wrap img:nth-child(3){left:-20px}.hero-section .hero-bottom .left-box .images-wrap img:nth-child(4){left:-30px}.hero-section .hero-bottom .left-box .images-wrap img:hover{transform:translateY(-5px);transition:transform .4s ease}.hero-section .hero-bottom .left-box .sub-title{color:#fff;font-weight:500;max-width:220px}.hero-section .hero-bottom .social-list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:5px}.hero-section .hero-bottom .social-list li{width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#2f443b;transition:.3s}.hero-section .hero-bottom .social-list li i{color:#fff;font-size:20px}.hero-section .hero-bottom .social-list li:hover{background:#4a6b5a;transition:.3s}@media(max-width: 576px){.hero-section{height:auto;min-height:50vh}.hero-section .hero-content{padding:12px;min-height:55vh}.hero-section .hero-content .header-search-form{border-radius:20px}.hero-section .hero-content .header-search-form .search-fields{flex-direction:column}.hero-section .hero-content .header-search-form .search-fields .field.submit-field{flex:1 1 auto}.hero-section .hero-bottom{flex-direction:column;gap:10px}.hero-section .hero-bottom .left-box{flex-wrap:wrap;gap:5px}.hero-section .hero-bottom .left-box .images-wrap img{width:45px;height:45px}.hero-section .hero-bottom .left-box .sub-title{text-align:center}.hero-section .hero-bottom .social-list li{width:35px;height:35px}.hero-section .hero-bottom .social-list li i{font-size:16px}}.about-section .service-card{text-align:center;padding:20px;position:relative}.about-section .service-card .img-wrap{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;background-color:#2f443b;width:110px;height:110px;margin:0 auto 10px;border-radius:50% 20%/10% 40%;transition:border-radius .5s ease}.about-section .service-card .img-wrap img{width:60%;height:auto;aspect-ratio:1/1;object-fit:contain;filter:invert(1) brightness(10);transition:filter .5s ease}.about-section .service-card .small-heading{font-weight:600;margin-bottom:10px;color:#2f443b}.about-section .service-card .small-heading strong{color:inherit;font-size:clamp(14px,1.6vw,16px);margin-right:7px}.about-section .service-card p{line-height:1.5;color:#444}.about-section .service-card:hover .img-wrap{border-radius:30% 70%/70% 30%;background-color:rgb(67.8434782609,98.1565217391,85.1652173913)}.about-section .service-card.right-arrow::after{content:"";position:absolute;top:50%;right:-40px;transform:translateY(-50%);width:80px;border-top:2px dashed #2f443b}.about-section .service-card.right-arrow::before{content:"";position:absolute;top:50%;right:-48px;transform:translateY(-50%);border-left:8px solid #2f443b;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}.about-section .service-card.down-arrow::after{content:"";position:absolute;bottom:-60px;right:50%;transform:translateX(50%);height:60px;border-left:2px dashed #2f443b}.about-section .service-card.down-arrow::before{content:"";position:absolute;bottom:-68px;right:50%;transform:translateX(50%);border-top:8px solid #2f443b;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0)}.about-section .service-card.left-arrow::after{content:"";position:absolute;top:50%;left:-40px;transform:translateY(-50%);width:80px;border-top:2px dashed #2f443b}.about-section .service-card.left-arrow::before{content:"";position:absolute;top:50%;left:-48px;transform:translateY(-50%);border-right:8px solid #2f443b;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}@media(max-width: 992px){.about-section .service-card::after,.about-section .service-card::before{display:none}.about-section .service-card .img-wrap{width:100px;height:100px}}@media(max-width: 576px){.about-section .service-card .img-wrap{width:70px;height:70px}}.attract-section{padding:5rem 0;position:relative;overflow:hidden}.attract-section::before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle, rgba(100, 150, 255, 0.15) 0%, transparent 70%);border-radius:50%;z-index:0;pointer-events:none}.attract-section .attract-card{background:hsla(0,0%,100%,.75);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(100,150,255,.3);border-radius:20px;padding:2.5rem 1.8rem;text-align:center;box-shadow:0 20px 40px rgba(0,0,0,.12);transition:all .4s cubic-bezier(0.25, 0.8, 0.25, 1);height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;z-index:1}.attract-section .attract-card::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(100, 150, 255, 0.1), rgba(80, 200, 120, 0.05));opacity:1;transition:opacity .4s ease;border-radius:20px;z-index:-1}.attract-section .attract-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 8px 32px rgba(0,0,0,.08);border-color:hsla(0,0%,100%,.3)}.attract-section .attract-card:hover::after{opacity:0}.attract-section .attract-card:hover .logo-wrap img{transform:scale(1.15) rotate(5deg);filter:hue-rotate(20deg) brightness(1.1)}.attract-section .attract-card:hover .card-heading{background:linear-gradient(90deg, #2f443b, #4a6b5a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.attract-section .attract-card .logo-wrap{margin-bottom:1.8rem;display:flex;justify-content:center}.attract-section .attract-card .logo-wrap img{width:80px;height:80px;object-fit:contain;transition:all .4s ease;filter:drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1))}.attract-section .attract-card .card-heading{font-size:1.35rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem;line-height:1.3;transition:all .4s ease;position:relative}.attract-section .attract-card p{font-size:1rem;color:#444;line-height:1.7;margin:0;flex-grow:1;font-weight:400}@media(max-width: 992px){.attract-section .attract-card{padding:2rem 1.5rem}.attract-section .attract-card .logo-wrap img{width:70px;height:70px}.attract-section .attract-card .card-heading{font-size:1.25rem}}@media(max-width: 576px){.attract-section .attract-card{padding:1.8rem 1.2rem}.attract-section .attract-card .logo-wrap img{width:60px;height:60px}.attract-section .attract-card .card-heading{font-size:1.15rem}.attract-section .attract-card p{font-size:.95rem}}.why-section .grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;max-width:1200px;margin:0 auto;align-items:center}.why-section .text-block{color:#fff;padding:1.5rem;border-radius:10px;position:relative;text-align:center;font-size:1.1rem}.why-section .text-block.right{text-align:center}.why-section .text-block::before,.why-section .text-block::after{content:"";position:absolute;top:0;bottom:0;margin:auto;background:#2f443b;border-radius:10px;z-index:-1;transform:skew(-11deg)}.why-section .text-block::before{width:100%;height:100%;left:0;right:0;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 2px 6px 2px;z-index:-1}.why-section .text-block::after{width:72%;height:calc(100% + 20px);background:#ccdada;top:0;bottom:0;right:calc(-6rem + 11px);left:auto;transition:all .3s ease;z-index:-2}.why-section .text-block.right::after{left:calc(-6rem + 11px);right:auto}.why-section .center-circle,.why-section .center-img{width:200px;height:200px;margin:0 auto;border-radius:50%;position:relative;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 1px 3px 1px}.why-section .center-circle{background:#fff;z-index:1}.why-section .center-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.why-section .center-circle::after{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;margin:auto;border:1px solid #2f443b;border-radius:50%;background:rgba(0,0,0,0);opacity:.2;z-index:0}.why-section .center-circle.elder::before,.why-section .center-circle.preg::before{content:"";position:absolute;width:7rem;background:#ccdada;height:1px;top:50%;transform:translateY(-50%);z-index:-1}.why-section .center-circle.elder::before{left:-106px}.why-section .center-circle.preg::before{right:-132px}.why-section .center-circle.men::before,.why-section .center-circle.women::before{content:"";position:absolute;width:4.25rem;background:#2f443b;height:1px;left:50%;transform:translateX(-50%) rotate(90deg);opacity:.2;z-index:-1}.why-section .center-circle.men::before{top:-43px}.why-section .center-circle.women::before{bottom:-43px}.why-section .center-img{display:flex;justify-content:center;align-items:center;background:#fff;overflow:hidden}.why-section .center-img img{width:100%;height:100%;object-fit:contain;border-radius:50%;box-shadow:rgba(60,64,67,.3) 0px 1px 2px 0px,rgba(60,64,67,.15) 0px 1px 3px 1px}@media(max-width: 991px){.why-section .grid{grid-template-columns:1fr;gap:1.5rem}.why-section .grid .text-block{width:calc(100% - 3rem);margin:0 auto;padding:1.5rem 1.5rem}.why-section .text-block::after{width:90%;height:calc(100% + 10px);left:5%;right:auto !important;opacity:.15;transform:skew(-11deg)}.why-section .text-block.right::after{left:5%;right:auto !important}.why-section .center-circle{width:120px;height:120px;margin:0 auto}.why-section .center-circle::before{display:none}.why-section .center-img{width:150px;height:150px}}.excursion-section .excursion-card{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;height:fit-content;margin:1rem 0;box-shadow:0 4px 12px rgba(0,0,0,.15)}.excursion-section .excursion-card img{border-radius:10px;width:100%;height:250px;object-fit:cover;display:block;transition:transform .5s ease}.excursion-section .excursion-card:hover img{transform:scale(1.05)}.excursion-section .excursion-card .travel-heading{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);background-color:#2f443b;color:#fff;font-size:1.25rem;padding:8px 12px;width:85%;text-align:center;border-radius:6px;text-transform:capitalize;font-weight:600;border:1px solid #fff;z-index:10;transition:background-color .5s ease,color .5s ease}.excursion-section .excursion-card:hover .travel-heading{background-color:#fff;color:#2f443b}.excursion-section .excursion-card .hide-box{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background:rgba(0,0,0,.7);border-radius:10px;display:flex;justify-content:center;align-items:center;text-align:center;padding:10px;opacity:0;visibility:hidden;overflow:hidden;transform:translatey(-110%);transition:.6s}.excursion-section .excursion-card .hide-box p{color:#fff;font-size:1rem;line-height:1.4;max-width:320px;margin:0}.excursion-section .excursion-card:hover .hide-box{opacity:1;transform:translatey(0);visibility:visible;z-index:1;transition:.6s}@media(max-width: 600px){.excursion-section .excursion-card{max-width:100%}.excursion-section .excursion-card img{height:180px}.excursion-section .excursion-card .travel-heading{font-size:1rem;width:90%;padding:6px 10px}.excursion-section .excursion-card .hide-box p{font-size:.9rem;max-width:280px;padding:0 10px}}.contact-section .contact-left{height:100%;display:flex;align-items:center}.contact-section .contact-form-wrap{position:relative;background:linear-gradient(#f7eae3, #ffffff);padding:clamp(1rem,2vw,2rem);border-radius:12px;max-width:600px;margin:0 auto;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;font-family:"Outfit",sans-serif;z-index:10}.contact-section .contact-form-wrap::after{content:"";background:url("/images/icons/form-bg-pattern.png");background-size:100%;background-position:center;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:-1}.contact-section .contact-form-wrap .form-heading{font-family:"Outfit",sans-serif;font-size:clamp(22px,2vw,26px);font-weight:600;margin-bottom:clamp(15px,2vw,20px);text-align:center;color:#2f443b}.contact-section .contact-form-wrap .form{display:flex;flex-direction:column;gap:clamp(10px,1vw,12px)}.contact-section .contact-form-wrap .form .form-group{position:relative;font-family:"Outfit",sans-serif}.contact-section .contact-form-wrap .form .form-group .form-control{width:100%;padding:.6rem 1rem;font-size:clamp(.9rem,1vw,1rem);border:1px solid #ccc;border-radius:8px;background:#fff;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;font-family:inherit}.contact-section .contact-form-wrap .form .form-group .form-control:focus{border-color:#2f443b !important;outline:none;box-shadow:0 0 0 3px rgba(47,68,59,.1)}.contact-section .contact-form-wrap .form .form-group .form-control:focus+label,.contact-section .contact-form-wrap .form .form-group .form-control:not(:placeholder-shown)+label,.contact-section .contact-form-wrap .form .form-group .form-control.not-empty+label{transform:translateY(-1.1rem) scale(0.85);background:linear-gradient(#f7eae3, white);padding:0 .3rem;color:#2f443b}.contact-section .contact-form-wrap .form .form-group textarea.form-control{resize:vertical}.contact-section .contact-form-wrap .form .form-group label{position:absolute;top:10px;left:1rem;color:#666;font-size:clamp(.9rem,1vw,1rem);pointer-events:none;background-color:rgba(0,0,0,0);transition:all .3s ease-in-out;transform-origin:top left}.contact-section .contact-form-wrap .form .form-actions{text-align:center}.contact-section .contact-form-wrap .form .form-actions .theme-btn{width:100%;background-color:#2f443b;color:#fff;padding:.75rem 1rem;border:none;border-radius:8px;font-size:1rem;font-family:"Outfit",sans-serif;cursor:pointer;transition:background-color .3s ease-in-out;display:flex;justify-content:center;align-items:center;gap:10px}.contact-section .contact-form-wrap .form .form-actions .theme-btn:hover{background-color:#4a6b5a}.social-lists{list-style:none;padding:0px;display:flex;gap:10px}.social-lists li{height:clamp(35px,4vw,45px);width:clamp(35px,4vw,45px);border-radius:50%;display:flex;justify-content:center;align-items:center;border:1px solid #2f443b;background-color:#fff;transition:.5s ease-in-out}.social-lists li a{color:#2f443b;transition:all .4s;height:100%;width:100%;display:flex;justify-content:center;align-items:center;border-radius:50%}.social-lists li a i{font-size:20px}.social-lists li a:hover{transition:all .4s;color:#fff}.social-lists li:hover{background-color:#2f443b;border:1px solid #fff}.location-section .footer-location{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px 0}.location-section .footer-location .location-wrap{width:100%;display:grid;grid-template-columns:minmax(150px, auto) 1fr;gap:8px;align-items:start}.location-section .footer-location .location-wrap .small-heading{margin:0;font-size:16px;padding:0 10px;position:relative;color:#fff;text-align:center;width:max-content}.location-section .footer-location .location-wrap .small-heading:after{content:"";left:0;top:0;width:100%;height:100%;background:linear-gradient(to right, #2f443b, #4a6b5a);transform:skewX(-10deg);z-index:-1;position:absolute}.location-section .footer-location .location-wrap .footer-location-list{display:flex;justify-content:center;align-items:center;justify-content:start;flex-grow:1;flex-wrap:wrap;row-gap:10px}.location-section .footer-location .location-wrap .footer-location-list li a{color:#2f443b;padding:0px 10px;line-height:1;border-right:1px solid #2f443b;transition:.3s ease-in-out}.location-section .footer-location .location-wrap .footer-location-list li a:hover{color:#4a6b5a;transition:.3s ease-in-out}.location-section .footer-location .location-wrap .footer-location-list li:last-child a{border-right:none}@media(max-width: 576px){.location-section .footer-location .location-wrap{grid-template-columns:1fr}}footer{background:#2f443b;padding:40px 0;position:relative;z-index:10}footer .footer-heading{color:#fff;font-size:20px;margin-bottom:10px;font-weight:600;display:inline-block}footer .footer-column{display:table;margin:auto;gap:1rem}footer .footer-column .footer-logo{margin-bottom:1rem}footer .footer-column .footer-logo img{max-height:100%;max-width:200px;display:block;object-fit:contain}footer .footer-column .footer-quote{margin-bottom:1rem;color:#fff}footer .footer-column .list{display:flex;flex-direction:column;justify-content:center;align-items:center;align-items:start;gap:8px}footer .footer-column .list li a{position:relative;color:#fff;padding-left:20px}footer .footer-column .list li a::before{content:"";width:8px;height:8px;border-radius:50%;position:absolute;left:0;top:7px;background:#fff}footer .footer-column .list.legal-list{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:0}footer .footer-column .list.legal-list li{display:inline-block}footer .footer-column .list.legal-list li a{display:inline-block;font-size:clamp(11px,1.2vw,14px);font-weight:500;color:#2f443b;padding:3px 15px;margin:4px 5px;position:relative;z-index:9}footer .footer-column .list.legal-list li a:before{display:none}footer .footer-column .list.legal-list li a:after{content:"";left:0;top:0;width:100%;height:100%;background:#fff;transform:skewX(-10deg);z-index:-1;position:absolute}footer .footer-column.payment-column{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;display:none}footer .footer-column.payment-column .footer-heading{margin:0}footer .footer-column.payment-column .pay-wrap{display:flex;justify-content:center;align-items:center;gap:10px}footer .footer-column.payment-column .pay-wrap li a{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}footer .footer-column.payment-column .pay-wrap li a img{width:80%;height:80%;object-fit:contain}@media(max-width: 991px){footer .footer-column{display:block}}footer::before{content:"";background-image:url("/images/icons/footer-left-pattern.png");background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;width:268px;max-width:50%;height:80%;max-height:70%;bottom:0;left:0;pointer-events:none;z-index:-1}footer::after{content:"";background-image:url("/images/icons/footer-right-pattern.png");background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;width:268px;height:80%;bottom:0;right:0;pointer-events:none;z-index:-1;filter:brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%)}.footer-bottom{background-color:#181818;padding:10px 0px}.footer-bottom p{margin:0px;color:#b7b7b7;text-align:center}.footer-bottom p a{color:#fff;transition:.3s ease-in-out}.footer-bottom p a:hover{color:#4a6b5a;transition:.3s ease-in-out}.breadcrumb-section{position:relative;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.4784313725), rgba(0, 0, 0, 0.5882352941)),url("/images/yogatribex-bread.jpg");background-position:center;background-size:cover;padding:clamp(60px,8vw,80px) 0;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.breadcrumb-section .banner-wrap{color:#fff;text-align:center;max-width:991px;margin:0 auto}.breadcrumb-section .banner-wrap .bread-heading{font-weight:600;font-size:clamp(20px,3vw,30px);margin-bottom:clamp(8px,1.5vw,14px);letter-spacing:1.2px;text-transform:capitalize;text-shadow:0 2px 8px rgba(0,0,0,.7)}.breadcrumb-section .banner-wrap .bread-list{list-style:none;padding:0;margin:0;display:flex;justify-content:center;align-items:center;color:hsla(0,0%,100%,.85)}.breadcrumb-section .banner-wrap .bread-list li{margin:0 4px;text-transform:capitalize}.breadcrumb-section .banner-wrap .bread-list li.active{font-weight:600;color:#4a6b5a;cursor:default}.breadcrumb-section .banner-wrap .bread-list li a{color:hsla(0,0%,100%,.85);font-weight:600;text-decoration:none;transition:color .3s ease-in-out}.breadcrumb-section .banner-wrap .bread-list li a:hover{color:#4a6b5a}@media(max-width: 768px){.breadcrumb-section{min-height:max-content}}.breadcrumb-section.partner-bg{min-height:450px;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.4784313725), rgba(0, 0, 0, 0.5882352941)),url("/images/become-partner-bg.webp");background-position:center;background-size:cover}.breadcrumb-section.home-banner{min-height:72vh;display:flex;align-items:center;padding:clamp(100px,12vw,140px) 0 80px;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;position:relative}.breadcrumb-section.home-banner .hb-overlay{position:absolute;inset:0;background:linear-gradient(135deg, rgba(0, 30, 32, 0.9) 0%, rgba(0, 70, 72, 0.72) 40%, rgba(0, 0, 0, 0.8) 100%);opacity:.3;z-index:0}.breadcrumb-section.home-banner .hb-glow{position:absolute;inset:0;background:radial-gradient(ellipse at 75% 25%, rgba(12, 147, 151, 0.28) 0%, transparent 60%);z-index:0;animation:hbGlowPulse 6s ease-in-out infinite alternate}.breadcrumb-section.home-banner .container{position:relative;z-index:2}.breadcrumb-section.home-banner .hb-wrap{max-width:740px;display:flex;flex-direction:column;gap:22px}.breadcrumb-section.home-banner .hb-top-badge{display:inline-flex;align-items:center;gap:9px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.22);backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;padding:7px 18px;border-radius:30px;width:fit-content;animation:hbFadeUp .6s ease both}.breadcrumb-section.home-banner .hb-pulse-dot{width:8px;height:8px;background:#06d6a0;border-radius:50%;display:inline-block;flex-shrink:0;animation:hbDotPulse 2s ease-in-out infinite}.breadcrumb-section.home-banner .hb-heading{font-size:clamp(30px,5vw,58px);font-weight:800;color:#fff;line-height:1.15;text-shadow:0 3px 24px rgba(0,0,0,.45);animation:hbFadeUp .7s .12s ease both;margin:0;text-align:left;letter-spacing:-0.5px}.breadcrumb-section.home-banner .hb-location{display:block;font-size:clamp(15px,2.2vw,22px);font-weight:500;color:#fff;margin-top:6px;letter-spacing:.2px}.breadcrumb-section.home-banner .hb-location i{font-size:.85em;margin-right:4px;color:#fff}.breadcrumb-section.home-banner .hb-desc{font-size:clamp(13px,1.5vw,15px);color:hsla(0,0%,100%,.8);line-height:1.75;max-width:620px;animation:hbFadeUp .7s .22s ease both;margin:0}.breadcrumb-section.home-banner .hb-desc i{color:#f1c72e}.breadcrumb-section.home-banner .hb-chips{display:flex;flex-wrap:wrap;gap:8px;animation:hbFadeUp .7s .32s ease both}.breadcrumb-section.home-banner .hb-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(12,147,151,.18);border:1px solid rgba(12,147,151,.45);color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:5px 14px;border-radius:20px;backdrop-filter:blur(6px);opacity:0;animation:hbFadeUp .5s ease forwards;transition:background .2s,border-color .2s,transform .2s}.breadcrumb-section.home-banner .hb-chip:hover{background:rgba(12,147,151,.38);border-color:rgba(12,147,151,.75);transform:translateY(-2px)}.breadcrumb-section.home-banner .hb-logo-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;animation:hbFadeUp .7s .45s ease both}.breadcrumb-section.home-banner .hb-logo-item{background:hsla(0,0%,100%,.09);border:1px solid hsla(0,0%,100%,.18);border-radius:12px;padding:8px 12px;backdrop-filter:blur(6px);transition:transform .25s ease,background .2s;cursor:default}.breadcrumb-section.home-banner .hb-logo-item img{height:50px;width:auto;display:block;filter:drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35))}.breadcrumb-section.home-banner .hb-logo-item:hover{transform:translateY(-4px) scale(1.04);background:hsla(0,0%,100%,.16)}.breadcrumb-section.home-banner .hb-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px;animation:hbFadeUp .7s .55s ease both}.breadcrumb-section.home-banner .hb-btn{display:inline-flex;align-items:center;gap:9px;padding:13px 28px;border-radius:50px;font-weight:600;font-size:15px;line-height:1;text-decoration:none;transition:all .25s ease;cursor:pointer}.breadcrumb-section.home-banner .hb-btn i{font-size:14px}.breadcrumb-section.home-banner .hb-btn--primary{background:#fff;color:#2f443b;border:2px solid #fff}.breadcrumb-section.home-banner .hb-btn--primary:hover{background:#4a6b5a;color:#fff;border-color:#4a6b5a;transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.3)}.breadcrumb-section.home-banner .hb-btn--outline{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.65);backdrop-filter:blur(6px)}.breadcrumb-section.home-banner .hb-btn--outline:hover{background:#fff;color:#2f443b;border-color:#fff;transform:translateY(-3px)}.breadcrumb-section.home-banner .hb-wave{position:absolute;bottom:-1px;left:0;width:100%;z-index:2;line-height:0;pointer-events:none}.breadcrumb-section.home-banner .hb-wave svg{width:100%;height:clamp(28px,4vw,56px);display:block}@media(max-width: 768px){.breadcrumb-section.home-banner{min-height:58vh;padding-bottom:60px;align-items:flex-end}.breadcrumb-section.home-banner .hb-wrap{max-width:100%}.breadcrumb-section.home-banner .hb-heading{font-size:clamp(26px,7vw,36px)}.breadcrumb-section.home-banner .hb-logo-row{gap:8px}.breadcrumb-section.home-banner .hb-logo-item img{height:40px}.breadcrumb-section.home-banner .hb-cta-row{width:100%;gap:10px}.breadcrumb-section.home-banner .hb-btn{flex:1;justify-content:center;padding:12px 16px;font-size:14px}}@keyframes hbFadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hbDotPulse{0%,100%{box-shadow:0 0 0 0 rgba(6,214,160,.5)}50%{box-shadow:0 0 0 7px rgba(6,214,160,0)}}@keyframes hbGlowPulse{from{opacity:.7}to{opacity:1}}.faq-section .accordion{max-width:991px;margin:0 auto}.faq-section .accordion details{background:#fff;border-radius:12px;margin-bottom:12px;padding:1rem 1.5rem;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.faq-section .accordion details:hover{transform:translateY(-2px)}.faq-section .accordion details summary{cursor:pointer;font-family:"Outfit",sans-serif;font-size:clamp(14px,1.2vw,16px);font-weight:600;position:relative;list-style:none;padding-right:2rem;transition:color .3s ease-in-out}.faq-section .accordion details summary:hover{color:#4a6b5a}.faq-section .accordion details summary::-webkit-details-marker{display:none}.faq-section .accordion details summary::after{content:"";position:absolute;top:3px;right:0;width:clamp(16px,1.2vw,20px);height:clamp(16px,1.2vw,20px);background:url("/images/icons/arrow-down.svg");filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);transform:rotate(0deg);background-repeat:no-repeat;background-position:center;background-size:contain;font-weight:bold;transition:transform .3s ease-in-out,content .3s ease-in-out;color:#2f443b}.faq-section .accordion details[open] summary::after{content:"";transform:rotate(180deg)}.faq-section .accordion details[open] p{opacity:1}.faq-section .accordion details p{font-family:"Outfit",sans-serif;font-size:clamp(13px,1vw,15px);margin-top:.75rem;line-height:1.6;color:#444;transition:opacity .3s ease-in-out}.faq-section .tab-wrapper .faq-btn-wrap{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:2rem}.faq-section .tab-wrapper .faq-btn-wrap li{padding:10px 15px;background:#e7f3f3;color:#2f443b;font-weight:600;font-size:clamp(12px,1.4vw,14px)}.faq-section .tab-wrapper .faq-btn-wrap li.active{color:#fff;background:#2f443b}.faq-section .tab-wrapper .tab-container{position:relative}.faq-section .tab-wrapper .tab-container .tab-content{display:none;position:absolute;top:0;left:0;width:100%;z-index:0}.faq-section .tab-wrapper .tab-container .tab-content.active{display:block;position:relative;z-index:1}.signup-section{background:#e7f3f3}.signup-section .split-container{display:flex;width:100%;min-height:600px;border-radius:20px;overflow:hidden;box-shadow:rgba(149,157,165,.2) 0px 8px 24px}.signup-section .split-container .welcome-section{flex:1;background:url("/images/signup-banner.jpg");background-repeat:no-repeat;background-position:center;background-size:contain;background-size:cover;background-position:bottom;color:#fff;padding:50px;display:flex;flex-direction:column;justify-content:center;font-family:"Outfit",sans-serif;position:relative;z-index:1}.signup-section .split-container .welcome-section::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5;z-index:-1}.signup-section .split-container .welcome-section h1{font-size:42px;margin-bottom:15px;font-weight:700}.signup-section .split-container .welcome-section h2{font-size:24px;margin-bottom:20px;font-weight:500;opacity:.9}.signup-section .split-container .welcome-section p{font-size:16px;line-height:1.6;margin-bottom:40px;opacity:.8}.signup-section .split-container .welcome-section .social-icons{display:flex;gap:15px}.signup-section .split-container .welcome-section .social-icons .social-icon{width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:all .3s ease-in-out}.signup-section .split-container .welcome-section .social-icons .social-icon:hover{background:hsla(0,0%,100%,.3);transform:translateY(-3px)}.signup-section .split-container .form-section{flex:1;background:#fff;padding:50px;display:flex;flex-direction:column;justify-content:center}.signup-section .split-container .form-section .form-container{position:relative;width:100%}.signup-section .split-container .form-section .form-container .toggle-container{display:flex;position:relative;margin-bottom:30px;background-color:#ededed;border-radius:50px;overflow:hidden;padding:5px}.signup-section .split-container .form-section .form-container .toggle-container .toggle-bg{position:absolute;top:5px;left:5px;width:calc(50% - 10px);height:calc(100% - 10px);background:linear-gradient(to right, #2f443b, #4a6b5a);border-radius:50px;transition:transform .5s ease-in-out}.signup-section .split-container .form-section .form-container .toggle-container.active .toggle-bg{transform:translateX(103%)}.signup-section .split-container .form-section .form-container .toggle-container .toggle-btn{flex:1;padding:12px;text-align:center;background:rgba(0,0,0,0);border:none;font-size:16px;font-weight:600;cursor:pointer;z-index:1;transition:color .3s ease-in-out;border-radius:50px;color:#2f443b}.signup-section .split-container .form-section .form-container .toggle-container .toggle-btn.active{color:#fff}.signup-section .split-container .form-section .form-container .form{transition:opacity .3s ease-in-out}.signup-section .split-container .form-section .form-container .form.hidden{display:none}.signup-section .split-container .form-section .form-container .form h2{color:#2f443b;margin-bottom:25px;text-align:center;font-size:28px;font-family:"Outfit",sans-serif}.signup-section .split-container .form-section .form-container .form .form-group{margin-bottom:20px;position:relative}.signup-section .split-container .form-section .form-container .form .form-group input{width:100%;padding:16px 15px 10px;border:1px solid #ededed;border-radius:8px;font-size:16px;transition:border .3s ease-in-out;background:rgba(0,0,0,0)}.signup-section .split-container .form-section .form-container .form .form-group input:focus{border-color:#2f443b;outline:none}.signup-section .split-container .form-section .form-container .form .form-group input:focus+label,.signup-section .split-container .form-section .form-container .form .form-group input:not(:placeholder-shown)+label{top:0;font-size:12px;color:#2f443b;transform:translateY(-50%)}.signup-section .split-container .form-section .form-container .form .form-group label{position:absolute;top:50%;left:15px;transform:translateY(-50%);color:#878787;font-size:16px;transition:all .3s ease-in-out;pointer-events:none;background:#fff;padding:0 5px}.signup-section .split-container .form-section .form-container .form .checkbox-group{display:flex;align-items:center;margin-bottom:20px}.signup-section .split-container .form-section .form-container .form .checkbox-group input{width:auto;margin-right:10px}.signup-section .split-container .form-section .form-container .form .btn{background:linear-gradient(to right, #2f443b, #4a6b5a);color:#fff;border:none;padding:14px;width:100%;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:10px}.signup-section .split-container .form-section .form-container .form .btn:hover{transform:translateY(-2px);box-shadow:rgba(149,157,165,.2) 0px 8px 24px}.signup-section .split-container .form-section .form-container .form .link{text-align:center;margin-top:20px;color:#2f443b}.signup-section .split-container .form-section .form-container .form .link a{color:#4a6b5a;text-decoration:none;font-weight:500}.signup-section .split-container .form-section .form-container .form .link a:hover{text-decoration:underline}.signup-section .split-container .form-section .form-container .form .form-divider{display:flex;align-items:center;margin:25px 0;color:#878787}.signup-section .split-container .form-section .form-container .form .form-divider::before,.signup-section .split-container .form-section .form-container .form .form-divider::after{content:"";flex:1;height:1px;background:#ededed}.signup-section .split-container .form-section .form-container .form .form-divider span{padding:0 15px;font-size:14px}.signup-section .split-container .form-section .form-container .form .form-social{display:flex;justify-content:center;gap:15px;margin-bottom:20px}.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f1c72e;font-size:20px;cursor:pointer;transition:transform .3s ease-in-out;border:none}.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn:hover{transform:scale(1.1)}.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn.facebook{background:#3b5998}.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn.google{background:#dd4b39}.signup-section .split-container .form-section .form-container .form .form-social .form-social-btn.linkedin{background:#0077b5}@media(max-width: 768px){.split-container{flex-direction:column;max-width:450px}.split-container .welcome-section{padding:30px;text-align:center}.split-container .form-section{padding:30px}}.loader{width:100%;height:100%;background:rgba(107,114,128,.288);backdrop-filter:blur(1px);justify-content:center;align-items:center;margin-bottom:20px;position:fixed;top:0;left:0;z-index:999;display:none}.loader .load-circle{width:40px;height:40px;border:4px solid #fff;border-top:4px solid rgba(0,0,0,0);border-radius:50%;animation:spin 1s linear infinite}.loader.show{display:flex}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.popup-form{background:linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);border-radius:20px;border:none;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.popup-form .modal-header{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.2);padding:1.5rem 2rem;position:relative}.popup-form .modal-header .modal-title{color:#fff;font-weight:700;font-size:1.5rem;margin:0}.popup-form .modal-header .close{color:#fff;opacity:.8;transition:all .3s ease;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.1);position:absolute;top:1rem;right:1rem;z-index:1}.popup-form .modal-header .close::after{content:"";position:absolute;top:50%;left:50%;width:60%;height:60%;border-radius:50%;transform:translate(-50%, -50%);background:url("/images/icons/cross.svg");filter:brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%);background-size:contain;background-repeat:no-repeat;z-index:-1}.popup-form .modal-header .close:hover{opacity:1;transform:scale(1.1)}.popup-form .modal-body{padding:2rem;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px)}.popup-form .form-group{margin-bottom:1.5rem}.popup-form .form-group label{color:#0f172a;font-weight:600;margin-bottom:.5rem;display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.popup-form .input-field{position:relative;display:flex;align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden}.popup-form .input-field:focus-within{border-color:#2f443b;background:#fff;box-shadow:0 0 0 3px rgba(47,68,59,.1)}.popup-form .input-field:focus-within .input-field2 span{color:#2f443b}.popup-form .input-field2{padding:0 1rem;display:flex;align-items:center}.popup-form .input-field2 span{color:#64748b;transition:color .3s ease}.popup-form .form-control{border:none;background:rgba(0,0,0,0);padding:10px 0;font-size:1rem;color:#0f172a;flex:1;outline:none;font-weight:500}.popup-form .form-control:focus{border:none;outline:none;box-shadow:none}.popup-form .form-control::placeholder{color:#94a3b8;font-weight:400}.popup-form .toggle-password{padding:0 1rem;color:#64748b;transition:color .3s ease;cursor:pointer}.popup-form .toggle-password:hover{color:#2f443b}.popup-form #toggleEye{font-size:1.1rem}.popup-form .submitbtn .btn-primary{background:linear-gradient(135deg, #2f443b 0%, #4a6b5a 100%);border:none;border-radius:8px;padding:12px 2.5rem;font-weight:600;font-size:1rem;color:#fff;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 15px rgba(47,68,59,.3);position:relative;overflow:hidden}.popup-form .submitbtn .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(47,68,59,.4)}.popup-form .submitbtn .btn-primary:active{transform:translateY(0)}.popup-form .submitbtn .btn-primary::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left .5s}.popup-form .submitbtn .btn-primary:hover::before{left:100%}.popup-form .text-center a{color:#2f443b;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.popup-form .text-center a:hover{color:rgb(26.1565217391,37.8434782609,32.8347826087)}.popup-form .text-center a.forget-link::after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background:#2f443b;transition:width .3s ease}.popup-form .text-center a.forget-link:hover::after{width:100%}.popup-form .google-btn{width:max-content;padding:10px;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;background:#e7f3f3;color:#2f443b;font-weight:600;font-size:1rem;border-radius:8px;display:flex;align-items:center;gap:8px;justify-content:center}.popup-form .google-btn .icon{width:25px;height:25px;background:url("/images/icons/google-icon.svg");background-size:contain;background-repeat:no-repeat}.popup-form .mv_response.success{background:#d4edda;color:#155724;border:1px solid hsl(134.4,40.9836065574%,78.0392156863%)}.popup-form .mv_response.error{background:#f8d7da;color:#721c24;border:1px solid rgb(240.4042553191,171.5957446809,177.8510638298)}@media(max-width: 576px){.popup-form .modal-body{padding:1.5rem}.popup-form .modal-header{padding:1rem 1.5rem}.popup-form .submitbtn .btn-primary{padding:.875rem 2rem;width:100%}.popup-form .google-btn{width:100%;justify-content:center}}.why-us-section .why-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr}.why-us-section .why-wrapper .inner-box{width:100%;height:100%;display:flex;flex-direction:column;row-gap:80px;column-gap:20px}.why-us-section .why-wrapper .inner-box .why-center-card{position:relative;z-index:1}.why-us-section .why-wrapper .inner-box .why-center-card::before{content:"";display:block;position:absolute;background-image:url("../../images/about/icons/chakara.png");--background-overlay: '';background-position:top center;background-repeat:no-repeat;background-size:cover;top:0;left:50%;width:380px;height:380px;animation:spinner-rotate 20s infinite linear;z-index:-1}.why-us-section .why-wrapper .inner-box .why-center-card img{width:100%;max-width:100%;aspect-ratio:1/1.42;object-fit:contain}.why-us-section .why-wrapper .inner-box .why-card{display:flex;align-items:flex-start;gap:clamp(15px,4vw,20px);position:relative}.why-us-section .why-wrapper .inner-box .why-card::after{content:"";position:absolute;top:-30px;left:-30px;width:80px;height:80px;background:linear-gradient(135deg, #b37a54 0%, #e0b89a 100%);opacity:.12;z-index:0;border-radius:60% 40% 55% 45%/55% 60% 40% 45%;animation:cloudMove1 18s ease-in-out infinite}.why-us-section .why-wrapper .inner-box .why-card::before{content:"";position:absolute;bottom:10px;right:0;width:60px;height:60px;background:linear-gradient(135deg, #b37a54 0%, #e0b89a 100%);opacity:.12;z-index:0;border-radius:45% 55% 60% 40%/50% 45% 55% 60%;animation:cloudMove2 22s ease-in-out infinite}.why-us-section .why-wrapper .inner-box .why-card .icon-wrap{width:clamp(30px,4vw,40px);height:clamp(30px,4vw,40px);flex-shrink:0}.why-us-section .why-wrapper .inner-box .why-card .icon-wrap img{height:100%;width:100%;object-fit:contain}.why-us-section .why-wrapper .inner-box .why-card .content-wrap .small-heading{line-height:1.2;margin-bottom:14px}.why-us-section .why-wrapper .inner-box .why-card .content-wrap p{line-height:1.5;color:#7a7a7a}@media(max-width: 991px){.why-us-section .why-wrapper{display:flex;flex-wrap:wrap;row-gap:30px}.why-us-section .why-wrapper .inner-box{row-gap:30px}.why-us-section .why-wrapper .inner-box:nth-child(2){order:3}.why-us-section .why-wrapper .inner-box:nth-child(2) .why-center-card{max-width:475px;overflow:hidden}.why-us-section .why-wrapper .inner-box:nth-child(2) .why-center-card::before{width:300px;height:300px}}.common-content-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;align-items:start;gap:clamp(10px,1.5vw,12px)}.coming-soon-banner{width:100%;padding:clamp(40px,10vw,100px) 0;display:flex;justify-content:center;align-items:center}.coming-soon-banner img{width:600px;max-width:95%;flex-shrink:0;object-fit:contain}.support-section{position:relative}.support-section .support-card-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto;padding:20px}.support-section .support-card-wrapper .support-card{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.1);flex:1 1 220px;max-width:260px;text-align:center;padding:25px 20px;transition:transform .3s ease,box-shadow .3s ease}.support-section .support-card-wrapper .support-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.support-section .support-card-wrapper .support-card .support-icon{font-size:40px;color:#2f443b;margin-bottom:15px}.support-section .support-card-wrapper .support-card .support-title .card-heading{display:block;font-weight:600;font-size:18px;margin-bottom:10px;color:#333}.support-section .support-card-wrapper .support-card p{font-size:14px;color:#666;margin-bottom:15px;line-height:1.5}.support-section .support-card-wrapper .support-card a{display:inline-block;font-size:14px;color:#2f443b;text-decoration:none;font-weight:500;transition:color .3s ease}.support-section .support-card-wrapper .support-card a:hover{color:rgb(26.1565217391,37.8434782609,32.8347826087)}@media(max-width: 768px){.support-section .support-card-wrapper{flex-direction:column;align-items:center}.support-section .support-card-wrapper .support-card{max-width:90%}}.find-section{padding:80px 0;background:linear-gradient(#2f443b, #4a6b5a);text-align:center;position:relative}.find-section:after{content:"";height:100%;width:40%;background:url("/images/cta-aside-banner.webp");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:0;top:0}.find-section .cta-wrap{max-width:700px;margin:0 auto}.find-section .cta-wrap .cta-heading{font-weight:700;font-size:clamp(25px,3vw,30px);color:#fff;margin-bottom:20px}.find-section .cta-wrap .sub-title{font-size:16px;color:#fff;margin-bottom:35px;line-height:1.6}.find-section .cta-wrap .school-support-button a.theme-btn.alt{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#2f443b;font-weight:600;padding:15px 30px;border-radius:8px;text-decoration:none}.find-section .cta-wrap .school-support-button a.theme-btn.alt i.fa{margin-left:10px;font-size:14px}.find-section .cta-wrap .school-support-button a.theme-btn.alt:hover{background-color:rgb(67.8434782609,98.1565217391,85.1652173913);color:#fff}.find-section .cta-wrap .school-support-button a.theme-btn.alt:hover i{color:#fff !important}@media(max-width: 991px){.find-section:after{display:none}}.contact-loader{border:4px solid #f3f3f3;border-top:4px solid #4a6b5a;border-radius:50%;width:25px;height:25px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.success-card-wrapper{padding:60px 0}.success-card-wrapper .success-card{max-width:400px;margin:auto;background:#fff;height:350px;display:flex;flex-direction:column;justify-content:center;text-align:center;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);padding:30px}.success-card-wrapper .success-card h1{color:#88b04b;font-weight:900;font-size:30px;margin:10px 0}.success-card-wrapper .success-card p{color:#404f5e;font-size:20px;margin:20px 0}.success-card-wrapper .success-card p a{color:#1e90ff}.success-card-wrapper .success-card i{color:#9abc66;font-size:50px}.success-card-wrapper .success-card .card{background:#fff;padding:60px;border-radius:4px;box-shadow:0 2px 3px #c8d0d8;display:inline-block;margin:0 auto}.success-card-wrapper .success-card .success-card-icon{border-radius:200px;height:100px;width:100px;background:#f8faf5;margin:0 auto;display:flex;align-items:center;justify-content:center}.success-card-wrapper .success-card .success-card-icon .checkmark{color:#9abc66;font-size:50px}.listing-section{position:relative}.listing-section .filter-wrap{position:sticky;top:100px}.listing-section .aside-box{padding:2rem 1rem;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.listing-section .product-card{width:100%;margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr;box-shadow:rgba(149,157,165,.2) 0px 8px 24px;border-radius:10px;background:#fff;position:relative;overflow:hidden}.listing-section .product-card .discount-badge{position:absolute;top:10px;left:10px;background-color:#c0392b;color:#fff;font-size:12px;font-weight:600;text-transform:capitalize;letter-spacing:1px;padding:4px 8px;border-radius:4px;line-height:1;z-index:2}.listing-section .product-card .img-wrap{position:relative;border-radius:0;z-index:1}.listing-section .product-card .img-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;object-fit:cover}.listing-section .product-card .heart-icon{position:absolute;top:15px;right:15px;background-color:hsla(0,0%,100%,.9);backdrop-filter:blur(5px);color:#95a5a6;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);box-shadow:0 4px 10px rgba(0,0,0,.1)}.listing-section .product-card .heart-icon:hover{transform:scale(1.1);color:#e74c3c;background-color:#fff}.listing-section .product-card .heart-icon.active{background-color:#fff;color:#e74c3c;box-shadow:0 4px 15px rgba(231,76,60,.4)}.listing-section .product-card .heart-icon.active i{animation:heartBeat .4s ease-out}.listing-section .product-card .heart-icon i{font-size:16px;transition:transform .2s ease}@keyframes heartBeat{0%{transform:scale(1)}50%{transform:scale(1.4)}100%{transform:scale(1)}}.listing-section .product-card .product-desc{width:100%;padding:15px}.listing-section .product-card .product-desc .category-label{font-size:clamp(12px,1.4vw,14px);color:#586880;font-weight:600;margin-bottom:0}.listing-section .product-card .product-desc .card-heading{font-size:clamp(18px,2vw,22px);white-space:wrap;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.listing-section .product-card .product-desc .school-label{display:flex;align-items:start;gap:6px;font-size:14px;color:#586880;margin:4px 0px}.listing-section .product-card .product-desc .school-label span{color:#64748b;font-weight:600;font-size:inherit}.listing-section .product-card .product-desc .school-label a{font-size:inherit;font-weight:600;color:#586880;text-decoration:none;border:1px solid rgba(0,0,0,0);border-radius:4px;transition:all .2s ease-in-out}.listing-section .product-card .product-desc .school-label a i{font-size:inherit;color:#586880;margin-right:5px}.listing-section .product-card .product-desc .price-info{font-size:16px;font-weight:700;color:#333;margin-bottom:10px}.listing-section .product-card .product-desc .price-info span{font-size:18px;font-weight:600;color:#2f443b;margin-left:5px}.listing-section .product-card .product-desc .para{margin-bottom:10px}.listing-section .product-card .product-desc .para .clamped-text{color:#515355;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.listing-section .product-card .product-desc .duration-price-group{display:flex;justify-content:space-between;align-items:center}.listing-section .product-card .product-desc .duration-price-group .meta-info{display:flex;flex-direction:column;gap:5px;font-size:12px;color:#555}.listing-section .product-card .product-desc .duration-price-group .meta-info .meta-item{display:inline-flex;align-items:center;gap:4px;font-size:inherit}.listing-section .product-card .product-desc .duration-price-group .meta-info .meta-item i{font-size:inherit;color:#777}.listing-section .product-card .product-desc .duration-price-group .product-price{line-height:1.2}.listing-section .product-card .product-desc .duration-price-group .product-price .from-price{font-size:13px;color:#777;margin-bottom:2px}.listing-section .product-card .product-desc .duration-price-group .product-price .from-price span{margin-left:4px}.listing-section .product-card .product-desc .duration-price-group .product-price .final-price{font-size:22px;font-weight:700;color:#c0392b;text-align:end}.listing-section .product-card .product-desc .duration-price-group .product-price .duration{font-size:13px;font-weight:400;color:#555;margin-left:4px}.listing-section .view-all-btn{background:#2f443b;color:#fff;padding:12px 25px;margin:auto;width:max-content;border:1px solid #2f443b;border-radius:40px}.listing-section .view-all-btn:hover{background:#4a6b5a;color:#fff}@media(max-width: 768px){.listing-section .product-card{grid-template-columns:1fr;position:relative}.listing-section .product-card .img-wrap img{position:relative;max-height:250px}.listing-section .product-card .product-desc{position:relative}.listing-section .product-card .product-desc .price-info .get-price-tag{position:absolute;top:-45px;right:10px;background:#fff}}@media(max-width: 576px){.listing-section .product-card .img-wrap img{position:relative;max-height:220px}}.popupform{background:#fff;border-radius:12px;overflow:hidden;max-width:600px;width:100%}.popupform .modal-header{display:flex;justify-content:center;align-items:center;justify-content:space-between;padding:1.5rem;background:#2f443b;border-bottom:none}.popupform .modal-header .modal-title{font-family:"Gilda Display",serif;font-size:1.5rem;font-weight:600;color:#fff;margin:0}.popupform .modal-header .close{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff;transition:.3s ease-in-out;background:hsla(0,0%,100%,.1);position:relative}.popupform .modal-header .close::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:60%;height:60%;background:url("/images/icons/cross.svg") center center no-repeat;background-size:contain;filter:brightness(0) saturate(100%) invert(100%) sepia(30%) saturate(122%) hue-rotate(232deg) brightness(112%) contrast(100%)}.popupform .modal-body{padding:2rem 1.5rem}.popupform .modal-body .contact-form .form-control{appearance:auto}.popupform .modal-body .contact-form .form-control:focus{border:1px solid #2f443b;box-shadow:0 0 0 3px rgba(0,70,72,.1)}.hero-content .hero-heading,.hero-content .para,.header-search-form,.hero-bottom{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.hero-content .hero-heading.animate-in,.hero-content .para.animate-in,.header-search-form.animate-in,.hero-bottom.animate-in{opacity:1;transform:translateY(0)}.hero-content .hero-heading.animate-out,.hero-content .para.animate-out,.header-search-form.animate-out,.hero-bottom.animate-out{opacity:0;transform:translateY(-30px)}@media(prefers-reduced-motion: reduce){.hero-content .hero-heading,.hero-content .para,.header-search-form,.hero-bottom{opacity:1 !important;transform:none !important;transition:none !important}}.grecaptcha-badge{z-index:999}.become-journel-section{background:#f7f5ef;color:#fff;position:relative;z-index:10}.become-journel-section::before{content:"";background:url("/images/journel-bg.webp");background-size:cover;background-repeat:no-repeat;background-position:center center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.become-journel-section .journel-wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px}.become-journel-section .journel-wrapper .heading-wrapper{max-width:60%}.become-journel-section .journel-wrapper .heading-wrapper .heading{font-size:clamp(16px,2vw,30px);color:#2f443b;font-weight:700;margin-bottom:10px}.become-journel-section .journel-wrapper .heading-wrapper p{color:#374151}@media(max-width: 768px){.become-journel-section .journel-wrapper{flex-direction:column;justify-content:center;gap:16px}.become-journel-section .journel-wrapper .heading-wrapper{max-width:95%;text-align:center}}.article-card-wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px;padding:20px 0}@media(max-width: 1200px){.article-card-wrapper{grid-template-columns:repeat(2, 1fr);gap:28px}}@media(max-width: 768px){.article-card-wrapper{grid-template-columns:1fr;gap:24px}}.article-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);display:flex;flex-direction:column;height:100%;position:relative;z-index:10}.article-card::before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(16, 185, 129, 0.1));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;z-index:-1;transition:opacity .4s ease}.article-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.12)}.article-card:hover::before{opacity:1}.article-card:hover .article-image img{transform:scale(1.08)}.article-card:hover .article-overlay{opacity:.3}.article-card:hover .article-title{color:#2f443b}.article-card:hover .share-btn{background:#f0f9ff;color:#2f443b}.article-card .article-image{width:100%;height:240px;overflow:hidden;position:relative}.article-card .article-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(0.4, 0, 0.2, 1)}.article-card .article-image .article-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));opacity:0;transition:opacity .4s ease}.article-card .article-image .article-category-badge{position:absolute;top:16px;left:16px;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);padding:6px 16px;border-radius:24px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#1e293b;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .3s ease;z-index:2}.article-card .article-image .article-category-badge:hover{transform:scale(1.05)}.article-card .article-content{padding:24px;display:flex;flex-direction:column;gap:12px;flex-grow:1}.article-card .article-content .article-meta{display:flex;align-items:center;gap:12px}.article-card .article-content .article-meta .article-date{font-size:13px;font-weight:500;color:#64748b;display:flex;align-items:center;gap:6px}.article-card .article-content .article-meta .article-date::before{content:"";width:4px;height:4px;background:#cbd5e1;border-radius:50%}.article-card .article-content .article-link{display:block;text-decoration:none;color:inherit;cursor:pointer}.article-card .article-content .article-title{font-size:20px;font-weight:700;line-height:1.4;letter-spacing:-0.3px;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .3s ease}.article-card .article-content .article-excerpt{font-size:15px;color:#475569;line-height:1.7;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;flex-grow:1}.article-card .article-content .article-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;border-top:1px solid #f1f5f9}.article-card .article-content .article-footer .article-stats{display:flex;align-items:center;gap:20px}.article-card .article-content .article-footer .article-stats .stat-item{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#64748b;transition:all .3s ease}.article-card .article-content .article-footer .article-stats .stat-item .stat-icon{stroke:currentColor;fill:none;stroke-width:2;transition:all .3s ease}.article-card .article-content .article-footer .article-stats .stat-item .stat-count{font-variant-numeric:tabular-nums}.article-card .article-content .article-footer .article-stats .stat-item.stat-likes{cursor:pointer}.article-card .article-content .article-footer .article-stats .stat-item.stat-likes .stat-icon{stroke:#64748b}.article-card .article-content .article-footer .article-stats .stat-item.stat-likes.active{color:#ef4444}.article-card .article-content .article-footer .article-stats .stat-item.stat-likes.active .stat-icon{fill:#ef4444;stroke:#ef4444;animation:heartbeat .6s ease-in-out}.article-card .article-content .article-footer .article-stats .stat-item.stat-likes:hover:not(.active){color:#ef4444}.article-card .article-content .article-footer .article-stats .stat-item.stat-likes:hover:not(.active) .stat-icon{stroke:#ef4444;transform:scale(1.1)}.article-card .article-content .article-footer .article-stats .stat-item.stat-views .stat-icon{fill:#64748b}.article-card .article-content .article-footer .article-stats .stat-item.stat-views:hover{color:#2f443b}.article-card .article-content .article-footer .article-stats .stat-item.stat-views:hover .stat-icon{fill:#2f443b;transform:scale(1.05)}.article-card .article-content .article-footer .share-btn{width:36px;height:36px;padding:8px;border-radius:50%;background:rgba(0,0,0,0);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);color:#64748b}.article-card .article-content .article-footer .share-btn:hover{background:#f0f9ff;color:#2f443b}.article-card .article-content .article-footer .share-btn:active{transform:rotate(180deg) scale(0.9)}.article-card .article-content .article-footer .share-btn .share-icon{fill:currentColor;transition:fill .3s ease}.article-card .article-content .article-footer .article-btn{border:2px solid #4a6b5a;background:#4a6b5a;color:#fff;text-align:center;border-radius:7px;width:100%;padding:5px 10px}.article-card .article-content .article-footer .article-btn:hover{background:#2f443b;border-color:#2f443b}@keyframes heartbeat{0%{transform:scale(1)}30%{transform:scale(1.2)}60%{transform:scale(1)}}.theme-btn-premium{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:12px;font-weight:600;font-size:16px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);border:none;cursor:pointer;text-decoration:none;gap:10px}.theme-btn-premium.btn-primary-gradient{background:linear-gradient(135deg, #2f443b 0%, rgb(26.1565217391, 37.8434782609, 32.8347826087) 100%);color:#fff;box-shadow:0 4px 15px rgba(47,68,59,.3)}.theme-btn-premium.btn-primary-gradient:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(47,68,59,.4);background:linear-gradient(135deg, rgb(57.4217391304, 83.0782608696, 72.0826086957) 0%, #2f443b 100%)}.theme-btn-premium.btn-primary-gradient:active{transform:translateY(0)}.theme-btn-premium.btn-outline{background:rgba(0,0,0,0);border:2px solid #2f443b;color:#2f443b}.theme-btn-premium.btn-outline:hover{background:#2f443b;color:#fff}.author-auth-section{min-height:calc(100vh - 120px);display:flex;background:#f8fafc}.author-auth-section .container-fluid,.author-auth-section .row{flex:1}.author-auth-section .auth-content-col{display:flex;flex-direction:column;min-height:100%}.author-auth-section .auth-visual-col{position:sticky;top:0;height:calc(100vh - 120px);max-height:calc(100vh - 120px)}.author-auth-section .auth-wrapper{display:flex;flex-direction:column;flex-grow:1;height:100%}.author-auth-section .auth-wrapper .auth-header{padding:20px 40px;border-bottom:1px solid rgba(0,0,0,.05);background:#f1f5f9}.author-auth-section .auth-wrapper .auth-header .back-link{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-weight:500;text-decoration:none;transition:color .3s ease}.author-auth-section .auth-wrapper .auth-header .back-link img{width:18px;transition:transform .3s ease}.author-auth-section .auth-wrapper .auth-header .back-link:hover{color:#2f443b}.author-auth-section .auth-wrapper .auth-header .back-link:hover img{transform:translateX(-4px)}.author-auth-section .auth-wrapper .auth-body{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;background:url("/images/article/page-map-bg.webp") no-repeat center center;background-size:cover}.author-auth-section .auth-wrapper .auth-body::before{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.6);backdrop-filter:blur(2px);z-index:1}.author-auth-section .auth-wrapper .auth-body .auth-form-container{position:relative;z-index:2;width:100%;max-width:540px;padding:40px;background:hsla(0,0%,100%,.9);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 50px rgba(0,0,0,.08);border:1px solid hsla(0,0%,100%,.4)}.author-auth-section .auth-wrapper .auth-body .auth-form-container.w-large{max-width:650px}.author-auth-section .auth-wrapper .auth-body .auth-form-container .auth-heading{margin-bottom:30px;text-align:center}.author-auth-section .auth-wrapper .auth-body .auth-form-container .auth-heading .main-title{font-size:clamp(24px,3vw,32px);font-weight:800;color:#2f443b;margin-bottom:8px}.author-auth-section .auth-wrapper .auth-body .auth-form-container .auth-heading .sub-title{color:#64748b;font-size:clamp(14px,1.6vw,16px)}.author-auth-section .form-group .form-label{font-weight:600;font-size:14px;color:#334155;margin-bottom:8px;display:block}.author-auth-section .form-group .form-control{height:50px;border-radius:12px;border:1.5px solid #e2e8f0;padding:0 16px;font-size:15px;transition:all .3s ease}.author-auth-section .form-group .form-control:focus{border-color:#2f443b;box-shadow:0 0 0 4px rgba(47,68,59,.1);outline:none}.author-auth-section .form-group .form-control.is-invalid{border-color:#ef4444}.author-auth-section .form-group .form-control.is-invalid:focus{box-shadow:0 0 0 4px rgba(239,68,68,.1)}.author-auth-section .form-group .password-wrapper{position:relative}.author-auth-section .form-group .password-wrapper .form-control{padding-right:45px}.author-auth-section .form-group .password-wrapper .password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;padding:5px;cursor:pointer;transition:color .3s ease}.author-auth-section .form-group .password-wrapper .password-toggle:hover{color:#2f443b}.author-auth-section .auth-footer-links{margin-top:25px;text-align:center;color:#64748b;font-size:15px}.author-auth-section .auth-footer-links a{color:#2f443b;font-weight:600;font-size:inherit;text-decoration:none;margin-left:5px}.author-auth-section .auth-footer-links a:hover{text-decoration:underline}.author-auth-section .form-group label{text-transform:capitalize;font-size:clamp(12px,1.4vw,14px)}.author-auth-section .custom-checkbox .form-check-input{border-radius:4px;border-color:#cbd5e1;cursor:pointer;width:clamp(13px,1.4vw,15px);height:clamp(13px,1.4vw,15px)}.author-auth-section .custom-checkbox .form-check-input:checked{background-color:#2f443b;border-color:#2f443b}.author-auth-section .custom-checkbox .form-check-label{font-size:clamp(13px,1.4vw,14px);color:#64748b;cursor:pointer;user-select:none}.author-auth-section .custom-checkbox .form-check-label a{font-size:inherit;color:#2f443b;text-decoration:none}.author-auth-section .custom-checkbox .form-check-label a:hover{text-decoration:underline}@media(max-width: 991px){.author-auth-section .auth-wrapper .auth-header{padding:15px 20px}.author-auth-section .auth-wrapper .auth-body{padding:40px 15px}.author-auth-section .auth-wrapper .auth-body .auth-form-container{padding:30px 20px}}.banner-visual-wrapper{position:relative;height:100%;width:100%;max-height:calc(100vh - 120px);overflow:hidden}.banner-visual-wrapper .visual-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(47, 68, 59, 0.2), rgba(47, 68, 59, 0.6));z-index:1}.banner-visual-wrapper .banner-img,.banner-visual-wrapper .banner-video{width:100%;height:100%;object-fit:cover}.banner-visual-wrapper .visual-quote{position:absolute;bottom:60px;left:40px;right:40px;z-index:2;color:#fff;max-width:500px}.banner-visual-wrapper .visual-quote .quote-icon{font-size:32px;margin-bottom:20px;opacity:.8}.banner-visual-wrapper .visual-quote .quote-text{font-size:24px;font-weight:500;line-height:1.4;margin-bottom:15px;font-style:italic}.banner-visual-wrapper .visual-quote .quote-author{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.9}.bg-linear{background:linear-gradient(135deg, #e0f7f7 0%, #ffffff 100%)}.message-note{font-size:clamp(12px,1.6vw,16px);color:#555;line-height:1.6;margin-bottom:15px;background:#bcffe1;border:1.5px solid #7ff2c1;padding:5px 10px}.message-note p{font-size:inherit}.thankyou-wrapper{max-width:90%;padding:40px;border-radius:8px;text-align:center;opacity:0;transform:translateY(30px);animation:thankyouFadeUp .7s ease-out forwards}.thankyou-wrapper .tick-img{margin-bottom:20px}.thankyou-wrapper .tick-img img{width:80px;height:80px}.thankyou-wrapper .small-heading{font-family:"Anton",sans-serif;font-size:clamp(24px,4vw,40px);color:#2f443b;letter-spacing:2px;margin-bottom:12px}.thankyou-wrapper .thankyou-text{font-family:"Story Script",sans-serif;font-size:clamp(16px,2.4vw,24px);color:#555;line-height:1.6;margin-bottom:1rem}.thankyou-wrapper .dual-btn{display:flex;justify-content:center;gap:16px}.thankyou-wrapper .dual-btn .article-button{padding:10px 20px;font-size:16px;text-decoration:none;background:#000;color:#fff;border:2px solid #000;border-radius:0;transition:all .3s ease}.thankyou-wrapper .dual-btn .article-button:hover{background:#fff;color:#000}.thankyou-wrapper .dual-btn .article-button.alt{background:#fff;color:#000;border:2px solid #000}.thankyou-wrapper .dual-btn .article-button.alt:hover{background:#000;color:#fff}@media(max-width: 576px){.thankyou-wrapper{max-width:95%;padding:20px}}@keyframes thankyouFadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.article-hero-section{padding:clamp(20px,3vw,40px) 0}.article-hero-section .article-wrapper{display:grid;grid-template-columns:6fr 3fr;gap:clamp(20px,3.6vw,36px)}.article-hero-section .article-wrapper .article-main{background:#fff;border-radius:16px;padding:clamp(16px,3vw,30px);box-shadow:0 2px 12px rgba(0,0,0,.05)}.article-hero-section .article-wrapper .article-main .article-hero-content{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.article-hero-section .article-wrapper .article-main .article-hero-content .hero-badge-group{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.article-hero-section .article-wrapper .article-main .article-hero-content .hero-badge-group .category-badge{background:rgba(192,252,253,.342);backdrop-filter:blur(10px);padding:5px 10px;border-radius:24px;font-size:12px;font-weight:700;color:#2f443b;text-transform:uppercase;letter-spacing:.8px;border:1px solid #004648;transition:all .3s ease}.article-hero-section .article-wrapper .article-main .article-hero-content .hero-badge-group .publish-date{font-size:14px;font-weight:500;opacity:.95;letter-spacing:.3px}.article-hero-section .article-wrapper .article-main .article-hero-content .article-hero-title{font-size:clamp(22px,3.8vw,38px);font-weight:700;color:#2f443b;line-height:1;letter-spacing:.5px}.article-hero-section .article-wrapper .article-main .article-hero-content .article-hero-meta .reading-time{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;opacity:.95}.article-hero-section .article-wrapper .article-main .article-hero-content .article-hero-meta .reading-time i,.article-hero-section .article-wrapper .article-main .article-hero-content .article-hero-meta .reading-time span{display:inline-block;font-size:inherit}.article-hero-section .article-wrapper .article-main .article-hero-image{border:2px solid rgba(238,238,238,.6235294118);margin-bottom:16px}.article-hero-section .article-wrapper .article-main .article-hero-image img{width:100%;height:auto;max-height:450px;display:block;margin:0 auto}.article-hero-section .article-wrapper .article-main .article-hero-image .article-img-text{font-size:12px;color:#777;background:#f8fafc;text-align:center;padding:6px 6px}.article-hero-section .article-wrapper .article-main .article-content{font-size:16px;line-height:1.8;color:#334155;word-break:break-word}.article-hero-section .article-wrapper .article-main .article-content p{margin:16px 0;text-align:justify}.article-hero-section .article-wrapper .article-main .article-content ul{list-style:none;margin:24px 0;padding-left:0}.article-hero-section .article-wrapper .article-main .article-content ul li{padding-left:24px;position:relative;margin:8px 0;color:#334155}.article-hero-section .article-wrapper .article-main .article-content ul li:before{content:"▹";position:absolute;left:0;font-size:20px}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-divider{width:100%;height:1px;background:linear-gradient(90deg, transparent, #e2e8f0, transparent);margin-bottom:30px}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block{display:flex;align-items:center}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-btn{display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer;font-size:14px;font-weight:600;color:#475569}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-btn svg{width:20px;height:20px;transition:all .3s ease}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-btn.active{background:#fef2f2;border-color:#ef4444;color:#ef4444}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-btn .stat-text{display:flex;flex-direction:column;gap:2px}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-btn .stat-text .stat-label{font-size:11px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-btn .stat-text .stat-count{font-size:16px;font-weight:700;color:#0f172a}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-display{display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer;font-size:14px;font-weight:600;color:#475569}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-display svg{width:20px;height:20px;transition:all .3s ease;color:#2f443b}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-display .stat-text{display:flex;flex-direction:column;gap:2px;text-align:center}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-display .stat-text .stat-label{font-size:11px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .article-stats-group .stat-block .stat-display .stat-text .stat-count{font-size:16px;font-weight:700;color:#0f172a}.article-hero-section .article-wrapper .article-main .article-footer-section .footer-content .share-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg, #2f443b 0%, #2f443b 100%);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 4px 12px rgba(59,130,246,.3)}@media(max-width: 991px){.article-hero-section .article-wrapper{display:flex;flex-direction:column;gap:24px}}.article-sidebar{display:flex;flex-direction:column;gap:24px}.article-sidebar .sidebar-card{background:#fff;border-radius:16px;padding:clamp(16px,3vw,30px);box-shadow:0 2px 12px rgba(0,0,0,.05);transition:all .3s ease}.article-sidebar .sidebar-card .sidebar-title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 16px 0;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.article-sidebar .sidebar-card.sticky-top{position:sticky;top:100px;z-index:-1}.article-sidebar .author-card .author-head{display:flex;align-items:center;gap:10px;min-width:200px;margin-bottom:16px}.article-sidebar .author-card .author-head .author-img-wrap{width:55px;height:55px;border-radius:50%;overflow:hidden;border:2px solid #2f443b;padding:2px;flex-shrink:0}.article-sidebar .author-card .author-head .author-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:50%}.article-sidebar .author-card .author-head .author-info-wrap{display:flex;flex-direction:column}.article-sidebar .author-card .author-head .author-info-wrap .author-title{font-size:18px;font-weight:700;color:#2f443b;line-height:1.2;margin:0;text-transform:capitalize;position:relative;width:fit-content}.article-sidebar .author-card .author-head .author-info-wrap .author-title .badge-icon-wrap{position:absolute;top:50%;right:-22px;width:16px;height:16px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.article-sidebar .author-card .author-head .author-info-wrap .author-title .badge-icon-wrap img{width:100%;height:100%;object-fit:contain}.article-sidebar .author-card .author-head .author-info-wrap .author-designation{font-size:14px;color:#64748b;margin:0;font-weight:500}.article-sidebar .author-card .author-info{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.article-sidebar .author-card .author-info .info-item{display:flex;flex-direction:column;gap:4px}.article-sidebar .author-card .author-info .info-item .info-label{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-sidebar .author-card .author-info .info-item .info-value{font-size:14px;color:#334155;font-weight:500}.article-sidebar .author-card .article-info{display:flex;flex-direction:column;gap:16px}.article-sidebar .author-card .article-info .info-item{display:flex;flex-direction:column;gap:4px}.article-sidebar .author-card .article-info .info-item .info-label{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-sidebar .author-card .article-info .info-item .info-value{font-size:14px;color:#334155;font-weight:500}.article-sidebar .share-card .social-share{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px}.article-sidebar .share-card .social-share .social-btn{aspect-ratio:1;border:1px solid #e2e8f0;background:#f8fafc;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:0}.article-sidebar .share-card .social-share .social-btn svg{width:24px;height:24px;fill:#64748b;transition:fill .3s ease}.article-sidebar .share-card .social-share .social-btn:hover{background:linear-gradient(135deg, #2f443b 0%, #2f443b 100%);border-color:rgba(0,0,0,0)}.article-sidebar .share-card .social-share .social-btn:hover svg{fill:#fff}@media(max-width: 768px){.article-sidebar .share-card{display:none}}.article-sidebar .view-profile-btn{display:inline-flex;align-items:center;padding:10px 20px;border-radius:8px;background-color:#2f443b;color:#fff;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,70,72,.2)}.author-profile-section{padding:30px 0}.author-profile-section .main-wrapper{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:1rem}.author-profile-section .main-wrapper .profile-info-wrap{position:relative;margin-bottom:75px}.author-profile-section .main-wrapper .profile-info-wrap .banner-wrap img{width:100%;height:200px;object-fit:cover}.author-profile-section .main-wrapper .profile-info-wrap .profile-photo-wrap{position:absolute;bottom:-75px;left:24px;width:150px;height:150px;background:#fff;display:flex;align-items:center;justify-content:center}.author-profile-section .main-wrapper .profile-info-wrap .profile-photo-wrap img{width:calc(100% - 5px);height:calc(100% - 5px);object-fit:cover}.author-profile-section .main-wrapper .profile-summary-wrap{padding:24px}.author-profile-section .main-wrapper .profile-summary-wrap .name-heading{font-size:clamp(20px,2.5vw,24px);line-height:1.3;font-weight:700;color:#0f172a;text-transform:capitalize;letter-spacing:-0.01em;position:relative;width:fit-content}.author-profile-section .main-wrapper .profile-summary-wrap .name-heading .badge-icon-wrap{position:absolute;top:50%;right:-25px;width:20px;height:20px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.author-profile-section .main-wrapper .profile-summary-wrap .name-heading .badge-icon-wrap img{width:100%;height:100%;object-fit:contain}.author-profile-section .main-wrapper .profile-summary-wrap .designation-title{font-size:16px;display:inline-block;color:#64748b;font-weight:500;margin-bottom:10px}.author-profile-section .main-wrapper .profile-summary-wrap .author-location{display:flex;align-items:center;gap:6px;font-size:14px;line-height:1.4;color:#64748b}.author-profile-section .main-wrapper .profile-summary-wrap .author-location i{font-size:13px;color:#94a3b8}.author-profile-section .main-wrapper .profile-summary-wrap .author-location span{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.author-profile-section .main-wrapper .profile-summary-wrap .author-location span .all-articles-link{color:#2f443b;font-weight:500;text-decoration:none;position:relative}.author-profile-section .main-wrapper .profile-summary-wrap .author-location span .all-articles-link::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.author-profile-section .main-wrapper .profile-summary-wrap .author-location span .all-articles-link:hover{color:#006a6d}.author-profile-section .main-wrapper .profile-summary-wrap .author-location span .all-articles-link:hover::after{transform:scaleX(1)}.author-profile-section .main-wrapper .nav-tabs{background-color:#fff;display:flex;overflow:hidden;border:0;border-top:1px solid rgba(0,0,0,.15)}.author-profile-section .main-wrapper .nav-tabs .nav-item{padding:10px 16px;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .2s}.author-profile-section .main-wrapper .nav-tabs .nav-item:hover{background:#f1f5f9}.author-profile-section .main-wrapper .nav-tabs .nav-item.active{position:relative;background:linear-gradient(transparent, #f1f5f9);color:#2f443b}.author-profile-section .main-wrapper .nav-tabs .nav-item.active::before{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background:#2f443b}.author-profile-section .secondary-wrapper{display:grid;grid-template-columns:auto 1fr;gap:1rem}.author-profile-section .secondary-wrapper .company-card{width:200px;height:max-content;padding:15px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}.author-profile-section .secondary-wrapper .company-card .logo-wrap{width:64px;height:64px;margin:0 auto 12px;background:#111827;overflow:hidden}.author-profile-section .secondary-wrapper .company-card .logo-wrap img{width:100%;height:100%;object-fit:cover}.author-profile-section .secondary-wrapper .company-card .company-name{font-size:16px;font-weight:600;color:#111827;line-height:1.3;text-transform:capitalize;margin:0 auto 6px;position:relative;width:fit-content}.author-profile-section .secondary-wrapper .company-card .company-name .badge-icon-wrap{position:absolute;top:50%;right:-20px;width:15px;height:15px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.author-profile-section .secondary-wrapper .company-card .company-name .badge-icon-wrap img{width:100%;height:100%;object-fit:contain}.author-profile-section .secondary-wrapper .company-card .followers-count{font-size:14px;color:#6b7280}.author-profile-section .secondary-wrapper .tab-container{padding:15px;border:1px solid #e2e8f0;background:#fff;border-radius:10px}.author-profile-section .secondary-wrapper .tab-container .tab{display:block;position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden}.author-profile-section .secondary-wrapper .tab-container .tab.active{position:relative;opacity:1;visibility:visible}@media(max-width: 768px){.author-profile-section .secondary-wrapper{grid-template-columns:1fr}.author-profile-section .secondary-wrapper .company-card{display:none}}.author-profile-section .profile-section-box .section-heading{font-size:20px;font-weight:600;color:#191919;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.author-profile-section .profile-section-box .filter-tabs{display:flex;gap:6px;margin-bottom:24px;flex-wrap:wrap}.author-profile-section .profile-section-box .filter-tabs .tab-btn{padding:5px 10px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:clamp(12px,1.6vw,15px);font-weight:500;cursor:pointer;transition:all .3s ease}.author-profile-section .profile-section-box .filter-tabs .tab-btn.active{background:#2f443b;color:#fff;border-color:#2f443b}.author-profile-section .article-section-box .article-post-card{padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.author-profile-section .article-section-box .article-post-card:not(:last-child){margin-bottom:15px}.author-profile-section .article-section-box .article-post-card .post-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.author-profile-section .article-section-box .article-post-card .post-header .post-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1px solid #e5e7eb}.author-profile-section .article-section-box .article-post-card .post-header .post-avatar img{width:100%;height:100%;object-fit:cover}.author-profile-section .article-section-box .article-post-card .post-header .post-header-info h2{font-size:15px;font-weight:600;color:#111827;line-height:1.2;margin-bottom:2px;position:relative;width:fit-content}.author-profile-section .article-section-box .article-post-card .post-header .post-header-info h2 .badge-icon-wrap{position:absolute;top:50%;right:-20px;width:14px;height:14px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.author-profile-section .article-section-box .article-post-card .post-header .post-header-info h2 .badge-icon-wrap img{width:100%;height:100%;object-fit:contain}.author-profile-section .article-section-box .article-post-card .post-header .post-header-info p{font-size:13px;color:#64748b;margin-bottom:0}.author-profile-section .article-section-box .article-post-card .post-content{margin-bottom:14px}.author-profile-section .article-section-box .article-post-card .post-content .article-title{font-size:clamp(17px,2vw,20px);font-weight:600;color:#2f443b;line-height:1.2;margin-bottom:6px}.author-profile-section .article-section-box .article-post-card .post-content .article-title a{font-size:inherit;color:inherit}.author-profile-section .article-section-box .article-post-card .post-content p{font-size:14px;color:#334155;line-height:1.6;margin-bottom:8px}.author-profile-section .article-section-box .article-post-card .post-content p:last-child{margin-bottom:0}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .full-text h2{font-size:clamp(17px,2vw,20px);font-weight:600;color:#2f443b;line-height:1.2;margin-bottom:6px}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .full-text h3{font-size:clamp(14px,1.8vw,18px);font-weight:600;color:#111827;line-height:1.2;margin-bottom:6px}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .full-text h4{font-size:clamp(13px,1.6vw,16px);font-weight:500;color:#1f2937;line-height:1.3;margin-bottom:5px}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .full-text h5{font-size:clamp(12px,1.4vw,14px);font-weight:500;color:#374151;line-height:1.3;margin-bottom:4px}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .full-text h6{font-size:clamp(11px,1.2vw,13px);font-weight:500;color:#4b5563;line-height:1.4;margin-bottom:4px}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .full-text p{font-size:clamp(13px,1.5vw,15px);font-weight:400;color:#4b5563;line-height:1.6;margin-bottom:10px}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .read-more-btn,.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .read-less-btn{display:inline-block;margin-top:6px;font-size:14px;font-weight:700;color:#2f443b;text-decoration:none;transition:color .25s ease}.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .read-more-btn:hover,.author-profile-section .article-section-box .article-post-card .post-content .excerpt-wrapper .excerpt-text .read-less-btn:hover{color:#4a6b5a;text-decoration:underline}.author-profile-section .article-section-box .article-post-card .post-image{margin:12px 0 16px;border-radius:10px;overflow:hidden}.author-profile-section .article-section-box .article-post-card .post-image img{width:100%;height:auto;display:block;object-fit:cover}.author-profile-section .article-section-box .article-post-card .post-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #e5e7eb;padding-top:10px}.author-profile-section .article-section-box .article-post-card .post-actions button{display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;min-width:90px;border-radius:6px;background:rgba(0,0,0,0);border:none;cursor:pointer;font-size:14px;font-weight:500;color:#475569;transition:all .2s ease}.author-profile-section .article-section-box .article-post-card .post-actions button i{font-size:15px}.author-profile-section .article-section-box .article-post-card .post-actions button:hover{background:#f1f5f9}.author-profile-section .article-section-box .article-post-card .post-actions button .btn-text{font-size:13px;color:#64748b}.author-profile-section .article-section-box .article-post-card .post-actions button .like-count{font-size:13px;color:#64748b}.author-profile-section .article-section-box .article-post-card .post-actions button.like-btn:hover{color:#dc2626}.author-profile-section .article-section-box .article-post-card .post-actions button.like-btn:hover .heart-icon{color:#dc2626}.author-profile-section .article-section-box .article-post-card .post-actions button.like-btn.active{color:#dc2626}.author-profile-section .article-section-box .article-post-card .post-actions button.like-btn.active .heart-icon{font-weight:900}.author-profile-section .article-section-box .article-post-card .post-actions button.send-btn:hover{color:#2f443b}.author-profile-section .article-section-box .article-post-card .post-actions button.send-btn:hover .send-icon{color:#2f443b}.author-profile-section .author-sidebar{display:flex;flex-direction:column;gap:20px}.author-profile-section .author-sidebar .sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.03)}.author-profile-section .author-sidebar .sidebar-card .sidebar-title{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #f1f5f9;text-transform:uppercase;letter-spacing:.5px}.author-profile-section .author-sidebar .stats-list{display:flex;flex-direction:column;gap:12px}.author-profile-section .author-sidebar .stats-list .stat-item-row{display:flex;justify-content:space-between;align-items:center}.author-profile-section .author-sidebar .stats-list .stat-item-row .stat-label-wrap{display:flex;align-items:center;gap:10px;color:#64748b;font-size:14px}.author-profile-section .author-sidebar .stats-list .stat-item-row .stat-label-wrap i{width:16px;color:#2f443b}.author-profile-section .author-sidebar .stats-list .stat-item-row .stat-value{font-weight:700;color:#0f172a;font-size:15px}.author-profile-section .author-sidebar .popular-items-list{display:flex;flex-direction:column;gap:15px}.author-profile-section .author-sidebar .popular-items-list .pop-item{display:flex;gap:12px;align-items:center}.author-profile-section .author-sidebar .popular-items-list .pop-item .item-thumb{width:60px;height:50px;border-radius:6px;overflow:hidden;flex-shrink:0}.author-profile-section .author-sidebar .popular-items-list .pop-item .item-thumb img{width:100%;height:100%;object-fit:cover}.author-profile-section .author-sidebar .popular-items-list .pop-item .item-info{display:flex;flex-direction:column;gap:4px}.author-profile-section .author-sidebar .popular-items-list .pop-item .item-info .item-title{font-size:13.5px;font-weight:600;color:#1e293b;line-height:1.3;text-decoration:none}.author-profile-section .author-sidebar .popular-items-list .pop-item .item-info .item-title:hover{color:#2f443b}.author-profile-section .author-sidebar .popular-items-list .pop-item .item-info .item-meta{font-size:12px;color:#64748b;display:flex;align-items:center;gap:4px}.author-profile-section .author-sidebar .popular-items-list .pop-item .item-info .item-meta i{color:#ef4444;font-size:10px}.author-profile-section .author-sidebar .author-suggestions{display:flex;flex-direction:column;gap:16px}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item{display:flex;gap:12px;align-items:flex-start}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item .mini-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;border:1px solid #e2e8f0}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item .mini-avatar img{width:100%;height:100%;object-fit:cover}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item .author-details{display:flex;flex-direction:column;gap:3px}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item .author-details .author-name{font-size:14px;font-weight:600;color:#1e293b;margin:0}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item .author-details .author-stats{font-size:12px;color:#64748b}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item .author-details .mini-profile-btn{font-size:12px;color:#2f443b;font-weight:600;text-decoration:none;width:fit-content}.author-profile-section .author-sidebar .author-suggestions .suggested-author-item .author-details .mini-profile-btn:hover{text-decoration:underline}.author-profile-section .author-sidebar .social-icon-grid{display:flex;flex-wrap:wrap;gap:10px}.author-profile-section .author-sidebar .social-icon-grid .social-link-btn{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:transform .2s;font-size:16px}.author-profile-section .author-sidebar .social-icon-grid .social-link-btn:hover{transform:translateY(-3px)}.author-profile-section .author-sidebar .social-icon-grid .social-link-btn.facebook{background:#1877f2}.author-profile-section .author-sidebar .social-icon-grid .social-link-btn.twitter{background:#1da1f2}.author-profile-section .author-sidebar .social-icon-grid .social-link-btn.linkedin{background:#0a66c2}.author-profile-section .author-sidebar .social-icon-grid .social-link-btn.instagram{background:#e4405f}.author-profile-section .author-sidebar .social-icon-grid .social-link-btn.youtube{background:red}@media(max-width: 991px){.author-profile-section .main-wrapper .profile-info-wrap .banner-wrap img{height:180px}.author-profile-section .main-wrapper .profile-info-wrap .profile-photo-wrap{width:120px;height:120px;bottom:-60px}}@media(max-width: 576px){.author-profile-section .main-wrapper .profile-info-wrap{margin-bottom:50px}.author-profile-section .main-wrapper .profile-info-wrap .banner-wrap img{height:140px}.author-profile-section .main-wrapper .profile-info-wrap .profile-photo-wrap{width:100px;height:100px;bottom:-50px;left:15px}.author-profile-section .main-wrapper .profile-summary-wrap{padding:15px}}.course-detail-section{font-family:"Outfit",sans-serif}.course-detail-section .course-info-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);overflow:hidden;margin-bottom:30px;border:1px solid #eee}.course-detail-section .course-info-card .course-image-wrapper{position:relative;height:400px;overflow:hidden}.course-detail-section .course-info-card .course-image-wrapper .course-image{width:100%;height:100%;object-fit:cover}.course-detail-section .course-info-card .course-content-body{padding:30px}.course-detail-section .course-info-card .course-content-body .course-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;border-bottom:1px solid #f0f0f0;padding-bottom:20px}.course-detail-section .course-info-card .course-content-body .course-header .title-area .course-title{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:5px}.course-detail-section .course-info-card .course-content-body .course-header .title-area .course-category{font-size:15px;color:#666;background:#f8f9fa;padding:4px 12px;border-radius:20px;display:inline-block;border:1px solid #e9ecef}.course-detail-section .course-info-card .course-content-body .course-header .price-area{text-align:right}.course-detail-section .course-info-card .course-content-body .course-header .price-area .current-price{font-size:28px;font-weight:700;color:#2c3e50;display:block}.course-detail-section .course-info-card .course-content-body .course-header .price-area .old-price{text-decoration:line-through;color:#999;font-size:16px;margin-right:10px}.course-detail-section .course-info-card .course-content-body .course-header .price-area .discount-badge{background:#d4edda;color:#155724;padding:3px 8px;border-radius:4px;font-size:12px;font-weight:600;vertical-align:middle}.course-detail-section .course-info-card .course-content-body .course-header .price-area .price-unit{font-size:14px;color:#777}.course-detail-section .course-info-card .course-content-body .course-header .price-area .get-price-btn-badge{display:inline-block;margin-top:5px;background:#e3f2fd;color:#0d47a1;padding:5px 15px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid #bbdefb}.course-detail-section .course-info-card .course-content-body .course-header .price-area .get-price-btn-badge:hover{background:#bbdefb}.course-detail-section .course-info-card .course-content-body .course-highlights{margin-bottom:25px}.course-detail-section .course-info-card .course-content-body .course-highlights ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:12px}.course-detail-section .course-info-card .course-content-body .course-highlights ul li{position:relative;padding-left:25px;color:#444;font-size:16px;line-height:1.5}.course-detail-section .course-info-card .course-content-body .course-highlights ul li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:2px;color:#27ae60}.course-detail-section .course-info-card .course-content-body .course-description-text{color:#555;font-size:16px;line-height:1.7;margin-bottom:30px}.course-detail-section .course-info-card .course-content-body .action-buttons-group{display:flex;gap:15px}.course-detail-section .course-info-card .course-content-body .action-buttons-group .btn-action{padding:12px 30px;border-radius:6px;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer;display:flex;align-items:center;gap:8px}.course-detail-section .course-info-card .course-content-body .action-buttons-group .btn-action.btn-primary-custom{background:linear-gradient(135deg, #00b09b 0%, #96c93d 100%);color:#fff;box-shadow:0 4px 15px rgba(0,176,155,.4)}.course-detail-section .course-info-card .course-content-body .action-buttons-group .btn-action.btn-primary-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,176,155,.5)}.course-detail-section .course-info-card .course-content-body .action-buttons-group .btn-action.btn-secondary-custom{background:#fff;color:#333;border:2px solid #eee}.course-detail-section .course-info-card .course-content-body .action-buttons-group .btn-action.btn-secondary-custom:hover{border-color:#00b09b;color:#00b09b;background:#f9f9f9}.course-detail-section .teacher-section{margin-top:40px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05)}.course-detail-section .teacher-section h3.section-title{font-size:24px;font-weight:600;margin-bottom:25px;color:#333;border-bottom:2px solid #f0f0f0;padding-bottom:10px;display:inline-block}.accommodation-full-section .accommodation-card .acc-gallery-wrapper{width:100%;margin-bottom:25px;overflow:hidden}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper{width:100%;padding-bottom:40px}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-slide .gallery-item,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-slide .gallery-item,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-slide .gallery-item{border-radius:8px;overflow:hidden;height:200px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-slide .gallery-item img,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-slide .gallery-item img,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-slide .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-slide .gallery-item img:hover,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-slide .gallery-item img:hover,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-slide .gallery-item img:hover{transform:scale(1.05)}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-button-next,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-button-prev,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-button-next,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-button-prev,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-button-next,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-button-prev{color:#333 !important;background-color:#fff !important;width:44px;height:44px;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:all .3s ease;z-index:20}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-button-next:after,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-button-prev:after,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-button-next:after,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-button-prev:after,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-button-next:after,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-button-prev:after{font-size:18px !important;font-weight:bold}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-button-next:hover,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-button-prev:hover,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-button-next:hover,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-button-prev:hover,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-button-next:hover,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-button-prev:hover{background-color:#333 !important;color:#fff !important;transform:scale(1.1);box-shadow:0 6px 15px rgba(0,0,0,.3)}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-pagination,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-pagination,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-pagination{bottom:0 !important;padding-bottom:5px}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-pagination-bullet,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-pagination-bullet,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-pagination-bullet{width:10px;height:10px;background:#ccc;opacity:1;margin:0 6px !important;transition:all .3s ease}.accommodation-full-section .accommodation-card .acc-gallery-wrapper .food-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .room-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,.accommodation-full-section .accommodation-card .acc-gallery-wrapper .accommodation-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#00b09b !important;width:30px;border-radius:5px}.accommodation-full-section .accommodation-card .video-tour-section{margin-top:30px;border-top:1px solid #eee;padding-top:20px;display:flex;flex-wrap:wrap;gap:15px}.accommodation-full-section .accommodation-card .video-tour-section .sub-title{width:100%;font-size:16px;font-weight:600;color:#333;margin-top:15px;margin-bottom:8px;border-left:3px solid #00b09b;padding-left:10px}.accommodation-full-section .accommodation-card .video-tour-section .video-wrapper{position:relative;aspect-ratio:16/9;height:auto;flex:0 0 calc(50% - 8px);max-width:576px;overflow:hidden;border-radius:12px;background:#000}@media(max-width: 767px){.accommodation-full-section .accommodation-card .video-tour-section .video-wrapper{flex:0 0 100%}}.accommodation-full-section .accommodation-card .video-tour-section .video-wrapper video,.accommodation-full-section .accommodation-card .video-tour-section .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.accommodation-full-section .accommodation-card .acc-location{color:#666;margin-bottom:15px;font-size:14px}.accommodation-full-section .accommodation-card .acc-location i{color:#e74c3c;margin-right:5px}.accommodation-full-section .accommodation-card .acc-details{flex:1}.accommodation-full-section .accommodation-card .acc-details h4{font-size:20px;font-weight:600;margin-bottom:5px;color:#2c3e50}.accommodation-full-section .accommodation-card .acc-details .acc-description{color:#555;line-height:1.6;margin-bottom:10px}.accommodation-full-section .accommodation-card .acc-details .acc-description p{margin-bottom:10px}.accommodation-full-section .accommodation-card .acc-details .acc-description ul,.accommodation-full-section .accommodation-card .acc-details .acc-description ol{margin-left:20px;margin-bottom:10px}.accommodation-full-section .accommodation-card .facilities-list{display:flex;flex-wrap:wrap;gap:10px}.accommodation-full-section .accommodation-card .facilities-list span{background:#f8f9fa;padding:5px 12px;border-radius:20px;font-size:13px;color:#555;border:1px solid #e9ecef}.accommodation-full-section .accommodation-card .facilities-list span i{color:#27ae60;margin-right:5px}.teacher-section .teacher-new-card .photo-wrap{position:relative}.teacher-section .teacher-new-card .photo-wrap img{height:300px;width:100%;object-fit:cover}.teacher-section .teacher-new-card .photo-wrap .social-links{position:absolute;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;top:50%;left:50%;width:80%;transform:translate(-50%, -50%);gap:8px;visibility:hidden;opacity:0;transition:.3s ease-in-out}.teacher-section .teacher-new-card .photo-wrap .social-links a{color:#000;background-color:#fff;border:none;font-size:16px;width:45px;height:45px;line-height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out}.teacher-section .teacher-new-card .photo-wrap .social-links a i{font-size:18px;color:#2f443b;transition:.3s ease-in-out}.teacher-section .teacher-new-card .photo-wrap .social-links a:nth-child(1){transform:translateY(10px)}.teacher-section .teacher-new-card .photo-wrap .social-links a:nth-child(2){transform:translateY(15px)}.teacher-section .teacher-new-card .photo-wrap .social-links a:nth-child(3){transform:translateY(20px)}.teacher-section .teacher-new-card .photo-wrap .social-links a:nth-child(4){transform:translateY(25px)}.teacher-section .teacher-new-card .photo-wrap .social-links a:nth-child(5){transform:translateY(30px)}.teacher-section .teacher-new-card .photo-wrap .social-links a:nth-child(6){transform:translateY(35px)}.teacher-section .teacher-new-card .photo-wrap .social-links a:hover{background-color:#2f443b;color:#fff;transition:.3s ease-in-out}.teacher-section .teacher-new-card .photo-wrap .social-links a:hover i{color:#fff;transition:.3s ease-in-out}.teacher-section .teacher-new-card .card-content{padding:10px 0}.teacher-section .teacher-new-card .card-content .teacher-name{font-size:clamp(18px,2vw,22px);line-height:1.2;text-transform:capitalize;font-weight:600;display:block;color:#2f443b}.teacher-section .teacher-new-card .card-content .teacher-designation{font-size:clamp(14px,1.6vw,16px);text-transform:capitalize;font-weight:400;display:block;color:#94a3b8}.teacher-section .teacher-new-card:hover{cursor:pointer}.teacher-section .teacher-new-card:hover .photo-wrap .social-links{visibility:visible;opacity:1;transition:.3s ease-in-out}.teacher-section .teacher-new-card:hover .photo-wrap .social-links a{transform:translateY(0) !important}.teacher-section .btn-wrapper{margin-top:clamp(10px,1.5vw,16px);text-align:center}.gallery-container{width:100%;margin:0 auto;margin-bottom:clamp(1rem,2vw,2rem)}.gallery-container .gallery-wrapper .gallery-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-rows:150px;gap:15px;width:100% !important;transform:none !important}.gallery-container .gallery-item{position:relative;overflow:hidden;border-radius:12px;width:100% !important;margin-right:0 !important}.gallery-container .gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}@media(min-width: 768px){.gallery-container .gallery-item.big{grid-row-start:1;grid-column-start:1;grid-row-end:4;grid-column-end:3}.gallery-container .gallery-item:nth-child(2){grid-row-start:1;grid-column-start:3;grid-row-end:3;grid-column-end:5}}.gallery-container .gallery-item .badge{position:absolute;top:15px;left:15px;background:#e65100;color:#fff;padding:8px 16px;font-size:14px;border-radius:6px;z-index:10;font-weight:600}.gallery-container .gallery-item .view-all{position:absolute;bottom:20px;right:20px;line-height:1;padding:12px 24px;background:hsla(0,0%,100%,.95);color:#333;border-radius:8px;border:2px solid #fff;font-weight:600;font-size:15px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:10;cursor:pointer;transition:all .3s ease}.gallery-container .gallery-item .view-all:hover{background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-2px)}@media(max-width: 768px){.gallery-container .gallery-wrapper{overflow:hidden;border-radius:10px}.gallery-container .gallery-item{border-radius:0 !important;margin-right:0 !important;height:280px}.gallery-container .gallery-item img{border-radius:0 !important;width:100%;height:100%;object-fit:cover;display:block}.gallery-container .gallery-item .badge{top:10px;left:10px;padding:6px 12px;font-size:12px}.gallery-container .gallery-item .view-all{bottom:12px;right:12px;padding:8px 16px;font-size:13px}.gallery-container .gallery-grid.swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;gap:0 !important;width:100% !important}.gallery-container .gallery-item.swiper-slide{width:100% !important;flex-shrink:0 !important}}.course-detail-section .course-header{margin-bottom:1rem}.course-detail-section .course-header .service-heading{font-size:clamp(20px,2.5vw,30px);font-weight:600;color:#2f443b;margin-bottom:1rem}.course-detail-section .course-header .course-category{display:inline-flex;align-items:center;background:rgba(0,70,72,.08);color:#2f443b;font-size:clamp(12px,1.4vw,14px);font-weight:600;padding:6px 12px;border-radius:30px;border:1px solid #d9e0ff;gap:6px}.course-detail-section .course-header .course-category i{font-size:inherit;color:#2f443b}.course-detail-section .course-detail-card .course-description{padding:0}.schedule-section .schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:relative}.schedule-section .time-box{background:#fff;padding:10px 14px;border-radius:8px;transition:.3s ease-in-out;border:1px solid #e2e8f0;display:flex;align-items:center;gap:12px}.schedule-section .time-box:hover{border-color:rgba(47,68,59,.3);box-shadow:0 2px 8px rgba(0,0,0,.06)}.schedule-section .time-box:hover .time-badge{background:#2f443b;color:#fff}.schedule-section .time-box:hover .time-badge i{color:#fff}.schedule-section .time-box .time-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(47,68,59,.08);color:#2f443b;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap;transition:.3s ease-in-out;flex-shrink:0}.schedule-section .time-box .time-badge i{font-size:13px;color:#2f443b;transition:.3s ease-in-out}.schedule-section .time-box .activity{font-size:14px;font-weight:600;color:#0f172a;margin:0;line-height:1.3}.schedule-section .notes{margin-top:20px;padding:12px 16px;background:rgba(47,68,59,.03);border-radius:6px;font-size:13px;color:#586880;border-left:3px solid #2f443b;font-style:italic}.schedule-section .notes b{color:#2f443b;margin-right:4px}@media(max-width: 768px){.schedule-section .schedule-grid{grid-template-columns:1fr;gap:8px}.schedule-section .time-box{padding:8px 12px}}.booking-sidebar{position:sticky;top:90px}.booking-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.booking-card__header{background:#2f443b;padding:16px 20px;color:#fff;display:flex;align-items:center;justify-content:space-between}.booking-card__title{font-size:16px;font-weight:700;margin:0;color:#fff}.booking-card__from{font-size:13px;margin:0;opacity:.8}.booking-card__from span{font-size:18px;font-weight:700;opacity:1}.booking-form{padding:16px 20px 20px}.booking-form__group{margin-bottom:14px}.booking-form__label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:5px}.booking-form__input,.booking-form__textarea{width:100%;padding:9px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#1e293b;transition:border-color .2s;background:#fff;font-family:inherit}.booking-form__input:focus,.booking-form__textarea:focus{outline:none;border-color:#2f443b;box-shadow:0 0 0 3px rgba(47,68,59,.08)}.booking-form__input::placeholder,.booking-form__textarea::placeholder{color:#94a3b8}.booking-form__phone-wrap{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.booking-form__phone-wrap:focus-within{border-color:#2f443b;box-shadow:0 0 0 3px rgba(47,68,59,.08)}.booking-form__phone-prefix{padding:8px 10px;background:#f1f5f9;color:#586880;font-size:13px;font-weight:600;border-right:1px solid #e2e8f0;white-space:nowrap;user-select:none}.booking-form__input--phone{border:none !important;box-shadow:none !important;border-radius:0 !important;flex:1}.booking-form__input--phone:focus{box-shadow:none !important}.booking-form__textarea{resize:vertical;min-height:60px}.booking-form__submit{width:100%;padding:11px;background:#2f443b;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:8px}.booking-form__submit:hover{background:#1e2d26}.booking-form__submit:active{transform:scale(0.98)}.booking-form__submit:disabled{opacity:.7;cursor:not-allowed}.booking-form__note{margin:12px 0 0;font-size:11px;color:#94a3b8;text-align:center;line-height:1.4}.booking-form__note i{color:#2f443b;margin-right:3px}.room-select{position:relative}.room-select__trigger{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;background:#fff;transition:border-color .15s}.room-select__trigger:hover{border-color:rgba(47,68,59,.3)}.room-select.open .room-select__trigger{border-color:#2f443b;border-radius:6px 6px 0 0}.room-select__value{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0}.room-select__name{font-size:13px;font-weight:600;color:#374151}.room-select__price{font-size:13px;font-weight:700;color:#2f443b;margin-right:8px}.room-select__price s{color:#94a3b8;font-weight:400;font-size:11px;margin-right:4px}.room-select__arrow{font-size:11px;color:#64748b;transition:transform .2s}.room-select.open .room-select__arrow{transform:rotate(180deg)}.room-select__dropdown{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #2f443b;border-top:none;border-radius:0 0 6px 6px;z-index:10;max-height:200px;overflow-y:auto}.room-select.open .room-select__dropdown{display:block}.room-select__option{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;cursor:pointer;transition:background .1s}.room-select__option:hover{background:rgba(47,68,59,.04)}.room-select__option.active{background:rgba(47,68,59,.08)}.room-select__option-name{font-size:13px;font-weight:600;color:#374151}.room-select__option-price{font-size:13px;font-weight:700;color:#2f443b}.room-select__option-price s{color:#94a3b8;font-weight:400;font-size:11px;margin-right:4px}@media(max-width: 991px){.booking-sidebar{position:static;margin-top:24px}}.contact-page-section{padding:60px 0;font-family:"Outfit",sans-serif;background-color:#f9f9f9}.contact-page-section .contact-cards-container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.contact-page-section .contact-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);padding:30px;display:flex;align-items:center;gap:25px;transition:transform .3s ease;border:1px solid #f0f0f0;width:calc(50% - 10px)}.contact-page-section .contact-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.08)}.contact-page-section .contact-card .icon-box{flex-shrink:0;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.contact-page-section .contact-card .icon-box.phone-icon{background:linear-gradient(135deg, #ff6b6b, #ee5253);box-shadow:0 4px 10px rgba(238,82,83,.3)}.contact-page-section .contact-card .icon-box.email-icon{background:linear-gradient(135deg, #48dbfb, #0abde3);box-shadow:0 4px 10px rgba(10,189,227,.3)}.contact-page-section .contact-card .icon-box.location-icon{background:linear-gradient(135deg, #ff9f43, #ee5253);box-shadow:0 4px 10px rgba(255,159,67,.3)}.contact-page-section .contact-card .icon-box.time-icon{background:linear-gradient(135deg, #1dd1a1, #10ac84);box-shadow:0 4px 10px rgba(16,172,132,.3)}.contact-page-section .contact-card .content-box h4{font-size:18px;font-weight:600;color:#888;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-size:14px}.contact-page-section .contact-card .content-box p,.contact-page-section .contact-card .content-box a{font-size:18px;font-weight:500;color:#2c3e50;margin:0;text-decoration:none;line-height:1.4}.contact-page-section .contact-card .content-box a:hover{color:#007bff}.contact-page-section .map-container{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);height:450px;background:#fff;border:5px solid #fff}.contact-page-section .map-container iframe{width:100%;height:100%;border:0}:root{--primary: #2f443b;--primary-dark: #0f3d3f;--secondary: #8B5CF6;--accent: #10B981;--error: #EF4444;--success: #10B981;--warning: #F59E0B;--text-dark: #1E293B;--text-light: #64748B;--border: #E2E8F0;--bg-light: #F8FAFC;--bg-card: #FFFFFF;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}*,*::before,*::after{box-sizing:border-box}body{font-family:"Outfit",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;margin:0;padding:0;background:var(--bg-light);overflow-x:hidden}.auth-wrapper{min-height:100vh;display:flex;position:relative}@media(max-width: 768px){.auth-wrapper{flex-direction:column}}.auth-visual{flex:1;background:linear-gradient(135deg, #2f443b 0%, #0f3d3f 100%);background:url("/images/auth/login-bg.webp") no-repeat center center/cover;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:60px;color:#fff;overflow:hidden;min-height:100vh}.auth-visual .visual-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(68, 67, 67, 0.363) 0%, transparent 50%),radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.349) 0%, transparent 50%)}.auth-visual .visual-content{position:relative;z-index:2;max-width:500px;margin:auto}.auth-visual .logo-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:.05;z-index:1}.auth-visual .tag-badge{display:inline-block;background:hsla(0,0%,100%,.2);backdrop-filter:blur(10px);padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:24px}.auth-visual h2{font-size:clamp(36px,4vw,48px);font-weight:800;line-height:1.2;margin:0 0 20px 0;background:linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.auth-visual .visual-description{font-size:18px;line-height:1.6;opacity:.9;margin-bottom:40px}.auth-visual .stats{display:flex;gap:32px;margin-top:40px}.auth-visual .stats .stat-item{text-align:center}.auth-visual .stats .stat-item .stat-number{font-size:28px;font-weight:700;margin-bottom:4px}.auth-visual .stats .stat-item .stat-label{font-size:14px;opacity:.8}.auth-visual .stats .stat-divider{width:1px;background:hsla(0,0%,100%,.2)}.auth-visual .visual-footer{position:relative;z-index:2;font-size:14px;opacity:.8;font-style:italic;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}@media(max-width: 768px){.auth-visual{display:none}}.auth-form-container{flex:1;display:flex;align-items:center;justify-content:center;padding:clamp(15px,3vw,30px) clamp(10px,3vw,30px);position:relative;background:var(--bg-light)}.auth-form-container .form-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.auth-form-container .form-backdrop .backdrop-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg, rgba(47, 68, 59, 0.05) 0%, transparent 100%)}.auth-form-container .form-backdrop .backdrop-shape.shape-1{width:300px;height:300px;top:-150px;right:-150px}.auth-form-container .form-backdrop .backdrop-shape.shape-2{width:200px;height:200px;bottom:-100px;left:-100px}.auth-form-container .form-backdrop .backdrop-shape.shape-3{width:150px;height:150px;top:50%;left:10%}.auth-form-container .form-box{width:100%;max-width:576px;position:relative;z-index:2}.auth-form-container .form-header{margin-bottom:30px}.auth-form-container .form-header .back-action{display:inline-flex;align-items:center;gap:8px;color:var(--text-light);text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:var(--radius-sm);transition:var(--transition)}.auth-form-container .form-header .back-action .action-icon{width:20px;height:20px;transition:var(--transition)}.auth-form-container .form-header .back-action:hover{color:var(--primary);background:rgba(47,68,59,.05)}.auth-form-container .form-header .back-action:hover .action-icon{transform:translateX(-3px)}.auth-form-container .form-header .brand-header{margin-top:15px}.auth-form-container .form-header .brand-header .brand-logo a{display:flex;align-items:center;gap:12px;text-decoration:none}.auth-form-container .form-header .brand-header .brand-logo a .logo-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);border-radius:var(--radius);box-shadow:var(--shadow)}.auth-form-container .form-header .brand-header .brand-logo a .brand-text{display:flex;flex-direction:column}.auth-form-container .form-header .brand-header .brand-logo a .brand-text .brand-name{font-size:24px;font-weight:700;color:var(--text-dark)}.auth-form-container .form-header .brand-header .brand-logo a .brand-text .brand-tag{font-size:12px;color:var(--text-light);letter-spacing:.5px}.auth-card{background:var(--bg-card);border-radius:var(--radius-lg);padding:clamp(15px,3vw,30px) clamp(10px,3vw,30px);box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.05)}.auth-card .card-header{margin-bottom:32px}.auth-card .card-header h1{font-size:28px;font-weight:700;color:var(--text-dark);margin:0 0 8px 0}.auth-card .card-header .card-subtitle{color:var(--text-light);font-size:15px;margin:0}.auth-form .form-group{margin-bottom:24px}.auth-form .form-group .form-label{display:block;font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:8px}.auth-form .form-group .label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.auth-form .form-group .label-row .forgot-link{font-size:13px;color:var(--primary);text-decoration:none;font-weight:500;transition:var(--transition)}.auth-form .form-group .label-row .forgot-link:hover{text-decoration:underline}.auth-form .form-group .input-container{position:relative}.auth-form .form-group .input-container .input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-light);z-index:2;transition:var(--transition)}.auth-form .form-group .input-container .form-input{width:100%;padding:14px 16px 14px 48px;font-size:15px;color:var(--text-dark);background:var(--bg-light);border:2px solid var(--border);border-radius:var(--radius);outline:none;transition:var(--transition)}.auth-form .form-group .input-container .form-input::placeholder{color:var(--text-light);opacity:.6}.auth-form .form-group .input-container .form-input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 4px rgba(47,68,59,.07)}.auth-form .form-group .input-container .form-input:focus~.input-icon{color:var(--primary)}.auth-form .form-group .input-container .password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;color:var(--text-light);cursor:pointer;transition:var(--transition)}.auth-form .form-group .input-container .password-toggle:hover{color:var(--primary)}.auth-form .form-group .input-container .password-toggle .eye-closed{display:none}.auth-form .form-group .input-container .password-toggle.active .eye-open{display:none}.auth-form .form-group .input-container .password-toggle.active .eye-closed{display:block}.auth-form .form-group .input-container.focused .input-icon{color:var(--primary)}.auth-form .form-group .input-container.filled .form-input{background:#fff}.auth-form .form-group .error-message{display:flex;align-items:center;gap:6px;color:var(--error);font-size:clamp(13px,1.4vw,14px);margin-top:6px}.auth-form .form-group .error-message svg{flex-shrink:0}.auth-form .form-group .error-message span{font-size:inherit}.auth-form .form-group .password-strength{margin-top:8px;display:none}.auth-form .form-group .password-strength .strength-bar{height:4px;background:var(--border);border-radius:2px;overflow:hidden;margin-bottom:4px;transition:var(--transition)}.auth-form .form-group .password-strength .strength-bar::after{content:"";display:block;height:100%;width:0;transition:width .3s ease}.auth-form .form-group .password-strength .strength-text{font-size:12px;color:var(--text-light)}.auth-form .checkbox-group{margin:20px 0 20px}.auth-form .checkbox-group .checkbox-container{display:flex;align-items:center;gap:12px;cursor:pointer;user-select:none}.auth-form .checkbox-group .checkbox-container input[type=checkbox]{display:none}.auth-form .checkbox-group .checkbox-container input[type=checkbox]:checked~.checkbox-checkmark{background:var(--primary);border-color:var(--primary)}.auth-form .checkbox-group .checkbox-container input[type=checkbox]:checked~.checkbox-checkmark svg{opacity:1;transform:scale(1)}.auth-form .checkbox-group .checkbox-container .checkbox-checkmark{width:20px;height:20px;border:2px solid var(--border);border-radius:5px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.auth-form .checkbox-group .checkbox-container .checkbox-checkmark svg{opacity:0;transform:scale(0.8);transition:var(--transition)}.auth-form .checkbox-group .checkbox-container .checkbox-label{font-size:14px;color:var(--text-dark)}.auth-form .checkbox-group .checkbox-container:hover .checkbox-checkmark{border-color:var(--primary)}.auth-form .submit-btn{width:100%;padding:16px;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border:none;border-radius:var(--radius);font-size:clamp(12px,2vw,16px);font-weight:600;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden}.auth-form .submit-btn::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:.5s}.auth-form .submit-btn.auto-width{width:auto}.auth-form .submit-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.auth-form .submit-btn:hover::before{left:100%}.auth-form .submit-btn:active{transform:translateY(0)}.auth-form .submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none !important}.auth-form .submit-btn.loading .btn-text{opacity:0}.auth-form .submit-btn.loading .btn-loader{opacity:1;animation:spin 1s linear infinite}.auth-form .submit-btn .btn-text{font-size:inherit;transition:opacity .3s ease}.auth-form .submit-btn .btn-loader{position:absolute;opacity:0;transition:opacity .3s ease}.auth-form .divider{display:flex;align-items:center;margin:32px 0;color:var(--text-light);font-size:13px}.auth-form .divider::before,.auth-form .divider::after{content:"";flex:1;height:1px;background:var(--border)}.auth-form .divider span{padding:0 16px}.auth-form .social-login{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px}.auth-form .social-login .social-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border:1.5px solid var(--border);background:#fff;border-radius:var(--radius);font-size:14px;font-weight:500;color:var(--text-dark);cursor:pointer;transition:var(--transition)}.auth-form .social-login .social-btn.google-btn:hover{border-color:#4285f4;color:#4285f4}.auth-form .social-login .social-btn.apple-btn:hover{border-color:#000;color:#000}.auth-form .social-login .social-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.auth-form .social-login .social-btn svg{flex-shrink:0}.auth-footer{text-align:center;padding-top:24px}.auth-footer p{margin:0;color:var(--text-light);font-size:14px}.auth-footer .signup-link{color:var(--primary);font-size:inherit;font-weight:600;text-decoration:none;transition:var(--transition)}.auth-footer .signup-link:hover{text-decoration:underline}.terms-notice{margin-top:24px;text-align:center;font-size:clamp(11px,1.3vw,13px);color:var(--text-light);line-height:1.5}.terms-notice a{color:var(--text-dark);font-size:inherit;margin:0 3px;text-decoration:none;font-weight:500}.terms-notice a:hover{text-decoration:underline}.alert{padding:14px 18px;border-radius:var(--radius);margin-bottom:24px;font-size:14px;font-weight:500;animation:slideInUp .4s ease forwards;position:relative;overflow:hidden}.alert::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;opacity:.8}.alert.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.alert.alert-success::before{background-color:#22c55e}.alert.alert-danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.alert.alert-danger::before{background-color:#ef4444}.alert.alert-info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.alert.alert-info::before{background-color:#3b82f6}.mt-4{margin-top:1.5rem !important}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes slideInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.verify-icon-container{display:flex;justify-content:center}.btn-link{background:none;border:none;padding:0;color:var(--primary);text-decoration:none;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:500;transition:all .3s ease}.btn-link:hover{color:var(--primary-dark);text-decoration:underline}.signup-link{color:var(--primary);text-decoration:none;font-weight:500;transition:all .3s ease}.signup-link:hover{color:var(--primary-dark);text-decoration:underline}.icon-circle{width:80px;height:80px;background:rgba(47,68,59,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:36px;margin:0 auto 24px;position:relative;z-index:1;box-shadow:0 0 20px rgba(47,68,59,.1)}.icon-circle::after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border:2px solid rgba(47,68,59,.1);border-radius:50%;animation:pulse 2s infinite}.success-circle{background:rgba(16,185,129,.1) !important;color:#10b981 !important;box-shadow:0 0 20px rgba(16,185,129,.15) !important}.success-circle::after{border-color:rgba(16,185,129,.2) !important}.error-circle{background:rgba(239,68,68,.1) !important;color:#ef4444 !important;box-shadow:0 0 20px rgba(239,68,68,.15) !important}.error-circle::after{border-color:rgba(239,68,68,.2) !important}.logout-btn{display:inline-flex;align-items:center;gap:8px;font-size:clamp(12px,2vw,16px);color:var(--text-light) !important;text-decoration:none !important;font-weight:500;transition:var(--transition)}.logout-btn:hover{color:var(--primary) !important;transform:translateY(-1px)}.logout-btn i{font-size:16px}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:.4}100%{transform:scale(1);opacity:.8}}@keyframes glow{from{opacity:.1;transform:scale(0.9)}to{opacity:.3;transform:scale(1.1)}}.verification-steps{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:16px}.verification-steps .step-item{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:14px;transition:color .3s ease}.verification-steps .step-item i{width:28px;height:28px;background:rgba(139,92,246,.05);border:1px solid rgba(139,92,246,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--primary)}.verification-steps .step-item.active{color:var(--text-dark);font-weight:500}.verification-steps .step-item.active i{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px rgba(139,92,246,.3)}.info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-top:24px;display:flex;gap:12px;align-items:flex-start}.info-box i{color:var(--primary);font-size:18px;margin-top:2px}.info-box .info-content p{margin:0;font-size:13px;line-height:1.5;color:#475569}.info-box .info-content strong{color:var(--text-dark);display:block;margin-bottom:4px}@media(max-width: 768px){.auth-wrapper{min-height:auto}.auth-visual{display:none}.auth-form-container{min-height:100vh}.auth-form-container .form-backdrop{display:none}.auth-form-container .auth-card{box-shadow:var(--shadow)}.social-login{grid-template-columns:1fr}}@media(max-width: 576px){.stats{flex-direction:column;gap:16px !important}.stats .stat-divider{display:none}}.form-step{display:none;animation:fadeIn .5s ease}.form-step.active{display:block}.form-actions{display:flex;justify-content:space-between;margin-top:30px}.form-actions .step-btn{padding:14px 28px;border-radius:8px;font-size:clamp(12px,2vw,16px);font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;gap:8px;transition:all .3s}.form-actions .step-btn.btn-next{background-color:#2f443b;color:#fff}.form-actions .step-btn.btn-next:hover{background-color:#0f3d3f}.form-actions .step-btn.btn-prev{background-color:#f8f9fa;color:#2f443b;border:1px solid #ddd}.form-actions .step-btn.btn-prev:hover{background-color:#2f443b;color:#fff}.step-indicator{display:flex;justify-content:space-between;margin-bottom:30px;position:relative}.step-indicator::before{content:"";position:absolute;top:12px;left:0;right:0;height:2px;background-color:#eaeaea;z-index:1}.step-indicator .step{display:flex;flex-direction:column;align-items:center;z-index:2;position:relative;width:50%}.step-indicator .step .step-number{width:26px;height:26px;border-radius:50%;background-color:#eaeaea;color:#7f8c8d;display:flex;align-items:center;justify-content:center;font-weight:bold;margin-bottom:6px;border:2px solid #eaeaea;transition:all .3s ease}.step-indicator .step.active .step-number{background-color:#0c9397;color:#fff;border-color:#0c9397}.step-indicator .step.active .step-label{color:#0c9397}.step-indicator .step.completed .step-number{background-color:#2ecc71;border-color:#2ecc71;color:#fff}.step-indicator .step .step-label{font-size:14px;color:#7f8c8d;font-weight:500}.mini-header{position:sticky;top:0;left:0;z-index:999;background:#f1f5f9;border-bottom:1px solid rgba(0,0,0,.07);box-shadow:0 2px 10px rgba(0,0,0,.05)}.mini-header .mh-wrap{display:flex;align-items:center;gap:14px;padding:7px 0}.mini-header .mh-logo-img{height:56px;width:auto;max-width:80px;object-fit:contain;border-radius:10px;border:1.5px solid rgba(0,0,0,.08);box-shadow:0 1px 6px rgba(0,0,0,.07);flex-shrink:0}.mini-header .mh-info{display:flex;flex-direction:column;gap:5px}.mini-header .mh-name{font-size:18px;font-weight:700;color:#1a1a2e;margin:0;line-height:1.2}.mini-header .mh-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.mini-header .mh-chip{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500;line-height:1.5;text-decoration:none !important;transition:background .2s ease;white-space:nowrap}.mini-header .mh-chip i{font-size:11px}.mini-header .mh-chip--location{background:rgba(108,117,125,.1);color:#555}.mini-header .mh-chip--verified{background:rgba(40,167,69,.1);color:#1a7431}.mini-header .mh-chip--verified i{color:#28a745}.mini-header .mh-chip--rating{background:rgba(255,193,7,.12);color:#7a5800}.mini-header .mh-chip--rating:hover{background:rgba(255,193,7,.24);color:#5a4000}.mini-header .mh-chip--rating .mh-stars i{color:#ddd;font-size:11px}.mini-header .mh-chip--rating .mh-stars i.mh-star--active{color:#ffc107}.mini-header .mh-chip--rating .mh-rating-num{font-weight:700;margin-left:2px}.mini-navbar{background:linear-gradient(#f1f5f9, #f1f5f9);display:flex;justify-content:center;align-items:center;justify-content:start;position:sticky;top:80px;width:100%;padding:5px;z-index:999}.mini-navbar .inner-flex{display:flex;justify-content:center;align-items:center;justify-content:space-between;width:100%}.mini-navbar .inner-flex ul.nav-list{display:flex;align-items:center;gap:5px}.mini-navbar .inner-flex ul.nav-list .nav-item.active{background:#0c9397;border-radius:5px 10px}.mini-navbar .inner-flex ul.nav-list .nav-item.active .nav-link{color:#fff}.mini-navbar .inner-flex ul.nav-list .nav-item.has-dropdown{position:relative}.mini-navbar .inner-flex ul.nav-list .nav-item.has-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:5px;z-index:999;padding:0;display:none;overflow:hidden}.mini-navbar .inner-flex ul.nav-list .nav-item.has-dropdown .dropdown-menu li a.nav-link{transition:.3s ease-in-out}.mini-navbar .inner-flex ul.nav-list .nav-item.has-dropdown .dropdown-menu li a.nav-link:hover{background:#2f443b;color:#fff;transition:.3s ease-in-out}.mini-navbar .inner-flex ul.nav-list .nav-item.has-dropdown:hover .dropdown-menu{display:block}.mini-navbar .inner-flex ul.nav-list .nav-item .nav-link{color:#2f443b;padding:5px 10px;font-weight:600}.mini-navbar .inner-flex ul.nav-list .nav-item .nav-link.first-link{position:relative;display:flex;flex-direction:column;align-items:end}.mini-navbar .inner-flex ul.nav-list .nav-item .nav-link.first-link span{position:absolute;font-weight:600;font-size:12px;right:12px}.mini-navbar .inner-flex ul.nav-list .nav-item .nav-link.first-link span::before{content:"";width:16px;height:16px;position:absolute;left:-18px;top:50%;transform:translateY(-50%);background:url("/images/icons/arrow-left-tail.svg");background-position:center;background-size:contain;background-repeat:no-repeat;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%)}.mini-navbar .inner-flex ul.nav-list .nav-item .nav-link.first-link img{width:180px;position:relative;top:5px}.mini-navbar .toggle-bar{padding:5px;border:1px solid #2f443b;display:none}.mini-navbar .toggle-bar span{display:block;width:28px;height:3px;flex-shrink:0;background:#2f443b;margin-bottom:5px}.mini-navbar .toggle-bar span:last-child{margin:0}@media(max-width: 768px){.mini-navbar .toggle-bar{display:block;cursor:pointer}.mini-navbar .inner-flex{top:100%;left:0;position:absolute;width:100%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;display:none;gap:5px;padding:15px 0;box-shadow:rgba(149,157,165,.2) 0px 8px 24px}.mini-navbar .inner-flex .nav-list{flex-direction:column;width:100%}.mini-navbar .inner-flex.show{display:flex}}@media(max-width: 576px){.mini-navbar{top:60px}}.latest-facility-wrapper .card-header .heading-wrap .sub-heading{margin:0}@keyframes modalFadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.action-btn{background:linear-gradient(135deg, #2f443b 0%, #1e2d26 100%);color:#fff;border:none;padding:12px 40px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 20px rgba(0,0,0,.08);font-family:"Outfit",sans-serif}.action-btn:hover{transform:translateY(-2px);box-shadow:rgba(47,68,59,.3) 0px 6px 20px}.action-btn:active{transform:translateY(0)}.action-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width: 768px){.action-btn{padding:10px 30px;font-size:14px}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(6,214,160,.7)}70%{box-shadow:0 0 0 10px rgba(6,214,160,0)}100%{box-shadow:0 0 0 0 rgba(6,214,160,0)}}@keyframes fadeIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes clpSlide{from{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes dash{to{background-position:100% 0%,0% 100%,0% 0%,100% 100%}}@keyframes toastEnter{0%{opacity:0;transform:translateX(120%) scale(0.96)}60%{opacity:1;transform:translateX(-8px) scale(1)}100%{transform:translateX(0)}}.action-btn{background-color:#2f443b;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:clamp(14px,1.6vw,15px);cursor:pointer;padding:8px 14px;transition:.3s ease-in-out ease-in-out}.action-btn:hover{background:#0c9397;transition:.3s ease-in-out ease-in-out}.action-btn.action-btn-circle{width:38px;height:38px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.action-btn.action-btn-circle:hover{transform:scale(1.1);box-shadow:0 6px 15px rgba(0,0,0,.15)}.action-btn.action-btn-circle.disabled-state{background-color:#6c757d;cursor:not-allowed}.action-btn.action-btn-circle.disabled-state:hover{transform:none;box-shadow:none}.full-content-wrap{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-items:start;gap:12px}.sub-heading{font-size:clamp(18px,2vw,20px);font-weight:700;margin-bottom:20px;color:#333}@keyframes loading-1{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}@keyframes loading-2{0%{transform:rotate(0deg)}100%{transform:rotate(180deg)}}@keyframes loading-3{0%{transform:rotate(0deg)}100%{transform:rotate(140deg)}}.bread-list.direct-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;list-style:none;margin:0;padding:4px 10px;border-bottom:1px solid #e2e8f0}.bread-list.direct-list li{color:#374151;font-size:10px}.bread-list.direct-list li a{font-size:11px;color:#2f443b;font-weight:700}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:1rem}.footer-links li a{color:#fff;font-weight:500;text-decoration:none;font-size:.95rem;display:flex;align-items:center;transition:color .3s ease}.footer-links li a i{margin-right:.5rem;color:#fff;font-size:.9rem}.footer-links li a:hover{color:#94a3b8}.footer-links li .d-flex{align-items:flex-start}.footer-links li .d-flex .title-icon{margin-right:.85rem;font-size:1.2rem;color:#fff}.footer-links li .d-flex .enqurycontact-info h4{font-size:1rem;font-weight:600;color:#fff}.footer-links li .d-flex .enqurycontact-info p{font-size:.9rem;color:#fff;margin:.25rem 0 0}.location-cta{position:relative;width:100%;max-width:516px;margin:auto;background:linear-gradient(#2f443b, #4a6b5a);background-blend-mode:darken;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;padding:25px;height:500px;border-radius:10px;z-index:1}.location-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("/images/icons/form-bg-pattern.png");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}.location-cta .inner-wrap{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;border:2px solid #fff;padding:30px 15px;border-radius:10px}.location-cta .inner-wrap .sub-heading{color:#fff;text-align:center;margin:0;line-height:1.2}.location-cta .inner-wrap .title{color:#fff;text-align:center}.location-cta .inner-wrap p{color:#fff;text-align:center;font-size:15px;margin:0}.location-cta .inner-wrap .contact-list{background:radial-gradient(rgb(255, 255, 255), rgba(248, 241, 254, 0.6705882353));margin:0;display:flex;flex-flow:column;border-radius:0;gap:8px;padding:15px;width:100%;border-radius:10px}.location-cta .inner-wrap .contact-list li{flex-grow:1;margin:0}.location-cta .inner-wrap .contact-list li a{display:flex;align-items:center;gap:10px;transition:.3s ease-in-out;font-size:14px;overflow-wrap:anywhere;font-weight:600;transition:.4s ease-in-out}.location-cta .inner-wrap .contact-list li a span{margin:0;display:flex;align-items:center;justify-content:center;height:40px;width:40px;border:1px solid #2f443b}.location-cta .inner-wrap .contact-list li a span img{height:25px;width:25px;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);transition:.4s}.location-cta .inner-wrap .contact-list li a:hover{color:#504d4d;transition:.4s ease-in-out}.location-cta .inner-wrap .contact-list li a:hover span{background:#2f443b;transition:.4s}.location-cta .inner-wrap .contact-list li a:hover span img{filter:invert(1) brightness(100);transition:.4s}@media(max-width: 768px){.location-cta .inner-wrap{width:auto}}@media(max-width: 576px){.location-cta{padding:25px}}.profile-form-section .profile-forms .profile-form form .profile-upload .card{border:2px dashed #ddd;border-radius:8px;padding:1rem;background-color:#f9f9f9;transition:.3s ease-in-out;position:relative;overflow:hidden}.profile-form-section .profile-forms .profile-form form .profile-upload .card.view{display:flex;align-items:center;justify-content:center;min-height:200px}.profile-form-section .profile-forms .profile-form form .profile-upload .card.file-upload{cursor:pointer}.profile-form-section .profile-forms .profile-form form .profile-upload .card.mt-0{margin-top:0 !important}.profile-form-section .profile-forms .profile-form form .profile-upload .card:hover{border-color:#4a6b5a;background-color:#4a6b5a}.profile-form-section .profile-forms .profile-form form .profile-upload .card img{max-width:100%;height:auto;border-radius:10px;display:block;height:auto;aspect-ratio:1/1;object-fit:contain;display:block}.profile-form-section .profile-forms .profile-form form .profile-upload .card img.profile_preview{max-height:200px;object-fit:cover}.profile-form-section .profile-forms .profile-form form .profile-upload .card .image-action{position:absolute;bottom:10px;right:10px;width:40px;height:40px;background-color:#2f443b;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease-in-out;z-index:10}.profile-form-section .profile-forms .profile-form form .profile-upload .card .image-action.add-image:hover{transform:scale(1.1)}.profile-form-section .profile-forms .profile-form form .profile-upload .card .image-action input[type=file].uploadprofile{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;z-index:11}.profile-form-section .profile-forms .profile-form form .profile-upload .card .image-action i{color:#fff;font-size:1rem;pointer-events:none}.chat-screen .chat-header .header-actions .action-btn{padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:600;transition:.3s ease-in-out;border:1px solid #e2e8f0;background:#fff;color:#374151}.chat-screen .chat-header .header-actions .action-btn:hover{background:#f8fafc;border-color:#e2e8f0}.chat-screen .chat-header .header-actions .action-btn.btn-primary-alt{background:rgba(47,68,59,.1);color:#2f443b;border-color:rgba(0,0,0,0)}.chat-screen .chat-header .header-actions .action-btn.btn-primary-alt:hover{background:#2f443b;color:#fff}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card{border:2px dashed #ddd;border-radius:8px;padding:1rem;background-color:#f9f9f9;transition:.3s ease-in-out;position:relative;overflow:hidden}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card.view{display:flex;align-items:center;justify-content:center;min-height:200px}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card.file-upload{cursor:pointer}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card.mt-0{margin-top:0 !important}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card:hover{border-color:#4a6b5a;background-color:#4a6b5a}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card img.addimage{max-width:100%;height:auto;border-radius:6px;display:block}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card img.addimage.profile_preview{max-height:200px;object-fit:cover}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card .image-action{position:absolute;bottom:10px;right:10px;width:40px;height:40px;background-color:#2f443b;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease-in-out;z-index:10}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card .image-action.add-image:hover{background-color:#4a6b5a;transform:scale(1.1)}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card .image-action input[type=file].uploadprofile{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;z-index:11}#profile-form .profile-forms .tab-content .tab-pane .profile-form .controls form .profile-upload .card .image-action i{color:#fff;font-size:1rem;pointer-events:none}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:1.5rem;margin-bottom:2rem}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit{position:relative;width:100%;padding-bottom:100%;background-color:#f9f9f9;border:2px dashed #ddd;border-radius:8px;cursor:pointer;transition:.3s ease-in-out;overflow:hidden}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit:hover{border-color:#4a6b5a;background-color:#2f443b}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit:hover .mv_portfolio_plus{transform:scale(1.2)}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit .mv_portfolio_image_remover{position:absolute;top:8px;right:8px;width:30px;height:30px;background-color:#dc3545;color:#fff;border:none;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:.3s ease-in-out}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit .mv_portfolio_image_remover:hover{background-color:rgb(189.2151898734,32.7848101266,47.7721518987);transform:scale(1.1)}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit .mv_portfolio_image_remover i{font-size:.9rem}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit input[type=file].mv_portfolio_file_chooser{position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;cursor:pointer;z-index:5}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit input[type=hidden]{display:none}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:none}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit img[src]:not([src=""]){display:block}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit .mv_portfolio_plus{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:3rem;color:#ccc;transition:.3s ease-in-out;pointer-events:none}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit:has(img[src]:not([src=""])) .mv_portfolio_image_remover{display:flex}#profile-form .profile-forms .tab-content .tab-pane .mv_portfolio_edit_wrapper .mv_portfolio_edit:has(img[src]:not([src=""])) .mv_portfolio_plus{display:none}@media(max-width: 991px){#profile-form .profile-forms .tab-content .mv_portfolio_edit_wrapper{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:1rem}}@media(max-width: 576px){#profile-form .profile-forms .tab-content .mv_portfolio_edit_wrapper{grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:.75rem}}@keyframes modalFadeIn{from{opacity:0;transform:scale(0.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.popupform .modal-body .contact-form .mvShowCustomerForm,.popupform .modal-body .contact-form .mvGetOrgQuoteForm,.popupform .modal-body .contact-form .mvGetQuoteForm,.popupform .modal-body .contact-form .mvModalDirectQuoteForm{position:relative}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(0.95)}}.popupform .modal-body .contact-form .mv_get_quote_response{margin-bottom:1.5rem}.popupform .modal-body .contact-form .mv_get_quote_response .alert{padding:1rem 1.25rem;border-radius:10px;font-family:"Outfit",sans-serif;font-size:.95rem;font-weight:500;animation:slideDown .3s ease-out;display:flex;align-items:center;gap:.75rem}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.popupform .modal-body .contact-form .mv_get_quote_response .alert::before{content:"✓";font-size:1.25rem;font-weight:bold}.popupform .modal-body .contact-form .mv_get_quote_response .alert.success{background:linear-gradient(135deg, #d4edda 0%, rgb(222.7852459016, 241.5147540984, 227.2803278689) 100%);color:#155724;border:1px solid hsl(134.4,40.9836065574%,73.0392156863%);box-shadow:0 4px 12px rgba(21,87,36,.1)}.popupform .modal-body .contact-form .mv_get_quote_response .alert.error{background:linear-gradient(135deg, #f8d7da 0%, rgb(250.2787234043, 228.0212765957, 230.0446808511) 100%);color:#721c24;border:1px solid rgb(236.6063829787,149.8936170213,157.7765957447);box-shadow:0 4px 12px rgba(114,28,36,.1)}.popupform .modal-body .contact-form .mv_get_quote_response .alert.error::before{content:"✕"}.update-service-modal .service-body .pricing-section .sub-heading{font-size:1.1rem;font-weight:700;color:#1e293b}.heading-bottom{width:450px;max-width:65%;margin:0 auto;margin-bottom:10px;display:grid;grid-template-columns:1fr auto 1fr;gap:5px;align-items:center;justify-content:center}.heading-bottom .separator{height:1px;width:100%;background:#2f443b;position:relative;top:5px}.heading-bottom .separator::before{content:"";position:absolute;left:0;top:-5px;background:linear-gradient(90deg, #2f443b 50%, transparent 50%),linear-gradient(90deg, #2f443b 50%, transparent 50%),linear-gradient(0deg, #2f443b 50%, transparent 50%),linear-gradient(0deg, #2f443b 50%, transparent 50%);background-size:8px 1px,0px 1px,0px 1px,0px 1px;background-position:0% 0%,100% 100%,0% 100%,100% 0px;height:1.1px;width:100%;animation:dash 50s linear infinite}.heading-bottom .separator{opacity:.6}.heading-bottom .icon-wrap{display:inline-block;width:45px;height:45px;background:url("/images/icons/flower.svg");background-size:contain;background-repeat:no-repeat;background-position:center;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%);opacity:.7}@media(max-width: 576px){.heading-bottom{width:85%;max-width:350px}.heading-bottom .icon-wrap{width:36px;height:36px}}.iframe-wrapper{width:100%;height:100%;border-radius:10px;box-shadow:rgba(149,157,165,.2) 0px 8px 24px}.iframe-wrapper .img-wrapper img{width:100%;height:100%;object-fit:cover}.iframe-wrapper iframe{width:100%;height:100%;border-radius:10px}.certificate-section .table-wrap .sub-heading{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.teacher-section .teacher-card{background-color:#fff;border-radius:1rem;overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;text-align:center;cursor:pointer;border:2px solid #e2e8f0;padding:1rem}.teacher-section .teacher-card:hover{background:#e7f3f3}.teacher-section .teacher-card .img-wrap{width:55%;height:auto;margin:1rem auto;margin-bottom:0;aspect-ratio:1/1;border-radius:50%;transition:filter .3s ease-in-out;position:relative;z-index:1;overflow:visible}.teacher-section .teacher-card .img-wrap img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #4a6b5a}.teacher-section .teacher-card .img-wrap:hover{filter:brightness(0.9)}.teacher-section .teacher-card .img-wrap::after{content:"";width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:url("/images/icons/pattern-img-bg.png");background-repeat:no-repeat;background-position:center;background-size:contain;z-index:-1;filter:invert(21%) sepia(14%) saturate(4096%) hue-rotate(141deg) brightness(94%) contrast(103%)}.teacher-section .teacher-card .card-body{padding:1.5rem 1rem}.teacher-section .teacher-card .card-body .small-heading{font-family:"Outfit",sans-serif;color:#2f443b;font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.teacher-section .teacher-card .card-body .designation{font-family:"Outfit",sans-serif;color:#586880;font-size:1rem;margin-bottom:1rem}.teacher-section .teacher-card .card-body .teacher-social-links{display:flex;justify-content:center;gap:.75rem}.teacher-section .teacher-card .card-body .teacher-social-links a{width:36px;height:36px;border-radius:50%;background-color:#4a6b5a;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;color:#fff}.teacher-section .teacher-card .card-body .teacher-social-links a i{font-size:1rem}.teacher-section .teacher-card .card-body .teacher-social-links a:hover{background-color:#2f443b;transform:translateY(-2px)}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
