/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}

/*mr*/

@media (max-width: 1400px) {

    .cv2, .cv3 {
        display: none !important;
    }

    .cv {
        position: static !important;
        animation: none !important;
        transition: none !important;
        transform: none !important;

        opacity: 1 !important;   /* 🔥 IMPORTANT FIX */
        visibility: visible !important;

        width: 100%;
        height: auto;
        display: block;
    }

}

@media (max-width: 1440px) {
    .cv3{
        display: none;
    }
    
    .cv2, cv1{
        width: auto;
        height: auto;
    }
    
    
    @media (max-width: 768px) {
    .auto-scroll-section .section-subtitle {
        display: none;
    }
}
    
    /* 🔹 Default (Desktop stays same) */


/* 🔹 Tablet (≤ 992px) */
@media (max-width: 992px) {

    .ltn__call-to-action-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .pp {
        width: 150px;
        height: auto;
    }
}


/* 🔹 Mobile (≤ 768px) */
@media (max-width: 768px) {

    .ltn__call-to-action-area {
        padding: 60px 15px;
        text-align: center;
    }

    .section-title {
        font-size: 24px;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        line-height: 1.4;
    }

    .pp {
        width: 120px;
        margin-top: 15px;
    }
}


/* 🔹 Small Mobile (≤ 480px) */
@media (max-width: 480px) {

    .section-title {
        font-size: 20px;
                    color: #274b91 !important;
        
    }
    h1.slide-title.animated.cp {
    color: #fff;
}



    .pp {
        width: 100px;
    }
    .gh {
    position: relative;
    background: url("img/home/slider1.svg") center/cover no-repeat;
}
    .h6{
        display: none;
    }

.gh::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #274b9121; /* your color */
    z-index: 1;
}

/* Keep content above overlay */
.gh .ltn__slide-item-inner {
    position: relative;
    z-index: 2;
}
    .slide-title{
        text-shadow: 2px 2px 5px rgba(255,255,255,0.6);
    }


}
    
  @media (max-width: 650px) {
    .before-bg-left-skew::after,
    .before-bg-right-skew::after {
        content: none !important;
    }
}
    

    
/*
    @media (min-width: 620px) and (max-width: 786px) {
    .before-bg-left-skew::after,
    .before-bg-right-skew::after {
        content: "";
        width: 225px;
    }
}*/

    
    .auto-scroll-section {
    overflow: hidden;
}

/* Images */
.img-box img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Text section */
.text-box {
    background: #ebf2ff;
    text-align: center;
    padding: 40px 20px;
}

.section-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
}

/* Highlight text */
.highlight {
    color: #0d6efd;
    font-weight: 600;
}

/* Cursor animation */
.cursor {
    display: inline-block;
    width: 2px;
    background: #000;
    margin-left: 5px;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}@media (max-width: 575px) {

    .section-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .text-box {
        padding: 20px 15px;
    }

    .img-box {
        margin-bottom: 10px;
    }
}
    
    @media (min-width: 576px) and (max-width: 991px) {

    .section-text {
        font-size: 20px;
    }

    .text-box {
        padding: 30px 20px;
    }
}
    @media (min-width: 992px) and (max-width: 1400px) {

    .section-text {
        font-size: 30px;
    }

    .text-box {
        padding: 50px;
    }
}