@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');


:root {
    --primary-color: #1F3A64;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Vend Sans", sans-serif !important;
}

p {
    color: #000;
    /* font-family: 'Poppins', sans-serif !important; */
}

.container-fluid {
    width: 94%;
}


.ltn__header-5 .ltn__header-middle-area {
    padding: 5px 0 !important;
}

.ltn__main-menu>ul>li>a {
    font-family: "Vend Sans", sans-serif;
}

.ltn__header-top-area {
    padding: 5px 0;
}

.ltn__main-menu ul {
    justify-content: end !important;
}

.header_bg {
    background-color: var(--primary-color);
}



.bg_white_trsparent {
    background: #f2f4f7 !important;
}

h2.headding {
    font-size: 40px;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #193256;
}

h2.headding::before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 60px;
    height: 3px;
    border-radius: 30px;
    background: #c5211a;
    content: '';
    transform: translate(-50%, -50%);
}

.about-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0.75rem 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.servies-box {
    position: relative;
    padding: 60px 35px 64px;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
    margin: 0.75rem 0;
}

.servies-box::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #eee;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.servies-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

/* .servies-box:hover::before {
    border-color: var(--primary-color);
} */



.servies-icons {
    text-align: center;
    margin-bottom: 22px;
    color: #fff;
    background: #3d8c67;
    display: inline-block;
    border: 1px solid #3d8c67;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.servies-icons i {
    font-size: 50px;
}

.servies-box .servies-content h4 {
    font-size: 21px;
    line-height: 1.38;
    margin-bottom: 18px;
    color: #c8221c;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.servies-box .servies-content p {
    color: #333;
    letter-spacing: 0em;
    line-height: 1.32;
    font-size: 16px;
}

.font__family-poppins {
    font-family: 'Poppins', sans-serif;
}


.product-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 20px;
    margin-bottom: 40px;
    /* margin-left: 20px;
    margin-right: 20px; */
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.card-body {
    padding: 25px;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.card-text {
    color: #000;
    font-size: 15px;
    font-family: "Vend Sans", sans-serif;
    margin-bottom: 0;
}

.btn-primary {
    background-color: #2C8C68;
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #218c58;
}

.bg_counter {
    background: url(../images/girl-in-park.jpg)scroll no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
}

.bg_counter::before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(90.2deg, #00093B 41.58%, rgba(0, 9, 59, 0) 99.85%);
    background: #00093bdb;
    height: 100%;
    top: 0;
    left: 0;
}

.cs-container {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cs-container h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    max-width: 800px;
    line-height: 1.5;
    font-family: 'Nunito Sans', sans-serif;
}

.ltn__counterup-item .counter-icon i {
    color: #fff;
}

.ltn__counterup-item h1,
.ltn__counterup-item h6 {
    color: #fff;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    z-index: 9999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* 
.section-bg-2{
    background: var(--primary-color) !important;
} */

.footer-widget .footer-title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
}


.copyright_bg {
    background: #181b2b;
    border-top: 1px solid #ffffff38;
}


.expertise-section {
    padding: 60px 0;
    background-color: #fff;
}

/* Card Style */
.expertise-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.expertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.expertise-icon {
    width: 55px;
    height: 55px;
    background: #3d8c67;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 10px;
    flex-shrink: 0;
}

.expertise-content h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.expertise-content p {
    font-size: 0.95rem;
    color: #000;
    margin: 0;
    line-height: 1.6;
}


.full-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 400px;
}


.full-text {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #fff;
    text-align: center;
}

/* .full-text h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #222;
} */

.full-text p {
    font-size: 1.05rem;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.7;
    max-width: 700px;
}

._stickyimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}


.full-image {
    flex: 1 1 50%;
    min-height: 400px;
}

.partner_logo {
    border: 1px solid var(--primary-color);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Inner pages */

.ltn__breadcrumb-area {
    padding: 60px 0;
}

.bg-overlay-white-30:before {
    background: rgb(0 0 0 / 52%);
}

.ltn__breadcrumb-list ul li {
    color: #fff !important;
}


.inner-page {
    line-height: 1.7;
    font-size: 1rem;
    color: #000;
}

.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
    font-weight: 600;
    margin: 1.2rem 0 0.6rem;
    line-height: 1.3;
    color: #000;
}

.inner-page p {
    margin-bottom: 1rem;
    color: #000;
}

.inner-page ul,
.inner-page ol {
    margin: 0 0 1.2rem 1.5rem;
    padding-left: 1.2rem;
}

.inner-page ul li,
.inner-page ol li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.inner-page a {
    color: #0d6efd;
    text-decoration: underline;
}

.inner-page a:hover {
    color: #0a58ca;
    text-decoration: none;
}

.inner-page blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin: 1.2rem 0;
    color: #555;
    font-style: italic;
    background: #f8f9fa;
}

.inner-page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
    border-radius: 6px;
}

.inner-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.inner-page table th,
.inner-page table td {
    border: 1px solid #ddd;
    padding: 0.6rem;
}

.inner-page table th {
    background-color: #f1f1f1;
    font-weight: 600;
}

/* alerts */

.custom-alert {
    position: relative;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: fadeSlide 0.6s ease;
}

.custom-alert.success {
    background: #d4edda;
    color: #155724;
    border-left: 6px solid #28a745;
}

.custom-alert.error {
    background: #f8d7da;
    color: #721c24;
    border-left: 6px solid #dc3545;
}

.alert-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: inherit;
    cursor: pointer;
    transition: 0.2s;
}

.alert-close:hover {
    color: #000;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ctm_btn {
    padding: 20px 50px;
    font-size: 21px;
}

/* end */
/* Responsive */
@media (max-width: 991px) {

    .full-text,
    .full-image {
        flex: 1 1 100%;
        min-height: 300px;
    }
}

/* Responsive */

@media screen and (max-width: 1400px) {
    .ltn__main-menu>ul>li>a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }

    .servies-box .servies-content h4 {
        font-size: 18px;
    }

    .card-title {
        font-size: 19px;
    }

    .servies-box {
        padding: 40px 35px 24px;
    }

    .expertise-content p {
        font-size: 1.05rem;
    }
}

@media screen and (max-width: 572px) {
    h2.headding {
        font-size: 25px;
    }
    
    .site-logo-wrap {
        margin-bottom: 0 !important;
        justify-content: start !important;
    }
    .ltn__header-5 .ltn__header-options {
        justify-content: end;
        position: absolute;
        z-index: 111;
        left: 0;
    }
    
    .site-logo-wrap .site-logo {
        width: 80%;
        position: relative;
        z-index: 1111111;
    }
    
    .ltn__header-5 .ltn__header-middle-area{
        position:relative;
    }
}

@media screen and (max-width: 1440px) {
    .ltn__main-menu > ul > li > a{
        font-size: 15px;
       
    }
    .ltn__main-menu > ul > li{
         margin-right: 11px;
    }
}

@media screen and (max-width: 1500px) {
    .ltn__main-menu>ul>li>a {
        font-size: 16px;
        padding: 20px 6px;
    }
    
}
@media screen and (max-width: 1600px) {
    .ltn__main-menu > ul > li{
         margin-right: 0px;
    }
}
@media screen and (max-width: 1280px) {
    .ltn__main-menu>ul>li>a {
    font-size: 15px;
    padding: 20px 3px;
}
}