html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    color: #797979;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Archivo", sans-serif;
}

a {
    color: #fe7c06;
    text-decoration: none;
}

a:hover {
    color: #2F2F2F !important;
    text-decoration: none;
}

h2 {
    font-size: 56px;
    font-weight: 800;
    color: #231F20;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    color: #231F20;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    color: #231F20;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1500px;
    margin: auto;
}

.topbar {
    color: #231F20;
    max-height: 70px;
}

.bottommenu {
    background: #fe7c06;
    display: flex;
    min-height: 70px;
}

.mobile-logo {
    display: none;
}

.logo {
    animation: logoAnimation 6s infinite;
}

.inner-top {
    display: flex;
    justify-content: space-between;
}

.promotion{
        color: #fff;
    background: #fe7c06;
    width: 90%;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 30px;
    line-height: 1.5;
    border-radius: 20px;
    text-align: center;
}

.top-right {
    display: flex;
    align-items: baseline;
}

.button-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 0px;
    height: 70px;
}

.book-button {
    background: #fe7c06;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    transition: background-color 0.3s ease;
    border: solid 1px #fe7c06;
    margin-top: 50px;
}

.mobile-hide{
    display: none;
}

.book-button:hover {
    background-color: #2e8b57;
}

.phone-button {
    border: 1px solid #fe7c06;
    color: black;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    font-weight: bold;
    transition: border-color 0.3s ease;
    color: #fe7c06;
}

.phone-button img {
    margin-right: 5px;
}

.phone-icon {
    margin-right: 10px;
}

.live-text {
    margin-right: 30px;
    animation: logoAnimation 3s infinite;
}

.live-text img {
    margin-left: 10px;
}

@keyframes logoAnimation {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
    }
}

.nav-link {
    color: rgb(255 255 255);
    padding: 22px 40px !important;
}

.nav-link.active {
    background-color: rgb(0, 0, 0, 20%);
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
    color: #ffffff;
}

.main_img {
    background-image: url(../images/mainbg.webp);
    padding: 100px 0;
    background-size: cover;
    background-position: center bottom;
}

.box-expertise {
    background: #fe7c06;
    color: #fff;
    padding: 70px 30px;
    border-radius: 180px;
    margin: 40px 0;
    height: 350px;
    text-align: center;
}

.box-expertise h4 {
    color: #fff;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-top: 6px;
    margin-right: 6px;
}

.form-check-label {
   
    font-size: 12px;
    color: #000;
}

label {
    display: block;
    color: #000;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem;
    float: left;
    margin-right: 20px;
}

.box-expertise .fa {
    font-size: 40px;
    margin-bottom: 20px;
}

.sub-text {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    background: #fe7c06;
    color: #fff;
    width: max-content;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: "Archivo", sans-serif;
}

.main-heading {
    font-size: 65px;
    font-weight: 800;
    line-height: 90px;
    text-align: left;
    color: #fff
}

.sub-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 32px;
    text-align: left;
}

.top-form {
    background-color: #f5f5f5;
    padding: 70px;
    position: relative;
}

.formhead {
    font-family: Archivo;
    font-size: 36px;
    font-weight: 700;
    line-height: 90px;
    text-align: left;
}

.form-control {
    padding: 20px;
    margin-bottom: 20px;
}

.about-section {
    padding: 100px 0;
    background: url(../images/bg-about.png);
    background-size: 100%;
    background-position: top center;
}

a.about-link {
    color: #231F20;
    text-decoration: none;
    transition: 0.5s;
}

a.about-link:hover .move-aro {
    transform: scale(1.2);
}

.about-head {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
}

.review-box {
    background: #fe7c06;
    padding: 50px;
    border-radius: 36px;
    margin: 80px 0;
}

.img-slc.slick-active {
    opacity: .5;
    display: flex !important;
    justify-content: center;
}

.img-slc.slick-active.slick-center {
    opacity: 1;
}

.text-review {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    padding: 0 80px 30px;
    font-family: "Poppins", sans-serif;
}

.text-review h5 {
    margin: 20px 0;
    font-family: "Poppins", sans-serif;
}

.text-review img {
    margin: auto;
}

.review-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.btn-white {
    background: #fff;
    color: #fe7c06;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    transition: background-color 0.3s ease;
    border: solid 1px #fff;
    width: fit-content;
    margin: 0 10px;
}

