@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'SF-Pro-Display-Regular';
    src: url('./fonts/San Francisco Pro Display/SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF-Pro-Display-Medium';
    src: url('./fonts/San Francisco Pro Display/SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Impact';
    src: url('./fonts/impact/impact.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
:root{
    --theme: #FFA31E;
}

* {
    font-family: "SF-Pro-Display-Regular", sans-serif;
}
.heading{
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.content-para{
    font-size: 16px;
    color: #707070;
    line-height: 1.8;
}
.schedule-meetingbtn {
    background: #FFA31E;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.schedule-meetingbtn:hover {
    background: #e8921a;
    transform: translateY(-2px);
}
.fw-bold {
    font-weight: bold;
}

.banner-title {
    font-size: 50px;
}

body {
    scroll-behavior: smooth;
}

.grey-text {
    color: #999 !important;
}

.grey-text2 {
    color: #707070 !important;
}

.lightblack-text {
    color: #444;
}

.font18 {
    font-size: 18px;
}

.white-bg {
    background-color: #fff;
}

.yellow-bg{
    background-color: #C9A14A;
}
.yellow-text{
    color: #C9A14A;
}

.bigFont {
    font-size: 7vh;
}
.small-text{
    font-size: 14px;
}
.width-75 {
    width: 75%;
    margin: 0 auto;
}
.width-50 {
    width: 50%;
    margin: 0 auto;
}
.width-xl-50{
    width: 50%;
}
.width-xl-75{
    width: 75%;
}
.subHead {
    font-size: 42px;
    font-family: "Playfair", serif;
}

.des {
    font-family: 'SF-Pro-Display-Regular', sans-serif;
    color: #707070;
    display: block !important;
    font-size: 18px;
}

.grey-bg {
    background-color: #f9f9f9;
}

.op-0 {
    opacity: 0;
}
.op-50 {
    opacity: 0.5;
}

.errormsg {
    color: #dc3545;
    font-size: 14px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.yellowbtn {
    background: #FFA31E !important;
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
}

.yellowbtnArrow {
    background: #FFA31E !important;
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
    width: max-content;
    display: flex;
    align-items: center;

    gap: 10px;
}

.yellowbtnArrow span {
    font-size: 16px;
}

.yellowbtnArrow:hover {
    background: #b5135a !important;
}

.viewAllBtn {
    color: #FFA31E;
    border: 1px solid #FFA31E;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    padding: 10px 18px;
    text-decoration: none;
    height: max-content;
}

.viewAllBtn span {
    font-size: 22px;
    transform: rotate(-45deg);
}
.viewAllBtnWhite {
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    padding: 10px 18px;
    text-decoration: none;
    height: max-content;
}

.viewAllBtnWhite span {
    font-size: 22px;
    transform: rotate(-45deg);
}



.slider .splide__arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.slider .splide__arrows.splide__arrows--ltr .splide__arrow {
    width: 45px;
    height: 45px;
    background-color: #FFA31E;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    pointer-events: all;
}

.slider .splide__arrows.splide__arrows--ltr .splide__arrow:hover {
    background-color: #b5135a;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
}

.slider .splide__arrows.splide__arrows--ltr .splide__arrow svg {
    display: none;
}

.slider .splide__arrows.splide__arrows--ltr .splide__arrow::after {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/assets/image/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .splide__arrows.splide__arrows--ltr .splide__arrow--prev::after {
    transform: rotate(180deg);
}

.slider .splide__arrows.splide__arrows--ltr .splide__arrow--next::after {
    transform: rotate(0deg);
}

.slider .splide__arrow--prev {
    top: 40%;
    left: -55px;
    transform: translateY(-50%);
    z-index: 10;
}

.slider .splide__arrow--next {
    top: 40%;
    right: -55px;
    transform: translateY(-50%);
    z-index: 10;
}

.slider .splide__pagination {
    display: none;
}

.slider .splide__pagination .is-active {
    background-color: #FFA31E;
    width: 8px;
    height: 8px;
}

.review-slider .splide__pagination {
    display: flex;
}

.review-slider .splide__pagination .is-active {
    background-color: #C9A14A;
    width: 8px;
    height: 8px;
}


.tab-pane.fade {
    opacity: 0;
}

.tab-pane.fade.show {
    opacity: 1;
    transition: all 0.4s;
}

.tab-pane:not(.show) {
    visibility: hidden;
}

.tab-pane.active.show {
    visibility: visible;
    transition: all 0.4s;
}


@media only screen and (max-width:1440px) {
    .slider .splide__arrows {
        bottom: -50px;
    }

    .slider .splide__arrow--prev {
        left: -45px;
    }

    .slider .splide__arrow--next {
        right: -45px;
    }

    .slider .splide__arrows {
        width: max-content;
        bottom: -40px;
        left: 50%;
        transform: translateX(50%);
        height: 80px;
    }
}

@media only screen and (max-width:1280px) {
    .banner-title {
        font-size: 44px;
    }
    .width-xl-50{
        width: 75%;
    }
    .width-xl-75{
        width: 100%;
    }
}

@media only screen and (max-width:830px) {
    .slider .splide__arrows {
        left: 50%;
        bottom: -14%;
        transform: translateX(-50%);
        width: max-content !important;
    }
}
@media only screen and (max-width:780px) {
    .banner-title {
        font-size: 38px;
    }
    .des {
        font-size: 16px;
    }
    .width-75 {
        width: 100% !important;
    }

    .width-50 {
        width: 75%;
    }

    .subHead {
        font-size: 40px;
    }
}

@media only screen and (max-width:578px) {
    .banner-title {
        font-size: 30px;
    }

    .width-50 {
        width: 100%;
    }

    .subHead {
        font-size: 36px;
    }
    .slider .splide__arrows.splide__arrows--ltr .splide__arrow{
        width: 35px;
        height: 35px;
    }
    .slider .splide__pagination {
        display: none !important;
    }

}

@media only screen and (min-width:1600px) {}

@media only screen and (min-width:1400px) {}

@media only screen and (min-width:1030px) {}

@media only screen and (min-width:780px) {}