@media(min-width:992px) {
    .hamburger-btn {
        display: none;
    }

    .navbar-right {
        flex-direction: row;
        align-items: center !important;
        gap: 15px;
    }

    .hero-right {
        bottom: -36px;
    }
}

/*==========================
Responsive
==========================*/

@media(max-width:1400px) {
    .hero-content h1 {
        font-size: 45px;
    }

    .our-services-section .container-fluid {
        max-width: 1640px;
    }

    .service-heading h2 {
        font-size: 38px;
    }

    .terms-box {
        padding: 14px 100px;
    }

    .terms-left {
        width: 66%;
    }

    .terms-right {
        width: 34%;
    }

    .terms-content h2 {
        font-size: 26px;
    }

    .terms-content p {
        font-size: 15px;
    }

    .terms-btn {
        min-width: 270px;
        height: 44px;
        font-size: 16px;
    }

    .whatsapp-btn {
        position: fixed;
        left: 20px;
        bottom: 20px;
        top: auto;
        transform: none;
        z-index: 999;
    }

    .whatsapp-btn:hover {
        transform: scale(1.03);
    }

    .scroll-top {
        position: fixed;
        right: 20px;
        bottom: 30px;
        top: auto;
        transform: none;
        z-index: 999;
    }
}

@media (max-width:1199px) {

    .navbar-nav {
        gap: 0;
    }

    .nav-link {
        font-size: 12px;
    }

    .service-image {
        height: 370px;
    }

    .service-content p {
        font-size: 14px;
    }

    .service-slider .owl-nav button.owl-prev {
        left: -18px;
    }

    .service-slider .owl-nav button.owl-next {
        right: -18px;
    }

    .terms-box {
        padding: 18px 24px;
    }

    .terms-left {
        gap: 18px;
        width: 64%;
    }

    .terms-right {
        width: 36%;
    }

    .terms-icon {
        width: 66px;
        height: 66px;
    }

    .terms-icon img {
        width: 58px;
    }

    .terms-content h2 {
        font-size: 24px;
    }

    .terms-content p {
        font-size: 13px;
        line-height: 1.55;
    }

    .terms-btn {
        min-width: 245px;
        font-size: 15px;
    }

    .trust-text span {
        font-size: 14px;
    }

    .experience-wrapper {
        padding: 30px 0;
    }

    .scroll-top:hover {
        transform: scale(1.03);
    }

    .why-box::before,
    .contact-box::before {
        display: none;
    }

    .why-box,
    .contact-box {
        padding: 20px 0;
    }

    .stats-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .single-stat {
        margin-top: 10px;
        justify-content: center;
        align-items: center;
    }

}

@media(max-width:991px) {

    .navbar {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111;
        z-index: 999;
        padding: 15px;

    }

    .phone-toggler-2 {
        display: none;
    }

    .hero-content {
        margin: auto;
    }

    .hero-content h1 {
        font-size: 33px;
        max-width: 270px;
    }

    .hero-content p {
        font-size: 14px;
        max-width: 72%;
    }

    .gold-arc {
        display: none;
    }

    .hero-btn {
        padding: 9px 20px;
    }

    .service-heading {
        margin-bottom: 15px;
    }

    .service-subtitle {
        font-size: 12px;
    }

    .service-heading h2 {
        font-size: 30px;
    }

    .service-image {
        height: 275px;
    }

    .service-content p {
        font-size: 12px;
    }

    .service-heading h2::before {
        left: -25%;
        top: 16px;
        width: 50px;
    }

    .service-heading h2::after {
        right: -25%;
        top: 16px;
        width: 50px;
    }

    .service-card {
        min-height: 190px;
    }

    .service-image {
        width: 100%;
    }

    .service-content {
        width: 100%;
        padding: 15px 25px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        left: 37%;
        top: 40%;
    }

    .service-content h3 {
        font-size: 22px;
        line-height: 1;
    }

    .service-content p {
        font-size: 12px;
        line-height: 1.2;
    }

    .service-btn {
        font-size: 17px;
    }

    .terms-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 30px;
    }

    .terms-left {
        width: 100%;
    }

    .terms-right {
        width: 100%;
        align-items: flex-start;
    }

    .terms-btn {
        width: 100%;
        max-width: 360px;
    }

    .experience-wrapper {
        padding: 35px 0;
    }

    .stat-item {
        margin-bottom: 30px;
    }

    .stat-content {
        margin-right: 0;
    }

    .stat-content :nth-child(1) {
        margin-right: 0;
    }

    .why-col {
        margin-top: 15px;
    }

    .contact-col {
        margin-top: 25px;
    }
}

