/* iPad Air & Pro */
@media screen and (max-width: 1199.98px){
    .hero-title h1 {
    margin: 0;
    font-size: 48px;
}
    .chain-hero-text {
        width: 82%;
        top: 13%;
        left: 4%;
    }

a, p{
    font-size: 16px;
}
h2{
    font-size: 42px;
}

.footer-contact-main{
        flex-wrap: wrap;
        gap: 70px;
        justify-content: center;
    }
    .trusted-perimeter ul#myTab{
        flex-wrap: nowrap;
        overflow: scroll;
        overflow-y: unset;
    }
    .trusted-perimeter .nav-tabs .nav-link{
        width: 220px;
        margin: 0 20px 20px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0;
        font-size: 12px;
    }
    .partner-btn{
    padding: 6px 6px;
    margin-right: 10px;
    font-size: 12px;
    }
    .india-icon img{
        width: 30px;
    }
    .navbar>.container{
        padding: 0;
    }
    .dropdown-menu[data-bs-popper]{
        min-width: 980px;
    }
}

/* iPad Mini */
@media screen and (max-width: 991.98px){
    .dropdown-menu[data-bs-popper] {
        min-width: 100%;
    }
    #header .nav-link {
  text-align: start;
}
    .perimeter-box img {
        width: 320px !important;
        height: 320px;
    }
    .navbar>.container{
        padding: 0 10px;
    }
    .industry-tab-img img{
        margin-top: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
        font-size: 16px;
    }
    .mobile-menu .navbar-nav{
        width: 100%;
    }
    .hero-title h1{
        font-size: 32px;
    }
    a {
    font-size: 16px;
    }
    p,body{
        font-size: 16px;
    }
    h2{
        font-size: 32px;
    }

    section{
        padding: 50px 0;
    }
    .company-imag img{
        margin-top: 20px;
    }
    .security-strong-text{
        margin-top: 15px;
    }
    .quote-box p{
        font-size: 16px;
    }
    .quote-icon img{
        width: 58px;
        height: 58px;
    }
    .quote-box{
        padding: 30px 10px;
        width: 95%;
    }
    .quote-icon{
        margin: 0px auto -60px auto;
        border-radius: 20px;
        min-height: 122px;
    }
    .footer-contact-main {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .footer-social img{
        margin-top: 10px;
    }
    .trusted-perimeter .nav-tabs .nav-link{
        width: 220px;
        margin: 0 20px 20px 0;
    }
    .trusted-perimeter ul#myTab{
        flex-wrap: nowrap;
        overflow: scroll;
    }
    #features .tab-content,#features .f-main{
        padding: 20px;
    }
    .tab-content>.active h3{
        margin-top: 15px;
    }
    .footer-logo img {
        max-height: 50px;
    }
    .footer-links a{
        font-size: 14px;
    }
    .footer-contact p{
        font-size: 14px;
    }
    #header .navbar .navbar-nav .nav-item a.nav-link.active::after{
        bottom: 0px;
    }
    .partner-btn{
        margin-right: 0;
    }
    #honeycomb-applications .container{
        padding: 20px;
    }
}

