/* Hero Section */
.hero-section {
    padding: 40px 0;
    background: black;
    min-height: 85vh;
    display: flex;
    align-items: center;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
}

.hero-content {
    padding-right: 15px
}

.logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    width: clamp(300px, 60vw, 450px);
    height: clamp(40px, 8vw, 60px);
}

/* Mobile logo centering */
@media (max-width: 767px) {
    .logo-container {
        width: 100% !important;
        justify-content: center !important;
        margin: 0 auto 35px auto !important;
    }
    
    .logo-container img {
        margin: 0 auto !important;
        display: block !important;
    }
    .our-services-section{
        margin-top: -240px;
        padding-top: 0;
    }
    
    
    .our-services-section .subtitle {
        padding-top: 40px !important;
    }
}

.hero-logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000
}

.media-text {
    color: #ff6b35
}

.creative-agency-text {
    color: #FFB900;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    letter-spacing: 1px;
    /* font-weight: 400; */
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'inter', sans-serif;
    /* padding-right: ; */
}

.hero-content h1 span {
    color: #ff6b35;
    font-weight: 400;
}

.hero-description {
    color: #9F9FA9;body{
    background-color: #000;
}
 
/* Hero Section */
.hero-section {
    padding: 40px 0;
    background: black;
    min-height: 85vh;
    display: flex;
    align-items: center;
    margin-top: -20px;
}
 
.hero-content {
    padding-right: 15px
}
.hero-btn:hover.hero-btn {
    background:#e25d1a;
    transform:translateY(-1px);
    color:#fff;
}  
.hero-btn{
     background: linear-gradient(135deg, #FE9A00, #E17100);
     
}
 
 
.logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    width: 450px;
    height: 60px;
}
 
/* Mobile logo centering */
@media (max-width: 767px) {
    .logo-container {
        width: 100% !important;
        justify-content: center !important;
        margin: 0 auto 35px auto !important;
    }
   
    .logo-container img {
        margin: 0 auto !important;
        display: block !important;
    }
    .our-services-section{
        margin-top: -240px;
        padding-top: 0;
    }
   
   
    .our-services-section .subtitle {
        padding-top: 40px !important;
    }
}
 
.hero-logo {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%
}
 
.logo-text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000
}
 
.media-text {
    color: #ff6b35
}
 
.creative-agency-text {
    color: #FFB900;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px
}
 
.hero-content h1 {
    font-size: 3.5rem;
    letter-spacing: 1px;
    /* font-weight: 400; */
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'inter', sans-serif;
}
 
.hero-content h1 span {
    color: #ff6b35;
    font-weight: 400;
}
 
.hero-description {
    color: #9F9FA9;
    font-size: 18px;
    line-height: 29.25px;
    margin-bottom: 40px
}
 
.hero-buttons {
    display: flex;
    gap: 25px;
    margin-top: 30px;
    align-items: center;
}
 
.hero-btn {
    background: #e17100;
    border: none;
    color: #000;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all .3s;
    box-shadow: 0 5px 15px rgba(225, 113, 0, 0.05), 0 2px 8px rgba(225, 113, 0, 0.02);
}
 
.hero-btn:hover {
    background: #e17100;
    color: #fff
}
 
.hero-btn-outline {
    /* background: transparent; */
    border: 2px solid #000;
    color: #000;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 1.2rem;
    /* transition: all .3s; */
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
 
.hero-btn-outline:hover {
    background: #000;
    color: #fff;
    border-color: #000
}
 
.hero-btn-outline:active {
    background: #e17100 !important;
    color: #fff !important;
    border-color: #e17100 !important;
}
 
.btn-outline-warning:active {
    background: #e17100 !important;
    color: #fff !important;
    border-color: #e17100 !important;
}
 
.hero-image-container {
    text-align: center
}
 
.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid #fe9a00;
    box-shadow: #fbbf24;
}
 
 
 
 
 
/* About Us Section */
.about-us-section {
    background: #000;
}
.img-camera {
    width: 700px;
    height: 750px;
    margin: 0;
    padding-right: 50px;
    /* border: 1px solid #fe9a00; */
    box-shadow: #fbbf24;
}
.about-us-content {
    padding-left: 30px;
    padding-top: 0;
    margin-top: 0;
}
 
.about-us-content .subtitle {
    color: #fe9a00;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1.25px;
    margin-bottom: 15px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}
 
.about-us-content .subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #A0522D);
    border-radius: 2px;
}
 
.about-us-content h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 4rem;
    margin-bottom: 15px
}
 
/* Mobile styles for about-us section */
@media (max-width: 767px) {
    .about-us-content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 15px;
    }
}
 
.about-us-content .description {
    color: #9f9fa9;
    font-size: 18px;
    line-height: 29.25px;
    margin-bottom: 20px
}
 
.stats-row {
    margin-top: px
}
 
.stat-number {
    font-size: 40px;
    font-weight: 400;
    color: #fe9a00;
    margin-bottom: 3px
}
 
.stat-label {
    color: #9f9fa9;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}
 
 
 
/* Services Section */
.our-services-section {
    background: #09090b;
    padding-bottom: 90px;
}
 
/* Desktop/Laptop services section positioning */
@media (min-width: 768px) {
    .our-services-section {
        margin-top: -100px;
    }
   
    /* Move OUR PROCESS sections up in laptop layout */
    .process-section {
        margin-top: -180px;
    }
}
 
.our-services-section .subtitle {
    color: #fe9a00;
    font-size: 1.1rem;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-top: 80px;
}
 
.our-services-section h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;
 
}
 
.service-card {
    position: relative;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s;
}
 
.service-card:hover {
    transform: translateY(-8px)
}
 
.service-card .overlay {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
    opacity:1;
    transition: opacity .3s;
}
 
 
.service-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: -5rem;
}
 
.service-description {
    color: #9f9fa9;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: regular;
    font-weight: 400;
    line-height: -0.31;
    padding-top: 15px;
    width: 300px;
}
 
