/* 
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 COMMON CSS
****************************** */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_180 {
        padding: 130px 0;
    }

    .ptb_150 {
        padding: 100px 0;
    }

    .ptb_100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {

    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 30px;
    }

    .ptb_180 {
        padding: 130px 0;
    }

    .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    }

    .res-margin {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {

    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 24px;
    }

    .avatar-lg {
        height: 4rem;
        width: 4rem;
    }

    .container-fluid {
        padding: 0 3%;
    }

    .ptb_180 {
        padding: 80px 0;
    }
}


/*SECTION HEADING*/

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 36px;
    }

    .section-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }

    h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    p {
        line-height: 26px;
    }

    .headings>h2,
    .section-heading>h2 {
        line-height: 1.5;
    }
}


/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }
}

@media (max-width: 991px) {
    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }

    [data-theme=dark] .main:before {
        background: #01081f;
    }

    .canvas-open {
        overflow: hidden;
    }

    .canvas-open .main:before {
        width: 100%;
        opacity: .95;
        visibility: visible;
    }

    .navbar {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        background-color: #ffffff;
    }

    .navbar-sticky-on {
        background-color: #fff;
    }

    .navbar.active {
        display: block;
    }

    .navbar.active .navbar-inner {
        right: 0;
    }

    .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    }

    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }

    .navbar.navbar-dark .nav-link {
        color: #54565a;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }

    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #2c2e30;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }

    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }

    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }

    .navbar-inner .dropdown-menu:before {
        content: none;
    }

    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }

    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }

    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }

    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }

    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }

    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }

    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }

    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }

    .navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }

    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }

    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }

    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }

    .navbar-toggler-icon::before {
        top: -0.625rem;
    }

    .navbar-toggler-icon::after {
        top: 0.625rem;
    }

    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }

    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }

    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }
}

@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon {
        background: #7e8085;
    }

    .homepage-1 .navbar-dark .navbar-toggler-icon:before,
    .homepage-1 .navbar-dark .navbar-toggler-icon:after {
        background: #7e8085;
    }

    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
    }
}


/* ******************************
:: 3.0 WELCOME AREA TO Start CSS
****************************** */

@media(max-width: 1440px) {
    .welcome-form {
        margin-right: 100px;
    }
}

@media(max-width: 991px) {
    .brand-logos {
        flex-wrap: wrap;
    }

    .video-area iframe {
        width: 700px;
        height: 500px;
    }

    .store-box {
        min-height: auto;
    }

    .single-testi .name h3::before {
        display: none;
    }

    .hero-content {
        margin-top: 100px;
    }

    .stats-text p {
        line-height: 16px;
    }
}

