body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: "Open Sans", sans-serif;}
.no_scroll {overflow: hidden !important; background-color: #fff;}
.bars, .mobile_menu {display: none;}
a {text-decoration: none;}
p {line-height: 26px;}

.sub_heading {font-family: "Dancing Script", cursive; display: inline-block; font-size: 27px; font-weight: 600; letter-spacing: 0.5px;}
.sub_heading span {display: inline-block; background-color: #e8c16b; color: #285b4b; padding: 5px 15px; border-radius: 50px;}
.heading {font-size: 42px; font-weight: 600; margin-bottom: 0;}
.border_line {width: 120px; height: 3px; display: inline-block; background-color: #e8c16b;}

.button_1 {display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 12px 30px; border-radius: 50px; text-align: center; border: none; font-size: 14px; font-weight: 600; background-color: #e8c16b; color: #285b4b; text-decoration: none; transition: all 0.5s;}
.button_1 i {height: 25px; width: 25px; border-radius: 50%; display: grid; align-items: center; justify-content: center; background-color: #285b4b; color: #e8c16b;}
.button_1 i span {width: calc(100% - 25px);}
.button_1:hover {background-color: #d1ab58; color: #285b4b;}

/****BREAD CUMBS****/
.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #ffffff; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #d1ab58;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: '';}

/****NAVIGATION****/
header {padding: 0; background-color: #111;}
nav {padding: 30px 0 10px; height: auto; background: transparent; background: linear-gradient(180deg,rgba(0, 0, 0, 0.89) 30%, rgba(0, 0, 0, 0.7) 56%, rgba(255, 255, 255, 0) 90%); position: fixed; width: 100%; top: 0; z-index: 99990; transition: all 0.5s; top: 0; transition: all 0.5s;}
nav ul.menu {display: flex; flex-wrap: wrap; justify-content: space-between; list-style: none; margin: 0; padding: 0;}
nav ul.menu span {display: flex; align-items: center; justify-content: space-evenly; gap: 7px; width: calc(50% - 130px); position: relative; top: 0; transition: all 0.5s;}
nav ul.menu span.li_logo {width: 130px; justify-content: center; position: relative; top: 0; transition: all 0.5s;}
nav ul.menu span.li_logo img {width: 100px; object-fit: contain;}
nav ul.menu li a:not(.button_1) {color: #fff; text-decoration: none; font-weight: 300;}
nav ul.menu li.line {position: relative; top: -2px;}

nav.sticky {height: 100px; background-color: #111;}
nav.sticky ul.menu span.li_first, nav.sticky ul.menu span.li_last {top: -50px;}
nav.sticky ul.menu span.li_logo {top: -14px;}

/****BANNER****/
.banner_home {height: 800px;}
.banner, .banner_img, .slick-list, .slick-track {height: 100%; width: 100%; overflow: hidden; position: relative;}
.banner_img img {height: 100%; width: 100%; object-fit: cover;}
.banner_info {position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: grid; align-items: center;}
.banner_text {padding: 60px 30px; background-color: #00000049; border-radius: 0; text-align: center;}
.banner_text p {font-size: 16px; font-weight: 400; color: #fff; margin-bottom: 15px;}

.banner_other {height: 350px; padding: 30px; display: grid; justify-content: center; align-items: flex-end; text-align: center; background: #285B4B; background: linear-gradient(180deg, rgba(40, 91, 75, 1) 0%, rgb(35 80 57) 100%);}
.banner_other h3 {font-family: "Dancing Script", cursive; font-size: 30px;}

.slick-dotted.slick-slider {margin-bottom: 0!important;}

/****SECTIONS****/
.content_sec {padding: 100px 0;}

.about_img {width: calc(100% + 60px);}
.bgh {height: 688px;}
.about_ul_2 {display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; list-style: none; margin: 0; padding: 0; max-width: 80%;}
.about_ul_2 img {width: 30px; margin-right: 10px;}
.about_ul_2 li {color: #fff; font-size: 14px;}
.why_choose img {width: 60px; margin-bottom: 10px;}
.why_choose span {font-weight: 600;}

/****TESTIMONIAL****/
.testimonial_item {text-align: center;}
.testimonial_item p {font-size: 18px; font-style: italic; color: #fff; line-height: 34px;}
.testimonial_item .border_line_2 {width: 50px; height: 1px; background-color: #fff; margin: 20px auto;}
.testimonial_item .ratings {display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; list-style: none; margin: 5px 0 0; padding: 0;}
.testimonial_item .ratings li span.checked {color: #ffc107;}
.user {display: flex; align-items: center; width: max-content; margin: 20px auto 0;}
.user img {height: 50px; width: 50px; object-fit: cover; border-radius: 50%;}
.user div {width: calc(100% - 50px); padding-left: 15px;}
.user div h5 {color: #fff;}
.user div p {font-weight: 400; color: #e8c16b; font-family: "Dancing Script", cursive;}

/****PLANS****/
.plan_item {border-radius: 40px; overflow: hidden;}
.plan_head {background-color: #111;}
.plan_head h6 {color: #d1ab58; padding: 30px 15px; text-align: center; font-size: 26px; font-weight: 700;}
.plan_body {padding: 10px; background-color: #fff;}
.plan_body li {display: flex; align-items: center; padding: 15px 30px; border-bottom: 1px solid #11111118; background-color: #fff;}
.plan_body li img {width: 28px; margin-right: 15px;}
.plan_footer {padding: 20px 15px; text-align: center; background-color: #fff;}
.plan_footer h5 {font-weight: 700;}

/****Frenchise****/
.frenchise_box {padding: 30px; background-color: #1f4a3c; border-radius: 40px;
    background: radial-gradient(circle at 85% 26%, rgba(232, 192, 107, 0.152), rgba(0, 0, 0, 0) 25%), linear-gradient(135deg, #1b4332 0%, #1f4f3a 45%, #143d2c 100%);}

/* Gallery Box */
.gallery_box {background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.4s ease; margin-bottom: 0;}
.gallery_box:hover {transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.12);}
.gallery_img {position: relative; overflow: hidden;}
.gallery_img a {position: relative; display: block;}
.gallery_img img {width: 100%; height: 280px; transition: transform 0.6s ease;}
.gallery_icon {position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); color: #fff; font-size: 34px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s ease; z-index: 2;}

/* Title */
.gallery_img h3 {background: #ffffff; border-top: 1px solid #eee; font-size: 18px; font-weight: 600; color: #222; text-decoration: none;}

.icon-box + div {width: calc(100% - 60px);}

.gallery_youtube {position: relative; aspect-ratio: 9 / 16; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden;}
.gallery_youtube iframe {width: 100%; height: 100%; border: none; display: none;}
.play_btn {position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 45px; color: #fff; cursor: pointer; background: rgba(0,0,0,0.35);}
.gallery_youtube {height: auto; width: 100%;}
.gallery_youtube iframe {height: 100%; width: 100%; object-fit: cover;}

/****INSTAGRAM****/
.insta_item {padding: 0 8px; position: relative; cursor: pointer;}
.insta_item a {width: 100%; display: block; position: relative;}
.insta_item a img {width: 100%; height: 250px; object-fit: cover;}

.insta_item video {width: 100%; border-radius: 12px;}
.play_icon {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30px; color: #fff; background: rgba(0,0,0,0.6); width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; pointer-events: none;}
.video_modal {position: fixed; inset: 0; background: rgba(0,0,0,0.85); display: none; align-items: center; justify-content: center; z-index: 99999;}
.video_modal video {width: 95%; height: 95vh; border-radius: 7px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.close_modal {position: absolute; top: 20px; right: 30px; color: #fff; font-size: 30px; cursor: pointer; z-index: 90;}


.slick-prev {background-image: url('../images/scroll_arrow.svg') !important; background-size: contain !important; width: 40px !important; height: 40px !important; left: -15px !important; transform: rotate(-180deg) !important; z-index: 90 !important;}
.slick-next {background-image: url('../images/scroll_arrow.svg') !important; background-size: contain !important; width: 40px !important; height: 40px !important; right: -20px !important;}
.slick-prev:before, .slick-next:before {content: '' !important; display: none !important;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {background-image: url('../images/scroll_arrow.svg') !important; background-size: contain !important;}

/* Hover effect */
.gallery_box:hover .gallery_icon, .insta_item:hover .gallery_icon {opacity: 1;}
.gallery_box:hover img {transform: scale(1.08);}

.fancybox__container {z-index: 999999 !important;}

/****FOOTER****/
footer {background: #285B4B; background: linear-gradient(180deg, rgba(40, 91, 75, 1) 0%, rgb(73 98 44) 100%);}
.logo_text {text-align: center; color: #fff; font-size: 24px; font-weight: 400; font-family: "Dancing Script", cursive; margin-top: 15px;}
.footer_ul {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; margin: 30px 0; padding: 0;}
.footer_ul li a {color: #fff; font-weight: 300; font-size: 15px;}
.footer_ul li:nth-child(even) a {position: relative; top: -2px;}

.social_media {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; list-style: none; margin: 0; padding: 0;}
.social_media li a {height: 45px; width: 45px; font-size: 24px; border-radius: 50%; display: grid; align-items: center; justify-content: center; background-color: #d1ab58; color: #285b4b;}


/****BGS****/
.bg_1 {background-color: #285b4b;}
.bg_2 {background-image: url('../images/why_choose_us.png'); background-size: cover;}
.bg_3 {position: relative; z-index: 9;}
.bg_3::after {content: ""; position: absolute; width: 100%; height: 110%; top: 0; left: 0; background-image: url('../images/tea_leaf.png'), url('../images/tea_cup.png'); background-size: 440px; background-position-x: right, left; background-position-y: top, calc(100% + 0px); background-repeat: no-repeat; z-index: -1;}

.bg_4 {position: relative; z-index: 9;}
.bg_4::after {content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-image: url('../images/bg-4.jpg'); background-position-x: left; background-position-y: bottom; background-repeat: no-repeat; z-index: -1;}


.cta-highlight {
    display: inline-block;
    padding: 16px 42px;
    background: #f0c14b;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    border: 3px solid #ffdd88;
    box-shadow:
        0 0 0 0 rgba(240, 193, 75, 0.8),
        0 10px 30px rgba(0, 0, 0, 0.25);
    animation: pulseGlow 1.8s infinite;
    position: relative;
}

/* Strong pulse glow */
@keyframes pulseGlow {
    0% {
        box-shadow:
            0 0 0 0 rgba(240, 193, 75, 0.9),
            0 10px 30px rgba(0, 0, 0, 0.25);
    }
    70% {
        box-shadow:
            0 0 0 18px rgba(240, 193, 75, 0),
            0 10px 35px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow:
            0 0 0 0 rgba(240, 193, 75, 0),
            0 10px 30px rgba(0, 0, 0, 0.25);
    }
}

/* Hover – very visible */
.cta-highlight:hover {
    background: #ffcc55;
    transform: scale(1.05);
}


/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

.fw_400 {font-weight: 400;}
.fw_500 {font-weight: 500;}
.fw_600 {font-weight: 600;}
.fw_700 {font-weight: 700;}
.fw_800 {font-weight: 800;}
.fw_900 {font-weight: 900;}

.clip_1 {-webkit-line-clamp: 1; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_2 {-webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_3 {-webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_4 {-webkit-line-clamp: 4; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_5 {-webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_6 {-webkit-line-clamp: 6; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_8 {-webkit-line-clamp: 8; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #0000005c; z-index: 9999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_320 {min-width: 320px; width: 320px;}
.new_modal .w_400 {min-width: 320px; width: 400px;}
.new_modal .w_500 {min-width: 320px; width: 500px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_800 {min-width: 320px; width: 800px;}
.new_modal .w_900 {min-width: 320px; width: 900px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .w_fit {min-width: 320px; width: 100%;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 59px; background-color: #fff; border-bottom: 1px solid #ddd;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #39363a; font-weight: bold;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 120px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}

.new_modal .input_flex {border: 1px solid #aaa;}
.new_modal .input_flex span {padding: 0 4px 0 10px;}
.new_modal .input_flex input {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex textarea {color: #111; width: 100%; border: none; padding: 21px 12px 4px; font-size: 15px;}
.new_modal .input_flex select {color: #111; width: 100%; border: none; padding: 21px 8px 6px; font-size: 15px;}
.new_modal .modal_footer button {padding: 13px 25px;}

/*/Modla Ends/*/


/*........media-querries........*/
@media only screen and (max-width:991px) {
    nav.sticky {height: 80px; background-color: #1f1f1f;}
    nav ul.menu .li_logo {order: 1; width: auto !important; justify-content: start;}
    nav ul.menu span.li_logo img {width: 80px;}
    nav ul.menu .li_first, nav ul.menu .li_last {display: none;}

    .bars {display: block; order: 2; position: relative; top: -7px;}
    .bars i {font-size: 24px; color: #d1ab58;}

    .mobile_menu {display: block; background-color: #fff; list-style: none; margin: 0; padding: 0 0 20px; position: fixed; top: 0; left: -100%; z-index: 99990; width: 100%; height: 100vh; overflow-y: auto; transition: all 0.5s;}
    .mobile_menu.open {left: 0;}
    .mobile_menu .nav_title {background-color: #1f1f1f; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 9;}
    .mobile_menu .nav_title i {color: #d1ab58; cursor: pointer; padding: 15px 0; font-size: 24px;}
    .mobile_menu .nav_title img {width: 50px;}
    .mobile_menu li {padding: 0 20px;}
    .mobile_menu li a:not(.button_1, .social_media li a) {display: block; padding: 15px 15px; border-top: 1px solid #11111118; color: #1b4332;}
    .mobile_menu li a.button_1 {width: 100%; margin-top: 15px;}
    .mobile_menu .social_media li a {background-color: #1b4332; color: #d1ab58;}

    .banner_home {height: 100vh;}
    .bgh {height: auto;}
    .about_img {width: 90%;}
    .bg_3::after {background-size: 300px; background-position-y: top, calc(100% + -50px);}
}

@media only screen and (max-width:768px) {
    .about_ul_2 {grid-template-columns: repeat(1, 1fr);}
    .sub_heading {font-size: 18px;}
    .heading {font-size: 30px;}
    .banner_text p {font-size: 12px; line-height: 20px;}
    .button_1 {font-size: 12px;}
    .why_choose {margin: 15px 0;}
    .gallery_img img {height: 220px;}
    .slick-prev, .slick-next {display: none !important;}
    .bg_4::after {width: 70%; background-size: contain;}
}

@media only screen and (max-width:576px) {
    .banner_text {padding: 20px;}
    .content_sec {padding: 50px 0;}
    .bg_3::after {background-size: 270px; background-position-y: top, calc(100% + 27px);}
    .banner_other {height: 270px;}
    nav ul.menu span.li_logo {top: -15px;}
    .nav_title a {padding: 10px 10px !important;}
    .why_choose {background-color: #ffffff57; border-radius: 5px; margin: 5px; padding: 15px; width: auto;}
    .video_modal video {width: 100%; height: 100vh;}
    .close_modal {top: 10px; right: 15px; font-size: 24px;}
}

@media only screen and (max-width:480px) {
    .about_img {width: 100%; margin: auto;}
    
}


.float-buttons{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  .mab{
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0,0,0,.2);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    position: relative;
  }
  .mab svg{
    width: 28px;
    height: 28px;
    fill: #fff;
    pointer-events: none;
  }
  .mab:hover{
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 22px rgba(0,0,0,.24);
  }
  .mab:active{
    transform: scale(.98);
  }
  .fab-whatsapp{ background: #25D366; }
  .fab-call{ background: #0A66C2; }

  /* Small pulse for attention */
  .fab-whatsapp::after,
  .fab-call::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    box-shadow: 0 0 0 0 rgba(0,0,0,.15);
    animation: pulse 2s infinite;
  }
  @keyframes pulse{
    70% { box-shadow: 0 0 0 12px rgba(0,0,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
  }

  /* Tiny label bubble */
  .fab-tip{
    position:absolute;
    right: 70px;
    white-space: nowrap;
    background: #111;
    color:#fff;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: all .2s ease;
  }
  .mab:hover .fab-tip{
    opacity: 1;
    transform: translateY(0);
  }

  /* Optional: hide the Call button on large desktops (show on mobile/tablet) */
  @media (min-width: 992px){
    .fab-call{ opacity: .9; }
  }

  /* Respect users who prefer reduced motion */
  @media (prefers-reduced-motion: reduce){
    .mab, .mab::after{ transition: none; animation: none; }
    .mab:hover{ transform: none; }
    .fab-tip{ transition: none; }
  }