@media (max-width:767px) {

    .our-services-section {
        padding: 20px 0;
    }

    .service-heading h2 {
        font-size: 28px;
    }

    .service-heading {
        margin-bottom: 5px;
    }

    .service-heading h2::before {
        left: -17%;
        top: 15px;
        width: 33px;
        height: 1px;
    }

    .service-heading h2::after {
        right: -17%;
        top: 15px;
        width: 33px;
        height: 1px;
    }

    .service-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .heading-design span {
        width: 45px;
    }

    .service-image {
        height: 350px;
    }

    .service-icon {
        width: 65px;
        height: 65px;
    }

    .service-icon i {
        font-size: 24px;
    }

    .service-content h3 {
        font-size: 22px;
    }

    .service-content p {
        font-size: 14px;
    }

    .service-content a {
        font-size: 15px;
    }

    .service-slider .owl-nav {
        display: block;
    }

    .service-slider {
        display: block;
    }

    .service-card {
        display: flex;
        margin-bottom: 18px;
        min-height: auto;
    }

    .service-image {
        width: 38%;
    }

    .service-content {
        width: 62%;
        padding: 18px 18px 18px 34px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        left: -22px;
    }

    .service-content h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .service-content p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .service-btn {
        font-size: 15px;
        gap: 10px;
    }

    .service-btn span {
        font-size: 18px;
    }

    .terms-banner {
        padding: 10px;
    }

    .terms-box {
        padding: 24px 20px;
        border-radius: 12px;
    }

    .terms-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .terms-icon {
        width: 60px;
        height: 60px;
    }

    .terms-icon img {
        width: 52px;
    }

    .terms-content h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .terms-content p {
        margin-top: 10px;
        font-size: 14px;
    }

    .terms-btn {
        width: 100%;
        max-width: 100%;
        height: 48px;
        font-size: 15px;
    }

    .trust-text {
        margin-top: 4px;
    }

    .trust-text span {
        font-size: 14px;
    }

    .terms-box::before,
    .terms-box::after {
        opacity: .18;
        transform: scale(.75);
    }

    .experience-wrapper {

        padding: 30px 0;

    }

    /* Statistics */

    .stat-item {
        padding: 20px 12px;
        margin-bottom: 0;
    }

    .stats-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .single-stat {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px 15px;
    }

    .single-stat:nth-child(1) {
        border-right: 1px solid #ece5d8;
        border-bottom: 1px solid #ece5d8;
    }

    .single-stat:nth-child(2) {
        border-bottom: 1px solid #ece5d8;
    }

    .single-stat:nth-child(3) {
        border-right: 1px solid #ece5d8;
    }

    .single-stat:last-child,
    .single-stat:nth-last-child(2) {

        border-bottom: none;

    }

    .single-stat .stat-icon {

        width: auto;

        min-width: auto;

    }

    .single-stat .stat-icon img {

        width: 38px;

    }

    .single-stat .stat-content {

        margin: 0;

    }

    .stat-item:nth-child(1),
    .stat-item:nth-child(3) {
        border-right: 1px solid #ece5d8;
    }

    .stat-icon {
        width: auto;
        min-width: auto;
    }

    .stat-icon img {
        width: 38px;
    }

    .stat-content {
        margin-right: 0;
    }

    .stat-content h3 {
        font-size: 22px;
    }

    .stat-content p {
        font-size: 14px;
        margin-top: 5px;
    }

    /* .experience-bar .row:first-child{
        display:flex;
        flex-wrap:wrap;
    } */

    .stat-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 12px;
        margin-bottom: 0;
    }

    .stat-item:nth-child(odd) {
        border-right: 1px solid #ece5d8;
    }

    /* Why */

    .why-box {
        padding: 0;
        text-align: center;
    }

    .why-box h4 {
        font-size: 34px;
        margin-bottom: 25px;
        font-family: "Cormorant Garamond", serif;
    }

    .why-box ul {
        text-align: left;
        display: inline-block;
    }

    .why-box li {
        margin-bottom: 12px;
    }

    /* Contact */

    .contact-box {
        padding: 0 15px;
        text-align: center;
    }

    .contact-box h4 {
        font-size: 32px;
        font-family: "Cormorant Garamond", serif;
    }

    .contact-box ul {
        margin-top: 25px;
    }

    .contact-box li {
        border: 1px solid #ece4d6;
        border-radius: 12px;
        padding: 16px 18px;
        margin-bottom: 15px;
        background: #fffdfa;
    }

}

