/* override.css */

.icon-box img {
    width: 64px;     /* Adjust as needed */
    height: 64px;    /* Adjust as needed */
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Optional: Remove icon font leftovers */
.icon-box span[class^="flaticon-"] {
    display: none;
}

/* Tighter spacing for service blocks */
.service-block-two .inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-block-two .icon-box {
    margin-bottom: 8px; /* reduce space below icon */
}

.service-block-two h5 {
    margin-bottom: 6px; /* reduce space below title */
    font-size: 1.1rem;
}

.service-block-two .text {
    margin-bottom: 6px; /* reduce space below description */
    font-size: 0.95rem;
    line-height: 1.4;
}

.service-block-two .link-box {
    margin-top: 4px; /* minimal space above link arrow */
}

/* Slider H1 Responsive Fix */
/* Stronger selector */
.slide-item .content-box .content .inner h1 {
    font-size: 4rem !important;
    line-height: 1.2;
    word-break: keep-all;
    white-space: normal;
}

/* Ensure manual line break works */
.slide-item h1 .slider-line {
    display: block;
}

.main-header .header-upper .logo-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 80px;
  z-index: 1;
}

/* Reduce vertical space between each feature */
.features .feature {
    margin-bottom: 15px; /* default might be 30px or more */
    padding-bottom: 10px;
}

/* Reduce space around the count circle */
.feature .count {
    margin-bottom: 5px;
}

/* Tweak heading and text spacing */
.feature h5 {
    margin: 5px 0;
    font-size: 1.1rem; /* optional: adjust size if too big */
}

.feature .sub-text {
    margin: 0;
    font-size: 0.95rem; /* optional: reduce font size */
    line-height: 1.4;   /* optional: tighten text spacing */
}

/* Optional: If the entire section has unnecessary padding */
.left-col .inner {
    padding: 10px 0; /* reduce top and bottom padding */
}

/* Vision & Mission Layout Improvements */
.vision-mission-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.vision-col,
.mission-col {
    padding: 30px 20px;
}

/* Add vertical divider */
.vision-col {
    border-right: 1px solid rgba(0, 0, 0, 0.1); /* subtle divider */
}

/* Optional: align text better on narrow screens */
@media (max-width: 991px) {
    .vision-col {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/* Reduce spacing above and below */
.values-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.vission-mission-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.history-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.clients-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.team-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Dark background and light text */
.values-section {
    background-color: #1f1f1f; /* Deep charcoal, feel free to adjust */
    color: #f4f4f4;
}

/* Make headings and accordion text light */
.values-section .sec-title h2,
.values-section .dot,
.values-section .acc-btn,
.values-section .acc-content .text,
.values-section .count {
    color: #ffffff;
}

/* Make only accordion inner text dark */
.values-section .accordion .acc-content .text {
    color: #222222; /* or #000000 for pure black */
}

/* Optional: style count circles/numbers if they appear in a different color */
.values-section .count {
    background: transparent;
    font-weight: bold;
}

/* Optional: lighten accordion borders if needed */
.values-section .accordion.block {
    border-color: rgba(255, 255, 255, 0.2);
}

/* Optional: ensure image is still bright */
.values-section .image-box img {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Make accordion titles (buttons) larger */
.values-section .accordion .acc-btn {
    font-size: 1.6rem;  /* Increase to your preference */
    font-weight: 500;   /* Optional: make it bolder */
    letter-spacing: 0.3px; /* Optional: enhance legibility */
}

/* Team Section - dark theme */
.team-section.section-dark {
    background-color: #1e1e1e; /* or any dark shade of your choice */
    color: #f4f4f4;
}

/* Make sure headings and paragraph text are light */
.team-section.section-dark .sec-title h2,
.team-section.section-dark .dot,
.team-section.section-dark .lower-text {
    color: #ffffff;
}

/* Optional: enhance image styling */
.team-section.section-dark .image-box img {
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* General container spacing */
.terms-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
}

/* Headings */
.policy-content h4 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* Paragraphs */
.policy-content p {
    color: #dddddd;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 15px;
}

/* Lists */
.policy-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.policy-content ul li {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 8px;
}

/* Section dividers */
.section-divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 40px 0;
}

/* Link styling */
.policy-content a {
    color: #4dc3ff;
    text-decoration: underline;
}

.policy-content a:hover {
    color: #88e0ff;
}

/* Optional: Adjust page banner for smaller screens */
.page-banner .banner-inner h1 {
    font-size: 2.5rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Apply dark background to all section-dark sections */
.section-dark {
    background-color: #1e1e1e !important;
    color: #ffffff;
}

/* Website Update Popup */
#update-popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 20px;
}

#update-popup-box {
    background-color: #ffffff;
    color: #222222;
    max-width: 400px;
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#update-popup-box h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #1f1f1f;
}

#update-popup-box p {
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
}

#update-popup-close {
    background-color: #ffaa17;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#update-popup-close:hover {
    background-color: #CB8000;
}
