:root {
    --dark-blue: #003e8f;
    --light-blue: #2BAFE3;
    --darkkpink: #FF6768;
    --light-blue-hover: #1793C5;

}



body{
    font-family: "Montserrat", sans-serif !important;
}

.content-wrapper{
    background-color: #fff;
    max-width: 1570px;
    width: 100%;
    box-shadow: 4px 4px 12px #00000025;
   margin: 0 auto;
}

.content-container{
    margin: 0 auto;
    max-width: 1360px;
    width: 90%;
}

hr{
    width: 60%;
    border-top: 2px solid var(--dark-blue) !important;
    background-color: var(--dark-blue) !important;
    margin: 0 auto !important;
    /* margin-top: 40px !important;
    margin-bottom: -40px !important; */
    
}
a{
    text-decoration: none !important;
}

p{
    margin: 0 !important;
    font-weight: 500;
}


.subhead{
    font-size: 24px;
    margin-bottom: 30px;
    color: var(--dark-blue);
    font-weight: 900;
}

.section-container{
    padding: 40px 0;
    
}

/* topbar section */

.topbar-wrapper{
    width: 100%;
    background-color: var(--dark-blue);
    color: #fff;
    padding: 10px 0;
    max-width: 1570px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 4px 4px 12px #00000025;
}

.topbar-wrapper a{
    color: #fff;
}

.topbar-wrapper a:hover{
    color: var(--darkkpink);
}


/* navbar section */
.navbar-wrapper {
   
    box-shadow: 4px 4px 12px #00000025;
    z-index: 5;
    background-color: #fff;
    max-width: 1570px;
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
}

.logo-wrapper{
    max-width: 380px;
    width: 100%;
}

.logo-wrapper img{
    width: 350px;
}

.nav-btn{
    background-color: var(--light-blue);
    color: #fff;
    padding: 7px 12px;
    transition: all 0.6s;
}

.nav-btn:hover{
    background-color: var(--light-blue-hover);
    color: #fff;
}


.nav-link {
    font-size: 1rem !important;
    color: var(--dark-blue) !important;
    
    font-weight: 600 !important;
    
   border-bottom: 2px transparent;
}

.nav-link:hover{
    opacity: 1;
}



.navbar-nav .active {
    border-bottom: 2px solid var(--darkkpink);
}

.dropdown-item{
    color: var(--dark-blue) !important;
    opacity: 1 !important;
}

.dropdown-item i {
    font-size: 0.9rem;
    opacity: 0;
    transition: all 0.3s;
}

.dropdown-item:hover {
   
    font-weight: 600 !important;
    background-color: transparent !important;
}

.dropdown-item:hover i{
    opacity: 1;
    transform: translateX(5px);
}


.dropdown-menu{
    padding: 10px !important;  
}

/* website section */

.website-section{
   
   z-index: -1;
    margin-top: 110px;
}

