/* @charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: 'Montserrat';
}

.navbar-nav>li>a {
    padding-left: 20px !important;
}
img.logo-img.img-fluid {
    width: 130px;
}
.nav-section {
    background-color: #fff;
    height: 80px;
}
nav.navbar.navbar-expand-lg.navbar-white {
    height: 80px;
    background-color: #fff;
}

.navbar-nav .nav-link {
    color: #000 !important; /* Default text color */
    transition: color 0.3s ease-in-out;
    position: relative  ;
}

.navbar-nav .nav-link:hover {
    color: #ff6200 !important; /* Change hover color */
}
    .navbar-nav>li>a:before {
    float: right;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: 5px;
    top: 50%;
    margin-top:6.5px;   
    position: relative;
    background-color: black;
    color: #ea5b0c;
}

.navbar-nav li a {
    font-size: 11px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333333;
}
button.nav-btn {
    font-size: 11px;
    font-weight: 600;
    /* margin-top: 10px;
    margin-bottom: 10px; */
    margin-left: -139px;
    background: #ea5b0c;
    color: #fff !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    height: 60px;
    width: 168px;
    border-radius: 30px;
    border: none;
}
img.slide-img-1 {
    height: 600px;
    width: 100%;
}
.our-client-logo-content {
    width: 198px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(4, 44, 176, 0.1);
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
h5.slider-sub-heading {
    font-size: 40px;
    font-weight: 300;
}
h3.slider-heading {
    font-size: 50px;
    font-weight: 600;
}
p.slider-paira {
    font-size: 18px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
}
.carousel-caption {
    position: absolute;
    bottom: 10.25rem;
    left: 9%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #ea5b0c;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 50px;
    height: 4px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
h2.process-heading {
    font-family: 'oswald';
    font-size: 40px;
    color: #212529;
}
h2.process-heading::after {
    content: "";
    display: block;
    width: 94px;
    height: 4px;
    background-color: #ea5b0c;
    margin-left: 523px;
    margin-top: 4px;
}

.process-section {
    padding: 80px 0px;
}

/*img.img-fluid.idea-image {*/
/*    display: flex;*/
/*}*/

p.process-paira {
    font-family: 'inter';
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 24px;
    color: #777777;
}
.process-card:hover p.process-paira {
    color: #fff;
}

h3.process-heading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 24px;
    font-family: 'Montserrat';
}

.small-icon {
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 60px;
    background-color: rgba(234, 91, 12, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.img-fluid.idea-image {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    margin-left: -14px !important;
    margin-top: -16px !important;
    display: flex !important;
}

.process-card {
    background-color: #fff;
    transition: background-color 0.3s ease, border-bottom 0.3s ease, color 0.3s ease;
    position: relative;
    overflow: hidden;
    padding: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-top: 45px;
    /* height: 349px; */  
}

 h3.process-heading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 24px;
    font-family: 'Montserrat';
}


.process-card:hover {
    background-color: #ea5b0c;
    border-bottom: 5px solid #000;
    color: #fff;
    box-shadow: 0 0 40px 22px rgba(234, 91, 12, 0.16);
}

.process-card .small-icon {
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    /* background-color: transparent; */
    background-color: rgba(234, 91, 12, 0.15);
    transition: background-color 0.3s ease;
}

.process-card:hover .small-icon {
    background-color: #fff;
    /* White background on hover */
}

.process-card .small-icon img {
    max-width: 60px;
    transition: transform 0.3s ease;
}

.process-card:hover .small-icon img {
    transform: scale(1.1);
}

label.enquiry-label {
    display: inline-block;
    position: absolute;
    background-color: #f9f9f9;
    margin-left: 15px;
    margin-top: 1px;
    padding: 0px 0px 0px 0px;
    line-height: 9px;
    color: #777777;
    font-size: 16px;
    font-family: 'Inter';
}

h5.enquiry-subheading {
    font-size: 24px;
    font-family: 'Oswald';
    color: #777777;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 20px;
}

h2.enquiry-heading.enquiry-heading {
    font-size: 35px;
    font-family: 'oswald';
    color: #212529;
}

h2.enquiry-heading.enquiry-heading::after {
    content: "";
    display: block;
    width: 94px;
    height: 4px;
    background-color: #ea5b0c;
    margin-top: 4px;
}

.enquiry-section {
    padding-bottom: 80px;
}

img.img-fluid.enquiry-image {
    border-radius: 15px 0px 0px 15px;
    height: 555.4px !important;
    width: 100%;
}

select#company {
    word-wrap: normal;
    width: 290px !important;
    height: 45px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.form-group.enquiry {
    margin-bottom: 10px;
}

label.enquiry-label.dropdown {
    margin-top: -4px;
}

button.btn.enquiry-btn {
    width: 163px;
    height: 56px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Montserrat';
    border-radius: 10px;
    background-color: #ea5b0c;
    color: #fff;
}
button.btn.enquiry-btn :hover{

    color: #ea5b0c;
}


textarea.full-width.enquiry-message {
    width: 691px !important;
}

.enquiry-form-content {
    padding: 25px 20px 20px 40px;
    background-color: #f9f9f9;
    border-radius: 0px 15px 15px 0px;
}

textarea.full-width {
    width: 662px;
}

label.name {
    position: absolute;
    background-color: #fff;
    margin-left: 15px;
    margin-top: -16px;
    padding: 7px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group input {
    width: 48%;
}

.full-width {
    width: 100%;
}

.btn {
    background-color: #f60;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.btn:hover {
    background-color: #e55b00;
}

h2.all-project.text-center {
    font-family: 'oswald';
    font-size: 40px;
    color: #212529;
    padding-top: 45px;
}

h2.all-project.text-center::after {
    content: "";
    display: block;
    width: 94px;
    height: 4px;
    background-color: #ea5b0c;
    margin-left: 529px;
    margin-top: 4px;
}

.image-container {
    position: relative;
    /* width: 300px;
    height: 200px; */
    overflow: hidden;
}

.image {
    /* width: 100%;  */
    height: 100%;
    transition: transform 0.5s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: white;
    opacity: 0;
    transition: opacity 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay-content {
    background-color: #ffffffab;
    padding: 20px;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: -205px;
    margin-left: 331px;
    width: 305px;
}

img.image.process-main-img {
    height: 350px;
    border-radius: 15px;
}

.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 45px;
}

h2.overlay-content-title {
    font-size: 24px;
    color: #212529;
    line-height: 33.6px;
    font-weight: 600;
    font-family: 'Montserrat';
}

h2.overlay-content-title::after {
    content: "";
    display: block;
    width: 94px;
    height: 4px;
    background-color: #ea5b0c;
    /* margin-left: 557px; */
    margin-top: 4px;

}

p.overlay-content-discription {
    font-size: 16px;
    font-family: 'Oswald';
    color: #212529;
    margin-bottom: 0px;
    margin-top: 6px;
    margin-right: 20px;
}

.bottom-content.d-flex {
    margin-top: 25px;
}

button.btn.enquiry-btn.project {
    width: 120px;
    height: 38px;
    font-size: 14px;
}

img.image.process-main-img.three {
    border-radius: 15px;
    height: 300px;
}

/* .overlay-content.three {
    background-color: #ffffffab;
    padding: 20px;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: -155px;
    margin-left: 102px;
    width: 305px;
} */
.overlay-content.three {
    background-color: #ffffffab;
    padding: 20px;
    border-radius: 15px 0px 15px 0px;
    margin-bottom: -156px;
    margin-left: 110px;
    width: 305px;
}

.project-section {
    padding-bottom: 80px;
    background-color: rgba(234, 91, 12, 0.03);
}

.testimonial-card {
    width: 455px;
    padding: 20px;
}

p.testimonial-paira {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-family: 'Inter';
    margin-bottom: 20px;
    margin-top: 20px;
}

h4.testimonial-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Montserrat';
    margin-left: 20px;
    color: #212529;
    margin-bottom: 5px;
}

h4.testimonial-designation {
    font-size: 15px;
    line-height: 24px;
    margin-left: 20px;
    color: #EA5B0C;
}

img.img-fluid.testimonial-img {
    /*height: 70px;*/
    border-radius: 50%;
}
}

i.fa-solid.fa-quote-right {
    margin-top: -111px;
    font-size: 40px;
    position: absolute;
    margin-left: 337px;
    color: #ea5b0c;
}

i.fa-solid.fa-star {
    color: #ea5b0c;
    margin-right: 7px;
}

h2.testimonial {
    font-family: 'oswald';
    font-size: 40px;
    color: #212529;
    padding-top: 45px;
    position: relative;
}

h2.testimonial::after {
    content: "";
    display: block;
    width: 94px;
    height: 4px;
    background-color: #ea5b0c;
    /* margin-top: 4px; */
    position: absolute;
    bottom: -8px;
    left: 4px;
}

.testimonial-content {
    width: auto;
    padding: 20px;
}

.testimonial-section {
    padding-bottom: 80px;
    background-color: #f8f8f8;
}

.our-client-logo-content {
    width: 198px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(4, 44, 176, 0.1);
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

h2.our-client.text-center {
    font-family: 'oswald';
    font-size: 40px;
    color: #212529;
    padding-top: 45px;
    padding-bottom: 45px;
}

h2.our-client.text-center::after {
    content: "";
    display: block;
    width: 94px;
    height: 4px;
    background-color: #ea5b0c;
    margin-top: 4px;
    margin-left: 537px;
}

.our-client-section {
    padding-bottom: 80px;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 11px;
    line-height: 19px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #ea5b0c;
    padding: 0px;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ea5b0c;
}

.icon {
    text-shadow: none;
    color: #fff;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    transition: .5s;
    font-size: 16px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
}

p.footer-address-description {
    font-size: 14px;
    font-family: 'Inter';
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
}

h4.footer-address {
    padding: 0;
    color: #ea5b0c;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 28px;
    margin-bottom: 0px;
}

span.footer-dots {
    color: #ea5b0c;
    margin-right: 8px;
    padding: 5px;
}

h3.location-footer-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    font-family: 'Inter';
    margin-bottom: 20px;
}

.footer-section {
    padding: 50px 0px;
    background: #2a2b2b;
}

.location-list {
    list-style: none;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 28px;
}

hr {
    border: 1px solid #ea5b0c;
    margin-top: 10px;
}
h3.subfooter-heading {
    font-size: 14px;
    font-family: 'Inter';
    line-height: 28px;
    color: #fff;
    margin-bottom: 0px;
}

.sub-footer {
    background: #0b0b0b;
    padding: 30px 0 20px;
}


.counter-section {
    padding: 80px 0px;
}


h2.counter-section-heading {
    font-family: 'oswald';
    font-size: 40px;
    color: #212529;
    margin-bottom: 20px;
    /* color: red; */
}

p.counter-section-paira {
    font-family: 'inter';
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 24px;
    color: #777777;
}

.stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}