.btn-black {
    background: #231F20;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    border-radius: 0;
    transition: background-color 0.3s ease;
    border: solid 1px #231F20;
    width: fit-content;
    margin: 0 10px;
}

.btn-black:hover,
.btn-white:hover {
    background: transparent;
    color: #fff;
}

.services-heading {
    width: 65%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

section.services {
    background: #f5f5f5;
    padding: 100px 0;
}

.service-box {
    padding: 20px;
}

.service-box img {
    width: 100%;
}

.service-box.slick-active {
    opacity: .5;
}

.slick-active.slick-center {
    opacity: 1;
}

.service-box a {
    text-decoration: none !important;
    color: #fff
}

.service-box a h4 {
    position: relative;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}

.service-box h4::before {
    transition: all 0.85s;
    content: "";
    width: 0%;
    height: 100%;
    background: #fe7c06;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-box:hover h4::before {
    background: #fe7c06;
    width: 100%;
}

.service-box:hover h4 {
    color: #fff !important;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 10px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    background: #fe7c06;
    border-radius: 50px;
    padding: 20px;
}

.slick-prev {
    left: -65px !important;
}

section.video-sec {
    padding: 100px 0 160px;
    background: url(../images/bg-about.webp);
    background-position: center;
    background-size: 100%;
}

.wcu {
    padding: 100px 0;
    background: url(../images/bg-wcs.webp);
    background-position: bottom;
    background-size: 100%;
    background-position-y: 200px;
    background-repeat: no-repeat;
    position: relative;
}

.wcu::before {
    content: "";
    position: absolute;
    border-left: 319px solid transparent;
    border-right: 1179px solid transparent;
    border-bottom: 150px solid #fe7c06;
    bottom: 0;
}

.wcu-cenLogo {
    width: 300px;
}

h2.wcu-head {
    margin-bottom: 80px;
    text-align: center;
    text-transform: capitalize;
}

.left-text {
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 50px;
}

.right-text {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.left-text img,
.right-text img {
    margin: 0 30px;
}

section.testimanail {
    background: #fe7c06;
    color: #fff;
    padding: 50px 0;
    position: relative;
    margin-bottom: 150px;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 9999;
    background-color: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.whatsapp-button:hover {
    transform: scale(1.1);
}
.whatsapp-button img {
    width: 40px;
    height: 40px;
}

.parastyle {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0.0025em;
    text-align: left;
}

.review-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.0025em;
    text-align: left;
}

.proimg {
    width: 48px;
    height: 48px;
}

.contact-div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-div img {
    margin-right: 50px;
}

.top-form.bottom-form {
    background: #fff;
    box-shadow: 0px 0px 40px 0px #0000004a;
}

.bottom-form:before {
    border-top: 150px solid #fff;
}

section.cta {
    z-index: 9999;
    position: relative;
}

.cta-head {
    padding-bottom: 70px;
}

footer {
    background: #2F2F2F;
    padding: 100px 0 0;
    margin-top: 150px;
    color: #BCBCBC;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
}


.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}

ul.footer-social li {
    display: inline;
}

ul.footer-social a {
    background: #fe7c06;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #fe7c06;
}

ul.footer-social a:hover {
    background: transparent;
    border: solid 1px #fff;
}

ul.footer-social a i {
    color: #fff;
}

footer h5 {
    font-weight: 600;
    line-height: 21.76px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

footer h5::after {
    content: "";
    border-bottom: solid 1px #ffffff36;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 20px;
}

footer ul li a,
footer ul li i,
footer ul li {
    color: #BCBCBC;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

footer ul li a:hover {
    color: #ffffff;
}

footer ul li i {
    width: 20px;
    text-align: center;
}

.bottom-footer {
    position: relative;
    text-align: center;
    z-index: 99;
    padding: 50px 0;
    width: 100%;
}

.bottom-footer::after {
    content: "";
    background: #ffffff36;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 1px;
    z-index: -2;
}

.bottom-footer::before {
    content: "";
    background: #2F2F2F;
    width: 30%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}

.video-container {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.video-play {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.play-button {
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: white;
    background: rgb(0 0 0);
    border-radius: 50%;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100px;
    height: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.7);
}



/* .btn-2outer_div::before{
    content: "";
    position: absolute;
    left: 0%;
    transform: translateX(-50%);
    transform: translateY(-50%) rotate(180deg);
    border-left: 244px solid transparent;
    border-right: 246px solid transparent;
    border-bottom: 199px solid rgb(255, 252, 252);
    TOP: 121%;
} */

.reviewcard {
    border: 2px solid rgba(29, 28, 28, 0.2);
    background: rgba(60, 54, 54, 0.2);
    padding: 20px;
}

.reviewimg {
    width: 40px;
    opacity: 0.5;
}

.desktop-hides {
    display: none;
}

.modal-dialog {
    max-width: 90%;
    margin: 30px auto;
    font-size: 16px;
    color: #000
}

.modal-body {
    background: url(../images/bg-about.webp);
    background-position: center;
    background-size: 100%;
}

.download-checklist {
    display: inline-flex;
    gap: 10px;
    background: #fe7c06;
    color: white;
    padding: 12px 24px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 6px 20px rgb(255 255 255 / 20%);
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.download-checklist:hover {
  background: linear-gradient(135deg, #00cec9, #00b894);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

.download-checklist .icon {
  font-size: 20px;
}


.serv-boxi {
    padding: 20px 20px;
    background: #FFF;
    box-shadow: 0px 0px 30px -10px #000;
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 10px;
}

a.btn-pop {
    width: fit-content;    
    transition: 1.5s;
}

a.btn-pop:hover{
    width: 60%;
    justify-content: flex-end;
    transition: 1.5s;
}

@media only screen and (max-width: 786px) {
    
    .bottommenu {
        background: #fff;
    }
    
    a.book-button.mobile-hide {
        display: block;
    }
    
    .box-expertise {
        margin: 10px 0;
    }

    .main-heading {
        font-size: 35px;
        line-height: 1;
    }
    
    .sub-heading {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.5;
    }
    
    footer ul {
        
        margin-bottom: 30px;
    }

    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 22px;
    }
    .topbar {
        display: none;
    }
    .logo img {
        width: 100px;
    }
    .navbar-toggler {
        background: #fff;
    }
    .main-heading {
        font-size: 60px;
        line-height: 70px;
    }
    .sub-heading {
        margin-bottom: 40px;
    }
    .top-form {
        padding: 20px;
        margin-bottom: 60px;
    }
    .formhead {
        font-size: 30px;
        line-height: 60px;
    }
    .top-form:before {
        border-left: 180px solid transparent;
        border-right: 180px solid transparent;
        border-top: 50px solid #f5f5f5;
        bottom: -50px;
    }
    .main_img {
        padding: 50px 0;
    }
    .book-button {
        margin: auto;
    }
    .review-box {
        padding: 20px;
        margin: 30px 0;
    }
    .text-review {
        padding: 0;
    }
    .btn-white {
        margin: 10px;
    }
    .review-btn {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .about-section {
        padding: 0;
    }
    section.services {
        padding: 30px 0;
    }
    .services-heading {
        width: 100%;
        margin: 0;
    }
    .slick-dots li {
        background: #fe7c06;
        border-radius: 30px;
    }
    section.video-sec {
        padding: 50px 0;
    }
    .wcu::before {
        border-left: 120px solid transparent;
        border-right: 250px solid transparent;
        border-bottom: 50px solid #fe7c06;
        width: 100%;
    }
  
    footer::before {
        border-left: 120px solid transparent;
        border-right: 250px solid transparent;
        border-bottom: 50px solid #2f2f2f;
        top: -50px;
        width: 100%;
    }
    .slick-prev,
    .slick-next {
        display: none !important
    }
    .mobile-logo {
        display: block;
    }
    .contact-div img {
        margin-right: 20px;
        width: 10%;
    }
    .contact-div {
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .wcu {
        padding: 20px 0;
        background-size: auto;
        background-position-y: bottom;
    }
    .wcu-cenLogo {
        width: 60%;
        margin-bottom: 30px;
    }
    .right-text img {
        margin: 0 10px;
        width: 50px;
    }
    .desktop-hides {
        display: block;
    }
    .mobile-hides {
        display: none;
    }
    h2.wcu-head {
        margin-bottom: 20px;
    }
}