.navbar-brand img{
    height: 125px;
}

.about-body-item-content h3{
    color: var(--white-color);
}

/* hero section  */

.hero-info-box2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-info-box2 .info-badge {
    width: 70px;
    height: 55px;
    background: transparent;
    color: #0D3B66;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}

.hero-info-box2 .info-badge i{
    color: #0D3B66;
}

.hero-info-box2 h3{
    color: #0D3B66;
}

.hero-info-box2 p{
    color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.50);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.hero-info-box2 .info-badge:hover {
    transform: scale(1.08);
}

.box-3:hover .hero-info-header .icon-box svg{
    stroke: black;
}

.icon-box svg{
    stroke: white;
    z-index: 5;
}

.icon-box:hover svg{
    stroke: black;
}

.about-body-item:hover .icon-box svg{
    stroke: white;
}

.about-body-item .icon-box svg{
    stroke: black;
}

.service-item-title h2 a{
    color: var(--secondary-color);
}

.service-item-btn a svg{
    stroke: white;
    fill: white;
}

.service-item-btn a{
    stroke: white;
    fill: white;
    color: white;
     text-decoration: none;
}

.service-item-btn:hover a{
    text-decoration: none;
    color: black;
}

.service-item-btn:hover a svg{
    stroke: black;
    fill: black;
}


/* why choose us section */

.section-title-center h3,
.section-title-center h2{
    color: var(--primary-color) !important;
}

.why-choose-us {
    padding: 110px 0;
    background: linear-gradient(180deg, var(--accent-color), #021b35);
    position: relative;
    overflow: hidden;
}

.choose-us-item {
    background: var(--white-color);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.choose-us-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.choose-us-item .icon-box {
    width: 70px;
    height: 70px;
    background: var(--primary-color);
    color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 28px;
    margin-bottom: 20px;
}

.why-choose-btn .btn-default {
    background: var(--primary-color);
    color: var(--accent-color);
    padding: 14px 36px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s ease;
}

.why-choose-btn .btn-default:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

/* process section */

.our-process {
    padding: 120px 0;
    background: linear-gradient(180deg, var(--accent-color), #021b35) !important;
}

.process-item {
    background: #ffffff10;
    padding: 35px;
    border-radius: 16px;
    margin-bottom: 40px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.15);
    transition: all .3s ease;
    position: relative;
}

.process-item:hover {
    transform: translateY(-8px);
    background: #ffffff20;
}

.process-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 14px;
    background: var(--primary-color);
    color: var(--accent-color);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.process-item h3 {
    color: var(--white-color) !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-item p {
    color: #e2e2e2;
    font-size: 16px;
    margin: 0;
}

.process-line {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 40px;
    transform: translateX(-50%);
    background: var(--primary-color);
}

.process-footer {
    text-align: center;
    margin-top: 20px;
}

.process-footer p {
    color: #ffffffcc;
    font-size: 18px;
}

.process-footer a {
    color: var(--primary-color);
    font-weight: 600;
}

.cta-box-item .icon-box svg{
    stroke: white ;
}

.cta-box-item:hover .icon-box svg{
    stroke: black !important;
}

.testimonial-title-text{
    color: black;
}

.author-name{
    color: var(--accent-color);
}

.testimonial-item-content p{
    color: var(--secondary-color) !important;
}

.testimonial-company-logo{
    display: flex;
    justify-content: center;
    width: 100%;
}

.tesimonial-img-box{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}

.scrolling-content span a{
    color: var(--primary-color);
    transition: all 300ms ease-in-out;
}

.scrolling-content span a:hover{
    color: var(--secondary-color);
}

/* footer  */

.footer-legal-menu ul.legal-menu-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.footer-legal-menu ul.legal-menu-list li {
    margin-bottom: 8px;
}

.footer-legal-menu ul.legal-menu-list li a {
    color: var(--white-color);
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-legal-menu ul.legal-menu-list li a:hover {
    color: var(--accent-color);
}

.footer-location-info a,
.footer-copyright-text p a{
    color: var(--white-color);
    transition: all 300ms ease-in-out;
}

.footer-location-info a:hover,
.footer-copyright-text p a:hover{
    color: var(--accent-color);
}

/* active navbar */
.active-navbar{
    color: var(--accent-color) !important;
}


@media (max-width: 768px) {
    .section-title h1{
        font-size: 32px;
    }
    .section-title p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

    .section-title h2 {
        font-size: 28px;
    }

    .active-navbar{
        color: var(--secondary-color) !important;
    }

}

@media (max-width: 426px) {

    .hero-info-box2{
        display: none;
    }

    .section-title h2 {
        font-size: 25px;
    }
}

@media (max-width: 376px) {
    .section-title h1{
        font-size: 20px;
    }

    .hero-info-item-content h3 {
        font-size: 16px;
    }

    .section-title h2 {
        font-size: 18px;
    }

    .what-we-do-item-body h3,
    .choose-us-item h3,
    .cta-box-item-content h3,
    .faq-contact-box-content h3{
        font-size: 18px !important;
    }
}

@media (max-width: 320px) {
    .section-title h1 {
        font-size: 18px;
    }

    p,
    .about-body-item-content p,
    .section-title p,
    .about-footer-content-list ul li,
    .service-benefit-list ul li,
    .what-we-do-item-body ul li,
    .feature-item-list ul li{
        font-size: 14px !important;
    }

    .hero-info-item-content h3 {
        font-size: 15px;
    }

    .hero-info-counter-box h3,
    .about-body-item-content h3,
    .footer-working-hours ul li,
    .footer-contact-links ul li,
    .footer-menu ul li a,
    .footer-legal-menu ul.legal-menu-list li a
    {
        font-size: 14px;
    }

    .section-title h2,
    .feature-item-info-content h3,
    .process-item h3,
    .footer-working-hours h3,
    .footer-links h3 {
        font-size: 16px !important;
    }

    .navbar-brand img {
    height: 100px;
}
}