.stat h3 {
    font-size: 40px;
    color: #212529;
    font-weight: bold;
    font-family: 'Oswald';
    letter-spacing: 4px;
}

.line {
    width: 60px;
    height: 4px;
    background-color: #ea5b0c;
    margin: 8px 0px;
}

.stat p {
    font-family: 'inter';
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 24px;
    color: #777777;
}

.read-more {
    background-color: #f4a30a;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

img.img-fluid.counter-image {
    height: 490px;
    border-radius: 15px;
}

.counter-all-content {
    padding: 45px 0px 45px 45px;
}

/* new css add 26/02/2025 */


    .dropdown-menu[data-bs-popper] {
        background-color: #000000;
    }

    a.dropdown-item {
        color: #ffffff !important;
        background-color: #000000;
    }

    .dropdown-item:hover {
        color: #000000;
        background-color: #ea5b0c;
    }










    
    h2.about-title {
        font-family: 'oswald';
        font-size: 40px;
        color: #ffffff;
        padding-top: 100px;
    }

    .detail-section {
        padding: 80px 0px;
    }

    img.img-fluid.detail-main-img {
        border-radius: 15px;
        height: 400px;
        width: 100%;
    }

    h2.detail-heading {
        font-size: 35px;
        font-family: 'oswald';
        color: #212529;
        padding-top: 20px;
    }

    p.detail-paira {
        font-family: 'inter';
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 24px;
        color: #777777;
        margin-top: 20px;
    }

    span.detail-check-paira {
        font-family: 'inter';
        font-size: 15px;
        line-height: 24px;
        color: #777777;
        font-weight: 600;
        margin-bottom: 12px;
        margin-left: 12px;
    }

    i.fa-solid.fa-check {
        color: #777777;
    }

    .bottom-detail-check-content {
        display: grid;
    }

    input.form-control.me-1 {
        padding: 6px 12px;
    }

    button.btn.btn-primary {
        height: 45px;
        width: 170px;
        font-family: 'inter';
        background-color: #ea5b0c;
    }

    .related-post-blog-content {
        border: 1px solid #e7e7e7;
        padding: 5px;
        width: 100%;
        height: auto;
        padding-left: 10px;
        border-radius: 5px;
    }

    .related-post-blog-content-h {
        font-size: 14px;
        font-family: 'inter';
        font-weight: 600;
        text-decoration: none;
        color: #212529;
    }

    .related-post-heading {
        font-family: 'inter';
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        font-weight: 600;
    }

    img.related-blog-img {
        border-radius: 5px;
    }


    /* new css add 26/02/2025 */
    
    select#area {
        height: 43px;
        width: 340px;
        border: 1px solid #cccccc;
        border-radius: 5px;
    }
    
 @media (max-width: 768px) {
        
        textarea.full-width.enquiry-message {
            width: 361.6px !important;
            height: 100px;
        }
        a.nav-link.franchise {

            width: 174px; 
        }
        select#area {
            width: 362px !important;
        }
        span.looking-form {
            margin-left: -167px !important;
        }
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
    }