/* Center service cards on mobile */
@media (max-width: 767px) {
    .service-card .overlay {
        align-items: center;
        text-align: center;
    }
   
    .service-title {
        text-align: center;
    }
   
    .service-description {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}
 
 
 
/* Portfolio Section */
.portfolio-section {
    background: black;
    padding: 120px 0;
    margin-top: -10rem;
}
 
.portfolio-section .subtitle {
   color: #fe9a00;
    font-size: 1.1rem;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
 
.portfolio-section h2 {
     color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;
}
 
 
.portfolio-card {
    position: relative;
    height: 520px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s;
}
 
.portfolio-card:hover {
    transform: scale(1.03);
    border: 5px solid #fe9a00;
    transition: all 0.2s ease-in-out;
}
 
/* Portfolio Card Link Styling */
.portfolio-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}
 
.portfolio-card-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}
 
.portfolio-card-link:hover .portfolio-card {
    border: 5px solid #fe9a00;
    transition: all 0.2s ease-in-out;
    transform: scale(1.03);
}
 
.portfolio-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .8)); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    opacity: 1;
    transition: opacity .3s
}
 
.portfolio-card .category {
    color: #ffb900;
    font-size:12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 3px;
    font-family: 'Inter', sans-serif;
    padding-top: 410px;
    padding-left: 20px;
   
}
 
.portfolio-card .project-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
    letter-spacing: -0.45px;
    padding-left: 20px;
}
.project-title a {
    color: #fff;
    text-decoration: none;
}
 
 
 
 
 
/* Why Choose Us Section */
.why-choose-us-section {
    background:#09090b;
    padding:80px 0;
    margin-top: -8rem;
}
.why-choose-us-section .subtitle {
   color: #fe9a00;
    font-size: 1.1rem;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.why-choose-us-section h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;
}
.feature-icon {
    width: 80px;
    height: 80px;
    padding-bottom: 5px;
}
 
.feature-title {
    color:#ffffff;
    font-size:20px;
    font-weight:400;
    font-style: regular;
    padding-top: 15px;
    margin-bottom: 8px;
    line-height: 28px;
    letter-spacing: -0.45px;
}
.feature-description {
    color: #9f9fa9;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: regular;
    font-weight: 400;
    line-height: -0.31;
    padding-top: 15px;
    width: 240px;
    text-align: center;
}
 
/* Center feature descriptions on mobile */
@media (max-width: 767px) {
    .feature-description {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
}
 
 
 
 
/* Contact Form Section */
.contact-form-section {
    background:#000;
    padding:80px 0;
    margin-top: -3rem;
   
   
}
.contact-form-section h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;
}
.contact-form-section p {
   font-style: inter;
   font-weight: 400;
   line-height: 28px;
   text-align: center;
   padding-top: 5px;
   padding-bottom: 8px;
   width: 500px;
   margin-left: auto;
   margin-right: auto;  
   color: #D4D4D8;
   margin-bottom: 0px;
   letter-spacing: -0.45px;
   font-size: 18px;
}
 
/* Center hero buttons on mobile */
@media (max-width: 767px) {
    .hero-btn-outline {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
 
/* Contact form mobile responsiveness */
@media (max-width: 767px) {
    .contact-form-section {
        padding: 0 0 40px 0;
    }
   
    .contact-form-section h2 {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
        line-height: 1.3;
        font-size: 1.25rem;
    }
    .contact-form-section p {
        width: 100%;
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        margin-bottom: 2rem;
        padding-top: 0;
    }
}
.contact-form-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    background-image: radial-gradient(circle at center top, rgba(255, 165, 0, 0.15) 0%, rgba(255, 165, 0, 0) 60%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-blend-mode: normal;
    border: 1px solid rgba(255, 140, 0, 0.2);
    border-radius:20px;
    box-shadow: 0 4px 20px rgba(255, 140, 0, 0.1);
    margin: 0 auto;
}
.form-control {
    background:#000000;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color:#ffffff;
    padding:.75rem 1rem;
    border-radius:10px
}
.form-control:focus {
    background:#000000;
    border: none !important;
    color:#ffffff;
    box-shadow: none;
}
.form-control::placeholder {
    color: #999999;
    opacity: 1;
}
.form-select {
    background:#000000;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color:#999999;
    padding:.75rem 1rem;
    border-radius:10px
}
.form-select:focus {
    background:#000000;
    border: none !important;
    color:#ffffff;
    box-shadow: none;
}
.form-select option {
    background: #000000;
    color: #ffffff;
}
.btn-warning {
    background: linear-gradient(135deg, #FE9A00, #E17100);
    border:none;
    color:#fff;
    padding:.75rem 2rem;
    border-radius:8px;
    font-weight:600;
    font-size:1rem;
    transition:all .3s;
    box-shadow: 0 10px 35px rgba(225, 113, 0, 0.15), 0 5px 15px rgba(225, 113, 0, 0.1);
}
 
/* Light shadow for REQUEST A CALL BACK buttons in forms */
button[type="submit"][class*="btn-warning"],
button[type="submit"][class*="btn-primary"].btn-request-call-back,
.btn-request-call-back {
    box-shadow: 0 8px 35px rgba(254, 154, 0, 0.4), 0 4px 15px rgba(225, 113, 0, 0.25) !important;
}
 
/* Specific shadow for index.html form button */
.btn-warning.w-100 {
    box-shadow: 0 8px 35px rgba(254, 154, 0, 0.4), 0 4px 15px rgba(225, 113, 0, 0.25) !important;
}
.btn-warning:hover {
    background:#e25d1a;
    transform:translateY(-1px);
    color:#fff;
}
 
/* Mobile responsive styles for call-to-action */
@media (max-width: 767px) {
    .call-to-action-section h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        width: 100% !important;
        margin: 0 auto 40px auto !important;
        padding: 0 20px;
        max-width: 100% !important;
        word-wrap: break-word;
        hyphens: auto;
    }
}
.call-to-action-section {
    background:#000;
    padding:60px 0;
    position: relative;
    margin-top: 80px;
    clear: both;
    margin-top: -1rem;
}
 
.call-to-action-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(254, 154, 0, 0.05) 0%, rgba(225, 113, 0, 0.05) 100%);
    pointer-events: none;
}
 
