/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve Child Theme
Version:        1.0
Template:       neve
Text Domain:    neve-child
*/

.highlighted {
    color: #E08322;
}

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: "Urbanist", serif !important;}

/* Service Section Layout Variations */

.layout-left {
    flex-direction: row;
}

.layout-right {
    flex-direction: row-reverse;
}

.custom-btn {
    background-color: #f39c12 !important;
    color: white !important;
    padding: 10px 25px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: background 0.3s ease !important;
}

.custom-btn:hover {
    background-color: #d4880d !important;
}


/* Contact Form Design */

.cf7-form-wrapper {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Urbanist', sans-serif;
}

.cf7-form-wrapper label {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.cf7-input,
.cf7-textarea,
.cf7-submit {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cf7-input:focus,
.cf7-textarea:focus {
    border-color: #ff9800;
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.2);
    outline: none;
}

.cf7-textarea {
    height: 120px;
    resize: vertical;
}

.cf7-submit {
    background-color: #ff9800;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.cf7-submit:hover {
    background-color: #e68900;
}


/* Utility class replacements */

.d-flex {
    display: flex;
}

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

.align-items-center {
    align-items: center;
}

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


/* Your existing styles */

footer .main-footer {
    color: #fff;
    text-align: center;
}

footer .upper {
    padding-top: 100px;
    padding-bottom: 70px;
}

footer .upper img {
    margin-bottom: 40px;
    height: 55px;
}

footer .main-footer p {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

footer .main-footer ul {
    gap: 60px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
}

footer .main-footer ul li {
    position: relative;
}

footer .main-footer a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

footer .main-footer a:hover {
    color: #E08322;
}

footer .main-footer ul li::before {
    content: '•';
    position: absolute;
    right: -20px;
    color: #E08322;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 0;
}

footer .main-footer ul li:last-child::before {
    display: none;
}


/* Phone & Email section */

footer .phone-email {
    border-top: 1px solid #4A4A4B;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .phone-email a {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .phone-email a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #E08322;
    transition: width 0.5s ease-in;
}

footer .phone-email a:hover::before {
    width: 100%;
}

footer .phone-email a:hover {
    color: #fff;
}

footer .phone-email .left {
    width: 50%;
    text-align: center;
    padding: 40px 0;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .phone-email .left:first-of-type {
    border-right: 1px solid #4A4A4B;
}


/* Bottom Footer */

footer .bottom-footer {
    /*  background-color: #2A2A2B;*/
    color: #fff;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

footer .bottom-footer .custom-container {
    max-width: 100%;
    padding: 0 20px;
}


/* Top Header section */

.topbar {
    background: linear-gradient(90deg, #1f1e3a, #292843);
    /* Subtle gradient for depth */
    color: white;
    font-size: 14px;
    padding: 8px 0;
    font-family: 'Urbanist', sans-serif;
}

.topbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-left span {
    color: white !important;
    margin-right: 15px;
}

.topbar-left span a {
    color: white !important;
}

.topbar-center span {
    color: white;
    margin-left: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar-center span a {
    color: white !important;
}

.topbar-center span:hover {
    color: #E08322;
}

.topbar-right a {
    color: white !important;
    margin-left: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.topbar-right img {
    width: 20px;
    height: 20px;
}

.topbar-right a:hover {
    color: #ffd7b3;
    /* Soft highlight on hover */
}


/* Responsive Styles */

.omni-about-section {
    background-color: #17162C;
    position: relative;
    overflow: hidden;
}

.omni-about-section .icon {
    position: absolute;
    bottom: -10%;
    left: -10%;
    opacity: 0.2;
}

.omni-about-section .inner {
    gap: 120px;
}

.omni-about-section h2.title,
.omni-about-section p {
    color: #fff;
}

.omni-about-section p:not(:last-of-type) {
    margin-bottom: 20px;
}

.omni-about-section img {
    border-radius: 250px;
}

h1,
h2,
h3 {
    font-family: "Urbanist", serif;
}

.custom-container {
    max-width: 1620px;
    width: 85%;
    margin: 0 auto;
}

.common-section {
    padding: 120px 0;
}

.common-btn {
    font-size: 20px;
    padding: 10px 30px;
    background-color: #E08322;
    color: #fff;
    border-radius: 50px;
    outline: none;
    border: 1px solid transparent;
}

h2.title {
    font-size: 45px;
    margin-bottom: 30px;
    color: #1F1F20;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

h2.title span {
    font-size: 45px;
    color: #E08322;
}

.bg-title {
    position: absolute;
    right: 0;
    font-size: 220px;
    letter-spacing: 4px;
    font-weight: 600;
    color: #fff;
    opacity: 0.8;
    font-family: "Urbanist", serif;
    text-transform: uppercase;
    z-index: -1;
}

.form-control {
    border-radius: 0;
    padding: 10px 20px;
    font-size: 20px;
    color: #1F1F20;
    letter-spacing: 0.5px;
}

.form-group {
    margin-bottom: 30px;
}

label {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1F1F20;
    letter-spacing: 0.5px;
}

label span {
    color: #E08322;
    font-weight: 600;
}

.form-control:focus {
    color: #1F1F20;
    border-color: #e08322;
    box-shadow: none;
}


/* Home Page Banner Section */

.omni-banner-section {
    background-color: #17162C;
    padding: 80px 0 60px !important;
    position: relative;
}

.omni-banner-section .custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.omni-banner-section .banner-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative;
    flex-wrap: nowrap;
}

.omni-banner-section .left-box {
    flex: 1 1 50%;
    font-family: "Urbanist", serif;
    color: #fff;
    position: relative;
    z-index: 2;
}

.omni-banner-section .img-box {
    flex: 1 1 50%;
    position: absolute;
    right: 0;
    bottom: -40%;
    width: 75%;
    max-width: 65%;
    z-index: 1;
}

.omni-banner-section .banner-content .img-box img {
    width: 100%;
}

.omni-banner-section h1,
.omni-banner-section p {
    color: #fff;
}

.omni-banner-section h1 {
    font-size: 70px;
    font-weight: 500;
    text-shadow: 0px 5px 15px #000;
    line-height: normal;
    width: 80%;
    text-align: left;
	font-family: "Urbanist", serif;
}

.omni-banner-section h1 span {
    color: #E08322;
}

.omni-banner-section p {
    margin-top: 30px;
    position: relative;
    font-size: 16px;
    max-width: 400px;
    padding-left: 60px;
    text-align: left;
    font-weight: 300;
    font-family: "Urbanist", serif;
    line-height: 24px;
}

.omni-banner-section p::before {
    content: '';
    width: 35%;
    height: 5px;
    background-color: #E08322;
    position: absolute;
    left: -100px;
    top: 31px;
    opacity: 0.7;
}


/* Service Banner Section */

.omni-service-banner-section {
    background-color: #17162C
}

.omni-service-banner-section .banner-content {
    position: relative;
    z-index: 1;
}

.omni-service-banner-section .banner-content .left-box {
    width: 60%;
    font-family: "Urbanist", serif
}

.omni-service-banner-section .banner-content .img-box {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: -40%;
    width: 65%;
}

.omni-service-banner-section .banner-content .img-box img {
    width: 70%;
    margin-left: 300px
}

.omni-service-banner-section h1,
.omni-service-banner-section p {
    color: #fff;
}

.omni-service-banner-section h1 {
    font-size: 70px;
    font-weight: 500;
    text-shadow: 0px 5px 15px #000;
    line-height: normal;
    width: 80%;
}

.omni-service-banner-section h1 span {
    color: #E08322;
}

.omni-service-banner-section p {
    margin-top: 50px;
    margin-left: 100px;
    width: 30%;
    position: relative;
}

.omni-service-banner-section p::before {
    content: '';
    display: block;
    width: 80%;
    height: 5px;
    background-color: #E08322;
    position: absolute;
    left: -90%;
    top: 20px;
    opacity: 0.7;
}

.about-section-title h2 span {
    color: #E08322;
}

.service-hero-section-sc {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    overflow: hidden !important;
}

.blog-section {
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.blog-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-section h2 span {
    color: orange;
}

.blog-section p {
    max-width: 800px;
    line-height: 1.6;
    color: #333;
}

.swiper {
    margin-top: 40px !important;
    padding-bottom: 40px !important;
    margin-left: 200px !important;
}

.swiper-slide {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.tag {
    display: inline-block;
    background: black;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.blog-title {
    font-weight: 500;
    margin-bottom: 10px;line-height: normal;
    font-size: 20px; font-family: "Urbanist", serif;
}

.read-link {
    margin-top: 10px;
    display: inline-block;
    color: orange;
    text-decoration: none;
    font-weight: bold;
}

.blog-bg-text {
    position: absolute;
    right: 40px;
    top: 70px;
    font-size: 170px;
    font-weight: bold;
    color: #f0f0f0;
    z-index: -9999;
    pointer-events: none;
}

.overlay-image img {
    z-index: 2;
    position: relative;
}



/* End Home Page Banner Section */

.services-hero-section img {
    width: 80% !important;
    margin-left: 200px !important;
}

.service-block-wrapper.right-open {
    background: linear-gradient(to right, #dacab8 0%, #EBEDF5 80%);
    padding: 20px 20px;
    border-radius: 220px;
    margin: 20px auto;
    max-width: 1100px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    height:auto;
}

.service-block-wrapper.left-open {
    background: linear-gradient(to left, #dacab8 0%, #EBEDF5 80%);
    padding: 20px 20px;
    border-radius: 220px;
    margin: 20px auto;
    max-width: 1100px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    height: auto;
}

.service-block-wrapper.right-open , .service-block-wrapper.left-open {
    width: 95%;
}

.service-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.service-block.left-open {
    flex-direction: row-reverse;
}

.service-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.service-image img {
    max-width: 100% !important;
    width: 260px !important;
    height: 260px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important; */
}

.service-content {
    flex: 1;
    max-width: 550px;
}

.service-content h3 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;font-family: "Urbanist", Sans-serif;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

@media (max-width: 430px) {
    .swiper {
        margin-left: 0px !important;
    }
    .cf7-form-wrapper {
        background-color: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }
    .cf7-form-wrapper label {
        color: #fff !important;
    }
    .cf7-form-wrapper input,
    .cf7-form-wrapper textarea,
    .cf7-form-wrapper select {
        background-color: transparent !important;
        border: none !important;
        border-bottom: 1px solid #fff !important;
        border-radius: 0 !important;
    }
    .cf7-form-wrapper select {
        color: #fff !important;
    }
    .cf7-form-wrapper input:focus,
    .cf7-form-wrapper textarea:focus {
        border-color: #E08322 !important;
    }
    .cf7-form-wrapper .wpcf7-submit {
        background-color: #E08322 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 25px !important;
        padding: 10px 25px !important;
        font-weight: 500 !important;
        transition: background 0.3s ease !important;
    }
    .cf7-form-wrapper .wpcf7-submit:hover {
        background-color: #d4880d !important;
    }
    .cf7-form-wrapper .wpcf7-submit:focus {
        box-shadow: none !important;
    }
}
/* Custom CSS */
.nav-ul li.nv-active > .wrap .caret, .nav-ul li.nv-active > .wrap > a {color: #e08322 !important;}

/* ===== Mobile (max-width: 576px) ===== */

@media (max-width: 576px) {
    .omni-banner-section {
        padding: 40px 15px 30px !important;
    }
    .omni-banner-section h1 {
        font-size: 32px;
        text-align: center;
    }
    .omni-banner-section p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
    }
    .omni-banner-section .img-box {
        display: none;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding: 40px 20px;
    }
    .blog-bg-text {
        font-size: 60px;
        top: 10px;
        display: none;
    }
    .nav-controls {
        top: 92%;
        bottom: 0;
        right: 70px;
    }


    .service-image img {
        width: 100%
       
    }
      .service-image {;padding: 10px;}
    
    .service-content h3 {font-size: 24px;margin-bottom: 10px;}


    .service-block-wrapper {
        padding: 40px 20px;
        border-radius: 40px;
    }
    .elementor-section .elementor-container , .service-block {
        flex-direction: column;
    }
    .elementor-column {
        width: 100% !important;
    }
    .swiper {
        margin-left: 0px !important;
    }
    .topbar .topbar-left,
    .topbar .topbar-center,
    .topbar .topbar-right {
        position: absolute;
        width: 100%;
        /* top: 50%; */
        left: 0;
        transform: translateY(-60%);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.5s ease;
        animation-duration: 9s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
    }
    .topbar .topbar-left {
        animation-name: fadeInOutLeft;
    }
    .topbar .topbar-center {
        animation-name: fadeInOutCenter;
    }
    .topbar .topbar-right {
        animation-name: fadeInOutRight;
    }
    @keyframes fadeInOutLeft {
        0%,
        11.11% {
            opacity: 1;
            transform: translateY(0);
        }
        33.33%,
        100% {
            opacity: 0;
            transform: translateY(-60%);
        }
    }
    @keyframes fadeInOutCenter {
        0%,
        33.33% {
            opacity: 0;
            transform: translateY(-60%);
        }
        33.34%,
        44.44% {
            opacity: 1;
            transform: translateY(0);
        }
        66.66%,
        100% {
            opacity: 0;
            transform: translateY(-60%);
        }
    }
    @keyframes fadeInOutRight {
        0%,
        66.66% {
            opacity: 0;
            transform: translateY(-60%);
        }
        66.67%,
        77.77% {
            opacity: 1;
            transform: translateY(0);
        }
        100% {
            opacity: 0;
            transform: translateY(-60%);
        }
    }
    .topbar {
        padding: 22px 0px;
        position: relative;
    }
    .topbar .topbar-container {
        justify-content: center;
    }
    footer .main-footer p {
        width: 90%;
    }
    footer .phone-email .left {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #4A4A4B;
    }
    footer .upper {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    footer .main-footer p {
        width: 90%;
        font-size: 14px;
    }
    footer .main-footer ul {
        gap: 30px;
        flex-direction:row;
    }
    footer .main-footer ul li::before {
        display: none;
    }
    footer .phone-email .left {
        width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #4A4A4B;
        padding: 20px 0;
    }
    footer .phone-email .left:last-child {
        border-bottom: none;
    }
    footer .phone-email a {
        font-size: 18px;
    }
    footer .upper img {
        height: 45px;
    }
	
	.omni-banner-section .custom-container {width:100%;padding:0}
	.omni-about-section .inner {gap: 20px;flex-direction: column;}
}



@media (max-width: 991px) {
    .swiper {
        margin-left: 0px !important;
    }
}


/* ===== Tablet (max-width: 1024px) ===== */

@media (max-width: 1024px) {
    .omni-banner-section {
        padding: 60px 20px 40px !important;
    }
    .omni-banner-section .banner-content {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }
    .omni-banner-section .left-box,
    .omni-banner-section .img-box {
        flex: 1 1 100%;
        position: relative;
        max-width: 100%;
    }
    .omni-banner-section .img-box {
        margin-top: 40px;
        bottom: auto;
        right: auto;
        text-align: center;
    }
    .omni-banner-section h1 {
        font-size: 48px;
        width: 100%;
        text-align: center;
    }
    .omni-banner-section p {
        font-size: 16px;
        max-width: 100%;
        margin: 20px auto 0;
        padding-left: 0;
        text-align: center;
    }
    .omni-banner-section p::before {
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        width: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    footer .main-footer p {
        width: 80%;
        font-size: 15px;
    }
    footer .main-footer p br {display: none;}
    footer .main-footer ul {
        gap: 40px;
        flex-wrap: wrap;
    }
    footer .phone-email .left {
        width: 50%;
        padding: 20px 0;
    }
    footer .phone-email a {
        font-size: 20px;
    }
    footer .upper img {
        height: 40px;margin-bottom: 15px;
    }
     footer .phone-email .left img {width: 30px}
     .elementor-1396 .elementor-element.elementor-element-6718243 .elementor-heading-title {font-size: 36px !important;}
}


/*For the screens less than 768px*/
@media screen and (max-width:767px) {
   .service-image {order: 1;}
   .service-content {text-align: center;}
   .service-block-wrapper.right-open, .service-block.left-open {flex-direction: column;border-radius: 30px;}
   .service-block-wrapper.left-open {border-radius: 30px;}
   .service-block-wrapper.right-open , .service-block-wrapper.left-open { background: linear-gradient(to bottom, #dacab8 0%, #EBEDF5 80%);}
    .service-image {padding: 0;}
    .elementor-1396 .elementor-element.elementor-element-bb15392 {font-size: 16px !important;width:90% !important; margin:0 auto;margin-bottom:0 !important}
    .elementor-1396 .elementor-element.elementor-element-6718243 .elementor-heading-title {font-size: 32px !important;line-height: normal !important;}
    footer .upper img {height: 35px}
    footer .main-footer p br {display: none;}
    footer .phone-email .left img {width: 30px}
   
    

}

/*For the screens less than 480px*/
@media screen and (max-width: 479px) {
  .service-block-wrapper.left-open , .service-block-wrapper.right-open{border-radius: 20px;}
  .elementor-1396 .elementor-element.elementor-element-e6118ee .elementor-heading-title br{display: none;}
}

/* @-webkit-keyframes fadeslideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40%);
    }
    10% {
        opacity: 1;
        -webkit-transform: translateY(-50%);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-50%);
    }
    25% {
        opacity: 0;
        -webkit-transform: translateY(-60%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-60%);
    }
}

@-moz-keyframes fadeslideUp {
    0%,
    20% {
        opacity: 0;
        transform: translateY(100%);
    }
    25%,
    45% {
        opacity: 1;
        transform: translateY(0);
    }
    50%,
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-o-keyframes fadeslideUp {
    0%,
    20% {
        opacity: 0;
        transform: translateY(100%);
    }
    25%,
    45% {
        opacity: 1;
        transform: translateY(0);
    }
    50%,
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes fadeslideUp {
    0%,
    20% {
        opacity: 0;
        transform: translateY(100%);
    }
    25%,
    45% {
        opacity: 1;
        transform: translateY(0);
    }
    50%,
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
} */