/* product-services-section*/

.product-services-section {
    background-color: #D6C6B8;
    padding: 70px 20px;
    text-align: center;
}

.product-services-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.ps-heading {
    color: #20363a;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    
}

.ps-para {
    color: #000000;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.ps-btn {
    display: inline-block;
    background-color: #20363a;
    color: #ffffff;
    padding: 14px 34px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.ps-btn:hover {
    background-color: #16282b;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.ps-heading {
    opacity: 0;
    transform: translateY(-120px);   
    transition: opacity 1.5s ease, 
                transform 1.5s ease;
}

.ps-heading.show {
    opacity: 1;
    transform: translateY(0);   
}

/* ===============================
   OUTER SECTION
================================ */
.services-outer {
    background: #D6C6B8;
    margin-top: 0;   
}

/* ===============================
   TOP HEADING
================================ */
/* ===============================
   TOP BEIGE SECTION
================================ */
.services-top-heading {
    background: #D6C6B8;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-top-heading h1 {
    position: relative;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #20363a;          
    margin: 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

/*  Underline Animation */
.services-top-heading h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0%;
    height: 3px;
    background:  #f26522;  
    transition: width 0.3s ease;
    transform: translateX(-50%);
}

.services-top-heading h1:hover::after {
    width: 70%;
}

/* ===============================
   DARK TEAL SECTION
================================ */
.services-dark {
    background: #20363a;   
    padding: 80px 8% 40px 8%; 
    color: #ffffff;
}

/* FLEX LAYOUT */
.services-wrapper-dark {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT SIDE */
.services-left-dark {
    flex: 1;
}

.services-left-dark h2 {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    letter-spacing: 2px;
    margin-top:-20px;
    margin-left:-3px;
}

.services-left-dark h1 {
    font-size: 65px;
    font-weight: 600;
    margin: 10px 0 0 0;
    color: #ffffff;
    letter-spacing: 2px;
    margin-left:-10px;
}

.divider-dark {
    width: 4px;
    height: 310px;
    background: #FF6A00;
    margin: -20px 80px 0 80px;  
}

/* RIGHT SIDE */
.services-right-dark {
    flex: 1.5;
}

.service-item-dark {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.service-item-dark i {
    font-size: 25px;
    color: #FF6A00;
}

.service-item-dark h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    
}

.services-locations {
    background: #D6C6B8;
    min-height: 90px;        
    padding: 20px 15px;    
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #20363a;
    text-align: center;     
}

@media (max-width: 768px) {

    .services-locations {
        min-height: 100px;  
        padding: 30px 20px;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.6;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

/* ========================================= */
/*        OUR DESIGN STUDIO                  */
/* ========================================= */


.design-studio-section {
    background: #20363a;
    padding-top: 80px;
    padding-bottom: 10px;
}

/* ===============================
   FULL WIDTH BEIGE
================================ */
.design-container {
    background: #D6C6B8;   
    width: 100%;           
    padding: 60px 8%;    
    display: flex;
    align-items: center;
    gap: 60px;
}

/* ===============================
   LEFT IMAGE
================================ */
.design-left {
    flex: 1;
}

.design-left img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.design-left img:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* ===============================
   RIGHT CONTENT
================================ */
.design-right {
    flex: 1;
    position: relative;
    padding-left: 30px;
}

/* Orange vertical line */
.design-right::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    width: 4px;
    height: 90px;
    background: #FF6A00;
    margin-right: 10px;
    margin-top:4px;
}

.design-right h2 {
    font-size: 38px;
    font-weight: 400;
    color: #20363a;
    margin: 0;
    letter-spacing: 2px;
    margin-right: 10px;
}

.design-right h1 {
    font-size: 64px;
    font-weight: 700;
    margin: 5px 0 20px 0;
    color: #20363a;
    margin-right: 10px;
}

.design-right p {
    font-size: 19px;
    line-height: 1.8;
    color: #20363a;
    margin-bottom: 40px;
}

/* ===============================
   BOTTOM 3 IMAGES
================================ */
.design-gallery {
    display: flex;
    gap: 20px;
  
}

.design-gallery img {
    width: 32%;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.design-gallery img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.bottom-strip {
    background: #20363a;
    min-height: 90px;         
    padding: 30px 20px;       
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: center;       
}

@media (max-width: 768px) {

    .bottom-strip {
        min-height: 100px;     
        padding: 35px 25px;
        font-size: 12px;      
        letter-spacing: 1px; 
        line-height: 1.6;
    }
}
/* ===============================
   OUR SKILLED FORCE SECTION
================================= */

.skilled-force-section {
    background: #f2e4d6;
    padding: 50px 20px 80px;   
    box-sizing: border-box;
}

.skilled-force-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;   
    gap: 60px;
}

/* LEFT IMAGE */
.skilled-force-image {
    flex: 1.2;  
    padding: 20px;
    position: relative;
}

.skilled-force-image img {
    width: 100%;
    height: 650px;      
    object-fit: cover;   
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
}

.skilled-force-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

.skilled-force-image img:hover {
    transform: translateY(-5px) scale(1.02);
}

/* RIGHT CONTENT */
.skilled-force-content {
    flex: 1;
    padding-left: 40px;
    margin-top: 5px;   
}

/* HEADING */
.skilled-force-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2A1E17;
}

.skilled-force-content h2 span {
    color: #f26522;  
}

/* PARAGRAPH */
.skilled-force-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #2A1E17;
    margin-bottom: 18px;
}

/* 3 IMAGES ONE LINE */
.skilled-small-images {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.skilled-small-images img {
    width: 32%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.skilled-small-images img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* =========================================
   MOBILE RESPONSIVE (DO NOT CHANGE DESKTOP)
========================================= */

@media (max-width: 768px) {

    /* Product Services */
    .ps-heading {
        font-size: 28px;
    }

    .ps-para {
        font-size: 16px;
        padding: 0 10px;
    }

    /* Services Dark Section */
    .services-wrapper-dark {
        flex-direction: column;
        text-align: center;
    }

    .services-left-dark h2 {
        font-size: 32px;
        margin-top: 0;
        margin-left: 0;
    }

    .services-left-dark h1 {
        font-size: 40px;
        margin-left: 0;
    }

    .divider-dark {
        width: 60px;
        height: 4px;
        margin: 25px auto;
    }

    .services-right-dark {
        margin-top: 20px;
    }

    .service-item-dark {
        justify-content: center;
    }

    /* Design Studio */
    .design-container {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
    }

    .design-left img {
        height: auto;
    }

    .design-right {
        padding-left: 0;
        text-align: center;
    }

    .design-right::before {
        display: none;
    }

    .design-right h2 {
        font-size: 26px;
    }

    .design-right h1 {
        font-size: 36px;
    }

    .design-right p {
        font-size: 16px;
    }

    .design-gallery {
        flex-direction: column;
    }

    .design-gallery img {
        width: 100%;
        height: auto;
    }

}


@media (max-width: 992px) {

    .skilled-force-container {
        display: flex;
        flex-direction: row !important;  
        align-items: flex-start;
        gap: 20px;
    }

    .skilled-force-image {
        width: 50%;
    }

    .skilled-force-image img {
        width: 100%;
        height: auto;
    }

    .skilled-force-content {
        width: 50%;
        padding-left: 15px;
        text-align: left;
        margin-top: 100px;
    }

    .skilled-small-images {
        display: flex;
        flex-direction: row;   
        gap: 10px;
        margin-top: 15px;
    }

    .skilled-small-images img {
        width: 30%;
        height: auto;
    }

}
@media (max-width: 768px) {

    .skilled-force-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .skilled-force-image,
    .skilled-force-content {
        width: 100%;
    }

    .skilled-force-image img {
        width: 100%;
        height: auto;
    }

    .skilled-force-content {
        padding-left: 0;
        margin-top: 0;
        text-align: left;
    }

    .skilled-small-images {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }

    .skilled-small-images img {
        width: 100%;
        height: auto;
    }

}

/* =========================
   NORMAL MOBILE (STACK LAYOUT)
========================= */

@media (max-width: 768px) {

    .skilled-force-container {
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 25px;
    }

    /* Big Image */
    .skilled-force-image {
        width: 100% !important;
    }

    .skilled-force-image img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    /* Content */
    .skilled-force-content {
        width: 100% !important;
        padding: 0 15px !important;
        text-align: left;
        margin-top: 0 !important;
    }

    .skilled-force-content h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .skilled-force-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    /* 3 Small Images - Stack */
    .skilled-small-images {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px;
        margin-top: 20px;
        width: 100%;
    }

    .skilled-small-images img {
        width: 100% !important;
        height: auto;
        border-radius: 10px;
    }

}
@media (max-width: 768px) {

    /* Section spacing improve */
    .services-dark {
        padding: 70px 20px 80px 20px;
        text-align: center;
    }

    /* Stack layout */
    .services-wrapper-dark {
        flex-direction: column;
        align-items: center;
    }

    /* Heading adjust */
    .services-left-dark {
        width: 100%;
    }

    .services-left-dark h2 {
        font-size: 28px;
        margin: 0;
    }

    .services-left-dark h1 {
        font-size: 40px;
        margin: 5px 0 10px;
    }

    /* Horizontal divider */
    .divider-dark {
        width: 50%;
        height: 4px;
        background: #FF6A00;
        margin: 10px auto 80px;
    }

    /* Services list */
    .services-right-dark {
        width: 100%;
        margin-top: 0;
    }

    .service-item-dark {
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        margin-bottom: 22px;
        padding: 0 5px;
    }

    .service-item-dark i {
        font-size: 24px;
        min-width: 24px;
    }

    .service-item-dark h3 {
        font-size: 22px;
        margin: 0;
    }

    .service-item-dark:first-child h3 {
        white-space: nowrap;
        font-size: 21.5px; 
    }

}