/*
Theme Name:     Wryta Designs Theme Uno
Theme URI:      https://www.wrytadesigns.com
Author:         Wryta Designs
Author URI:     https://www.wrytadesigns.com
Description:    A hybrid WordPress theme built for a modern tech company website, featuring dynamic product pages, responsive design, and modular templates.
Version:        1.1.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags:           hybrid, responsive, custom-post-types, modular, ACF, tech
Text Domain:    techcorp-hybrid
Requires at least: 5.8
Tested up to:   6.5
Requires PHP:   7.4
*/


:root{
    /* Colors */
    --color-background-dark: #101010;
    --color-primary: #29ff00;
    --color-secondary: #0091ef;
    --color-accent: #29ff00;
    --color-body: #f2e8de;
    --color-link: #adb5ba;
    --color-link-hover: #29ff00;

    /* Spacing & Margins */
    --desktop-window-spacing: 128px;
    --mobile-window-spacing: 16px;

    --desktop-section-spacing: 128px;
    --mobile-section-spacing: 24px;

    --desktop-heading-spacing: 64px;
    --mobile-heading-spacing:16px;

    --desktop-margin-small:8px;
    --desktop-margin-medium:16px;
    --desktop-margin-large:24px;


    --body-small:0.9rem;
    --body-normal: 1rem;
    --body-large: 1.2rem;


    --tagline-left:  #29ff00;
    --tagline-right: #888888;

    --about-left:  #f1f8fa;
    --about-right: #727778;
}

html{
 
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: var(--color-background-dark);
    
    color: var(--color-body);
    overflow-x: hidden;
    box-sizing: border-box;
}

body.blog{
    background-color: white;
}


h1,h2,h3,h4{
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: -1px;
}

p{
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
}