@media(max-width: 767px) {
    .brand-head h1 {
        font-size: 26px;
    }

    .brand-head h1::before {
        bottom: 12px;
    }

    .brand-head h1::after {
        bottom: 12px;
    }

    .brand-logos>div {
        margin-bottom: 10px;
    }

    .video-area iframe {
        width: 500px;
        height: 500px;
    }

    .store-bx2 {
        padding-left: 15px;
    }

    .store-bx2 .btn-store a {
        padding: 14px 8px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .store-bx2 .text h1 {
        font-size: 24px;
    }

    .brand-head3 h1::after,
    .brand-head3 h1::before {
        display: none;
    }

    .text-center-md {
        text-align: center;
        justify-content: center !important;
        padding-bottom: 30px;
    }

    .pp-left {
        display: none;
    }

    .welcome-form {
        margin-right: 0px;
    }
}

@media(max-width:575px) {
    .copyright {
        border-top: 1px solid #e7e2da;
        padding: 15px 0;
    }

    footer .logo a img {
        max-width: 200px;
    }

    .navbar-dark .navbar-brand img {
        max-width: 160px;
    }

    .form-title h4 {
        font-size: 25px;
    }

    .form-title p {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .form-group input,
    .form-group select {
        height: 50px;
        padding-left: 15px;
    }

    .form-group input[type="submit"] {
        height: 50px;
        font-size: 16px;
    }

    .welcome-area3 {}

    .form-area {
        background-color: #0f1b24;
    }

    .welcome-form {
        /* margin-top: -150px; */
        margin-top: -55px;
        padding: 30px 20px;
        margin-right: auto;
        float: inherit;
        max-width: initial;
    }

    .product-area {
        padding-top: 50px;
        margin-top: 0px;
    }

    .brand-head h1::before {
        display: none;
    }

    .brand-head h1::after {
        display: none;
    }

    .brand-head h1 {
        font-size: 22px;
    }

    .brand-logos>div {
        flex: 0 0 50%;
        margin-bottom: 16px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .brand-logos>div img {
        max-width: 120px;
    }

    .brand-logos {
        flex-wrap: wrap;
        align-items: center;
    }

    .brand-head {
        margin-bottom: 50px;
    }

    .about-inner {
        padding-top: 80px;
    }

    .about-inner h1 {
        font-size: 32px;
    }

    .about-bg {
        height: 965px;
    }

    .pro-box-last {
        min-height: auto;
        padding-bottom: 50px;
    }

    .video-section {
        height: 260px;
    }

    .video-area {
        margin-top: -180px;
    }

    .video-area iframe {
        width: 100%;
        height: 300px;
    }

    .store-bx2 {
        flex-direction: column;
        height: 230px;
        padding-top: 12px;
    }

    .store-bx2 .text {
        margin-bottom: 25px;
    }

    .brand-head3 h1 {
        font-size: 30px;
    }

    .brand-head2 h1 {
        font-size: 30px;
    }

    .single-testi {
        padding: 35px 40px;
    }

    .single-testi .icon img {
        max-width: 30px;
    }

    .ct-inner h1 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .ct-inner h3 {
        font-size: 20px;
    }

    .ct-form {
        background: #000000b3;
        padding: 40px 30px;
    }

    .mar-md-auto {
        margin: 0 auto;
    }

    #letter5 select,
    #letter5 input {
        height: 50px;
    }

    .brand-head4 h1 {
        font-size: 22px;
    }

    .promise-box {
        text-align: center;
    }

    .enq-side a {
        display: block !important;
    }

    .navbar>.container,
    .navbar>.container-fluid {
        justify-content: space-between;
    }

    .navbar .navbar-inner {
        right: 0;
        width: auto;
        padding-top: 0;
        position: relative;
    }

    .navbar .navbar-inner a img {
        max-width: 125px;
    }
}

@media (max-width: 767px) {
    .btn-pro {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .banner-content {
        margin-top: -180px;
        margin-left: 30px;
        margin-right: 30px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .banner-content h3 {
        color: #ffffff;
        font-size: 25px;
        padding-left: 20px;
        padding-top: 10px;
    }

    .newabout-area .newbanner-mob img {
        display: none;
    }

    .welcome-form {
        margin-left: 20px;
        margin-right: 20px;
    }

    .newabout-area h3 {
        font-size: 32px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about-cont {
        font-size: 20px;
    }

    .btn-normal a {
        padding: 15px 30px;
    }

    .about-count {
        margin-left: 0px;
    }

    .mobile-service-padding {
        padding-bottom: 20px;
    }

    .ourservices-area {
        padding: 50px 0;
    }

    .ourservices-area h3 {
        font-size: 30px;
    }

    .ourservices-area h6 {
        color: #000;
        padding-top: 20px;
        font-size: 18px;
        padding-bottom: 50px;
    }

    .service-card-padding {
        padding-bottom: 0px;
    }

    .study-abroad-card-img {
        min-height: 0px;
    }

    .study-abroad-card-img img {
        border-radius: 0 0 0 0;
    }

    .study-abroad-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .study-abroad-card h4 {
        font-size: 30px;
    }

    .test-preparation-card h4 {
        font-size: 30px;
    }

    .visa-ticket-card h4 {
        font-size: 30px;
    }

    .test-preparation-card {
        border-radius: 0 0 0 0;
    }

    .test-preparation-card-img img {
        border-radius: 0 0 0 0;
    }

    .test-preparation-card-img {
        min-height: 0px;
    }

    .visa-ticket-card-img img {
        border-radius: 0 0 0 0;
    }

    .visa-ticket-card-img {
        min-height: 0px;
    }

    .visa-ticket-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .university-area {
        padding: 50px 0 105px;
    }

    .university-area h2 {
        font-size: 30px;
    }

    .back-mid-content h2 {
        font-size: 55px;
    }

    .back-mid-content {
        margin-top: -560px;
    }

    .back-mid-content-sec {
        margin-top: -270px;
        margin-left: 0px;
    }

    .backgroud-mid-baner-area {
        height: 600px;
    }

    .mobile-mid-banner-padding .btn-normal {
        margin-top: 180px;
        margin-bottom: 50px;
    }

    .client-testi-area {
        padding: 50px 0 50px;
    }

    .client-testi-heading h2 {
        font-size: 30px;
        text-align: center;
    }

    .client-testi-heading .btn-normal {
        margin-top: 30px;
        text-align: center;
        float: none;
    }

    .client-single-testi {
        background-color: #ffffff;
        border-radius: 20px;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        padding: 50px 50px 50px 50px;
        display: flex;
    }

    .branches-area {
        padding: 50px 0;
    }

    .footer-form-content {
        padding-left: 20px;
    }

    .footer-form-area {
        padding-top: 60px;
        padding-left: 40px;
        padding-bottom: 50px;
    }

    .btn-pro a {
        padding: 8px 12px;
        font-size: 13px;
        border-radius: 8px;
    }

    .navbar .navbar-inner {
        right: 0;
        width: auto;
        padding-top: 0;
    }

    .footer-form-group input[type=submit] {
        width: 250px;
    }

    .client-single-testi {
        display: block;
        padding: 20px 20px 20px 20px;
        text-align: center;
    }

    .client-single-testi .photo {
        text-align: center;
        margin: auto;
        width: auto;
    }

    .client-single-testi .photo img {
        border-radius: 20px;
        width: 150px;
        text-align: center;
        margin: auto;
    }

    .ctas-display-mobile {
        display: block;
        text-align: center;
        padding-top: 30px;
        margin: auto;
    }

    .client-testi-slider .owl-nav {
        top: 30px;
    }

    .ctas-display-desktop {
        display: none;
    }

    .footer-form {
        display: none;
    }

    .faq-area-sec {
        display: none;
    }

    footer {
        padding: 10px 0 0;
    }

    .newabout-area {
        background-color: #ffffff;
        padding: 70px 0 150px;
    }

    .youtube-video .owl-nav {
        position: relative;
        bottom: 395px;
        text-align: right;
    }

    .youtube_mob_flx {
        display: flex;
    }

    .dam-client-test-slider .owl-nav {
        position: relative;
        bottom: 660px;
        text-align: right;
    }

    .dam-product-slider .owl-nav {
        position: relative;
        bottom: 245px;
        text-align: right;
    }

    .footer-form-box {
        display: none;
    }

    .dam-about-col p {
        line-height: 16px;
        font-size: 10px;
    }

    .banner-content h3 {
        color: #ffffff;
        font-size: 21px;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }

    .banner-content h3 span {
        color: #ffffff;
        font-size: 25px;
        padding-bottom: 25px;
    }

    .dam-our-clients .owl-nav {
        position: relative;
        bottom: 690px;
        text-align: right;
    }

    .bt-commercial-interiors-area h1 {
        font-size: 30px;
        color: #212121;
        float: left;
    }



    .heading h2 {
        font-size: 25px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .welcome-area {
        height: 300px;
    }

    .welcome-area1 {
        background-position: 96%;
    }

    .welcome-form {
        /* margin-top: -150px; */
        margin-top: -55px;
        padding: 30px 20px;
        margin-right: auto;
        float: inherit;
        max-width: initial;
        margin-left: 50px;
        margin-right: 50px;
    }

    .banner-content {
        margin-top: -720px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .banner-content h3 {
        color: #ffffff;
        font-size: 25px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .newabout-area .newbanner-mob img {
        display: none;
    }

    .about-count {
        margin-left: 0px;
    }

    .study-abroad-card-img img {
        border-radius: 0 0 0 0;
    }

    .study-abroad-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .test-preparation-card {
        border-radius: 0 0 0 0;
    }

    .test-preparation-card-img img {
        border-radius: 0 0 0 0;
        margin-left: 30px;
        margin-right: 30px;
    }

    .visa-ticket-card-img img {
        border-radius: 0 0 0 0;
    }

    .visa-ticket-card {
        border-radius: 0 0 0 0;
        margin-left: 0px;
    }

    .ctas-display-mobile {
        display: block;
        text-align: center;
        padding-top: 30px;
        margin: auto;
    }

    .ctas-display-desktop {
        display: none;
    }

    .footer-form {
        display: none;
    }

    .faq-area-sec {
        display: none;
    }

    footer {
        padding: 10px 0 0;
    }

    .back-mid-content-sec {
        margin-top: -210px;
        margin-left: 0px;
    }

    .back-mid-content {
        margin-top: -490px;
    }

    .industry-growth-area h2 {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media only screen and (min-device-width: 576px) and (max-device-width: 991px) {

    .welcome-area {
        height: 500px;
        background-size: cover;
    }

    .banner-content {
        margin-top: -650px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .form-area {
        background-color: #0f1b24;
    }

    .industry-growth-area img {
        display: none;
    }

    .industry_opportunities_block1 {
        background-color: #fff;
        padding: 50px;
        margin-bottom: 30px;
        min-height: auto;
    }

    .industry_opportunities_block2 {
        background-color: #60ad74;
        padding: 50px;
        margin-bottom: 30px;
        min-height: auto;
    }

    .industry_opportunities_block3 {
        min-height: 600px;
    }

    .iob3_box .box1 {
        margin-right: 250px;
        margin-left: 0px;
    }

    .iob3_box .box2 {
        margin-right: 200px;
        margin-left: 0px;
    }

    .iob3_box .box3 {
        margin-right: 150px;
        margin-left: 0px;
    }

    .brand-area img {
        max-width: 60%;
    }

    .btn-normal {
        padding-bottom: 30px;
    }

    .history-area {
        min-height: auto;
    }

    .zk-manufacturing-area img {
        margin-bottom: 30px;
    }

    .about-poomkudy-area img {
        display: none;
    }

    .zk-display-desktop {
        display: none;
    }

    .zk-display-mobile {
        background-color: #292929;
        padding: 80px;
        text-align: center;
        margin: auto;
        display: block;
    }

    .zk-display-mobile img {
        text-align: center;
        margin: auto;
        object-position: center;
        margin-bottom: 20px;
    }

    .zk-display-mobile .logo {
        margin: auto;
    }

}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1700px) {
    .welcome-form {
        padding-left: 100px;
    }
}

@media only screen and (min-device-width: 993px) and (max-device-width: 1199px) {
    .welcome-form {
        padding-left: 50px;
    }
}

@media (max-width: 575px) {
    .d-block-575 {
        display: block !important;
    }

    .d-none-575 {
        display: none !important;
    }

    .call-btn-mob {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex !important;
        z-index: 9999;
    }

    .call-btn-mob .whatsapp-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #34ba48;
        border: 1px solid #34ba48;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 7px 0;
    }

    .call-btn-mob .call-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #318fb5;
        border: 1px solid #318fb5;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        padding: 7px 0;
    }

    .call-btn-mob .whatsapp-mob svg,
    .call-btn-mob .call-mob svg {
        font-size: 22px;
    }

    .cont_link_box {
        display: block;
    }

    .welcome-area1 {
        background-position: 96%;
    }

    .welcome-area {
        background-image: url("../img/bt-about.png");
        height: 500px;
        background-size: cover;
        margin-top: 80px;
    }

    .industry-growth-area {
        margin-left: 10px;
        margin-right: 10px;
    }

    .industry-growth-area img {
        display: none;
    }

    .industry-opportunities-area {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .the-brand-area {
        margin-left: 10px;
        margin-right: 10px;
    }

    .brand-area img {
        width: 300px;
    }

    .brand-area-content h4 {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .brand-area-content p {
        color: #000;
        font-size: 17px;
        padding-bottom: 25px;
    }

    .brand-area-content {
        margin-top: -70px;
        margin-bottom: 40px;
    }

    .history-area {
        padding: 35px;
    }

    .growth-area {
        min-height: 300px;
        padding: 35px;
    }

    .zk-product-area {
        margin-left: 10px;
        margin-right: 10px;
    }

    .zk-manufacturing-area {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .zk-manufacturing-area img {
        /* padding-right: 50px; */
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .zk-business-opportunities-area {
        background-color: #f6f7f8;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .zk-business-opportunities-area h2 {
        color: #393939;
        font-size: 28px;
    }

    .about-poomkudy-area {
        background-color: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-poomkudy-area img {
        display: none;
    }

    .zk-display-desktop {
        display: none;
    }

    .zk-display-mobile {
        background-color: #292929;
        padding: 80px;
        text-align: center;
        margin: auto;
    }

    .zk-display-mobile img {
        text-align: center;
        margin: auto;
        object-position: center;
    }

    .zk-display-mobile .logo {
        margin: auto;
    }

    .industry_opportunities_block2 {
        min-height: auto;
    }

    .industry_opportunities_block3 {
        background-color: #fff;
        min-height: 545px;
        padding: 50px;
        /* padding-bottom: 10px; */
    }

    .iob3_box .box1 {
        background-color: #60ad74;
        margin-right: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        color: #fff;
        margin-bottom: 10px;
        margin-left: -80px;
    }

    .iob3_box .box2 {
        background-color: #78cbba;
        margin-right: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        color: #fff;
        margin-bottom: 10px;
        margin-left: -80px;
    }

    .iob3_box .box3 {
        background-color: #78b3cb;
        margin-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        color: #fff;
        margin-bottom: 10px;
        margin-left: -80px;
    }

    .zk-product-display-desktop {
        display: none;
    }

    .zk-product-display-mobile {
        display: block;
    }

    .zk-product .owl-nav {
        bottom: 560px;
    }

    .zk-product-bottom {
        padding-bottom: 0px;
    }

    .industry-opportunities-area h2 {
        font-size: 28px;
    }

    .industry_opportunities_block1 h5 {
        font-size: 24px;
    }

    .industry_opportunities_block1 li::before {
        font-size: 28px;
    }

    .industry_opportunities_block2 h5 {
        font-size: 24px;
    }

    .brand-area-content h4 {
        font-weight: 600;
    }

    .industry-growth-area h2 {
        font-size: 35px;
    }

    .the-brand-area h2 {
        font-size: 35px;
    }





    .owl-carousel .owl-item img {
        padding-left: 0px;
        padding-right: 0px;
    }




    .bt-footer-cover-area {
        background-image: url(../img/footer-cover-mobile.jpg);
    }

    .bt-footer-cover-area h3 {
        padding-top: 120px;
    }

    .bt-footer-address p {
        padding-bottom: 50px;
    }

    .galary-slider .owl-nav {
        bottom: 1070px;
    }

    .bt-wocs-slider .owl-nav {
        bottom: 530px;
    }

    .btn-normal-1 a {
        padding: 12px 40px;
    }

    .bt-our-works-data-content .btn-normal-1 a {
        padding: 8px 20px;
    }

    .bt-wcu-box-border-2 h3 {
        font-size: 22px;
    }

    .bt-wocs-box {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
    }

    .card-header .btn {
        position: relative;
        display: block;
        width: 100%;
        background: transparent;
        color: #1c144e;
        color: #05141f;
        text-align: left;
        padding: 13px;
        font-size: 17px;
        padding-left: 85px;
        padding-right: 30px;
    }

    .card-header span {
        background-color: #be73c8;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: -120px;
        color: #fff;
        font-size: 30px;
        font-weight: 800;
    }


    .bt-commercial-interiors-data {
        min-height: auto;
    }

    .bt-footer-cover-area .btn-normal-1 {
        padding-left: 50px;
    }

    .bt-footer-cover-area h3 {
        padding-left: 50px;
    }

    .bt-our-works-area h3 {
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
        font-size: 35px;
    }

    /* Our Simple Process Section Responsive */
    .bright-tec-new-our-simple-process {
        padding: 60px 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .process-section-title h2 {
        font-size: 36px;
    }

    .process-section-title p {
        font-size: 18px;
    }

    .process-step-card {
        padding: 40px 20px;
    }

    .process-icon-circle {
        width: 80px;
        height: 80px;
    }

    .process-icon-circle svg {
        width: 35px;
        height: 35px;
    }

    .process-content h4 {
        font-size: 22px;
    }

    .process-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .process-section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .process-section-title h2 {
        font-size: 28px;
    }

    .process-section-title p {
        font-size: 16px;
    }
}

/* Our Portfolio Section Responsive */
.bright-tec-new-our-portfolio {
    padding: 60px 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .portfolio-section-title h2 {
        font-size: 36px;
    }

    .portfolio-section-title p {
        font-size: 18px;
    }

    .portfolio-feature-card {
        padding: 30px 20px;
    }

    .portfolio-icon {
        width: 60px;
        height: 60px;
    }

    .portfolio-card-content h4 {
        font-size: 20px;
    }

    .portfolio-card-content p {
        font-size: 14px;
    }

    .view-more-btn {
        padding: 12px 35px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .portfolio-section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .portfolio-section-title h2 {
        font-size: 28px;
    }

    .portfolio-section-title p {
        font-size: 16px;
    }
}


/* ======================================
   MOBILE OPTIMIZATION FIXES
====================================== */

/* Hero section - small phones (≤575px) */
@media (max-width: 575px) {
    .bright-tec-new-banner {
        padding: 60px 15px 40px;
    }

    .hero-content h1 {
        font-size: 1.7rem;
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .hero-form-wrapper {
        justify-content: center;
        margin-top: 35px;
    }

    .glass-form {
        padding: 25px 20px;
        border-radius: 20px;
        max-width: 100%;
    }

    .glass-form h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .glass-form .form-control {
        height: 46px;
        padding: 12px 15px;
        font-size: 1rem;
    }

    .hero-submit-btn {
        padding: 13px;
        font-size: 1rem;
    }

    .hero-stats-bar {
        border-radius: 18px;
    }

}

/* Stats bar - center lone last item when row wraps (≤767px) */
@media (max-width: 767px) {
    .hero-stats-bar .row.flex-nowrap {
        justify-content: center;
    }
}

/* Footer address - mobile spacing */
@media (max-width: 991px) {
    .bt-footer-address .col-lg-3 {
        padding-bottom: 15px;
    }

    .bt-footer-address p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .bt-footer-area {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .bt-footer-address p {
        font-size: 14px;
        line-height: 1.7;
    }

    .bt-footer-image img {
        max-width: 150px;
    }

    .bt-footer-copywrite p {
        font-size: 13px;
        text-align: center;
    }
}

/* Floating call/whatsapp buttons - mobile bottom spacing */
@media (max-width: 575px) {
    .cont_link_box {
        top: auto;
        bottom: 80px;
        transform: none;
    }
}