/* This stylesheet is used to style the individual pages */


.spacer-10{width: 100%; height: 10px;}
.spacer-20{width: 100%; height: 20px;}
.spacer-30{width: 100%; height: 30px;}
.spacer-40{width: 100%; height: 40px;}





/* Images inside pages */

.show-mobile{
float: none;
display: none;
visibility:hidden;	
}

.hide-mobile{
display: inherit;
visibility: visible;
}
.side-image{
height: auto;
margin: 0px auto;
margin-bottom: 30px;
/*padding: 4px;
border: #ebebeb 1px solid;
*/
}




.in-page1000{
width: 1000px;
margin: 0px auto;
}
.in-page1200{
width: 1200px;
margin: 0px auto;
}


.padding30{
padding: 30px 0px;
}
.padding40{
padding: 40px 0px;
}
.padding60{
padding: 60px 0px;
}
.padding80{
padding: 80px 0px;
}



/* ========= ALL PAGES ==== */

.bullets{
padding: 0px 0px 0px 20px;
margin: 10px 0px 0px 0px;
}
.bullets li{
list-style: square;
padding: 0;
margin: 4px 0px 4px 0px;
}



.close{
display: none;
}

.success{
padding: 14px;
background-color: #4a9fd8;
color: #ffffff;
border-radius: 8px;
}
.successs h4{
color: #ffffff;
}

.error{
padding: 14px;
background-color: #ff0000;
color: red;
border-radius: 8px;
}




/* Buttons */

.hover-bright:hover{
filter: brightness(120%);
}
/*
.generic-button{
display: table;
text-align: center;
width: 100%;
padding: 8px 0px;
text-transform: uppercase;
border-radius: 0px;
border: none;
font-family: 'Roboto', Arial;
font-size: 1.1em;
}
*/
/*
.generic-button{
width: auto;
display: table !important;
text-align: center;
padding: 8px 10px;
text-transform: uppercase;
border-radius: 60px;
border: none;
font-family: 'EB Garamond', 'Roboto', Arial;
font-size: 1.1em;
font-weight: 600;
}
*/

.generic-button {
    display: table;
    text-align: center;
    width: auto; /* Adjusts to the width of its content */
    padding: 8px 0;
    border-radius: 0;
    border: none;
    font-family: 'Roboto', Arial;
    font-size: 1.1em;
}


.generic-button:hover{
/*box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);*/
 filter: brightness(120%);
}
.generic-button-yellow{
color: #000000;
background-color: #f7c530;
}
.generic-button-white{
padding: 2px 12px;
color: #000000;
background-color: #fffffff;
border-radius: 10px;
}

.generic-button-beige{
padding: 6px 14px;
color: #000000;
background-color: #e4dde5;
border-radius: 8px;
}
.generic-button-red{
color: #ffffff;
background-color: #f30020;
border: #ffffff 2px solid;
}
.generic-button-blue{
padding: 8px 14px;
color: #ffffff;
background-color: #4a9fd8;
border-radius: 10px;
}
.generic-button-green{
padding: 14px 10px;
color: #ffffff;
background-color: #5cb85c;
border-radius: 10px;
}


.generic-button-black{
padding: 8px 14px;
color: #fffffff;
background-color: #000000;
border-radius: 10px;
}



.generic-button a:link,
.generic-button a:active,
.generic-button a:visited,
.generic-button a:hover{
font-size: inherit !important;
color: inherit !important;
text-decoration: none !important;
font-weight: inherit;
}



.generic-button-orange a:link,
.generic-button-orange a:active,
.generic-button-orange a:visited,
.generic-button-orange a:hover{
font-size: 1.1em;
color: inherit;
text-decoration: none !important;
}


.generic-button-black a:link,
.generic-button-black a:active,
.generic-button-black a:visited,
.generic-button-black a:hover{
font-size: 1.1em;
color: #ffffff!important;
text-decoration: none !important;
}

.generic-button-small{
padding: 10px 6px;
}
.generic-button-mini{
padding: 6px 4px;
}


.generic-button-centered{
margin: 0px auto;
}





.nic-background {
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}




