/* FONT IMPORT */

/* Google Font */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&display=swap'); */
@import url('https://fonts.cdnfonts.com/css/troubleside');
@import url('https://fonts.cdnfonts.com/css/fugaz-one');
@import url('https://fonts.cdnfonts.com/css/trebuchet-ms-2');

/* Local Font */
@font-face {
    font-family: "montereyflf";
    src: url("../fonts/montereyflf.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #82bd34;
    --secondary: #155338;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    /* font-family: "Bona Nova SC", serif; */
    font-family: 'Trebuchet MS', sans-serif;
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    /* font-family: "montereyflf"; */
    font-family: 'TroubleSide', sans-serif;
}

h4,
h5,
h6 {
    color: #000;

}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11113;
}

.preLoader .counter {
    color: var(--secondary);
    font-size: 4rem;
    font-weight: 700;
    position: absolute;
    inset: 0;
    margin: auto;
    text-align: center;
    line-height: 1.3;
    mix-blend-mode: difference;
}

.preLoader .bars-wrapper {
    display: flex;
    align-items: end;
    justify-content: start;
    transform: scale(1.5);
}

.preLoader .bar {
    width: calc(100% / 5);
    height: 100vh;
    background-color: var(--primary);
    scale: 1.1;
}

.preLoader .progress {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    max-width: 300px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.3);
    transform-origin: right;
}

.preLoader .progress .progressInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    transform: scaleX(0);
    transform-origin: left;
}


/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.125rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0.9em 1.96em;
    border-radius: 5px;
    line-height: normal;
    font-family: 'Fugaz One', sans-serif;
}

.themeBtn i {
    margin-right: 0.5rem;
}

.themeBtn:hover {
    background: var(--secondary);
    color: #fff;

}

.themeBtn1:hover {
    background: var(--primary);
    color: #fff;
}

.themeBtn1 {
    background: var(--secondary);
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0.9em 1.96em;
    border-radius: 5px;
    line-height: normal;
    font-family: 'Fugaz One', sans-serif;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}




/* NAV HEADER CSS */

header {
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding: 2rem 0 2rem;
    transition: 0.3s ease-in-out;
    background: var(--black);
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 200px;
}

.navbar-brand>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(0) invert(1); */
}

.navbar-nav {
    align-items: center;
    gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
    /* font-weight: 500; */
    padding: 0 0;
    display: inline-block;
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1095px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 90px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Fugaz One', sans-serif;
}

.main-slider p {
    color: var(--white);
    font-weight: 500;
    line-height: 1.2;
    margin: 25px 0 35px 0;
    font-size: 1.125rem;
}

.main-slider .btn-group {
    gap: 1rem;
    margin-top: 1rem;
}



nav.navbar.navbar-expand-lg.p-0 .btn-group {
    gap: 10px;
    margin-left: 2.5rem;
}


.slideOne h2 {
    font-size: 3.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Fugaz One', sans-serif;
}

/* !MAIN HERO SLIDER CSS */


/* SEARCH BAR CSS */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* !SEARCH BAR CSS */


.mainHead {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Fugaz One', sans-serif;
}

/* About Sec Css Start */

.innerBan>img {
    height: 740px;
    object-fit: cover;
}

.aboutSec {
    background: url(../images/aboutbg.webp)top/cover no-repeat;
    margin-top: -4rem;
    padding-top: 10rem;
    padding-bottom: 18rem;
}

.abtImg {
    display: flex;
    align-items: flex-start;
    margin-top: 3rem;
    gap: 2.7rem;
}

.abtImg img:nth-child(1) {
    width: 212px;
    height: 207px;
    object-fit: cover;
    border-radius: 25px;
}

.abtImg img:nth-child(2) {
    width: 303px;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
}

.aboutImg>figure>img {

    width: 565px;

    height: 440px;

    object-fit: cover;

    border-radius: 25px;
}

.secHeading {
    font-size: 5rem;
    color: var(--black);
    text-transform: uppercase;
}

.aboutContent .themeBtn {
    color: #fff;
    background: #000;
}

.aboutContent .btn-group {
    gap: 10px;
}

.aboutContent h4 {
    font-size: 23px;
    font-weight: 500;
}

.aboutContent p {
    font-size: 1rem;
    color: #000;
}

.dotabt {
    position: absolute;
    top: -2rem;
    right: 4rem;
    z-index: -1;
}

.plantt {
    position: absolute;
    left: -2px;
}

.aboutImg {
    padding-left: 8rem;
    position: relative;
    z-index: 1;
}


/* About Sec Css End */



/* service-section */
.service-section {
    background: #0A3222;
    clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
    padding-top: 16rem;
    margin-top: -17rem;
    padding-bottom: 14rem;
}

.service-wrap {
    position: relative;
}

.service-cntnt {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}

.service-cntnt h2 {
    font-size: 1.5625rem;
    font-family: 'Fugaz One', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.5rem;
}

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

.servhead {
    text-align: center;
    margin-bottom: 2rem;
}

.servhead .mainHead {
    margin: 0;
    color: #fff;
    font-family: 'Fugaz One', sans-serif;
}

