@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');

*{
    box-sizing: border-box;
}


    /*.btn{
        background-color: #2f648e;
        padding: 1.4rem 4.5rem;
        border-radius: 5px;
        cursor: pointer;
        outline: none;
        color: #fff;
        font-weight: bold;
        border: none;
        font-size: 1.1rem;
        word-spacing: 5px;
        font-family: 'Lato',sans-serif;
        box-shadow: 0 10px 5px rgba(0,0,0,0.2);

        &:active{
            transform: scale(0.90, 0.92);
            transition: transform 0.2s ease;
        }
    }
*/

.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    .bg{
        height: 35rem;
        width: 35rem;
        background-color: #2f648e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
        z-index: -1;
    }
    
    .modal-container{
        padding: 3rem 5rem;
        background-color: #fff;
        width: 500px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -45%);
        border-radius: 10px;
        box-shadow: 0 3px 30px rgba(0,0,0,0.2);

        .modal-top{
            display: flex;
            justify-content: space-between;
            color: #808491;

            :nth-child(1){
                background-color: #F0F0F3;
                padding: 0.8rem 1rem;
                font-size: 1.2rem;
                border-radius: 2px;
                cursor: pointer;
            }

            :nth-child(2){
                font-size: 1.5rem;
                padding: 0.8rem 1rem;
                cursor: pointer;
            }
        }

        .modal-body{
            margin: 3rem 0 2rem 0;

            h2{
                font-size: 1.2rem;
            }

            p{
                opacity: 0.75;
                font-size: 0.95rem;
            }
        }

        .modal-form{
            display: flex;
            flex-direction: column;

            .h3{
                margin: 0 0 0.6rem 0;
                padding: 0;
                font-size: 30px;
            }

            input{
                width: 100%;
                padding: 0.8rem 1rem;
                border-radius: 5px;
                border: 0.1rem solid #dfdfdf;
                outline: none;
            }
        }

        .cta{
            margin-top: 3rem;
            display: flex;
            align-items: start;

            button{
                margin: 0 2rem 0 0;
                border: none;
                cursor: pointer;
                outline: none;
                padding: 0.8rem 3rem;
                font-family: 'Lato',sans-serif;
                font-weight: bold;

                &:nth-child(1){
                    background-color: #2f648e;
                    color: #fff;
                    border-radius: 4px;
                }

                &:nth-child(2){
                    background-color: #2f648e;
                    color: #000;
                    background-color: transparent;
                }

            }
        }
    }
}
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");

/* CSS reset */

:root {
  /* Primary */

  --Red: hsl(0, 78%, 62%);
  --Cyan: hsl(180, 62%, 55%);
  --Orange: hsl(34, 97%, 64%);
  --Blue: hsl(212, 86%, 64%);

  /* Neutral */

  --Very-Dark-Blue: hsl(234, 12%, 34%);
  --Grayish-Blue: hsl(229, 6%, 66%);
  --Very-Light-Gray: hsl(0, 0%, 98%);
}

.usp-section {
  max-width: 25rem;
  margin-top: 4rem;
}

