/*==========Header CSS Start==========*/

.banner-in-bredcrum ul li {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
/*==========Header CSS Start==========*/

/*==========Footer CSS Start==========*/

.footer-mail-content a span:hover, .footer-call-content a span:hover {
    margin-left: 10px;
    color: #f2a65a;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service_footer {
    padding-top: 185px;
} 

@media screen and (max-width: 575px) {
    .service_footer {
        padding-top: 250px;
    }
}

/*==========Footer CSS End==========*/

/*==========Home CSS Start==========*/

.product-box {
    padding: 8px 20px;
}

.product-box .h3-title {
    font-size: 15px;
}

.product-box::before {
    width: 60px;
    height: 60px;
    
}

.home-newsletter {
    padding-top: 40px;
    margin-bottom: -200px;
    background-color: #dddddd33;
}

@media screen and (max-width: 991px) {
    .home-newsletter {
        margin-bottom: -221px;
    }
}

@media screen and (max-width: 767px) {
    .home-newsletter {
        margin-bottom: -240px;
    }
}

@media screen and (max-width: 465px) {
    .home-newsletter {
        padding-bottom: 64px;
    }
}

.client-slider .col-lg-3 {
    margin: 40px;  /* Adds space between slides */
}

.client-slider .blog-box {
    padding: 10px;  /* Adjust padding inside the box */
}

.client-slider img {
    max-width: 100%;  /* Ensures images are responsive */
}

.client-slider .slick-dots {
    bottom: -20px;
}


.main-portfolio {
    background-color: #dddddd33;
    padding-top: 100px;
}

.main-get-quote {
    padding-top: 100px;
}
/*==========Home CSS End==========*/

/*==========Products CSS Start==========*/
.portfolio-box>img {
    min-height: 416px;
}

.portfolio-box .portfolio-img-wrapper>img {
    min-height: 416px;
}

.portfolio-box-1 {
    cursor: pointer;
}

.product-box-1 {
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-box-1 .h3-title {
    font-size: 20px;
    cursor: pointer;
}

.product-box-1::before {
    width: 75px;
    height: 75px;
    
}

/* Portfolio Box Styles */
.main-portfolio-page-in .portfolio-box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

/* Wrapping the image and overlay inside a wrapper */
.portfolio-img-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 416px;
}

/* Image Styles */


/* Overlay Styles: Initially hidden */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black transparent overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/* Add plus icon on hover */
.portfolio-buttons {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.portfolio-buttons {
    width: 50px; 
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    transition: background-color 0.3s ease, filter 0.3s ease;
}


.portfolio-buttons:hover { 
    background-color: #f2a65a;
}

.portfolio-buttons img.eye_icon:hover, 
.portfolio-buttons:hover img.eye_icon { 
    filter: brightness(99);
}

.portfolio-box:hover .portfolio-overlay {
    opacity: 1; 
}

.portfolio-box:hover .portfolio-buttons {
    display: block; 
}

.portfolio-box:hover img {
    transform: scale(1.1); 
}

.portfolio-content-box .h3-title {
    color: #000;
    text-align: center;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.modal-body {
    padding: 20px;
}

.modal-description {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #333;
}

.modal-features {
    font-size: 1rem;
    color: #555;
}

.model_img {
    /* border: 1px solid #00619e;  */
    border-radius: 5px; 
    width: 300px;
    height: 300px;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.modal-features li {
    list-style: initial;
    margin-left: 20px;
}

.modal-features li:last-child {
    border-bottom: none;
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-bottom: none; /* Remove default border */
}

.modal-title {
    color: #00619e; /* Blue color for title */
    font-weight: bold;
}

#inquiryButton {
    background-color: #00619e;
    border-color:  #00619e;
    border-radius: 0;
}

#inquiryButton:hover {
    background-color: #f2a65a;
    border-color:#f2a65a ;
}

/*==========Products CSS End==========*/

/*==========Contact Us CSS Start==========*/

.error {
    display: block;
    margin-top: 6px;
    margin-left: 3px;
    color: red;
    font-size: 12px;
}

.field_error {
    border-color: red !important;
}

.field_error:focus {
    box-shadow: 0 0 8px rgba(250, 0, 0, 0.6) !important;
}

.form-box-1 {
    margin-bottom: 20px;
}

.form-box .form-input {
    background: #ffffff;
}


/*==========Contact Us CSS End==========*/

/*==========Privacy Policy & Term & Conditions CSS End==========*/


/* .main-about-us {
    padding: 20px;
    background-color: #f9f9f9; 
} */

.privacy-content, .term-content {
    background-color: #ffffff; /* White background for content */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: justify;
}

.privacy-content, .term-content h2 {
    margin-bottom: 20px;
}

.privacy-content li i {
    color: #00619e;
}

.privacy-content  a, .term-content a {
    color: #00619e;
}

.info-list li p {
    margin-left: 7px;
}
/* 
h3 {
    color: #555; 
} */

ul.info-list, ul.usage-list {
    list-style-type: none;
    padding-left: 0;
}
ul.info-list li {
    display: flex;
    align-items: flex-start;
}

ul.usage-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    margin-left: 15px;
}

ul.info-list li i, ul.usage-list li i {
    margin-right: 10px;
    color: #00619e;
    font-size: 1.2em;
    margin-top: 3px;
}

.mb-10 {
    margin-bottom: 10px;
}
/*==========Privacy Policy & Term & Conditions CSS End==========*/
.happy-clients {
    display: flex;
    align-items: center; /* vertical align */
    justify-content: center; /* center the whole block */
    flex-wrap: wrap;
    gap: 40px; /* smaller gap between text & map */
    padding: 20px 0; /* less vertical padding */
}

.left-content {
    flex: 0 0 45%; /* fix width instead of growing too much */
    max-width: 500px;
}

.happy-title {
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    color: #00619e;
    margin-bottom: 20px;
}

.highlight-orange {
    color: #fca311;
    font-size: 36px;
    font-weight: bold;
}

.industries {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.industry {
    text-align: center;
}

.industry img {
    width: 60px;
    height: auto;
    margin-bottom: 6px;
}

.since-text {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.map-container {
    position: relative;
    flex: 0 0 45%; /* smaller than before */
    max-width: 500px; /* smaller map */
}

.world-map {
    width: 100%;
    display: block;
}

.map-dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #1f4e79;
    border-radius: 50%;
}

/* Example positions */
.dot1 { top: 35%; left: 55%; }
.dot2 { top: 50%; left: 65%; }
.dot3 { top: 60%; left: 58%; }

@media (max-width: 768px) {
    .happy-clients {
        flex-direction: column;
        text-align: center;
    }
    .industries {
        justify-content: center;
    }
}