.servhead p {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
}

/* service-section */


/* offer-seciotn */
.offer-section {

    margin-top: -10rem;
    padding-top: 16rem;
}

.offer-section::before {
    position: absolute;
    content: "";
    clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
    background: #DC6D36;
    width: 100%;
    height: 766px;
    top: 0;
    border-radius: 10px 0 60px 0;
}

.offercntnt h2 {
    font-size: 3.125rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Fugaz One', sans-serif;
}

.offercntnt h3 {
    font-size: 2.0625rem;
    font-weight: 500;
    color: #fff;
    margin: 30px 0;
}

img.img-fluid.offer11 {
    position: absolute;
    top: 15.6rem;
    left: 6rem;
    width: 32%;
}

.offerbtn {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.offercntnt {
    padding-left: 5rem;
}



/* offer-seciotn */


/* fly-lawn */
.fly-lawn {
    background: url(../images/lawnbg.webp)top/cover no-repeat;
    background: #adc727;
    padding: 5rem 0 0 0;
}

.flycntnt h2 {
    font-size: 5rem;
    font-weight: bold;
    font-family: 'Fugaz One', sans-serif;
    text-transform: uppercase;
}

ul.flylist li {
    font-size: 1.125rem;
    color: #000;
}



ul.flylist li+li {
    margin-top: 1rem;
}

ul.flylist li img {
    margin-right: 10px;
}

.flylist {
    margin-bottom: 50px;
}

.flycntnt .btn-group {
    gap: 8px;
}

section.fly-lawn figure img {
    display: block;
    margin: 0 auto;
}

.flycntnt {
    margin-bottom: 6rem;
}

/* fly-lawn */


/* gallery sec  */
section.gallery-section figure img {
    width: 100%;
    height: 337px;
    object-fit: cover;
}

section.gallery-section figure {
    margin-bottom: 30px;
}

.gallery-section figure a figcaption {
    font-size: 1.5rem;
    font-weight: 500;
    background: var(--primary);
    color: var(--black);
    text-align: center;
    padding: 0.25rem;
}

.baSlider {
    margin-bottom: 2rem;
}

.baSlider :is(.before, .after) :is(div, img) {
    height: 600px !important;
    object-fit: cover;
}

.baSlider [baSlider-handler] {
    top: 50% !important;
    transform: translateY(-50%);
    background: var(--primary);
}

.baSlider__text {
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0;
}

.baSlider__text span {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

/* gallery sec  */



/* Footer Css Start */

footer {
    background: var(--black);
    padding-top: 3.75rem;
    position: relative;
}

.footer-content h2 {
    font-size: 2.5rem;
    color: var(--white);
    font-family: 'Fugaz One', sans-serif;
    margin-bottom: 2rem;
}

.footer-content h4 {
    color: var(--white);
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
    font-family: 'Fugaz One', sans-serif;
}

.footLogo img {
    width: 260px;
    margin-bottom: 1rem;
}

footer h3 {
    color: var(--white);
    font-size: 1.75rem;
    margin-bottom: 28px;
    font-family: 'Fugaz One', sans-serif;
    text-transform: uppercase;
}

footer ul li a {
    color: var(--white);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.timingLinks li a span {
    display: block;
}

footer ul li a:hover {
    color: var(--primary);
}

.footBottom p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0;
    text-align: center;
}

.socialLinks {
    display: flex;
    justify-content: start;
    gap: 1.5rem;
}

.socialLinks li a {
    font-size: 1.625rem;
}

.footBottom {
    margin-top: 3rem;
    padding: 30px 0;
    background: #19290C;
}

.topBtn {
    position: absolute;
    right: 4rem;
    bottom: 2.5rem;
    color: var(--white);
    font-size: 1.625rem;
}

.contactInfo li a strong {
    font-size: 1rem;
    color: var(--white);
    font-weight: 400;
}

.contactInfo li a strong span {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}

.contactInfo li a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: unset;
}

.contactInfo li+li {
    padding-top: 1rem;
}

footer ul li+li {
    margin-top: 1rem;
}

ul.socialLinks li+li {
    margin-top: 0;
}

ul.timingLinks li a {
    text-transform: capitalize;
}

/* Footer Css End */



/* reiew-sec */
.testihead {
    text-align: center;
}

.testihead p {
    font-size: 1.125rem;
    color: #807D7D;
    margin: 0;
}

.testimonialBox ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 10px 0;
}

.testimonialBox ul li {
    color: #FFC300;
}

.userWrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.userWrap h3 {
    font-size: 1.125rem;
    color: #010000;
    font-weight: 500;
    font-family: 'Roboto';
}

.userWrap h3 span {
    color: #807D7D;
    font-size: 12px;
    display: block;
}

.testihead .mainHead {
    margin: 0;
    font-family: 'Fugaz One', sans-serif;
}

.testihead {
    margin-bottom: 1rem;
}

/* reiew-sec */



/* Request Sec Css Start */

.requestSec {
    background: url(../images/requestbg.webp) top/cover no-repeat;
    background: #f9c300;
    padding: 6rem 0 0 0;
}