.feature {
    margin: 2rem auto;
    padding: 12px 15px;
    height: 300px;
    border-radius: 0.75em;
    box-shadow: 5px 5px 20px rgba(0 0 0 / 0.15);
    text-align: left;
    transition: transform 200ms ease-in;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.feature__title{
    font-size: 18px;
    font-weight: bold;
/*    height: 65px;*/
}
.feature__desc{
    font-weight: 500;
    font-size: 16px;
    text-align: justify;
}
.feature:hover {
  transform: scale(1.03);
}

.feature__desc {
  margin-top: 0.5em;
  color: var(--Grayish-Blue);
}

.feature__img {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

/* separate styling */

.section__title {
  margin: 0 auto;
  max-width: 90%;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

.section__title span {
  font-weight: 700;
}

.section__desc {
  max-width: 32ch;
  margin: 1rem auto 3rem;
  color: var(--Grayish-Blue);
  font-size: 1rem;
  text-align: center;
}

.feature-one {
  border-top: 5px solid ;
}

.feature-two {
  border-top: 5px solid ;
}

.feature-three {
  border-top: 5px solid ;
}

.feature-four {
  border-top: 5px solid ;
}

.enquiry-form{
        background: #fff;
    padding: 30px;
    /* margin-top: -200px; */
    z-index: 9999999;
    position: relative;
    top: -15%;
}
/* MOBILE VIEW (Default for screens < 768px) */
.banner-form-container {
    margin-top: 0; /* Ensures the negative margin is NOT applied on small screens */
}

/* DESKTOP VIEW (Screens >= 768px) */
@media (min-width: 768px) {
    .banner-form-container {
        /* This is the rule that kicks in for desktop */
        margin-top: -167px; 
    }
}

.banner-slider-main .item{
/*    padding: 180px 0;*/
}

.about-area-2 p{
    line-height: 30px;
}
.banner-form-container .single-input-inner.style-border input{
    height: 40px;
    margin-top: 10px;
    line-height: initial;
}
.banner-inner h1{
    line-height: 60px;
}
.btn-sm{
    height: 45px;
    line-height: initial;
}
/* attribution styling */


.attribution {
  color: var(--Very-Dark-Blue);
  opacity: 0.7;
}

.attribution a {
  color: var(--Blue);
  text-decoration: underline;
}

.attribution a:hover {
  color: var(--Cyan);
}

/* media queries */

@media (min-width: 1000px) {

  .usp-section {
    max-width: 200rem;
}

.section__title {
    margin: 0 auto;
    max-width: 40%;
    font-size: 2rem;
}

.section__desc {
    max-width: 55ch;
    margin: 1rem auto 1rem;
}

.features {
    display: flex;
    gap: 2rem;
}

.feature-one {
    margin: auto 0;
}

.feature-four {
    margin: auto 0;
}
}
@media all and (max-width: 465px) {
    .feature {
        height: auto;
    }
}

@media all and (max-width: 1024px) {
    .feature {
        height: auto;
    }
}

.breadcrumb-area{
    padding: 160px 0 50px;
    background-color: #79a0b9 !important;
}
.breadcrumb-lg{
    padding: 296px 0 171px;
    background-color: inherit !important;

}
.footer-bottom-area, .bg-black, .navbar-area-3 .navbar-top, .footer-area{
    background-color: #31546a;
    background: #31546a !important;
}

.bg-light-blue{
    background: #79a0b9  !important;

}
.footer-area .widget_nav_menu ul li{
    color: #fff;
}
.about-area-2 p{
    text-align: left !important;
}

/* For screens smaller than 768px */
@media (max-width: 767px) {
  /* CSS rules for small screens */
  .main-logo{
    width: 250px;
}
.banner-slider-main{
    margin-top: 95px;
}
.navbar{
    background-color: #31546A;
}
.banner-slider-main .item{
    padding: 55px 0;
}
.banner-slider-main h1,.banner-slider-main h6, .banner-inner .title,.subtitle1{
    font-size: 16px !important;
}

@media (max-width: 767px) {
    /* Main Title (h1) - Increased size for mobile impact */
    .banner-slider-main h1,
    .banner-inner .title {
        font-size: 28px !important; 
    }
    
    /* Subtitle (h6) - Explicitly set to 16px to prevent cascade issues */
    .banner-slider-main h6,
    .subtitle1 {
        font-size: 16px !important;
        margin-top: -20px;
    }
}

.breadcrumb-lg{
 margin-top: 95px;
 padding-top: 50px;
 padding: 0;
 padding-top: 80px;

}
.section-title.style-white .subtitle , .single-wcu-wrap .details h6, .single-wcu-wrap .details p,.section-title.style-white .title,.section-title.style-white .content{
    color: #000;
}
.wcu-area-2{
    background-image: none !important;
}
.service-details-wrap h2{
    font-size: 20px;
    line-height: normal;
}
.widget_support, .widget_download, .widget_catagory{
    padding: 10px !important;
    word-break: break-word;
    font-size: 14px;
}
.breadcrumb-area .page-title{
    font-size: 22px;
}
}

/* For screens between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  /* CSS rules for medium screens */
  .main-logo{
    width: 250px;
}
.banner-slider-main{
    margin-top: 95px;
}
.navbar{
    background-color: #31546A;
}
.banner-slider-main .item{
    padding: 10px 0;
}
.banner-slider-main h1,.banner-slider-main h6, .banner-inner .title,.subtitle1{
    font-size: 16px !important;
}
.breadcrumb-lg{
  margin-top: 95px;
  padding-top: 50px;
  padding: 0;
  padding-top: 130px;
  padding-bottom: 30px;
}
.section-title.style-white .subtitle , .single-wcu-wrap .details h6, .single-wcu-wrap .details p,.section-title.style-white .title,.section-title.style-white .content{
    color: #000;
}
.wcu-area-2{
    background-image: none !important;
}
.service-details-wrap h2{
    font-size: 20px;
    line-height: normal;
}
.widget_support, .widget_download, .widget_catagory{
    padding: 10px !important;
    word-break: break-word;
    font-size: 14px;
}
.breadcrumb-area .page-title{
    font-size: 22px;
}
.banner-slider-main h1, .banner-slider-main h6, .banner-inner .title, .subtitle1{
    margin-bottom: 0;
}
.subtitle1{
    margin-top: 0 !important;
}
}

/* For screens between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  /* CSS rules for large screens */
}

/* For screens larger than 1200px */
@media (min-width: 1200px) {
  /* CSS rules for extra-large screens */
}