/*----------------------------------------------------------------------------*/
/*
    Header 
*/



    .wryta-header {
        height: 72px;

        position: sticky;
        top: 0;
        background: #101010;
        z-index: 100;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        width: 100%;
        opacity: 0.95;

        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);

        border-bottom: 2px solid rgb(23, 19, 26);

        transition: top 0.5s ease 0s; 
    }
    .wryta-header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        padding: 8px 24px 4px 24px;
    }
    .wryta-header-container .logo {
        width: 128px;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .wryta-header-container .logo img{
        width: 100%;
        height: 100%;
    }

    .wryta-header-container .nav {
        display: flex;
        gap: 32px;
    }
    .wryta-header-container .nav a {
        text-decoration: none;
        color: var(--color-link);
        font-weight: 500;
        transition: color 0.2s;
    }
    .wryta-header-container .nav a:hover {
        color: var(--color-accent);
    }

    nav a.active {
        color: var(--light);
    }


    /* Responsive style for Header*/
    @media (max-width: 900px) {

        .wryta-header{
            border-bottom: 0px;
            box-shadow: none;
            background: #101010;
        }

        .wryta-header-container {
            flex-direction: column;
            align-items: center;
            padding: 16px 8px;
            background: #101010;
        }
        .wryta-header-container .logo {
            margin-bottom: 16px;
            text-align: center;
        }
        .wryta-header-container .nav {
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            width: 100%;
            padding: 8px 0px;

            border-left:8px solid rgb(255, 234, 211);
            border-top: 2px solid rgb(255, 234, 211);
            border-right: 2px solid rgb(255, 234, 211);
            border-bottom: 2px solid rgb(255, 234, 211);
        }
        .wryta-header-container .nav a {
            flex: 1 1 auto;
            text-align: center;
            padding: 4px 0;
            box-sizing: border-box;
        }
    }


/*
    End Header 
*/

/*----------------------------------------------------------------------------*/


/*
    Start Hero 
*/


.hero{
    /* background-image:url("assets/images/wrytahero-background.webp");
    background-size: cover;
    background-repeat: no-repeat; */

    background: var(--color-background-dark);

}

.hero-home{
    position: relative;
}

.hero-top {
    
    padding: 8rem 64px 4rem 64px;
    text-align: center;

    display: flex;
    flex-direction: column;

    align-items: center;
    margin-top: 64px;


    
}

.hero-title {
    font-size: 4.25rem;
    font-weight: 500;
    margin-bottom:0px;
    position: relative;

    display: flex;
    flex-direction: row;

    text-align: center;

    gap: 16px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.15px;
}


    .hero-intro-text-parent-container{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .hero-intro-text-parent-container div{
        top: 0;
        left: 0;
        font-size: 2rem;
        z-index: 1;
        position: absolute;

        margin-bottom: 1rem;
    }


    .hero-subtitle{
        font-size: 1.65rem;
        letter-spacing: -0.125px;
        font-weight: 400;
    }

.hero-desc {
    margin-bottom: var(--desktop-margin-medium);
    
    font-size: 1.25rem;
    letter-spacing: -0.125px;
    font-weight: 400;
    line-height: 1.7rem;

    color: rgb(202, 202, 207);

    margin-top: 0rem;
    width: 40%;
}

.hero-cta {
    display: inline-block;
    padding: 12px 20px;
    background: #171717;
    color: #fff;
    border: 2px solid #ffd700;
    border-radius: 2rem;
    font-weight: 600;
    font-size: var(--body-large);
    text-decoration: none;
    transition: background 0.2s;
}
.hero-cta:hover {
    background: #414141;
}

.rotated-span{
    /* background: #e5b803; */
    background: var(--color-primary);
    color: var(--color-background-dark);
    font-weight: 600;
    display: inline-block;
    padding: 4px 4px;
    border-radius: 8px;
    transform: rotate(-1deg);
}





.hero-images-parent {
    position: relative;
    height: 80vh;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;

    padding:24px 128px;
}

.hero-images-center {
    z-index: 5;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: hidden;

}

.hero-images-center img{
    height: 80%;
    width: 70%;
    object-fit: cover;

    border-radius: 24px;
}

.hero-images-center video {
    height: 80%;
    width: 70%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.hero-tagline-container{
    padding: 24px 128px;
}   

.hero-tagline-text{
    display: flex;
    flex-direction: column;
}

.hero-tagline-text{ 
    text-align: start; 
    font-size: 6rem; 
    letter-spacing: 0.25px;
    font-family: "Bebas Neue", sans-serif;

    font-weight: 600; 
    margin:0;
    color: #888888;
    width: fit-content;
    background-image:linear-gradient(
        90deg,
        var(--tagline-left) 0%,
        var(--tagline-left) 0%,
        var(--tagline-right) 0%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-images-float{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-images-float div {
    position: absolute;

    background: #23232a;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 1;
    overflow: hidden;
    transition: box-shadow 0.3s;

    
}
.hero-images-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
/* Initial positions for floating elements */
.hero-image-float-1 { 
    width: 350px;
    height: 200px;
    opacity: 1;

}
.hero-image-float-2 { 
    width: 275px;
    height: 350px; 
    opacity: 1;

}

.hero-image-float-3 { 
    width: 150px;
    height: 200px;
    background-color: green;
    opacity: 1;

}


.cursor{
    color: #29ff00;
}

@media (max-width: 900px) {
    .hero-top {
        padding: 8rem 24px 4rem 24px;
        margin-top: 128px;
    }

    .hero-title { font-size: 2.5rem; }

    .hero-desc{
        margin-bottom: var(--desktop-margin-medium);
    
        font-size: 1.25rem;

        line-height: 2.25rem;

        margin-top: 0rem;
        width: 100%;
    }


    .hero-images-parent{padding:0px 16px; 
        height: 50vh;}
    .hero-images-center { width: 100vw; height: 500px; padding: 0px 16px;}
    .hero-images-float { width: 80px; height: 60px; font-size: 0.9rem; }

    .about-section { padding: 2rem 1rem; }
    .hero-images-float { width: 120px; height: 120px; font-size: 1rem; }


    .hero-tagline-container{
        padding: 64px 24px;
    }

    .hero-tagline-text{
        font-size: 4rem;
        display: inline-block;
        
    }

    .hero-images-float div{
        display: none;
        visibility: hidden;
    }
}



/* Marquee Content */


.marquee-parent{
    margin: -164px -128px 0px -128px;
    backdrop-filter: blur(20px);
}

/* .marquee-parent::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 50px;
            pointer-events: none;
            z-index: 2;
            backdrop-filter: blur(20px);
            color: white;
} */


    .marquee-row {
            display: flex;
            align-items: center;
            margin: 18px 0;
            white-space: nowrap;
            position: relative;
            width: 100%;
            height: 120px;
        }

    .marquee-content {
            display: flex;
            gap: 24px;
            animation: marquee 120s linear infinite;
            opacity: 0.5;
        }

    .marquee-text{
        font-size: 1.75rem;
        font-family: "Bebas Neue", sans-serif;
        color: var(--color-body);
        letter-spacing: 0.5px;
        
    }

    @keyframes marquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }




/*
    End Hero
*/

/*----------------------------------------------------------------------------*/

/*
    Start Our Services
*/


.services-parent-container{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        color: whitesmoke;
        height: 100vh;
        margin: 64px 0px;
        padding: 64px 128px;
        background-color: #03000c;
    }

    .section-title{
        font-size: 2rem;
        text-align: start;
        margin: 0px;
        padding: 8px 0px;
        letter-spacing: 0.125px;
        color: rgb(210, 210, 210);

    }

    .section-description{
        font-size: 1.05rem;
        text-align: start;
        width: 50%;
        color: grey;
        
    }
    

    .services-parent {
        display: flex;
        width: 100vw;
        max-width: 1200px;
        margin: 64px auto;
        height: 60vh;
        
        overflow: hidden;
        gap: 24px;
        
    }

    .services-child {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: flex-start;
        /* transition: flex 0.5s cubic-bezier(.77,0,.18,1); */
        transition: flex 0.5s ease-in-out;
        cursor: pointer;
        padding: 36px 20px;

        overflow: hidden;
        
        border-radius: 16px;

        
    }

    .services-child h3{
        z-index: 3;
        color: #f0f8ff;
    }


    .services-child .title {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: start;
        transition: font-size 0.4s;
        z-index: 2;
        color: whitesmoke;

        
        height: 10%;
    }

    .services-child .subheading {
        font-size: 1rem;
        font-family: 'Open Sans', sans-serif;
        color: var(--color-accent);

        margin-bottom: 12px;
        text-align: start;
        opacity:0;
        letter-spacing: 0.25px;
        z-index: 2;

        
    }

    .services-child .extra {
        font-size: 0.98rem;
        color: rgb(229, 229, 229);
        margin-top: 12px;
        text-align: start;
        pointer-events: none;
        z-index: 2;
        opacity: 0;
        width: 85%;

        
    }


    .services-child .service-content-container{
        display: flex;
        flex-direction: row;
    }



        .services-child:hover, .services-child:focus {
        flex: 2.2 1 0;
        background: black;
        z-index: 2;
        transition: flex 2s "ease-out";
    }

    .open-content{
        display: flex;
        visibility: hidden;
        opacity: 0;
        
        align-items: start;
        justify-content: space-around;
        margin-top: 24px;
        height: 100%;

        transition: opacity 2s ease 0s; 

    }


    .open-content .services-image-container{
        flex: 1;
        overflow: hidden;
        height: 200px;
        width: 200px;
        align-self: flex-end;
        justify-content: flex-end;
        border-radius: 16px;

        position: absolute;
        bottom: 0;
        right: 0;
        
    }

    .open-content img{
        width: 100%;
        height: 100%;

        object-fit: cover;
    }

    
    .services-parent:hover .services-child:hover .open-content{
    
        visibility: visible;
        opacity: 1;
        transition: opacity 2s ease 0.25s; 
        /* transform: translateX(0px); */        
    }


    .services-parent:hover .services-child:hover .open-content *{
        opacity: 1;

        transition-property: visibility, opacity;
        
    }


    /* It is somehow working */



    .services-parent:hover .services-child:not(:hover) {
        flex: 0.6 1 0;
        opacity: 0.9;
        transition: flex 2s "ease-out";
    }



    .child-one{
        background-image: url("assets/images/Artboard\ 4.jpg");
        background-size: cover;
        background-repeat: no-repeat;

        position: relative;
    }

    .child-two{
        background-image: url("assets/images/Artboard\ 1.jpg");
        background-size: cover;
        background-repeat: no-repeat;

        position: relative;
        
    }

    .child-three{
        background-image: url("assets/images/Artboard\ 3.jpg");
        background-size: cover;
        background-repeat: no-repeat;

        position: relative;
        
    }

    .child-four{
        background-image: url("assets/images/Artboard\ 2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    
        position: relative;
    }
    
    .child-one:hover{
        background-color: #16224e;  
    }

    .child-two:hover{
        background-color: #4b0d3f;
    }
    .child-three:hover{
        background-color: #3c1975;
    }

    .child-four:hover{
        background-color: #12506d;
    }



    /* Mobile CSS */

    .services-mobile-parent-container{
            display: flex;
            flex-direction: column;

            padding: 24px;
    }

    .services-mobile-parent{
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        margin-top: 36px;
    }

    .services-mobile-child{
        display: flex;
        flex-direction: column;
        padding: 24px 8px;
        border-radius: 16px;

        height: 300px;
    }
    .services-mobile-image-container{
        height: 100px;
    }

    .services-mobile-image-container img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


    .child-one-mobile{
        background-image: url("assets/images/Artboard\ 4.jpg");
        background-size: cover;
        background-repeat: no-repeat;

    }

    .child-two-mobile{
        background-image: url("assets/images/Artboard\ 1.jpg");
        background-size: cover;
        background-repeat: no-repeat;

        
        
    }

    .child-three-mobile{
        background-image: url("assets/images/Artboard\ 3.jpg");
        background-size: cover;
        background-repeat: no-repeat;

              
    }

    .child-four-mobile{
        background-image: url("assets/images/Artboard\ 2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    
    }

    .services-mobile-child .title{
        font-size: 2rem;
        padding: 8px 0;
    }

    .services-mobile-child .subheading{
        font-size: 1.25rem;
        padding: 16px 0px 4px 0px;

        font-family: 'Open Sans', sans-serif;
    }

    .services-mobile-child .extra{
        font-size: 1rem;
        padding: 8px 0 64px 0px;
    }



    @media (max-width: 900px) {
        .services-parent-container{
            display: none;
            visibility: hidden;
        }

        .section-description{
            width: 80%;
        }
    }

        

    @media (min-width: 901px){
        .services-mobile-parent-container{
            display: none;
            visibility: hidden;
        }
    }





        





/*
    End Our Services
*/

/*----------------------------------------------------------------------------*/

/*
    Start About Us
*/


.about-us-container {
    display: flex;
    height: 80vh;
    align-items: center;
    justify-content: center;
    padding: 0px var(--desktop-section-spacing);
    gap: 0px;
    max-width: 1200px;
    
    
    
}
.about-us-content {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

     backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 24px;
    padding: 24px;
}

.about-us-infinity-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    height: 100%;
}

.about-us-content .title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.25px;
    color: var(--color-accent);
    padding-bottom: var(--desktop-margin-small);
    font-family: "Bebas Neue", sans-serif;
}
.about-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0px 24px 0px 0px;
    
}

.infinity-svg {
    width: 320px;
    height: 320px;
    display: block;
}

.about-text{ 
    text-align: start; 
    font-size: 2rem; 
    margin:0;
    color: rgba(3, 3, 3, 0.9);
    width: fit-content;
    background-image:linear-gradient(
        182deg,
        var(--about-left) 0%,
        var(--about-left) 0%,
        var(--about-right) 0%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        background-clip: text;

        font-weight: 600;
        line-height: 3.25rem;
        letter-spacing: 0.5px;
}




#infinity{
    position: absolute;
    bottom: 0;
    height: 120px;
    right: 0;
}

.cls-1 {
    fill: none;
    stroke: url(#linear-gradient);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 85.86px;
}

.about-us-background-images{
    position: absolute;
    height: 100%;
    width: 100%;
}

.about-us-background-images .images{
    position: absolute;
    height: 250px;
    width: 200px;
    border-radius: 24px;
    opacity: 1;
    overflow: hidden; 
}

.about-us-background-images .images img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(70%);

}

.image-one{
    right: 100px;
    top: -100px;
}

.image-two{
    left: 20px;
    top: 0px;
}

.image-three{
    right:400px;
    top: 200px
}

.image-four{
    left:400px;
    top: 500px
}

.image-five{
    right: 100px;
    top: 650px;
}

.image-six{
    left: 20px;
    top: 1000px;
}

.image-seven{
    right:100px;
    top: 1900px
}

.image-eight{
    right:400px;
    top: 1000px
}

.image-nine{
    right: 700px;
    top: 1300px;
}

.image-ten{
    left: 20px;
    top: 1700px;
}

   

@media (max-width: 900px) {
    .about-us-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
        padding: 24px 0px;
        height: 95vh;
    }

    .about-us-content{
        padding-top: 64px;
    }
    .about-us-infinity-logo {
        min-width: 0;
    }

    .about-text{ 
        font-size: 1.85rem;
        line-height: 3rem;
    }

    .infinity-svg {
        width: 200px;
        height: 200px;
    }

    .about-us-background-images{
        display: none;
        visibility: hidden;
    }

    .about-us-background-images .images{
        display: none;
        visibility: hidden;
    }
}


/*
    End About Us
*/

/*----------------------------------------------------------------------------*/

/*
    Start How We Differ
*/

.how-we-differ{
    padding: 128px;

    background-image:url("assets/images/wrytaArtboard\ 4\ copy\ 2-100.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    }

    .how-we-differ-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 32px;
        margin-top: var(--desktop-heading-spacing);
        
    }

    .how-we-differ-card{
        display: flex;
        flex-direction: column;
        align-items: start;
        padding: 24px 16px 16px 16px;

        color: white;
        border-radius: 24px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.07);
        overflow: hidden;
        min-height: 200px;
        
    }

    .how-we-differ-card .title-content{
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px;
        margin: 0px;

    }

    .how-we-differ-card .title-content h1{
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.25px;
    }

    .how-we-differ-card .title-content div{
        height: 24px;
        width: 24px;

        padding: 6px;
        border: 1px solid white;
        border-radius: 50%;

        color: white;
    }


    .how-we-differ-card .images{
        flex: 1;
        position: relative;
        align-items: center;
        justify-content: center;
    }



    .how-we-differ-card p{
        width: 90%;
        padding: 8px 0px;
    }

    .card-one{
        background-image: url("./assets/images/wrytagradient-01.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
        .card-two{
        background-image: url("./assets/images/wrytagradient-02.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
        .card-three{
        background-image: url("./assets/images/wrytagradient-03.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
        .card-four{
        background-image: url("./assets/images/wrytagradient-04.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

@media (max-width: 900px){
    .how-we-differ{
        padding: 64px 24px;
    }   

    .how-we-differ-card{
        padding: 24px 8px 8px 8px;
    }

    .how-we-differ-container{
        grid-template-columns: repeat(1, 1fr);
    }

    .how-we-differ-card p{
        margin: 8px 0px 0px 0px;
    }
}











/*
    End How We Differ
*/

/*----------------------------------------------------------------------------*/

/*
    Start Our Process
*/

        .process-container{
            display: flex;
            flex-direction: column;

            background-image: url("./assets/images/process-background-updated.jpg");
            background-repeat: no-repeat;
            background-size: cover;
            height: 100vh;
        }


    .process-section-title{
            font-size: 32px;
            background: #022663; 
            color: whitesmoke;
            padding: 24px 64px 24px 64px;
            border-bottom: 2px solid white;
            justify-self: end;
        }

        .process-parent-container{
            overflow: hidden;
            width: 200vw;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 100%;
            
        }

        .process-section{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 24px 8px;
            height:100%;
        }
        
    

        .process-section-image-container{
            
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            padding: 0px 16px;
            height: 70%;
            
        }

        .process-section-image-container img{
            height: 400px;
            width: 400px;
            border-radius: 8px;
            object-fit: cover;
        }

        .process-section-content-container{
            display: flex;
            flex-direction: column;
            color: rgb(236, 236, 236);;
            height: 30%;
            gap: 4px;
            padding: 8px;

        }

        .process-section-content-container h2{
            font-size: 32px;
            font-weight: 700;
            letter-spacing: 0.1px;
            padding: 0px;
            text-align: start;
            margin: 0px;
            /* color: rgb(255, 208, 0); */
            color: var(--color-accent);
        }  
        
         .process-section-content-container p{
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0.1px;
            line-height: 24px;
            padding: 0px;
            width: 90%;
        }   

        .title-number{
            padding: 4px;
            color: rgb(236, 236, 236);
            background-color: black;
            border-radius: 24px;
            font-size: 20px;
            font-weight: 700;
            margin: 0px 4px;
        }


        .process-section-1 { 
        background: #022663; 
        border-right: 2px solid white;
        }
        .process-section-2 { 
            /* background: #250054;  */
            background: #022663; 
        border-right: 2px solid white;
        }
        .process-section-3 { background: #022663; 
        border-right: 2px solid white;
        }
        .process-section-4 { background: #022663; 
        border-right: 2px solid white;
        }

        .process-section-5 { background: #022663; 
        }

        @media (max-width:900px) {
        .process-section-title{
            font-size: 24px;
            background: #022663;
            color: whitesmoke;
            padding: 24px 24px;

            border-bottom: 2px solid white;
        }

        .process-parent-container{
            overflow: hidden;
            width: 600vw;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            height: 100%;
            
        }

        .process-section{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 24px 8px;
            height:100%;
            width: 100vw;
        }

        .process-section-image-container{
            height: 65%;
        }
        .process-section-content-container{
            height: 35%;
        }

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

        }



/*
    End Our Process
*/

/*----------------------------------------------------------------------------*/

/*
    Start Blog
*/

    .blog-section-home {
        padding: 0px 128px;
        margin: var(--desktop-section-spacing) 0px;

    }
    .blog-section-home-title {
        font-size: 2.5rem;
        font-weight: 600;
        margin-bottom: var(--desktop-heading-spacing);
        color: white;
        letter-spacing: -1px;
        font-family: "Bebas Neue", sans-serif;
        
    }
    .blog-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
        gap: 16px;
        margin: 16px 0px;

    }
    .blog-card {
        position: relative;
        overflow: hidden;
        border-radius: 18px;
        min-height: 340px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.07);
        cursor: pointer;
        background: #fff;
        transition: box-shadow 0.2s;

        
    }
    .blog-card:hover {
        box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    }
    .blog-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .blog-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .blog-content{
        display: flex;
        flex-direction: column;

        backdrop-filter: blur(1px);
        background: linear-gradient(45deg, rgba(181, 0, 166, 0.85), rgba(64, 14, 203, 0.85));
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);

        padding: 16px 16px;
        height: 100%;
    }

    .blog-title {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 0px;
        font-family: 'Open Sans', sans-serif;
        
    }
    .blog-description {
        color: #fff;
        font-size: 1rem;
        line-height: 1.5;
        padding: 8px 0px;

    }

    .blog-arrow {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #fff;
        background: rgba(30,30,30,0.32);
        backdrop-filter: blur(8px);
        color: #fff;
        font-size: 2rem;
        transform: scale(0.85);
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
        pointer-events: none;

        margin-top:8px;
    }

    .grid-two{
        margin-top: 24px;
    }

    @media (max-width: 600px) {

        .blog-section-home {
        padding: 24px;
        
        }

        .blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
        }


        .blog-section-home-title {
            font-size: 1.5rem;
        }
        .blog-card {
            min-height: 220px;
        }
        .blog-title, .blog-description {
            left: 12px;
            right: 60px;
            top: 12px;
            bottom: 12px;
            padding: 8px 12px;
        }
        .blog-arrow {
            width: 38px;
            height: 38px;
            font-size: 1.3rem;
            bottom: 12px;
            right: 12px;
        }
    }

/*
    End Blog
*/

/*----------------------------------------------------------------------------*/

/*
    Start Contact Us
*/

.contact-section{
    height: 80vh;
    padding: 0px 128px;
    color: black;
    
}

.contact-container{
    background: url("./assets/images/contact-us-backbround.jpg") no-repeat;
    background-size: cover;
    background-clip: content-box;

    border-radius: 24px;

    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: var(--desktop-section-spacing);
    
}

.contact-values{ 
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: center;

}

.contact-values div{
    font-size: 64px;
    white-space: nowrap;
    font-weight: 700;
    color: rgb(202, 202, 202);
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.dot-man{
    text-align: center;
    justify-content: center;

    height: 100px;
    width: 100px;
}


.contact-cta{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 24px 0px;
    border-top: 2px solid rgb(202, 202, 202);

}

.contact-content-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    
    color: whitesmoke;
    
}

.contact-content-container h1{
    font-size: 40px;
    width: 70%;
    margin-bottom: 16px;
}

.contact-content-container > div{
    width: 70%;
    margin-top: 16px;
}

.contact-element{
    margin: 16px 0px;
}

.contact-element h2{
    font-size: 1.75rem;
    letter-spacing: 0.15px;
     color: #ffe8e8;
}

.contact-element p{
    font-size: 1.05rem;
}

.contact-element a{
    text-decoration: none;
    color: #ffe8e8;
    cursor: pointer;
}


.form-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    

    flex: 1;
}



.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #082438;
    width: 100%;

    margin-bottom: 8px;
    font-size: 1rem;
    padding: 8px;
    border-radius: 4px;
    border: none;
}

.wpcf7 label{
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.wpcf7 input[type=submit]{
    padding: 8px 8px;
    border: none;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 8px;
    color: white;

    background: linear-gradient(45deg, rgba(181, 0, 166, 0.85), rgba(64, 14, 203, 0.85));
}

.wpcf7 input[type=submit]:hover{
    background: var(--color-accent);
    cursor: pointer;
    color: #03000c;
}

.wpcf7-form label{
    color: #dcdcdc;
}

.wpcf7-not-valid{
    color: #ffe8e8;
}


@media (max-width:900px) {

    .contact-section{
        padding: 0px 24px;
        height: 120vh;
    }

    .content{
        padding: 24px 16px;

    }

    .contact-cta{
        flex-direction: column;
    }

    .contact-values div{
        font-size: 36px;
        align-items: center;
        justify-content: center;
    }

    .dot-man{
        align-items: center;
        justify-content: center;
    }

    .contact-content-container{
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 16px;
    }

    .contact-content-container h1{
        width: 90%;
        text-align: center;
    }

    .contact-content-container > div{
        width: 90%;
        text-align: center;
    }

    .form-container{
        margin: 16px 0px;
        align-items: center;
        justify-content: center;
        padding: 16px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea{
        width: 95%;
    }
}




/*
    End Contact Us
*/

/*----------------------------------------------------------------------------*/





/* Foooter Elemets */


.footer-container{
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    padding: 64px 128px 64px 128px;
    background: var(--color-background-dark);
}

.footer-container .footer-logo{
    flex: 1;
    align-items: center;
    justify-content: center;
}

.footer-container .footer-logo img{
    max-width: 150px;
}

.footer-container .footer-slogan{
    flex: 2; 
    text-align: center;
}

.footer-info h2{
    margin-bottom: 8px;
    font-size: 1.75rem;
    letter-spacing: 0.15px;
    color: var(--color-primary);
}

.footer-info p{
    padding: 2px 0px;
}

.footer-container .footer-slogan{
    flex: 1; 
    text-align: right;
}




@media (max-width:900px) {
    .footer-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-info{
        display: none;
        visibility: hidden;
    }
}