.layout-section{
width: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.layout-section h2{
/* font-size: 4em; */
}

.section-overlay{
position: relative;
z-index: 1 !important;
}
.section-overlay *{
position: relative;
z-index: 10;
}
.section-overlay::after{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2,24,44, 0.8);
  pointer-events: none;
  z-index: 0 !important;
}
.section-overlay-grey{
position: relative;
z-index: 1 !important;
}
.section-overlay-grey *{
position: relative;
z-index: 10;
}
.section-overlay-grey::after{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.6);
  pointer-events: none;
  z-index: 0 !important;
}

.section-overlay-blue{
position: relative;
z-index: 1 !important;
}
.section-overlay-blue *{
position: relative;
z-index: 10;
}
.section-overlay-blue::after{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7,26,45, 0.6);
  pointer-events: none;
  z-index: 0 !important;
}


.section-overlay-black{
position: relative;
z-index: 1 !important;
}
.section-overlay-black *{
position: relative;
z-index: 10;
}
.section-overlay-black::after{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(68,68,68,1), rgba(255,255,255,0.1));
  pointer-events: none;
  z-index: 0 !important;
}


.row-align-center{
align-items: center;
}

.paragraph-block{
padding: 20px 10px;
}
.paragraph-block h3{
font-size: 1.2em;
}

.rounded-image-block figure img{
border-radius: 30px;
}
.image300-block figure img{
width: 300px;
height: auto;
}
.image450-block figure img{
width: 300px;
height: auto;
}

.rounded-image{
border-radius: 30px;
}
.image300{
width: 300px;
height: auto;
}
.center-image-block{
display: flex;
flex-flow: column;

}


/* ====================== HOME PAGE ================= */

.hidden-image{
visibility: hidden;
}


.home-intro{

}
.home-intro h4{
font-size: 1.8em;
margin-bottom: 20px;
color: #4a9fd8
}


.industries-icons{
width: 100%;
display: flex;
justify-content: center;
}
.industries-icons ul{
width: auto;
max-width: 900px;
padding: 40px 20px;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
gap: 40px;
}
.industries-icons li{
display: flex;
flex-flow: column;
align-items: center;
}
.industries-icons li img{
width: 90px;
height: auto;
}
.industries-icons li h4{
text-align: center;
}
.industries-icons li h4 a{
font-size: 0.8em;
color: #ffffff;
}


.home-about{
align-items: center;
}
.home-about-text{
padding: 0px 0px;
}
.home-about-text h2{
margin-bottom: 40px;
}
.home-about-text ul{
padding: 20px;
}
.home-about-text ul li{
list-style: circle;
padding: 10px 0px;
}

.expand-contact{
font-size: 2em;
color: #0f1921;
text-align: center;
}

.home-affiliation-section{
background-color: #ffffff;
}
.home-affiliations{
padding: 20px 0px;
background-color: #ffffff;
}
.home-affiliations h2{
margin-bottom: 0px;
color: #0f1921 !important;
}

.affiliations{
width: 100%;
display: flex;
justify-content: center;
background-color: #ffffff;
}

.affiliations ul{
width: auto;
max-width: 1200px;
padding: 40px 20px;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-items: center;
gap: 40px;
}
.affiliations ul li{
display: flex;
flex-flow: column;
align-items: center;

}
.affiliations ul li img{
width: 100%; /* Or a specific pixel value */
  height: 100%;
  object-fit: contain;
}



/* ====================== ABOUT PAGE ================= */