.hero-section{
    position: sticky;
    top: 110px;
    background-image: url("../Assets/herobg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: blur(100px);
}

.about-us-section{
    position: relative !important;
    top: 0 !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../Assets/about_us.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important ;
    background-size: cover !important;
    padding: 160px 0;  
    background-blend-mode: none !important;  
}

.underline{
    width: 120px;
    height: 3px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.sub-hero-head{
    color: #fff;
}

.sub-hero-subhead{
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.hero-container{
    display: flex;
    padding: 60px 0;
    padding-top: 100px;
    justify-content: space-evenly;
    align-items: center;
}
.hero-content{
    
    width: 30%;
}

.sub-hero-content{
    width: 21%;
}

.head{
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 3rem;
}


.hero-image-wrapper{
    max-width: 500px;
    width: 100%;
    
}
.hero-image-wrapper img{
    width: 100%;   
 }


.primary-btn{
    background-color: var(--light-blue);
    border: 2px solid var(--light-blue);
    color: #fff;
}

.primary-btn:hover{
    background-color: var(--light-blue-hover);
    border: 2px solid var(--light-blue-hover);
}

.secondary-btn{
    border: 2px solid var(--light-blue);
    color: var(--dark-blue);
    background-color: #fff;
}

.secondary-btn:hover{
    background-color: var(--light-blue-hover);
    border: 2px solid var(--light-blue-hover);
    color: #fff;
} 


.custom-btn{
    padding: 10px 20px;
    transition: all 0.3s;
    font-weight: 600;
}

.custom-btn i {
    transition:  all 0.3s;
}

.custom-btn:hover i{
    transform: translateX(5px);
}


.info-content{
    background-color: #fff;
    position: relative;
    z-index: 50;
}
/* fighting section */

.fighting-section{
    text-align: center;
}

.fighting-section p {
    font-weight: bold;
    width: 70%;
    margin: 0 auto !important;
}

/* chairmans message */

.cm-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}


.cm-container h3{
    font-size: 18px;
    color: var(--dark-blue);
    
    font-weight: 700;
    line-height: 22px;
}

.chirman{
    font-weight: bold;
    color: var(--dark-blue);
    opacity: 0.8;
    margin-bottom: 30px !important;
}

.message{
    font-size: 1rem;
    line-height: 25px;
    opacity: 1;
    text-align: justify;
    margin-bottom: 30px !important;
}

.chairman-image-wrapper{
    max-width: 400px;
    width: 100%;
}

.chairman-image-wrapper img{
    width: 100%;
}

.cm-content{
    width: 40%;
}

/* what we do section */
.wwd-container{
    border: 1px solid #00000020;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
    height: 360px;
}

.wwd-container:hover{
    background-color: #EEEFE0;
    transform: scale(1.04);
}

.wwd-container:hover .break{
    background-color: var(--dark-blue);
}

.wwd-container:hover button{
    background-color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
}


.break{
    width: 30%;
    height: 2px;
    background-color: var(--light-blue);
    margin: 20px auto;
}


/* work section */

.work-wrapper{
    position: relative;
    cursor: pointer;
    transition: all 0.6s;
}




.work-content{
    position: absolute;
    text-align: center;
    width: 85%;
    background-color: var(--light-blue);
    color: #fff;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px;
}

.work-img-wrapper{
    width: 100%;  
    object-fit: cover; 
}

.work-img-wrapper:hover{
/*    background-color: var(--darkkpink);*/
    color: #fff;
    transform: scale(1.04);
}

.work-img-wrapper img{
    width: 100%;
/*    object-fit: cover;*/
    height: 350px;
}

.work-btn-wrapper {
    margin-top: 50px;
}


/* impact section */

.impact-section h6{
    font-size: 1.25rem;
    color: var(--dark-blue);
    margin-top: 20px;
}

.impact-container{
    margin-top: 60px !important;
}


/* testimonial section */
.testimonial-wrapper{
    border: 1px solid #00000020;
    padding: 20px !important;
}

.testimonial-container {
    padding-top: 30px !important;
}


/* footer section */

.footer-section{
    background-color: #000237;
    padding: 60px 0;
}

.footer-container a{
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
    transition: all 0.3s ease;
    border-bottom: 2px solid #000237;
}

.footer-container a:hover{
    color: var(--light-blue);
    border-bottom: 2px solid var(--light-blue);
}


.divide{
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.165);
    margin: 15px 0;
}

.light-divide{
   background-color: #ffffff59 !important;
}

.footer-link{
    color: #fff;
}

.footer-link a{
    color: #fff;
    transition: all 0.3s ease;
}

.footer-link a:hover{
    color: var(--light-blue);
}


.ourwork-section{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../Assets/workbg.jpg");
    position: relative !important;
    top: 0 !important;

    background-repeat: no-repeat !important;
    background-position: center !important ;
    background-size: cover !important;
    padding: 160px 0; 
    padding-bottom: 40px; 
    background-blend-mode: none !important;  
}
/* media queries */


@media screen and (max-width: 1311px) {
    .head{
        font-size: 2.5rem;
    }

    .hero-content-img{
        width: 70%;
    }
    
    .sub-hero-content{
        width: 100%;
    }

    .about-us-section{
        padding: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .hero-container{
        flex-direction: column;
        gap: 30px;
        padding: 60px 0;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .hero-content{
        
        width: 100%;
    }

    .about-us-section{
        padding: 30px 0;
    }

    .sub-hero-subhead{
        font-size: 1.2rem;
    }

    .hero-image-wrapper{
        max-width: 400px;
        width: 90%;
        
    }
    .hero-image-wrapper img{
        width: 100%;   
     }
    
     


    hr{
        width: 80%;
        border-top: 2px solid var(--dark-blue) !important;
        background-color: var(--dark-blue) !important;
        margin: 0 auto !important;
        margin-top: 30px !important;
        /* margin-bottom: -20px !important; */
        
    }
    .head{
        font-size: 1.6rem;
    }

    .section-container{
        padding: 20px 0;
        
    }

    .hero-content-img{
        width: 60%;
    }

    .hero-btn-wrapper{
        display: none !important;
    }

    .topbar-wrapper{
        display: none;
    }
    .navbar-wrapper {
   
        
        margin-top: 0px;
    }


    /* fighting-section */
    .fighting-section p {
        width: 100%;
    }

    /* cm section */
    .cm-container{
        flex-direction: column;
        gap: 30px;
    }

    .cm-content{
        width: 100%;
    }

    /* testimonial section */
    .testimonial-container {
        padding-top: 20px !important;
    }
    
}

@media screen and (max-width: 768px) {

    .hero-content{
        width: 70%;
    }
    .head{
        font-size: 1.4rem;
    }

    .hero-content-img{
        width: 40%;
    }
}


@media screen and (max-width: 319px) {

    .hero-content{
        width: 100%;
    }
    .head{
        font-size: 1.3rem;
    }

    .hero-content-img{
        width: 40%;
    }
}


