/*--------------------------------------------------------------------- 
File Name: responsive.css 
---------------------------------------------------------------------*/

@media (min-width: 1343px) and (max-width: 1500px) {
    .full_bg {
        height: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1342px) {
    .full_bg {
        height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full_bg {
        height: 100%;
    }
    .site-navbar ul li {
        padding-right: 57px;
    }
    .mar_right {
        margin-right: 0;
    }
    .creative .read_more {
        max-width: 185px;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .full_bg {
        height: 100%;
    }
    .site-navbar ul li {
        padding-right: 31px;
    }
    .mar_right {
        margin-right: 0;
    }
    .creative h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .creative p {
        font-size: 16px; /* Scale down paragraph size */
        line-height: 24px;
        padding: 5px 0 15px 0;
    }
    .creative li {
        font-size: 16px; /* Scale down paragraph size */
        line-height: 24px;
        padding: 5px 0 15px 0;
    }
    
    .creative .read_more {
        font-size: 14px;
        max-width: 185px;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .titlepage h2 {
        font-size: 37px;
        line-height: 45px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .full_bg {
        height: 100%;
    }
    .grid {
        display: grid;
    }
    .order {
        order: -1;
    }
    .mar_right {
        margin-right: 0px;
    }
    .about_img,
    .agency {
        margin-top: 30px;
    }
    .titlepage h2 {
        font-size: 37px;
        line-height: 45px;
    }
    .pro_file span {
        padding-bottom: 30px;
    }
    .d_none {
        display: none !important;
    }
    .agency {
        margin-top: 30px;
    }
    .latest {
        max-width: 377px;
        margin: 0 auto;
        margin-bottom: 55px;
    }
    /* navbar css for mobile start */
    
    .site-navbar ul {
        position: absolute;
        width: 100%;
        left: -15px;
        top: 60px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        z-index: 99999;
        box-shadow: 0 0 10px rgb(192, 190, 182);
    }
    .site-navbar ul li {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
    .site-navbar ul li a {
        padding: 25px 25px 0px 25px;
    }
    .site-navbar ul.open {
        max-height: 100vh;
        padding-bottom: 25px;
        overflow: visible;
    }
    /* navbar css for mobile end */
}

/* Consolidated .creative-btn styles for smaller screens */
@media (max-width: 768px) {
    .slider_main {
        padding: 20px; /* Adjust padding for smaller screens */
        min-height: 100vh; /* Full viewport height for proper centering */
    }

    .creative h1 {
        font-size: 40px; /* Scale down heading size */
        line-height: 50px;
    }

    .creative p {
        
        font-size: 16px; /* Scale down paragraph size */
        line-height: 24px;
    }

    .creative .button-group {
        flex-direction: row; /* Keep buttons in a row */
        gap: 10px; /* Adjust spacing for smaller screens */
    }

    .creative .read_more {
        font-size: 14px; /* Adjust button size */
        padding: 10px 20px;
    }

    .creative-btn {
        flex-direction: row; /* Keep buttons in a row */
        gap: 10px; /* Adjust spacing for smaller screens */
    }

    body {
        font-family: 'Neometric Light', sans-serif; /* Common text font */
    }

    h1, h2, h3, h4, h5, h6, .titlepage h2, .creative h1, .our_pri h3 {
        font-family: 'MADE Mirage Thin', serif; /* Titles font */
    }

    .col-md-5, .col-md-6, .col-md-7, .col-md-4, .col-md-10, .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .text-center {
        text-align: center !important;
    }

    .d-flex {
        flex-direction: column;
    }

    .call-to-action .container {
        flex-direction: column;
        align-items: center;
    }

    .call-to-action .cta-image {
        margin-bottom: 15px;
    }

    .call-to-action .cta-title {
        text-align: center;
    }

    .call-to-action .cta-text {
        text-align: center;
    }

    .footer {
        text-align: center;
        padding: 20px 10px;
    }

    .footer .row {
        flex-direction: column;
        align-items: center;
    }

    .footer .col-md-4 {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 15px;
        max-width: 200px;
    }

    .footer-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-links {
        padding: 0;
        margin: 0;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 12px;
        margin-top: 20px;
    }

    .footer-bottom p {
        margin: 0;
    }
}

/* Responsive spacing adjustments */
@media (max-width: 576px) {
    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .mb-3 {
        margin-bottom: 0.5rem !important;
    }

    .pt-3 {
        padding-top: 0.5rem !important;
    }

    .pb-3 {
        padding-bottom: 0.5rem !important;
    }

    .creative {
        padding: 10px;
    }

    .creative h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .creative p {
        margin: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .creative li {
        margin: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .call-to-action .cta-image {
        margin-bottom: 10px;
    }

    .call-to-action .cta-title {
        font-size: 28px;
    }

    .call-to-action .cta-text {
        font-size: 16px;
    }

    .call-to-action .cta-button {
        font-size: 16px;
        padding: 8px 15px;
    }
}

@media (max-width: 575px) {
    .full_bg {
        height: 100%;
    }
    .slider_main {
        padding: 50px 0 80px 0;
    }
    .logo {
        text-align: left;
    }
    .about_img,
    .agency {
        margin-top: 30px;
    }
    .creative .read_more {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .mar_right {
        margin-right: 0px;
    }
    .titlepage h2 {
        font-size: 37px;
        line-height: 45px;
    }
    .titlepage p {
        font-size: 16px;
        
    }
    .pro_file span {
        padding-bottom: 30px;
    }
    .grid {
        display: grid;
    }
    .order {
        order: -1;
    }
    .latest {
        max-width: 317px;
        margin: 0 auto;
        margin-bottom: 55px;
    }
  
    .d_none {
        display: none !important;
    }
    /* navbar css for mobile start */
    .navbar-area {
        margin-top: -67px;
    }
  
    .site-navbar ul {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: .3s;
        z-index: 99999;
        box-shadow: 0 0 10px rgb(192, 190, 182);
    }
    .site-navbar ul li {
        width: 100%;
        text-align: left;
        padding-right: 0;
    }
    .site-navbar ul li a {
        padding: 25px 25px 0px 25px;
    }
    .site-navbar ul.open {
        max-height: 100vh;
        padding-bottom: 25px;
        overflow: visible;
    }

    .site-navbar ul {
        flex-direction: column;
        align-items: center;
    }

    .site-navbar ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .site-navbar ul li a {
        padding: 10px;
    }
}