@media(max-width:576px) {

    .luxury-hero {
        min-height: auto;
        padding: 40px 0;
    }

    .hero-btn-group {
        /* justify-content:center; */
        flex-wrap: wrap;
    }

    .glass-card {
        width: 100%;
        max-width: 460px;
        padding: 25px 20px;
    }

    .hero-right {
        display: flex;
        justify-content: center;
        margin-top: 45px;
        height: auto;
    }

    .read-btn {
        width: 100%;
    }

    .service-image {
        height: 280px;
    }

    .service-overlay {
        padding: 0 18px 22px;
    }

    .service-card {
        height: 150px;
        border-radius: 18px;
    }

    .service-image {
        width: 40%;
        border-radius: 0;
    }

    .service-content {
        padding: 10px 15px 10px 30px;
        position: relative;
        justify-content: center;
        text-align: left;
    }

    .service-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
        left: -24px;
        top: 50%;
    }

    .service-content h3 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .service-content p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .service-btn {
        font-size: 14px;
    }

    .terms-box {
        padding: 20px 16px;
    }

    .terms-content h2 {
        font-size: 20px;
    }

    .terms-content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .terms-btn {
        font-size: 14px;
        gap: 8px;
    }

    .terms-btn i {
        font-size: 14px;
    }

    .trust-text {
        gap: 8px;
    }

    .trust-text img {
        width: 16px;
    }

    .trust-text span {
        font-size: 13px;
    }

    .experience-wrapper {
        padding: 25px 0;
    }

    .stat-icon img {
        width: 34px;
    }

    .stat-content h3 {
        font-size: 20px;
    }

    .stat-content p {
        font-size: 13px;
    }

    .why-box h4 {
        font-size: 28px;
    }

    .contact-box h4 {
        font-size: 28px;
    }

    .contact-box p {
        font-size: 14px;
    }

    .contact-box li {
        font-size: 14px;
        padding: 14px 15px;
    }

    .whatsapp-btn {
        left: 15px;
        bottom: 30px;
        font-size: 14px;
        padding: 12px 13px;
    }
}

@media (max-width:420px) {

    .navbar-nav {
        gap: 8px;
    }

    .navbar-right {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .quote-btn {
        width: 100%;
        text-align: center;
    }

    .why-box h4 {
        font-size: 21px;
    }

    .contact-box h4 {
        font-size: 24px;
    }

    .contact-box li {
        font-size: 13px;
        gap: 10px;
    }

    .stat-content h3 {
        font-size: 18px;
    }

    .stat-content p {
        font-size: 12px;
    }

    .testimonial-content p {
        font-size: 14px;
    }

    .footer-items {
        text-align: left;
    }

    .footer-social {
        justify-content: left;
    }

    .hero-top-title {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .hero-btn-dark {
        width: 245px;
    }

    .hero-btn {
        padding: 9px 35px;
    }

    .footer-items {
        text-align: left;
    }



}