body{
  font-family: "Inter", sans-serif  !important;
  padding: 0px;
  margin:0px;
}


.inter-uniquifier {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}


.raleway-uniquifier {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}



.pding {
    padding: 70px 0px;
}


h2 {
    font-family: "Inter", sans-serif !important;
    font-size: 40px !important;
}


h2 span {
    font-family: "Inter", sans-serif !important;
}

p {
    font-family: "Inter", sans-serif !important;
}

a {
    font-family: "Inter", sans-serif !important;
}

li {
    font-family: "Inter", sans-serif !important;
}

h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif !important;
}



.video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: left;
}

/* Background Video */
.video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 65%), rgb(0 0 0 / 54%));
    z-index: 0;
    z-index: 0;
}

/* Content Overlay */
.video-content {
    max-width: 700px;
    z-index: 9;
    padding: 20px;
    text-align: center;
}

.video-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.video-content h1 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.video-content .buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.video-content .buttons a {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s;
}

.buttons .primary {
    background: #fff;
    color: #000;
}

.buttons .secondary {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

/* Control Buttons (Play/Pause + Mute/Unmute) */
.video-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.video-controls button {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.video-controls button:hover {
    background: rgba(255, 255, 255, 0.3);
}

.navbtnright {
    margin-left: 15px;
}

.navbtnright a {
    background-color: #00000000;
    color: #ffffff !important;
    padding: 6px 16px !important;
    text-align: center;
    border: 2px solid #9494949c;
    border-radius: 50px !important;
}

.gradient-text {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(90deg, #d16ba5, #ee6c4d, #fcb045, #e9e98d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}




/* serslider  */

.serslider {
    margin-top: 30px;
}

.space_growsecbox h2 span {
    display: flex;
}

.space_growsecslider {
    position: relative;
    margin: 0px 7px;

}

.space_growsecslider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0 / 64%), rgb(0 0 0 / 73%));
    z-index: 0;
    border-radius: 15px !important;
}

.space_growsecslider img {
    height: 500px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.space_growsecsliderbx {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    z-index: 1;
}


.space_growsecsliderbx img {
    width: 50px;
    height: auto !important;
    margin-bottom: 12px;

}

.space_growsecsliderbx h3 {
    color: #fff;
    font-size: 27px;
}


.space_growsecsliderbx p {
    color: #fff;
}

.slick-prev {
    left: inherit !important;
    right: 6% !important;
    top: -10% !important;
}

.slick-next {
    right: 3% !important;
    top: -10% !important;
}




.slick-prev:before {
    font-family: 'slick';
    font-size: 33px !important;
    line-height: 1;
    opacity: 3.75 !important;
    color: #cd6158 !important;
}

.slick-next:before {
    font-family: 'slick';
    font-size: 33px !important;
    line-height: 1;
    opacity: 3.75 !important;
    color: #cd6158 !important;
}






.location-tab {
    background: #f5f5f5;
    border: none;
    padding: 15px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    border: 2px solid #eee;
}

.location-tab span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-tab span img {
    height: 26px;
}

.location-tab.active {
    background: #fff;
    font-weight: 600;
}

/* Selected location box */

.space_growsec {
    background: #f5f5f5 !important;
}

.selected-location {
    border: 2px solid #ccc;
    border-radius: 50px;
    padding: 8px 18px;
    font-weight: 500;
    margin-left: 15px;
    display: inline-block;
    background: #fff;
}

/* Right side content */
.tab-pane img {
    border-radius: 15px;
    width: 100%;
    height: 600px;
    object-fit: cover !important;
}

.tab-pane h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
    width: 65%;

}

.tab-pane p {
    font-size: 16px;
    margin: 10px 0;
    color: #fff;
}

.btn-custom {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
    color: #fff;
    background: transparent;
}

.tab-panebox span {
    border-color: #EEA848 !important;
    padding: 8px 12px;
    background-image: linear-gradient(45deg, #c67f1c, #d58b24);
    color: #fff;
}


.boxpic1 span {
    border-color: #6aaed7 !important;
    padding: 8px 12px;
    background-image: linear-gradient(45deg, #6aaed9, #6aaed9);
    color: #fff;
}

.boxpic2 span {
    border-color: #e74c3c !important;
    padding: 8px 12px;
    background-image: linear-gradient(45deg, #e74c3c, #e74c3c);
    color: #fff;
}

.tab-pane {
    position: relative;
}

.tab-panebox {
    position: absolute;
    top: 11%;
    left: 6%;
}



/* logos scrooling */

.logo-section {
    background: #fff;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.logo-track {
    display: flex;
    gap: 60px;
    animation: scroll 25s linear infinite;
}

.logo-track img {
    height: 60px;
    /* adjust logo size */
    object-fit: contain;
    filter: grayscale(100%);
    /* optional: make logos black & white */
    transition: filter 0.3s ease;
}

.logo-track img:hover {
    filter: grayscale(0%);
    /* color on hover */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* footer section */

.footersec {
    background-image: url(../images/footer-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 55px 37px;
}

.footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border: 1px solid #262626;
}

.footer-left {
    padding: 30px;
}

.footer-left img {
    height: 70px;
    margin: 20px 20px 0px 0px;
}

.footer-left h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #fff;
    font-family: "Raleway", sans-serif !important;
}

.footer-left-bx {
    margin-top: 23%;
}

.footer-left p {
    font-size: 14px;
    background: rgb(255 255 255 / 10%);
    display: inline-block;
    padding: 4px 14px;
    border-radius: 40px;
    color: #ffffffb8;
    border: none;
}

.footer-center {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
    padding: 40px 0px;
}


.footer-center a {
    color: #bbb !important;
    text-decoration: none;
    font-size: 19px;
    transition: 0.3s;
}

.footer-center a:hover {
    text-decoration: none !important;
}

.footer-center a:hover {
    color: #fff !important;
}

.footer-right {
    padding: 35px 0px;
}

.newsletter {
    margin-top: 2rem;
    position: relative;
    padding: 0px 25px;
    padding-top: 35px;
}

.newsletter::after {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #262626;
    width: 100%;
    height: 1px;
    content: '';
}

.footer-centerlinks {
    padding: 0px 20px;
    display: inline-grid;
    line-height: 43px;
}

.newsletter h3 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 28px;
    line-height: 37px;
}

.footer-righttop {
    padding: 0px 25px;
}

.newsletter input {
    outline: none;
    background: rgb(255 255 255 / 0%);
    color: #fff !important;
    margin-bottom: 1rem;
    width: 100%;
    padding: 17px 25px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    border: 1px solid #454647;
}

.newsletter button {
    width: 100%;
    padding: 16px 16px;
    border-radius: 30px;
    font-size: 17px !important;
    border: none;
    background-color: #454647;
    color: #999985;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter button:hover {
    opacity: 0.85;
}

.footer-right h3 {
    margin-bottom: 1.5rem;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 16px;
    border-radius: 30px;
    justify-content: center;
    margin-bottom: 1rem;
    color: #CCCCCC;
    font-size: 14px;
}

.contact-box a {
    color: #CCCCCC !important;
}

.contact-box i {
    font-size: 1.2rem;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
    border-top: 1px solid #262626;
    padding: 30px;
    justify-content: center;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    transition: 0.3s;
    margin: 0px 10px;
}


.social-icons a i {
    color: #c2c2c2;
    font-size: 30px;
}

.social-icons a:hover {
    color: #ee0979;
}


.container-fluid {
    padding: 0px 50px !important;
}

/* whywellworksstandessec */

.whywellworksstandessec {
    background-image: linear-gradient(45deg, #000000d6, #000000ba), url(../images/img10.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.whywellworksstandessecbx h2 {
    margin-bottom: 30px;
}

.whywellworksstandessecbx h2 span {
    position: relative;
    display: flex;
    color: #fff !important;
}

.whywellworksstandessecbx .text-muted {
    color: #fff !important;
}

.whywellworkboxs {
    transition: 1.3s;
    padding: 30px 15px;
    border: 3px solid #f5f8fa;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.whywellworkboxs:hover {
    background-color: #fff;
}

.whywellworkboxs::after {
    position: absolute;

    background-image: url(../images/footerlogo.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 170px;
    height: 79px;
    top: 33%;
    right: -95px;
    display: none;
    z-index: 99933;
    transform: rotate(90deg);
}

/* .whywellworkboxs:hover::after{
  display: block;
      width: 170px;
    height: 79px;
     top: 33%;
    right: -95px;
} */
.whywellworkboxs::before {
    position: absolute;

    background-image: url(../images/footerlogo.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 43px;
    height: 20px;
    top: 10%;
    left: 0px;
    z-index: 9;
    transform: rotate(90deg);
    transition: 0.5s ease;
}

.whywellworkboxs:hover::before {
    width: 170px;
    height: 79px;
    top: 33%;
    left: -95px;
}




.whywellworkboxs i {
    font-size: 30px;
    background: #f5f8fa;
    border-radius: 50%;
    color: #383838;
    height: 75px;
    width: 75px;
    transition: .3s;
    line-height: 75px;
    text-align: center;
}




.whywellworkboxs:hover i {
    background: #383838;
    border-radius: 50%;
    color: #f5f8fa;
}

.whywellworkboxs h3 {
    font-size: 23px;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .3s;
    color: #fff;
    transition: .3s;
    margin-top: 22px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
}

.whywellworkboxs:hover h3 {
    color: #383838;
}

.whywellworksstandessecbx img {
    width: 50%;
    margin: 40px auto;
}

/* sechedulefomesec  */
.sechedulefomesec {
    background-color: #e9ecef80;
}

.sechedulefomesecright img {
    width: 100%;
    background: #fff;
    border-radius: 100px 21px 2px 100px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgb(131 131 131) 0px 1px 4px;
    padding: 8px 7px 6px 8px;
}

.sechedulefomesecbx {}

.sechedulefomesecbx .form-group {
    display: flex;
    justify-content: space-between;
}

.sechedulefomesecbx .form-group input {
    border-radius: 30px;
    padding: 23px 20px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    width: 49%;
}


.sechedulefomesecbx .form-group select {
    border-radius: 30px;
    padding: 12px 20px !important;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    width: 49%;
    color: #6c757d !important;
}

.sechedulefomesecbx .form-group .btnfm {
    padding: 0px 12px;
    background: #fffbff;
    color: #fff !important;
    background-image: linear-gradient(45deg, #e8914a, #e8914a, #e8914a, #e8914a);
}




.sechedulefomesecbx h2 {
    width: 60%;
    line-height: 55px;
    margin: 15px 0px 20px 0px;
}


.alincentcl {
    display: flex;
    align-items: center;
}

.modal-body input {
    margin-bottom: 15px !important;
}


.modal-body select {
    margin-bottom: 15px !important;
}


.btnfmpop {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 7px 35px;
    border-radius: 20px;
    border: none !important;
    background-color: #e8914a;
    color: #fff;
}


.modal-title{
        margin: auto 0 auto auto;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}



/* Responsive */
@media (max-width: 900px) {
    .footer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-right,
    .footer-center {
        align-items: center;
    }

    .contact-box {
        justify-content: center;
    }

    .newsletter input,
    .newsletter button {
        max-width: 400px;
        margin: auto;
    }
}



@media (max-width: 768px) {
    .video-content h1 {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 20px;
        margin-top: 18px;
        font-weight: 600;
    }
    .tab-pane img {
 
    height: auto;
}




    .space_growsecbox h2 span {
        display: inline-block;
    }

    h2 {
        font-family: "Inter", sans-serif !important;
        font-size: 25px !important;
    }

    .slick-next {
        right: 16% !important;
        top: inherit !important;
        bottom: -10% !important;
    }

    .slick-prev {
        left: inherit !important;
        right: inherit !important;
        top: inherit !important;
        bottom: -10% !important;
        left: 14% !important;
    }

    .footer-left h3 {
        font-size: 23px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 5%;
    }

    .footersec {
        padding: 30px 0px;
    }

    .footer-left {
        padding: 0px;
        padding-top: 20px;
    }

    .footer-center {
        padding: 0px 0px;
    }

    .newsletter h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .newsletter input {
        margin-bottom: 1rem;
        width: 100%;
        padding: 11px 18px;
        border-radius: 30px;
        border: none;
        font-size: 16px;
        border: 1px solid #454647;
        margin-bottom: 15px !important;

    }

    .newsletter button {
        width: 100%;
        padding: 12px 11px;
        border-radius: 30px;
        font-size: 16px !important;
    }

    .contact-box {
        font-size: 13px;
    }

    .footer-right {
        padding: 30px 0px 0px 0px;
    }

    .social-icons a i {
        font-size: 22px;
    }

    .navbtnright {
        display: none !important;
    }

    .container-fluid {
        padding: 0px 15px !important;
    }

    .sechedulefomesecbx h2 {
        width: 79%;
        line-height: 36px;
        margin: 10px 0px 20px 0px;
    }

    .sechedulefomesecright img {
        border-radius: 4px;
    }

    .footer-left-bx {
        margin-top: 6%;
    }

    .footer-right h3 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .contact-box {
        gap: 6px;
        padding: 12px 5px;
    }

    .sechedulefomesecbx .form-group {
        display: block;
    }

    .sechedulefomesecbx .form-group input {
        width: 100%;
    }

    .sechedulefomesecbx .form-group select {
        border-radius: 30px;
        padding: 12px 20px !important;
        margin-bottom: 13px;
        width: 100%;
    }

    .sechedulefomesecbx .form-group {
        margin: 0px;
    }

    .sechedulefomesecbx .form-group .btnfm {
        width: 48%;
        padding: 7px 11px;
        font-size: 15px;
        margin: 0 auto;
        justify-content: center;
        display: flex;
        margin-bottom: 34px !important;
        margin-top: 12px;
    }

    .pding {
        padding: 30px 0px;
    }

    .whywellworksstandessecbx img {
        display: none;
    }
    .space_growsec {
        padding-top: 70px !important;
    }
}



.form-control {
     color: #6c757d !important;
}



   .foomdl p{
             color: rgb(187, 187, 187) !important;
            width: 50%;
            margin: 40px 20px;
     }
     
     @media (max-width: 768px) {
        .foomdl p{
         width: 60%;
        margin: 40px 20px;
        margin: 0 auto;
         }
    }