/* Mobile */
@media screen and (max-width: 767.98px){
    .hero-title h1{
        font-size: 28px;
        margin-bottom: 5px !important;
    }
    
    .collapse.navbar-collapse {
        height: 90vh;
        overflow-x: scroll;
    }

    .hero-image img {
        height: 80vh;
    }

    #trusted-perimeter .slick-slide{
       margin-left: 28px;     
    }

    a {
        font-size: 16px;
    }

    p,body{
        font-size: 14px;
    }

    h2{
        font-size: 28px;
    }

    .navbar-brand img {
        height: unset;
        width: unset;
        margin-left: 20px;
    }

    .hero-title {
        top: 63%;
        left: -51%;
        width: 330px;
    }

    section{
        padding: 40px 0;
    }

    .company-imag img{
        margin-top: 20px;
    }

    .company-text{
        text-align: center;
    }

    .security-strong-text{
        text-align: center;
        margin-top: 15px;
    }

    .quote-box p{
        font-size: 16px;
    }

    .quote-icon img{
        width: 58px;
        height: 58px;
    }

    .quote-box{
        padding: 30px 10px;
        width: 95%;
    }

    .quote-icon{
        margin: 0px auto -60px auto;
        border-radius: 20px;
        min-height: 122px;
    }
    
    .footer-social img{
        margin-top: 10px;
    }
    .trusted-perimeter .nav-tabs .nav-link{
        width: 220px;
        margin: 0 20px 20px 0;
    }
    .trusted-perimeter ul#myTab{
        flex-wrap: nowrap;
        overflow: scroll;
    }
    #features .tab-content,#features .f-main{
        padding: 20px;
    }
    .tab-content>.active h3{
        margin-top: 15px;
    }
    .footer-logo img {
        max-height: 50px;
    }
    .footer-links a{
        font-size: 14px;
    }
    .why-choose-desktop{
        display: none;
    }
    .footer-contact p {
        font-size: 12px;
    }
    .footer-contact-main {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }
    .footer-contact img {
        width: 25px;
        margin-right: 0px;
    }
    .footer-desktop{
        display: none;
    }
    .footer-mobile{
        display: block;
    }
    .mobile-nav-toggle{
        top: 32px;
    }
    .right-btns {
        flex-direction: row;
        gap: 15px;
        margin-top: 15px;
        width: 100%;
        justify-content: space-evenly;
    }
    #header .navbar .navbar-nav .nav-item a.nav-link.active::after{
        display: none;
    }
    .trusted-perimeter button{
        max-width: 160px;
        min-height: 100px;
        font-size: 16px;
    }
    #features .accordion-button {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }
    #features .accordion-button:not(.collapsed) {
        color: #B31010;
        background-color: #fff;
        font-style: italic;
        box-shadow: none;
    }
    #features .accordion-body {
        background: #fff;
        padding: 0px 20px 20px 20px;
        border-radius: 10px;
    }
    #features .feature-benefits {
        gap: 10px;
        margin-top: 10px;
    }
    #features .benefits {
        font-size: 18px;
        font-weight: 600;
        margin-top: 10px;
    }

    .nav-f {
        position: fixed;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        background-color: #000;
        overflow: hidden;
        bottom: 0;
        z-index: 8;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 20px rgba(255, 255, 255, .3);
    }

    .nav-item-f:active {
        color: #B31010;
    }

    .nav-item-f {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 70px;
        margin: 0 5px;
        padding: 12px 12px 6px;
        color: rgba(255, 255, 255, .7);
        text-decoration: none;
        transition: .3s;
    }
    .nav-item-f i {
        font-size: 1.125rem;
    }
    .nav-item-f span {
        font-size: .6875rem;
    }
    .footer-bottom {
        padding-bottom: 70px;
    }
    .applications-box {
        position: relative;
        margin: 40px auto;
    }
    .applications-main .left-arrow, .applications-main .right-arrow {
        bottom: -10px;
    }
    .chain-flexibility-content p {
        padding-top: 10px;
    }
    .chain-hero-text {
        width: 90%;
        left: 5%;
        margin-top: 30px;
        align-items: center;
    }
    .chain-hero-text h1{
        text-align: center;
    }
    .chain-hero-text .sub-title p{
        text-align: center;
    }
    #hero .slick-dots{
        bottom: 0;
    }

    #honeycomb-applications .container {
        text-align: center;
        padding: 20px;
        width: 94%;
    }

    .honeycomb-mobile{
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .honeycomb-box-main{
        margin-top: 0 !important;
        flex-direction: column;
    }

    .honeycomb-box-main p{
        font-size: 18px;
    }

    .application-text{
        min-height: 230px;
    }
     .gsdf{
        overflow: scroll;
    }
    .table-custom {
        width: 160%;
    }
    .variant-main{
        text-align: center;
        padding-top: 15px;
    }

    #infrastructure{
        background-image: url('../imag/A-1 Kavach Img Mobile.jpg');
        height: 200vh;
    }

    .infrastructure-mobile{
        margin-top: 20px;
    }
   
}