.call-to-action-section .container {
    position: relative;
    z-index: 1;
    
}
 
.call-to-action-section h2 {
   color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    width: 900px;
    margin: 0 auto 60px auto;
    text-align: center;
   
}
 
.call-to-action-section .d-flex {
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.btn-outline-warning{
    background:transparent;
    border:2px solid #ff6b35;
    color:#ff6b35;
    padding:.75rem 2rem;
    border-radius:50px;
    font-weight:600;
    font-size:1rem;
    transition:all .3s;
    box-shadow: 0 10px 35px rgba(255, 107, 53, 0.15), 0 5px 15px rgba(255, 107, 53, 0.1);
}
.btn-outline-warning:hover{
    background:transparent;
    color:#ff6b35;
    border-color:#ff6b35;
    transform:translateY(-2px)
}
 
/* Footer */
footer {
    /* background: #0d0d0d; */
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;

}
 
/* Desktop footer alignment */
@media (min-width: 768px) {
    .quick-links {
        margin-left: 120px;
    }
}
 
/* Mobile footer alignment */
@media (max-width: 767px) {
    footer {
        padding: 40px 0 !important;
    }
    
    footer .container {
        padding-left: 20px;
        padding-right: 20px;
        
    }
   
    footer .col-lg-4 {
        text-align: left !important;
        margin-bottom: 30px;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
   
    footer .col-lg-4 h6 {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
   
    /* Override inline styles with higher specificity */
    footer .col-lg-4 h6[style] {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    /* Specific Quick Links mobile alignment */
    footer .col-md-6 h6[style] {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    footer .col-md-6 ul[style] {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
   
    footer .quick-links {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }
   
    footer .quick-links ul {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        list-style: none !important;
    }
   
    footer .quick-links ul li {
        padding-left: 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
    }
   
    /* Override inline styles for ul */
    footer .quick-links ul[style] {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
   
    footer .contact-info {
        text-align: left !important;
        padding-left: 0 !important;
    }
   
    /* Override inline styles for contact-info */
    footer .contact-info[style] {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
   
    footer .contact-info p {
        margin-bottom: 15px !important;
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
   
    footer .footer-brand img {
        height: 40px !important;
        margin-bottom: 15px !important;
    }
   
    footer .text-white-50 {
        font-size: 0.90rem !important;
        line-height: 1.4 !important;

    }
   
    /* Social media buttons alignment */
    footer .d-flex.gap-2 {
        justify-content: flex-start !important;
        margin-top: 10px;
    }
    
    /* Social media icons visibility for mobile and iPad */
    footer .d-flex.gap-2 a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 35px !important;
        min-height: 35px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    footer .d-flex.gap-2 svg {
        width: 20px !important;
        height: 20px !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* Additional social media alignment for mobile */
    footer .col-12 .d-flex.gap-2 {
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
   
    /* Copyright and social media container */
    footer .d-flex.flex-column.flex-md-row {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
   
    /* Copyright text alignment */
    footer .text-white-50.mb-md-0 {
        text-align: left !important;
        margin-bottom: 15px !important;
    }
}
 
.footer-brand img{
    height:50px
}
 
.footer-description{
    color:#ccc;
    font-size:1.5rem;
    line-height:1.6;
    margin-bottom:0;
}
 
.footer-title{
    color:#fff;
    font-size:1.2rem;
    font-weight:600;
    margin-bottom:1.5rem
}
 
.footer-links{
    list-style:none;
    padding:0
}
 
.footer-links li{
    margin-bottom:.75rem
}
 
.footer-link{
    color:#ccc;
    text-decoration:none;
    font-size:.95rem;
    transition:color .3s
}
 
.footer-link:hover{
    color:#ff6b35
}
 
 
.contact-info p{
    color:#ccc;
    font-size:.95rem;
    margin-bottom:.75rem;
    display:flex;
    align-items:center;
}
 
/* Mobile contact info visibility */
@media (max-width: 767px) {
    .contact-info p {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }
}
 
.contact-info i{
    color:#ff6b35;
    margin-right:.75rem;
    width:16px
}
 
.contact-info img {
    transform: scaleX(-1);
}
 
.fas.fa-phone-alt {
    transform: scaleX(-1);
}
 
.social-links{
    display:flex;
    gap:1rem
}
 
.social-link{
    color:#fff;
    font-size:1.5rem;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.1);
    border-radius:50%;
    transition:all .3s
}
 
.social-link:hover{
    background:#ff6b35;
    color:#fff;
    transform:translateY(-3px)
}
 
.footer-divider{
    border-color:rgba(255,255,255,.1);
    margin:3rem 0
}
 
.copyright{
    color:#999;
    font-size:.9rem;
    margin-bottom:0
}
 
/* Responsive */
@media(max-width:991.98px) {
    .navbar-nav {
        text-align: left !important;
        padding: 1rem 0;
        justify-content: flex-start !important
    }
 
    .navbar-nav .nav-item {
        margin-bottom: .5rem;
        text-align: left !important;
        width: 100%
    }
 
    .navbar-nav .nav-link {
        text-align: left !important;
        width: 100%
    }
 
    .btn-quote {
        margin-top: 1rem;
        display: inline-block
    }
 
    .footer .col-md-3 {
        margin-bottom: 2rem
    }
 
    .footer .row:last-child .col-md-6 {
        margin-bottom: 1rem
    }
}
 
@media(max-width:576px) {
    .navbar-brand {
        font-size: 1.25rem
    }
 
    .btn-quote {
        padding: .4rem 1.2rem;
        font-size: .9rem
    }
 
    .footer h5 {
        font-size: 1rem
    }
 
    .footer-link {
        font-size: .85rem
    }
 
    .social-icon img {
        width: 25px !important;
        height: 25px !important
    }
}
 
/* Navbar toggler */
.navbar-toggler {
    border: none;
    padding: .25rem .5rem
}
 
.navbar-toggler:focus {
    box-shadow: none
}
 
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

/* Comprehensive Mobile Responsiveness Fixes */
@media (max-width: 767.98px) {
    /* Hero Section Mobile Fixes */
    .hero-section {
        min-height: 60vh !important;
        padding: 20px 0 !important;
        margin-top: -10px !important;
    }
    
    .hero-content h1 {
        font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
        padding: 0 15px !important;
    }
    
    /* Why Choose Us Section Mobile Fixes */
    .why-choose-us-section {
        padding: 40px 0 !important;
        margin-top: -2rem !important;
    }
    
    .why-choose-us-section h2 {
        font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
        padding: 0 15px !important;
    }
    
    .why-choose-us-section .subtitle {
        font-size: 0.9rem !important;
        padding: 0 15px !important;
        margin-bottom: 1rem !important;
    }
    
    /* Feature Cards Mobile Fixes */
    .feature-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1rem !important;
    }
    
    .feature-title {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.8rem !important;
        padding: 0 10px !important;
    }
    
    .feature-description {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        text-align: center !important;
    }
    
    /* Contact Form Mobile Fixes */
    .contact-form-section {
        padding: 40px 15px !important;
        margin-top: -1rem !important;
    }
    
    .contact-form-section h2 {
        font-size: clamp(1.5rem, 4vw, 1.8rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1.5rem !important;
        padding: 0 10px !important;
        height: auto !important;
    }
    
    .contact-form-section p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto 1rem !important;
        padding: 0 10px !important;
    }
    
    .contact-form-card {
        padding: 1.5rem !important;
        margin: 0 !important;
    }
    
    .form-control, .form-select {
        font-size: 0.9rem !important;
        padding: 0.75rem !important;
        margin-bottom: 1rem !important;
    }
    
    .form-control-lg {
        font-size: 1rem !important;
        padding: 1rem !important;
    }
    
    /* Button Mobile Fixes */
    .btn {
        font-size: 0.9rem !important;
        padding: 0.75rem 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Spacing Fixes */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .row {
        margin-bottom: 1rem !important;
    }
    
    .mb-4 {
        margin-bottom: 1.5rem !important;
    }
    
    .mb-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 575.98px) {
    /* Extra Small Mobile Fixes */
    .hero-content h1 {
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
    }
    
    .why-choose-us-section h2 {
        font-size: clamp(1.5rem, 6vw, 1.8rem) !important;
    }
    
    .feature-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .feature-title {
        font-size: 1rem !important;
    }
    
    .feature-description {
        font-size: 0.85rem !important;
        max-width: 250px !important;
    }
    
    .contact-form-section h2 {
        font-size: clamp(1.3rem, 5vw, 1.6rem) !important;
    }
    
    .form-control, .form-select {
        font-size: 0.85rem !important;
        padding: 0.6rem !important;
    }
    
    .btn {
        font-size: 0.85rem !important;
        padding: 0.6rem 1.2rem !important;
    }
}

@media (max-width: 479.98px) {
    /* Ultra Small Mobile Fixes */
    .hero-content h1 {
        font-size: clamp(1.3rem, 8vw, 1.8rem) !important;
    }
    
    .why-choose-us-section {
        padding: 30px 0 !important;
    }
    
    .feature-icon {
        width: 40px !important;
        height: 40px !important;
    }
    
    .feature-title {
        font-size: 0.9rem !important;
    }
    
    .feature-description {
        font-size: 0.8rem !important;
        max-width: 200px !important;
        line-height: 1.4 !important;
    }
    
    .contact-form-section {
        padding: 30px 10px !important;
    }
    
    .contact-form-section h2 {
        font-size: clamp(1.2rem, 6vw, 1.5rem) !important;
    }
    
    .form-control, .form-select {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
    }
    
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* OUR SERVICES Section Mobile Fixes */
    .our-services-section {
        padding: 40px 0 !important;
        margin-top: -1rem !important;
    }
    
    .our-services-section .subtitle {
        font-size: 0.9rem !important;
        padding: 0 15px !important;
        margin-bottom: 1rem !important;
    }
    
    .our-services-section h2 {
        font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1.5rem !important;
        padding: 0 15px !important;
    }
    
    /* Service Cards Mobile Fixes */
    .service-card {
        margin-bottom: 1.5rem !important;
        min-height: auto !important;
    }
    
    .service-card .overlay {
        padding: 1.5rem !important;
        text-align: center !important;
        min-height: 200px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    
    .service-card h3 {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.8rem !important;
    }
    
    .service-card p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }
    
    /* ABOUT US Statistics Mobile Fixes */
    .stats-row .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
    }
    
    .stat-number {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .stat-label {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
    }
}

/* FORCE MOBILE STATS CENTERING - Highest Specificity */
@media (max-width: 767px) {
    .about-us-section .row.stats-row {
        justify-content: center !important;
        text-align: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .about-us-section .row.stats-row .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .about-us-section .row.stats-row .col-4 .stat-number {
        font-size: 32px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
        display: block !important;
        width: 100% !important;
    }
    
    .about-us-section .row.stats-row .col-4 .stat-label {
        font-size: 14px !important;
        text-align: center !important;
        display: block !important;
        width: 100% !important;
    }
}
 
 
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: clamp(1.4, 3vw, 1.8);
    margin-bottom: 40px;
}

.hero-buttons {
    display: flex;
    gap: 25px;
    margin-top: 30px;
    align-items: center;
}

.hero-btn {
    background: #e17100;
    border: none;
    color: #000;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all .3s;
    box-shadow: 0 5px 15px rgba(225, 113, 0, 0.05), 0 2px 8px rgba(225, 113, 0, 0.02);
}



.hero-btn-outline {
    /* background: transparent; */
    border: 2px solid #000;
    color: #000;
    padding: 15px 50px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 1.2rem;
    /* transition: all .3s; */
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero-btn-outline:hover {
    background: #000;
    color: #fff;
    border-color: #000
}





.hero-image-container {
    text-align: center
}

.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    border: 1px solid #fe9a00;
    box-shadow: #fbbf24;
}





/* About Us Section */
.about-us-section {
    background: #000;
}
.img-camera {
    width: clamp(400px, 80vw, 700px);
    height: clamp(500px, 100vw, 750px);
    margin: 0;
    padding-right: clamp(20px, 4vw, 50px);
    /* border: 1px solid #fe9a00; */
    box-shadow: #fbbf24;
}
.about-us-content {
    padding-left: 30px;
    padding-top: 0;
    margin-top: 0;
}

.about-us-content .subtitle {
    color: #fe9a00;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1.25px;
    margin-bottom: 15px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.about-us-content .subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #A0522D);
    border-radius: 2px;
}

.about-us-content h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 400;
    color: #ffffff;
    line-height: clamp(2rem, 5vw, 4rem);
    margin-bottom: 15px;
}

/* Mobile styles for about-us section */
@media (max-width: 767px) {
    .about-us-content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 15px;
    }
}

.about-us-content .description {
    color: #9f9fa9;
    font-size: 18px;
    line-height: 29.25px;
    margin-bottom: 20px
}

.stats-row {
    margin-top: px
}

.stat-number {
    font-size: 40px;
    font-weight: 400;
    color: #fe9a00;
    margin-bottom: 3px
}

.stat-label {
    color: #9f9fa9;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}



/* Services Section */
.our-services-section {
    background: #09090b;
    padding-bottom: 90px; 
    
}

.our-services-section .subtitle {
    color: #fe9a00;
    font-size: 1.1rem;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-top: 80px; 
}

.our-services-section h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;

}

.service-card {
    position: relative;
    height: clamp(300px, 40vw, 400px);
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s;
}

.service-card:hover {
    transform: translateY(-8px)
}

.service-card .overlay {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
    opacity:1;
    transition: opacity .3s;
}


.service-title {
    color: #ffffff;
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: -5rem;
}

.service-description {
    color: #9f9fa9;
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: regular;
    font-weight: 400;
    line-height: -0.31;
    padding-top: 15px;
    width: clamp(250px, 70vw, 300px);
}

/* Center service cards on mobile */
@media (max-width: 767px) {
    .service-card .overlay {
        align-items: center;
        text-align: center;
    }
    
    .service-title {
        text-align: center;
    }
    
    .service-description {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}



/* Portfolio Section */
.portfolio-section {
    background: black;
    padding: 120px 0;
    margin-top: -10rem;
}

.portfolio-section .subtitle {
   color: #fe9a00;
    font-size: 1.1rem;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.portfolio-section h2 {
     color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;
} 


.portfolio-card {
    position: relative;
    height: clamp(350px, 45vw, 520px);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s;
}

.portfolio-card:hover {
    transform: scale(1.03);
    border: 5px solid #fe9a00;
    transition: all 0.2s ease-in-out;
}

/* Portfolio Card Link Styling */
.portfolio-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.portfolio-card-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
}

.portfolio-card-link:hover .portfolio-card {
    border: 5px solid #fe9a00;
    transition: all 0.2s ease-in-out;
    transform: scale(1.03);
}

.portfolio-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .8)); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    opacity: 1;
    transition: opacity .3s
}

.portfolio-card .category {
    color: #ffb900;
    font-size: clamp(10px, 2vw, 12px);
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 3px;
    font-family: 'Inter', sans-serif;
    padding-top: clamp(460px, 40vw, 410px);
    padding-left: 20px;

    
}

.portfolio-card .project-title {
    color: #fff;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
    margin-bottom: 0;
    line-height: clamp(20px, 3vw, 25px);
    letter-spacing: -0.45px;
    padding-left: 20px;
} 
.project-title a {
    color: #fff;
    text-decoration: none;
}





/* Why Choose Us Section */
.why-choose-us-section {
    background:#09090b;
    padding:80px 0;
    margin-top: -8rem;
}
.why-choose-us-section .subtitle {
   color: #fe9a00;
    font-size: 1.1rem;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.why-choose-us-section h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;
}
.feature-icon {
    width: 80px;
    height: 80px;
    padding-bottom: 5px;
}

.feature-title {
    color:#ffffff;
    font-size:20px;
    font-weight:400;
    font-style: regular;
    padding-top: 15px;
    margin-bottom: 8px;
    line-height: 28px;
    letter-spacing: -0.45px;
}
.feature-description {
    color: #9f9fa9;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: regular;
    font-weight: 400;
    line-height: -0.31;
    padding-top: 15px;
    width: 240px;
    text-align: center;
}

/* Center feature descriptions on mobile */
@media (max-width: 767px) {
    .feature-description {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
    }
}




/* Contact Form Section */
.contact-form-section {
    background:#000;
    padding:80px 0;
    margin-top: -3rem;
    
    
}
.contact-form-section h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    height: 48px;
}
.contact-form-section p {
   font-style: inter;
   font-weight: 400;
   line-height: 28px;
   text-align: center;
   padding-top: 5px;
   padding-bottom: 8px;
   width: 500px;
   margin-left: auto;
   margin-right: auto;  
   color: #D4D4D8;
   margin-bottom: 0px;
   letter-spacing: -0.45px;
   font-size: 18px;
}

/* Center hero buttons on mobile */
@media (max-width: 767px) {
    .hero-btn-outline {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* Contact form mobile responsiveness */
@media (max-width: 767px) {
    .contact-form-section {
        padding: 0 0 40px 0;
    }
    
    .contact-form-section h2 {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
        line-height: 1.3;
        font-size: 1.25rem;
    }
    .contact-form-section p {
        width: 100%;
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        margin-bottom: 2rem;
        padding-top: 0;
    }
}
.contact-form-card {
    background: hsla(240, 5%, 34%, 0.344) 50%;
    border:0.1rem solid #E171004D;
    border-radius:20px
}
.form-control {
    background:#000000;
    border: 0.1px solid #E171004D;
    color:#ffffff;
    padding:.75rem 1rem;
    border-radius:10px
}
.form-control:focus {
    background:#000000;
    border-color:#e17100;
    color:#ffffff;
}
.form-control::placeholder {
    color: #999999;
    opacity: 1;
}
.form-select {
    background:#000000;
    border:1px ;
    color:#999999;
    padding:.75rem 1rem;
    border-radius:10px
}
.form-select:focus {
    background:#000000;
    border-color:#d7d0ce;
    box-shadow:0 0 0 .25rem rgba(255,107,53,.25);
    color:#ffffff;
}
.form-select option {
    background: #000000;
    color: #ffffff;
}
.btn-warning {
    background: linear-gradient(135deg, #FE9A00, #E17100);
    border:none;
    color:black;
    padding:.75rem 2rem;
    border-radius:5px;
    font-weight:600;
    font-size:1rem;
    transition:all .3s;
    box-shadow: 0 10px 35px rgba(225, 113, 0, 0.15), 0 5px 15px rgba(225, 113, 0, 0.1);
}
.btn-warning:hover {
    background:#e25d1a;
    transform:translateY(-1px);
    color:#000
}

/* Mobile responsive styles for call-to-action */
@media (max-width: 767px) {
    .call-to-action-section h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        width: 100% !important;
        margin: 0 auto 40px auto !important;
        padding: 0 20px;
        max-width: 100% !important;
        word-wrap: break-word;
        hyphens: auto;
    }
}
.call-to-action-section {
    background:#000;
    padding:60px 0;
    position: relative;
    margin-top: 80px;
    clear: both;
    margin-top: -1rem;
}

.call-to-action-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(254, 154, 0, 0.05) 0%, rgba(225, 113, 0, 0.05) 100%);
    pointer-events: none;
}

.call-to-action-section .container {
    position: relative;
    z-index: 1;
}

.call-to-action-section h2 {
   color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-style: regular;
    line-height: 48px;
    letter-spacing: 0.35px;
    width: 900px;
    margin: 0 auto 60px auto;
    text-align: center;
   
}

.call-to-action-section .d-flex {
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.btn-outline-warning{
    background:transparent;
    border:2px solid #ff6b35;
    color:#ff6b35;
    padding:.75rem 2rem;
    border-radius:50px;
    font-weight:600;
    font-size:1rem;
    transition:all .3s;
    box-shadow: 0 10px 35px rgba(255, 107, 53, 0.15), 0 5px 15px rgba(255, 107, 53, 0.1);
}
.btn-outline-warning:hover{
    background:transparent;
    color:#ff6b35;
    border-color:#ff6b35;
    transform:translateY(-2px)
}

/* Footer */
footer {
    /* background: #0d0d0d; */
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Desktop footer alignment */
@media (min-width: 768px) {
    .quick-links {
        margin-left: 120px;
    }
}

/* Mobile footer alignment */
@media (max-width: 767px) {
    footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    footer .col-lg-4 {
        text-align: left !important;
        margin-bottom: 30px;
    }
    
    footer .col-lg-4 h6 {
        text-align: left !important;
        margin-left: 0 !important;
    }
    
    footer .quick-links {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }
    
    footer .quick-links ul {
        text-align: left !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    footer .contact-info {
        text-align: left !important;
    }
    
    /* Social media buttons alignment */
    footer .d-flex.gap-2 {
        justify-content: flex-start !important;
        margin-top: 10px;
    }
    
    /* Copyright and social media container */
    footer .d-flex.flex-column.flex-md-row {
        align-items: flex-start !important;
    }
    
    /* Copyright text alignment */
    footer .text-white-50.mb-md-0 {
        text-align: left !important;
        margin-bottom: 15px !important;
    }
}

.footer-brand img{
    height:50px
}

.footer-description{
    color:#ccc;
    font-size:1.5rem;
    line-height:1.6;
    margin-bottom:0;
}

.footer-title{
    color:#fff;
    font-size:1.2rem;
    font-weight:600;
    margin-bottom:1.5rem
}

.footer-links{
    list-style:none;
    padding:0
}

.footer-links li{
    margin-bottom:.75rem
}

.footer-link{
    color:#ccc;
    text-decoration:none;
    font-size:.95rem;
    transition:color .3s
}

.footer-link:hover{
    color:#ff6b35
}


.contact-info p{
    color:#ccc;
    font-size:.95rem;
    margin-bottom:.75rem;
    display:flex;
    align-items:center
}

/* Mobile contact info visibility */
@media (max-width: 767px) {
    .contact-info p {
        font-size: 1rem !important;
        line-height: 1.4 !important;
    }
}

.contact-info i{
    color:#ff6b35;
    margin-right:.75rem;
    width:16px
}

.contact-info img {
    transform: scaleX(-1);
}

.fas.fa-phone-alt {
    transform: scaleX(-1);
}

.social-links{
    display:flex;
    gap:1rem
}

.social-link{
    color:#fff;
    font-size:1.5rem;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.1);
    border-radius:50%;
    transition:all .3s
}

.social-link:hover{
    background:#ff6b35;
    color:#fff;
    transform:translateY(-3px)
}

.footer-divider{
    border-color:rgba(255,255,255,.1);
    margin:3rem 0
}

.copyright{
    color:#999;
    font-size:.9rem;
    margin-bottom:0
}

/* Enhanced Responsive Design */

/* Large Desktop (1200px and up) */
@media (min-width: 1200px) {
    .hero-section {
        min-height: 90vh;
    }
    
    .hero-content h1 {
        font-size: clamp(3rem, 4vw, 4rem);
    }
    
    .service-card {
        height: 450px;
    }
    
    .portfolio-card {
        height: 580px;
    }
}

/* Desktop (992px - 1199px) */
@media (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: clamp(2.5rem, 5vw, 3.5rem);
    }
    
    .about-us-content h2 {
        font-size: clamp(2rem, 4vw, 2.5rem);
    }
    
    .our-services-section h2,
    .portfolio-section h2,
    .why-choose-us-section h2 {
        font-size: clamp(2.5rem, 5vw, 3rem);
        line-height: 1.2;
    }
}

/* Tablet Landscape (768px - 991px) */
@media (max-width: 991.98px) {
    .hero-section {
        min-height: 80vh;
        padding: 30px 0;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .hero-btn,
    .hero-btn-outline {
        width: 100%;
        max-width: 300px;
    }
    
    .img-camera {
        width: 100%;
        max-width: 500px;
        height: auto;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .about-us-content {
        padding-left: 0;
        text-align: center;
    }
    
    .stats-row {
        justify-content: center;
        gap: 20px;
    }
    
    .service-card {
        height: 350px;
    }
    
    .portfolio-card {
        height: 450px;
    }
    
    .feature-description {
        width: 100%;
        max-width: 200px;
    }
}

/* Tablet Portrait (576px - 767px) */
@media (max-width: 767.98px) {
    .hero-section {
        min-height: 70vh;
        padding: 20px 0;
    }
    
    .hero-content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .hero-content h1 {
        font-size: clamp(2rem, 6vw, 2.8rem);
        line-height: 1.1;
    }
    
    .hero-description {
        font-size: clamp(0.9rem, 3vw, 1.1rem);
        text-align: center;
    }
    
    .creative-agency-text {
        font-size: 0.8rem;
        text-align: center;
    }
    
    .about-us-section .row {
        flex-direction: column;
    }
    
    .img-camera {
        order: 1;
        width: 100%;
        max-width: 400px;
        height: auto;
    }
    
    .about-us-content {
        order: 2;
        padding-left: 0;
        text-align: center;
    }
    
    .service-card {
        height: 300px;
    }
    
    .portfolio-card {
        height: 380px;
    }
    
    .our-services-section,
    .portfolio-section,
    .why-choose-us-section {
        padding: 60px 0;
    }
    
    .contact-form-section {
        padding: 60px 0;
    }
}

/* Mobile Landscape (480px - 575px) */
@media (max-width: 575.98px) {
    .hero-section {
        min-height: 60vh;
        padding: 15px 0;
    }
    
    .hero-content h1 {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }
    
    .hero-description {
        font-size: clamp(0.85rem, 3.5vw, 1rem);
    }
    
    .creative-agency-text {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }
    
    .service-card {
        height: 280px;
    }
    
    .portfolio-card {
        height: 350px;
    }
    
    .stats-row .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .feature-description {
        font-size: 14px;
    }
}

/* Mobile Portrait (320px - 479px) */
@media (max-width: 479.98px) {
    .hero-section {
        min-height: 50vh;
        padding: 10px 0;
    }
    
    .hero-content h1 {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
        line-height: 1.0;
    }
    
    .hero-description {
        font-size: clamp(0.8rem, 4vw, 0.95rem);
        line-height: 1.4;
    }
    
    .creative-agency-text {
        font-size: 0.7rem;
        letter-spacing: 0.5px;
    }
    
    .service-card {
        height: 250px;
    }
    
    .portfolio-card {
        height: 320px;
    }
    
    .stats-row .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .stat-label {
        font-size: 14px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-title {
        font-size: 16px;
    }
    
    .feature-description {
        font-size: 13px;
    }
    
    .contact-form-section h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .contact-form-section p {
        font-size: 0.9rem;
    }
}

/* Ultra Small Mobile (320px and below) */
@media (max-width: 320px) {
    .hero-content h1 {
        font-size: 1.4rem;
    }
    
    .hero-description {
        font-size: 0.75rem;
    }
    
    .creative-agency-text {
        font-size: 0.65rem;
    }
    
    .service-card {
        height: 220px;
    }
    
    .portfolio-card {
        height: 280px;
    }
}

/* Existing Responsive */
@media(max-width:991.98px) {
    .navbar-nav {
        text-align: left !important;
        padding: 1rem 0;
        justify-content: flex-start !important
    }

    .navbar-nav .nav-item {
        margin-bottom: .5rem;
        text-align: left !important;
        width: 100%
    }

    .navbar-nav .nav-link {
        text-align: left !important;
        width: 100%
    }

    .btn-quote {
        margin-top: 1rem;
        display: inline-block
    }

    .footer .col-md-3 {
        margin-bottom: 2rem
    }

    .footer .row:last-child .col-md-6 {
        margin-bottom: 1rem
    }
}

/* MacBook and medium screen fixes */
@media (max-width: 1440px) and (min-width: 1024px) {
    .contact-form-section h2 {
        font-size: 2.5rem !important;
        line-height: 1.3 !important;
        height: auto !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto !important;
        margin-bottom: 1.5rem !important;
    }
    
    .contact-form-section p {
        padding-top: 25px !important;
        margin-bottom: 1rem !important;
    }
}

@media(max-width:576px) {
    .navbar-brand {
        font-size: 1.25rem
    }

    .btn-quote {
        padding: .4rem 1.2rem;
        font-size: .9rem
    }

    .footer h5 {
        font-size: 1rem
    }

    .footer-link {
        font-size: .85rem
    }

    .social-icon img {
        width: 25px !important;
        height: 25px !important
    }
}

/* Navbar toggler */
.navbar-toggler {
    border: none;
    padding: .25rem .5rem
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

/* Comprehensive Mobile Responsiveness Fixes */
@media (max-width: 767.98px) {
    /* Hero Section Mobile Fixes */
    .hero-section {
        min-height: 60vh !important;
        padding: 20px 0 !important;
        margin-top: -10px !important;
    }
    
    .hero-content h1 {
        font-size: clamp(1.8rem, 6vw, 2.5rem) !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
        padding: 0 15px !important;
    }
    
    /* Why Choose Us Section Mobile Fixes */
    .why-choose-us-section {
        padding: 40px 0 !important;
        margin-top: -2rem !important;
    }
    
    .why-choose-us-section h2 {
        font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
        padding: 0 15px !important;
    }
    
    .why-choose-us-section .subtitle {
        font-size: 0.9rem !important;
        padding: 0 15px !important;
        margin-bottom: 1rem !important;
    }
    
    /* Feature Cards Mobile Fixes */
    .feature-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1rem !important;
    }
    
    .feature-title {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.8rem !important;
        padding: 0 10px !important;
    }
    
    .feature-description {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 0 auto !important;
        padding: 0 10px !important;
        text-align: center !important;
    }
    
    /* Contact Form Mobile Fixes */
    .contact-form-section {
        padding: 40px 15px !important;
        margin-top: -1rem !important;
    }
    
    .contact-form-section h2 {
        font-size: clamp(1.5rem, 4vw, 1.8rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1.5rem !important;
        padding: 0 10px !important;
        height: auto !important;
    }
    
    .contact-form-section p {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto 1rem !important;
        padding: 0 10px !important;
    }
    
    .contact-form-card {
        padding: 1.5rem !important;
        margin: 0 !important;
    }
    
    .form-control, .form-select {
        font-size: 0.9rem !important;
        padding: 0.75rem !important;
        margin-bottom: 1rem !important;
    }
    
    .form-control-lg {
        font-size: 1rem !important;
        padding: 1rem !important;
    }
    
    /* Button Mobile Fixes */
    .btn {
        font-size: 0.9rem !important;
        padding: 0.75rem 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Spacing Fixes */
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .row {
        margin-bottom: 1rem !important;
    }
    
    .mb-4 {
        margin-bottom: 1.5rem !important;
    }
    
    .mb-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 575.98px) {
    /* Extra Small Mobile Fixes */
    .hero-content h1 {
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
    }
    
    .why-choose-us-section h2 {
        font-size: clamp(1.5rem, 6vw, 1.8rem) !important;
    }
    
    .feature-icon {
        width: 50px !important;
        height: 50px !important;
    }
    
    .feature-title {
        font-size: 1rem !important;
    }
    
    .feature-description {
        font-size: 0.85rem !important;
        max-width: 250px !important;
    }
    
    .contact-form-section h2 {
        font-size: clamp(1.3rem, 5vw, 1.6rem) !important;
    }
    
    .form-control, .form-select {
        font-size: 0.85rem !important;
        padding: 0.6rem !important;
    }
    
    .btn {
        font-size: 0.85rem !important;
        padding: 0.6rem 1.2rem !important;
    }
}

@media (max-width: 479.98px) {
    /* Ultra Small Mobile Fixes */
    .hero-content h1 {
        font-size: clamp(1.3rem, 8vw, 1.8rem) !important;
    }
    
    .why-choose-us-section {
        padding: 30px 0 !important;
    }
    
    .feature-icon {
        width: 40px !important;
        height: 40px !important;
    }
    
    .feature-title {
        font-size: 0.9rem !important;
    }
    
    .feature-description {
        font-size: 0.8rem !important;
        max-width: 200px !important;
        line-height: 1.4 !important;
    }
    
    .contact-form-section {
        padding: 30px 10px !important;
    }
    
    .contact-form-section h2 {
        font-size: clamp(1.2rem, 6vw, 1.5rem) !important;
    }
    
    .form-control, .form-select {
        font-size: 0.8rem !important;
        padding: 0.5rem !important;
    }
    
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* OUR SERVICES Section Mobile Fixes */
    .our-services-section {
        padding: 40px 0 !important;
        margin-top: -1rem !important;
    }
    
    .our-services-section .subtitle {
        font-size: 0.9rem !important;
        padding: 0 15px !important;
        margin-bottom: 1rem !important;
    }
    
    .our-services-section h2 {
        font-size: clamp(1.8rem, 5vw, 2.2rem) !important;
        line-height: 1.3 !important;
        margin-bottom: 1.5rem !important;
        padding: 0 15px !important;
    }
    
    /* Service Cards Mobile Fixes */
    .service-card {
        margin-bottom: 1.5rem !important;
        min-height: auto !important;
    }
    
    .service-card .overlay {
        padding: 1.5rem !important;
        text-align: center !important;
        min-height: 200px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
    
    .service-card h3 {
        font-size: 1.1rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.8rem !important;
    }
    
    .service-card p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin: 0 !important;
    }
    
    /* ABOUT US Statistics Mobile Fixes */
    .stats-row .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
    }
    
    .stat-number {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .stat-label {
        font-size: 0.85rem !important;
        line-height: 1.3 !important;
    }
}

/* FORCE MOBILE STATS CENTERING - Highest Specificity */
@media (max-width: 767px) {
    .about-us-section .row.stats-row {
        justify-content: center !important;
        text-align: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .about-us-section .row.stats-row .col-4 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .about-us-section .row.stats-row .col-4 .stat-number {
        font-size: 32px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
        display: block !important;
        width: 100% !important;
    }
    
    .about-us-section .row.stats-row .col-4 .stat-label {
        font-size: 14px !important;
        text-align: center !important;
        display: block !important;
        width: 100% !important;
    }
}/* Enhanced Statistics Mobile Fixes */

/* Mobile Portfolio Fixes */
@media (max-width: 767px) {
    .portfolio-card {
        height: 350px !important;
        background-size: cover !important;
        background-position: center 50% !important; 
    }
    
    /* First portfolio card specific positioning */
    .portfolio-card:first-child,
    .row .portfolio-card:first-child {
        background-position: center 10% !important;
    }
    
    .portfolio-card .overlay {
        padding: 20px !important;
        justify-content: flex-end !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .portfolio-card .category {
        padding-top: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 5px !important;
        font-size: 12px !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .portfolio-card .project-title {
        padding-left: 0 !important;
        font-size: 16px !important;
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 0 !important;
        line-height: 1.3 !important;
    }
}