.requestForm .form-group {
    margin-bottom: 1.5rem;
}

.requestForm .form-group label {
    font-size: 22px;
    color: #000;
    font-family: 'Roboto';
    margin: 0;
}

.requestForm .form-group .form-control {
    border-bottom: 2px solid #000000;
    border-right: 0;
    border-radius: 0;
    background: unset;
    /* padding-left: 1.5rem; */
    border-left: 0;
    border-top: 0;
}

.requestForm .form-group .form-control::placeholder {
    color: #6C6C6C;
}

.requestForm .form-group input {
    height: 75px;
}



.requestForm .themeBtn {
    border: unset;
    background-color: var(--secondary) !important;
    padding: 0.9rem 3em;
    color: #fff;
}

.rqstImg {
    position: absolute;
    bottom: -1px;
    right: 6rem;
    width: 32%;
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: contain; */
    /* object-position: bottom; */
}

.requestForm {
    z-index: 1;
    position: relative;
    margin-bottom: 5rem;
}

.requestSec p {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 2rem;
}

.requestSecImg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.requestSecImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

/* Request Sec Css End */


.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}


.aboutContent .themeBtn:hover {
    background: var(--secondary);
}

.requestForm .themeBtn:hover {
    background: #000 !important;
}

.aboutContent .themeBtn1:hover {
    background: #000;
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 50px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Fugaz One', sans-serif;
}

.innerBan {
    position: relative;
}


.mission-section figure img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    border-radius: 2rem;
}

.missioncnnt h4 {
    font-size: 23px;
    font-weight: 500;
}

.missioncnnt p {
    color: #000;
}


figure.videofig {
    position: relative;
}

figure.videofig a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

figure.videofig a i {
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.servicecntnt h2 {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Fugaz One', sans-serif;
    text-transform: uppercase;
}

.servicecntnt h4 {
    font-size: 23px;
    font-weight: 500;
}

.servicecntnt p {
    color: #000;
}

.servicecntnt {
    height: 100%;
    background: #EFFFE2;
    border: 1px solid #5F9635;
    border-radius: 2rem;
    padding: 45px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.service-page .row+.row {
    margin-top: 2rem;
}

ul.careerlist p {
    color: #000;
}

.career-cntnt p {
    color: #000;
}

.career-cntnt h2 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.careerlist {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #BFBFBF;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

ul.careerlist li {
    font-weight: 500;
    font-size: 14px;
}

.career-cntnt {
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 2.2rem 2rem;
}


.career-section .row+.row {
    margin-top: 2rem;
}


section.contact-page iframe {
    /* filter: grayscale(1); */
    border-radius: 20px;
}

section.contact-page {
    padding-bottom: 0;
}

.contact-wrap {
    text-align: center;
    position: relative;
}

.contact-wrap h5 {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #5F9635;
    margin: 1rem 0;
}

.contact-wrap a {
    font-size: 22px;
    color: #242424;
    font-weight: 500;
}

.contact-wrap::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 130px;
    background: #000000;
    right: 1rem;
}

.contact-wrap.contactwrap22::before {
    display: none;
}

.service-page__img {
    height: 100%;
}

.service-page__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.request-sec-img-content {
    position: absolute;
    top: 5rem;
    right: -8rem;
    text-align: center;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.hireForm :is(input,textarea) {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--primary);
    margin-bottom: 1.5rem;
}

.review-main {
    background: var(--primary);
}

.review-card {
    background: var(--white);
    border-radius: 8px;
    padding: 3rem 2rem;
}

.review-card span {
    color: #f7a920;
    font-size: 0.9rem;
}

.review-card h3 {
    font-size: 1.25rem;
}

.video video {
    width: 100%;
    border-radius: 24px;
}


/*  */


/* Chat Bot */
.chat-button {
    width: 50px;
    aspect-ratio: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--primary); /* Ensure you define this variable in your CSS */
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.chat-button img {
    filter: brightness(0) invert(1); /* For button icons */
}

.chat-popup {
    display: none; /* Hidden by default, will show when button is clicked */
    position: fixed;
    bottom: 80px; /* Position the popup above the button */
    right: 20px;
    width: 500px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 999; /* Ensure the chat popup stays above other elements */
}

.chat-header {
    background: var(--primary);
    color: white;
    padding: 10px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chat-body {
    padding: 10px;
    height: 270px;
    overflow-y: auto;
    background: #f9f9f9;
}

.chat-body p:nth-child(odd) {
    background: rgb(136 189 37 / 44%);
    color: #000000cc;
    padding-left: 0.5rem;
}

.chat-body p:nth-child(even) {
    background: #ccc;
    color: #000000cc;
    padding: 0.5rem;
    line-height: 1.25;
}

.chat-footer {
    display: flex;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.chat-footer input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.chat-footer button {
    background: var(--primary);
    color: white;
    border: none;
    padding: 8px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 5px;
}

/* Optional: Add transition effect to make it smooth when the chat opens */
.chat-popup {
    transition: transform 0.3s ease-in-out;
}