.about-list{

}
.about-list ul{
padding: 0px 0px 0px 20px;
}
.about-list ul li{
list-style: circle;
padding: 10px 0px;
}

        .team-hero p {
            font-size: 1.2em;
            color: #b0c4d0;
        }

        .team-grid {
          padding: 40px 0px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .team-card {
            background: rgba(45, 95, 127, 0.3);
            border-radius: 12px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .team-card:hover {
            transform: translateY(-8px);
            border-color: #4a9fd8;
            box-shadow: 0 12px 30px rgba(74, 159, 216, 0.3);
        }

        .team-card-image {
            width: 100%;
            height: 320px;
            overflow: hidden;
            background: #ffffff;
        }

        .team-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-card-content {
            padding: 25px;
            text-align: center;
        }

        .team-card-name {
            font-size: 1.5em;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 8px;
        }

        .team-card-title {
            font-size: 1em;
            color: #b0c4d0;
            margin-bottom: 20px;
        }

        .team-card-bio-link {
            color: #4a9fd8;
            font-size: 0.95em;
            font-weight: 600;
            text-decoration: none;
            letter-spacing: 0.5px;
            transition: color 0.2s ease;
        }

        .team-card-bio-link:hover {
            color: #5db3e8;
        }

        /* Modal Styles */
        .team-modal {
            position: fixed;
            top: 100px;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 500;
            background-color: rgba(15, 25, 33, 0.95);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            backdrop-filter: blur(5px);
        }

        .team-modal-holder {
            position: relative;
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            max-width: 800px;
            width: 100%;
            max-height: 85vh;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        .team-modal-header {
            position: relative;
            background: linear-gradient(135deg, #2d5f7f 0%, #1a3a4d 100%);
            padding: 50px 40px 30px;
            text-align: center;
        }

        .team-modal-image {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            margin: 0 auto 20px;
            overflow: hidden;
            border: 5px solid rgba(255, 255, 255, 0.2);
            background: #ffffff;
        }

        .team-modal-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-modal-name {
            font-size: 2em;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 8px;
        }

        .team-modal-title {
            font-size: 1.2em;
            color: #b0d4e8;
            font-weight: 400;
        }

        .team-modal-content {
            padding: 40px;
            overflow-y: auto;
            flex: 1;
            background: #ffffff;
        }

        .team-modal-content p {
            color: #4a5568;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        #close-team-modal {
            position: absolute;
            top: 20px;
            right: 20px;
            color: #ffffff;
            font-size: 28px;
            background: rgba(0, 0, 0, 0.3);
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 600;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(10px);
        }

        #close-team-modal:hover {
            background: rgba(0, 0, 0, 0.5);
            transform: rotate(90deg) scale(1.1);
            border-color: rgba(255, 255, 255, 0.6);
        }

        /* Scrollbar styling */
        .team-modal-content::-webkit-scrollbar {
            width: 8px;
        }

        .team-modal-content::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .team-modal-content::-webkit-scrollbar-thumb {
            background: #4a9fd8;
            border-radius: 10px;
        }

        .team-modal-content::-webkit-scrollbar-thumb:hover {
            background: #3a8fc8;
        }

        /* Responsive */
        @media (max-width: 968px) {
            .team-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;
            }

            .team-page {
                padding: 40px 20px;
            }

            .team-hero h1 {
                font-size: 2.2em;
            }

            .team-modal-header {
                padding: 40px 25px 25px;
            }

            .team-modal-content {
                padding: 30px 25px;
            }

            .team-modal-image {
                width: 150px;
                height: 150px;
            }

            .team-modal-name {
                font-size: 1.6em;
            }
        }

        @media (max-width: 600px) {
            .team-grid {
                grid-template-columns: 1fr;
            }

            .team-card-image {
                height: 280px;
            }
        }





/* ====================== SERVICES ===================== */

.all-services-holder{
flex: 1;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}

.service-card {
background: rgba(0, 0, 0, 0.3);
display: flex;
flex-direction: column;
}

.service-card-image-wrapper {
width: 100%;
height: 200px;
overflow: hidden;
background: #1a2832;
}

.service-card-image {
width: 100%;
height: 100%;
object-fit: cover;
}

.service-card-content {
padding: 25px;
flex: 1;
display: flex;
flex-direction: column;
}

.service-card-title {
color: #ffffff;
font-size: 20px;
font-weight: 600;
margin-bottom: 15px;
line-height: 1.3;
}

.service-card-description {
color: #d0d8e0;
font-size: 14px;
line-height: 1.6;
margin-bottom: 20px;
flex: 1;
}

.service-card-cta {
color: #ffffff;
text-decoration: none;
font-size: 13px;
letter-spacing: 1px;
font-weight: 500;
transition: color 0.2s ease;
cursor: pointer;
}

.service-card-cta:hover {
color: #00bcd4;
}



.services-modal {
    position: fixed;
    top: 120px; 
    left: 0; 
    right: 0; 
    bottom: 0;
    z-index: 500;
    background-color: rgba(15, 25, 33, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    backdrop-filter: blur(5px);
}

.services-modal-holder {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 100%;
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.services-modal-image-holder{
position: relative;
}
.services-modal-image-holder h4{
position: absolute;
bottom: 0px;
padding: 10px;
background-color: rgba(17, 25, 32, 0.8);
color: #ffffff;
}

.services-modal-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.services-modal-content {
    padding: 20px 40px;
    overflow-y: auto;
    flex: 1;
}

.services-modal-content h4 {
    color: #1a2832;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.services-modal-content p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.services-modal-content strong {
    color: #2d3748;
    font-weight: 600;
}

#close-services-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 28px;
    background: rgba(0, 0, 0, 0.5);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

#close-services-modal:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: rotate(90deg) scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
}

/* Scrollbar styling for modal content */
.services-modal-content::-webkit-scrollbar {
    width: 8px;
}

.services-modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.services-modal-content::-webkit-scrollbar-thumb {
    background: #4a9fd8;
    border-radius: 10px;
}

.services-modal-content::-webkit-scrollbar-thumb:hover {
    background: #3a8fc8;
}

@media (max-width: 768px) {
    .services-modal-holder {
        max-height: 90vh;
    }
    
    .services-modal-image {
        height: 200px;
    }
    
    .services-modal-content {
        padding: 25px;
    }
    
    .services-modal-content h4 {
        font-size: 22px;
    }
    
    #close-services-modal {
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}







        .service-section {
            background: rgba(45, 95, 127, 0.2);
            border-left: 4px solid #4a9fd8;
            padding: 40px;
            margin-bottom: 40px;
            border-radius: 8px;
        }

        .service-intro-content {
            display: grid;
            grid-template-columns: 400px 1fr;
            gap: 40px;
            align-items: start;
        }
        
        /* Default with image */
.service-intro-content.has-image {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}

/* No image - full width text */
.service-intro-content.no-image {
    display: block;
}

        .service-intro-image {
            width: 100%;
            height: 300px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .service-intro-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-intro-text {
            flex: 1;
        }

        .service-section h2 {
            font-size: 2em;
            font-weight: 600;
            color: #4a9fd8;
            margin-bottom: 25px;
            line-height: 1.3;
        }

        .service-section p {
            font-size: 1.1em;
            line-height: 1.8;
            color: #d0d8e0;
            margin-bottom: 20px;
        }

        .service-features {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            margin-top: 40px;
        }

        .feature-card {
            background: rgba(26, 40, 50, 0.6);
            padding: 35px;
            border-radius: 8px;
            border-left: 3px solid #00bcd4;
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            background: rgba(26, 40, 50, 0.8);
            transform: translateX(10px);
            border-left-width: 5px;
        }

        .feature-card h3 {
            font-size: 1.5em;
            font-weight: 600;
            color: #ffffff;
            margin-bottom: 15px;
        }

        .feature-card p {
            font-size: 1em;
            line-height: 1.8;
            color: #b0c4d0;
            margin: 0;
        }

        .highlight-box {
            background: linear-gradient(135deg, rgba(74, 159, 216, 0.15) 0%, rgba(0, 188, 212, 0.15) 100%);
            border: 2px solid #4a9fd8;
            padding: 30px;
            border-radius: 12px;
            margin: 40px 0;
        }

        .highlight-box p {
            color: #ffffff;
            font-size: 1.15em;
            line-height: 1.8;
            margin: 0;
        }

        /* Responsive */
        @media (max-width: 968px) {
            .service-intro-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            .service-intro-content.has-image {
        grid-template-columns: 1fr;
        gap: 30px;
    }

            .service-intro-image {
                height: 250px;
            }
        }

        @media (max-width: 768px) {
            .service-page {
                padding: 40px 20px;
            }

            .service-hero h1 {
                font-size: 2em;
            }

            .service-section {
                padding: 25px;
            }

            .service-section h2 {
                font-size: 1.6em;
            }

            .feature-card {
                padding: 25px;
            }

            .feature-card h3 {
                font-size: 1.3em;
            }

            .highlight-box {
                padding: 20px;
            }

            .service-intro-image {
                height: 200px;
            }
        }























.ask-question{
cursor: pointer;
}



.nic-modal {
            position: fixed;
            top: 0; 
            left: 0; 
            right: 0; 
            bottom: 0;
            z-index: 500;
            background-color: #0f1921;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            box-sizing: border-box;
        }

        .nic-modal-holder {
            position: relative;
            background: white;
            border-radius: 12px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            padding: 0;
        }

        .ask-question-form-holder {
            padding: 40px;
        }

        #close-nic-modal {
            position: absolute;
            top: 15px;
            right: 15px;
            color: #666;
            font-size: 24px;
            background: #f8f9fa;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 600;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e9ecef;
        }

        #close-nic-modal:hover {
            background: #e9ecef;
            color: #333;
            transform: scale(1.05);
        }

        .ask-question-form-holder h3 {
            margin: 0 0 20px 0;
            /*font-size: 28px;*/
            color: #333;
            text-align: center;
            font-weight: 600;
        }

        .ask-question-form-holder p {
            margin: 0 0 20px 0;
            /*line-height: 1.6;*/
            color: #666;
            text-align: center;
        }

        .ask-question-form-holder p:last-of-type {
            margin-bottom: 30px;
        }

        .ask-question-form-holder a {
            color: #6b46c1;
            text-decoration: none;
            font-weight: 600;
        }

        .ask-question-form-holder a:hover {
            text-decoration: underline;
        }

        .ask-question-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
/*
        .form-row {
            display: flex;
            gap: 20px;
        }
*/
        .form-row .form-control {
            flex: 1;
        }

        .form-control {
            width: 100%;
            padding: 16px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
            box-sizing: border-box;
            font-family: inherit;
        }

        .form-control:focus {
            outline: none;
            border-color: #6b46c1;
            box-shadow: 0 0 0 3px rgba(107, 70, 193, 0.1);
        }

        .form-control::placeholder {
            color: #adb5bd;
        }

        textarea.form-control {
            min-height: 120px;
            resize: vertical;
            font-family: inherit;
        }

        .generic-button2 {
            padding: 16px 32px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .generic-button-purple2 {
            background: linear-gradient(135deg, #6b46c1, #8b5cf6);
            color: white;
        }

        .generic-button-purple2:hover {
            background: linear-gradient(135deg, #5b3ba3, #7c3aed);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(107, 70, 193, 0.3);
        }

        .generic-button-purple2:active {
            transform: translateY(0);
        }

        /* Responsive */
        @media (max-width: 640px) {
            .nic-modal {
                padding: 15px;
            }
            
            .ask-question-form-holder {
                padding: 30px 25px;
            }

            .ask-question-form-holder h3 {
                /* font-size: 24px;*/
            }

            .form-row {
                /*flex-direction: column !important;*/
                display: grid;
  /* Default: One column for screens < 600px */
  grid-template-columns: 1fr !important;
                gap: 15px;
            }

            .ask-question-form {
                gap: 15px;
            }
        }



/* ======= SERVICES =========== */


.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-bottom: 30px;
}



        .service-button {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-decoration: none;
            color: inherit;
            box-shadow: 0 10px 30px rgba(145, 84, 166, 0.1);
            border: 2px solid transparent;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            display: block;
            text-align: center;
            cursor: pointer;
        }

        .service-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.6s ease;
        }

        .service-button:hover::before {
            left: 100%;
        }

        .service-button:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(145, 84, 166, 0.2);
            border-color: #9154a6;
            background: linear-gradient(135deg, #9154a6 0%, #a966b8 100%);
            color: white;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #9154a6 0%, #a966b8 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .service-button:hover .service-icon {
            background: white;
            transform: scale(1.1);
        }

        .service-icon svg {
            width: 40px;
            height: 40px;
            fill: white;
            transition: all 0.4s ease;
        }

        .service-button:hover .service-icon svg {
            fill: #9154a6;
        }

        .service-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #2d3748;
            transition: color 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .service-button:hover .service-title {
            color: white;
        }

        .service-description {
            font-size: 1rem;
            line-height: 1.6;
            color: #718096;
            margin-bottom: 25px;
            transition: color 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .service-button:hover .service-description {
            color: rgba(255, 255, 255, 0.9);
        }

        .service-cta {
            display: inline-flex;
            align-items: center;
            font-weight: 600;
            color: #9154a6;
            font-size: 1rem;
            transition: all 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .service-button:hover .service-cta {
            color: white;
            transform: translateX(5px);
        }

        .service-cta::after {
            content: '→';
            margin-left: 8px;
            transition: transform 0.4s ease;
        }

        .service-button:hover .service-cta::after {
            transform: translateX(5px);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
        
        .services-grid {
          /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
          grid-template-columns: 1fr 1fr;
        }
        .all-services-holder{
          grid-template-columns: 1fr 1fr;
        }
        
            .services-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .service-button {
                padding: 35px 25px;
            }
            
            .service-icon {
                width: 70px;
                height: 70px;
            }
            
            .service-icon svg {
                width: 35px;
                height: 35px;
            }
            
            .service-title {
                font-size: 1.3rem;
            }
            
            .service-description {
                font-size: 0.95rem;
            }
        }
        @media (max-width: 548px) {
        
        .services-grid {
          /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
          grid-template-columns: 1fr;
        }
        .all-services-holder{
          grid-template-columns: 1fr;
        }
        }

        @media (max-width: 480px) {
            .service-button {
                padding: 30px 20px;
            }
            
            .service-icon {
                width: 60px;
                height: 60px;
            }
            
            .service-icon svg {
                width: 30px;
                height: 30px;
            }
        }


/* ===== TESTIMONIALS  ========= */
 
 .testimonials-page-holder{
 padding: 40px 20px;
 }
 
 

/* ===================== CONTACT PAGE ================= */

.contact-section{
width: 100%;
background: #f8f9fa;
}

        .contact-container {
            max-width: 1200px;
            margin: 0px auto;
            text-align: center;

            padding: 6rem 2rem;
 
        }

        .contact-header {
        width: 100%;
            margin-bottom: 4rem;
        }

        .contact-title {
            font-size: clamp(2.5rem, 6vw, 4rem);
            font-weight: 900;
            color: #2c3e50;
            margin-bottom: 1.5rem;
            line-height: 1.1;
        }

        .contact-subtitle {
            font-size: clamp(1.1rem, 2.2vw, 1.4rem);
            color: #6c757d;
            line-height: 1.5;
            max-width: 800px;
            margin: 0 auto;
        }

        .contact-content {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            gap: 4rem;
            align-items: start;
            text-align: left;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .contact-item {
            display: flex;
            gap: 1.5rem;
            align-items: flex-start;
        }

        .contact-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #13694e 0%, #009543 100%);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-details h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 0.5rem;
        }

        .contact-details p {
            color: #6c757d;
            line-height: 1.5;
            margin-bottom: 0.3rem;
        }

        .contact-details .main-info {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c3e50;
        }

        .quote-form {
            background: white;
            padding: 3rem;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
        }

        .form-title {
            font-size: 2rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 0.5rem;
        }

        .form-subtitle {
            color: #6c757d;
            margin-bottom: 2rem;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .form-group.full-width {
            grid-column: 1 / -1;
        }

        .form-label {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 0.5rem;
        }

        .form-input {
            padding: 12px 16px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: white;
        }

        .form-input:focus {
            outline: none;
            border-color: #009543;
            box-shadow: 0 0 0 3px rgba(0, 149, 67, 0.1);
        }

        .form-input::placeholder {
            color: #adb5bd;
        }

        .form-select {
            padding: 12px 16px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 16px;
            background: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .form-select:focus {
            outline: none;
            border-color: #009543;
            box-shadow: 0 0 0 3px rgba(0, 149, 67, 0.1);
        }

        .form-textarea {
            resize: vertical;
            min-height: 120px;
        }

        .app-preview-form {
            position: absolute;
            top: -8px;
            right: 2rem;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
        }

        .submit-btn {
            background: linear-gradient(135deg, #13694e 0%, #009543 100%);
            color: white;
            border: none;
            padding: 16px 32px;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(0, 149, 67, 0.3);
        }

        .submit-btn:active {
            transform: translateY(0);
        }


.quote-form-spinner{
display: flex;
justify-content: center;
}

.quote-form-spinner .spinner-recycle{
width: 60px;
height: 60px;
}





.generic-spinner{
width: 56px;
height: 56px;
margin: 0px auto;
border-radius: 50%;
border: 9px solid;
border-color: #53bad1; /* #dbdcef */
border-right-color: #1d2831;
animation: spinner-d3wgkg 1s infinite linear;
}


.connard{
position: absolute;
left: -9999px;
height: 0;
width: 0;
opacity: 0;
}








