﻿

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    height: 100%
}

body {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
    height: 100%;
    line-height: 29px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(to left, #F0F0F0, #FFFFFF);
}


.container p {
    color: #545557;
}

.primaryContent {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-size: 1 rem;
    color: #454545;
    /*    background-color: white;
*/ padding: 0px;
    border-radius: 16px;
    margin-bottom: 55px;
    text-align: justify;
}


.primaryContentThin {
    font-weight: 300;
    font-size: 1.15rem;
    color: black;
}

.footer-section {
    color: white;
    padding: 80px 0;
    width: 100%; /* Full width of the viewport */
    height: 65vh;
}

.mission-vision-section {
    background-color: #1f2d75; /* Blue background */
    color: white;
    padding: 80px 0;
    width: 100%; /* Full width of the viewport */
    min-height: 65vh; /* Use min-height instead of height */
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.mission-title, .vision-title {
    font-family: Lexend, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffc199;
}

.vision-title {
    color: #91a0fe;
}

.mission-svg {
    display: block;
    margin-bottom: 20px;
}

.vision-svg {
    margin-bottom: 20px;
}

.mission-content, .vision-content {
    max-width: 400px;
    padding: 20px;
    font-family: 'Schibsted Grotesk', sans-serif;
}

.mission-content {
    padding-left: 40px;
}

.vision-content {
    padding-right: 40px;
}

    .mission-content p, .vision-content p {
        font-size: 1rem;
        font-family: 'Schibsted Grotesk', sans-serif;
    }

/* Media query for smaller screens */
@media (max-width: 767px) {
    .mission-vision-section {
        padding: 40px 0; /* Reduce padding for smaller screens */
        min-height: auto; /* Let height adapt based on content */
    }

    .mission-title, .vision-title {
        font-size: 2rem; /* Adjust font size */
    }

    .mission-content, .vision-content {
        padding-left: 20px; /* Reduce padding */
        padding-right: 20px;
    }
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.h5 {
    line-height: 30px;
}

#MenuUl > a {
    text-decoration: none !important;
    padding: 11px;
}

    #MenuUl > a:hover {
        color: whitesmoke !important;
        text-decoration: none;
        background-color: #007bff;
        padding: 11px;
    }

.listDecorator {
    color: whitesmoke !important;
    text-decoration: none;
    background-color: #007bff;
    padding: 11px;
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-9 {
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.2;
}


.btn-blackOne {
    color: #fff;
    background-color: #353535;
    border-color: #555555;
}

    .btn-blackOne:focus,
    .btn-blackOne.focus {
        color: #fff;
        background-color: #252525;
        border-color: #454545;
    }

    .btn-blackOne:hover {
        color: #fff;
        background-color: #252525;
        border-color: #454545;
    }

.btn-blackTwo {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #606060;
}

    .btn-blackTwo:focus,
    .btn-blackTwo.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #454545;
    }

    .btn-blackTwo:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #454545;
    }

.btn-blueOne {
    color: #fff;
    background-color: #3B4298;
    border-color: #204d74;
}

    .btn-blueOne:focus,
    .btn-blueOne.focus {
        color: #fff;
        background-color: #3a368f;
        border-color: #204d74;
    }

    .btn-blueOne:hover {
        color: #fff;
        background-color: #3a368f;
        border-color: #204d74;
    }

.btn-blueTwo {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-blueTwo:focus,
    .btn-blueTwo.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-blueTwo:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }


.btn-blueOne.disabled, .btn-blueOne:disabled {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-blueThree {
    color: #fff;
    background-color: #50AEEF;
    border-color: #00bdff;
}

    .btn-blueThree:focus,
    .btn-blueThree.focus {
        color: #fff;
        background-color: #00b7ff;
        border-color: #00b1ff;
    }

    .btn-blueThree:hover {
        color: #fff;
        background-color: #00b7ff;
        border-color: #00b1ff;
    }

.btn-yellowOne {
    color: #252525;
    background-color: #FFC800;
    border-color: #ffbb00;
}

    .btn-yellowOne:focus,
    .btn-yellowOne.focus {
        color: #353535;
        background-color: #ffe100;
        border-color: #ffbb00;
    }

    .btn-yellowOne:hover {
        color: #252525;
        background-color: #ffe100;
        border-color: #ffbb00;
    }

.btn-yellowTwo {
    color: #252525;
    background-color: #ffde63;
    border-color: #ffd263;
}

    .btn-yellowTwo:focus,
    .btn-yellowTwo.focus {
        color: #353535;
        background-color: #ffe731;
        border-color: #ffda3d;
    }

    .btn-yellowTwo:hover {
        color: #252525;
        background-color: #ffe83d;
        border-color: #ffda3d;
    }

.btn-orangeOne {
    color: #fff;
    background-color: #E16400;
    border-color: #d58512;
}

    .btn-orangeOne:focus,
    .btn-orangeOne.focus {
        color: #fff;
        background-color: #FF6400;
        border-color: #d58512;
    }

    .btn-orangeOne.active,
    .btn-orangeOne:hover {
        color: #fff;
        background-color: #FF6400;
        border-color: #d58512;
    }

.btn-orangeTwo {
    color: #fff;
    background-color: #FF9D00;
    border-color: #FBA00F;
}

    .btn-orangeTwo:focus,
    .btn-orangeTwo.focus {
        color: #fff;
        background-color: #FF6400;
        border-color: #FBA00F;
    }

    .btn-orangeTwo.active,
    .btn-orangeTwo:hover {
        color: #fff;
        background-color: #FF6400;
        border-color: #FBA00F;
    }

.btn-greenOne {
    color: #fff;
    background-color: #449d44;
    border-color: #4cae4c;
}

    .btn-greenOne:focus,
    .btn-greenOne.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-greenOne:hover {
        color: #fff;
        background-color: #00AF00;
        border-color: #398439;
    }

.btn-greenTwo {
    color: #111;
    background-color: #9ddd9d;
    border-color: #90d090;
}

    .btn-greenTwo:focus,
    .btn-greenTwo.focus {
        color: #111;
        background-color: #82cb82;
        border-color: #79b479;
    }

    .btn-greenTwo:hover {
        color: #111;
        background-color: #82cb82;
        border-color: #79b479;
    }

.btn-grayOne {
    color: #fff;
    background-color: #A5A5A5;
    border-color: #adadad;
}

    .btn-grayOne:focus,
    .btn-grayOne.focus {
        color: #fff;
        background-color: #999999;
        border-color: #a1a1a1;
    }

    .btn-grayOne:hover {
        color: #fff;
        background-color: #999999;
        border-color: #a1a1a1;
    }

.btn-grayTwo {
    color: #111;
    background-color: #DFE2DB;
    border-color: #d4d4d3;
}

    .btn-grayTwo:focus,
    .btn-grayTwo.focus {
        color: #111;
        background-color: #d6d7d4;
        border-color: #bababa;
    }

    .btn-grayTwo:hover {
        color: #111;
        background-color: #d6d7d4;
        border-color: #bababa;
    }

.btn-grayThree {
    color: #fff;
    background-color: #B4B4B4;
    border-color: #A5A5A5;
}

    .btn-grayThree:focus,
    .btn-grayThree.focus {
        color: #111;
        background-color: #d6d7d4;
        border-color: #A5A5A5;
    }

    .btn-grayThree:hover {
        color: #111;
        background-color: #A2A2A2;
        border-color: #A5A5A5;
    }

.btn-sliverOne {
    color: #111;
    background-color: #eaeaea;
    border-color: #e4e4e4;
}

    .btn-sliverOne:focus,
    .btn-sliverOne.focus {
        color: #111;
        background-color: #e2e6ea;
        border-color: #e4e4e4;
    }

    .btn-sliverOne:hover {
        color: #111;
        background-color: #e2e6ea;
        border-color: #e4e4e4;
    }

/*.btn-lightGray.disabled, .btn-lightGray:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }*/

.btn-redOne {
    color: #fff;
    background-color: #aa0000;
    border-color: #dc3545;
}

    .btn-redOne:focus,
    .btn-redOne.focus {
        color: #fff;
        background-color: #dc3545;
        border-color: #bd2130;
    }

    .btn-redOne:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #bd2130;
    }

    .btn-redOne.disabled, .btn-redOne:disabled {
        background-color: #aa0000;
        border-color: #dc3545;
    }

.btn-redTwo {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-redTwo:focus,
    .btn-redTwo.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-redTwo:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-redTwo.disabled, .btn-red:disabled {
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-brownOne {
    color: #fff;
    background-color: #A56E64;
    border-color: #A57878;
}

    .btn-brownOne:focus,
    .btn-brownOne.focus {
        color: #fff;
        background-color: #A55A5A;
        border-color: #A57878;
    }

    .btn-brownOne:hover {
        color: #fff;
        background-color: #A55A5A;
        border-color: #A57878;
    }

.btn-brownTwo {
    color: #fff;
    background-color: #A58C8C;
    border-color: #9f8f8f;
}

    .btn-brownTwo:focus,
    .btn-brownTwo.focus {
        color: #fff;
        background-color: #A58282;
        border-color: #A59696;
    }

    .btn-brownTwo:hover {
        color: #fff;
        background-color: #A58282;
        border-color: #A59696;
    }

.btn-aquaOne {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-aquaOne:focus,
    .btn-aquaOne.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-aquaOne:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }



.client-logo h2 {
    font-size: 90%; /* Adjust as needed */
    font-weight: normal;
    line-height: 29px;
    margin: 0;
    color: #333; /* Match p tag color */
}
/* styles for validation helpers */
.field-validation-error {
    color: orangered;
    font-size: 11px;
    margin: 0 0 0 10px;
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid red;
    font-weight: bold;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

.navbar-link {
    color: black;
    text-decoration: none; /* Optional: removes the underline */
}

    .navbar-link:hover,
    .navbar-link:active {
        color: #333; /* Change to a slightly lighter color on hover */
    }


#MenuUl {
    display: flex; /* Ensure it's a flex container */
    list-style-type: none; /* Remove default list styling */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
    background-color: transparent;
    font-family: 'Lexend', sans-serif;
}

    #MenuUl .p-2 {
        margin-right: 1rem; /* Space between items */
        border-radius: 12px; /* Set border radius for the div */
        transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
    }

.MenuLink a {
    color: #3B4298; /* Default link color */
    text-decoration: none; /* Remove underline from links */
    margin-left: 8px;
    margin-right: 8px;
}

.MenuLink:hover {
    background-color: #FFEBDF;
    color: #ff6400;
}

.MenuLink a:hover {
    color: #ff6400;
}

.MenuLink:hover a {
    color: #ff6400;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

/* Flex settings for both sides */
.navbar-left,
.navbar-right {
    display: flex;
    align-items: center;
}



.centered-div {
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
}


/*.faq-quest{
    background-color: white;
    border-radius: 8px;
    border: 0.5px solid #A5A5A5;
    width:100%;
    padding: 20px 16px;
    margin-bottom: 12px;
}*/

.faq-container {
    max-width: 600px;
    margin: auto;
}

.faq-quest {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: white;
    border: 0.8px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 12px;
}

.faq-ans {
    display: none;
    padding: 20px;
    border-left: 3px solid #ff6400;
    background-color: #fff3e6;
    border-radius: 8px;
    margin: 16px 0px;
}

.faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
}
/* Responsive adjustments */
/*@media (max-width: 768px) {
    .MenuLink {
        display: block;
        margin: 0 auto;
        padding: 10px;
    }

        .MenuLink a {
            display: block;
            margin: 5px 0;
        }
}*/
/* Small screens and mobile adjustments */
/*@media (max-width: 480px) {
    .MenuLink {
        padding: 8px;
    }

        .MenuLink a {
            font-size: 14px;
            margin: 3px 0;
        }
}*/
/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    #MenuUl {
        justify-content: space-evenly;
    }

    .MenuLink {
        padding: 6px 4px;
    }

        .MenuLink a {
            font-size: 15px; /* Slightly smaller font */
        }

    .Schedule-top {
        padding: 8px 14px;
        font-size: 15px;
    }

    .custom-list li {
        font-size: 0.9rem;
        width: fit-content;
        padding-left: 0;
    }

    .centered-div {
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
    .MenuLink {
        padding: 4px 2px;
    }

        .MenuLink a {
            font-size: 13px; /* Smaller font to fit in one line */
            margin: 2px; /* Reduce margin */
        }

    .Schedule-top {
        padding: 6px 12px;
        font-size: 13px;
    }
}

.custom-title {
    color: black;
    /*    font-size: 1.5rem; 
*/ font-family: 'Schibsted Grotesk', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
}

.page-title {
    font-family: Lexend;
    font-size: 3rem;
    font-weight: 600;
}

.page-title {
    font-size: 60px;
}

.page-title-heading {
    font-family: Lexend;
    font-size: 3rem;
    font-weight: 550;
    /*    font-size: clamp(3rem, 5vw + 1rem, 12rem);
*/
}

.Schedule {
    background-color: #ff6400;
    margin-top: 2%;
    border-radius: 16px;
    border: none;
    padding: 15px;
    font-weight: 500;
    font-family: 'Lexend';
    color: white;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
}

    .Schedule:hover {
        background-color: #FFEBDF;
        color: #ff6400;
    }

.Schedule1 {
    background-color: #ff6400;
    margin-top: 2%;
    border-radius: 16px;
    border: none;
    padding: 15px;
    font-weight: 500;
    font-family: 'Lexend';
    color: white;
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
}

    .Schedule1:hover {
        background-color: #aa0000;
        color: white;
    }


.Schedule-top {
    background-color: transparent;
    margin-top: 2%;
    border-radius: 16px;
    border: none;
    padding: 10px;
    font-weight: 500;
    font-family: 'Lexend';
    color: #ff6400;
    border: 2px solid #ff6400;
}


/* Responsive adjustments */
/*@media (max-width: 768px) {
    .Schedule-top {
        padding: 10px 20px;*/ /* Adjust padding for larger hit area on smaller screens */
/*font-size: 16px;
    }
}

@media (max-width: 480px) {
    .Schedule-top {
        padding: 8px 16px;
        font-size: 14px;*/ /* Smaller font for mobile */
/*}
}*/

.page-sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0%;
    font-size: 3.8rem;
    font-family: 'Lexend';
    font-weight: bold;
    padding: 0px;
}

    .page-sub-title + .page-sub-title {
        margin-top: -32px; /* Negative margin to create overlap */
    }

.page-title-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    font-size: 48px; /* Adjust as needed */
    font-family: 'Lexend';
    font-weight: bold;
    padding-top: 15%;
    padding-left: 5%;
}


.page-title-side-right {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items at the start */
    text-align: left; /* Align text to the left */
    font-size: 2rem; /* Adjust as needed */
    font-family: 'Lexend';
    font-weight: bold;
    padding-top: 3%; /* Top padding */
}

.content-wrapper-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin-bottom: 10%;
    margin-top: 5%;
    margin-left: 2%;
    width: 35%;
    font-size: 1.2rem;
    line-height: 2rem;
}

.flex-container {
    display: flex;
    align-items: flex-start; /* Aligns items to the top */
    justify-content: space-between;
    gap: 30px; /* Adjust the gap as needed */
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
}

.text-group {
    margin-right: 10px; /* Reduces space between the text and content */
    flex: 1;
    max-width: 35%;
    /*    width: 35%;
*/
}



.page-title-side span {
    display: block;
}



.content-wrapper {
    width: 85%;
    text-align: left;
    margin-left: 15%;
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10%;
    font-size: 1.2rem;
    line-height: 2rem;
}

.Schedule-top {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .Schedule-top:hover {
        background-color: #ff6400;
        color: #ffff;
        text-decoration: none;
    }

.svg-section {
    flex: 1;
    /*  
    text-align: center;*/
}

.text-section {
    flex: 1;
    padding-right: 0px;
    text-align: left;
}

.svg-image {
    max-width: 100%;
    height: auto;
}

/*.expertise-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    margin: 0 auto;
    max-width: 90vw;
    background-color: #fff9f5;
    border-radius: 24px;
}

.expertise-content {
    max-width: 400px;
    color: #252850;
    border-radius: 24px;
}

.expertise-title {
    font-size: 3rem;
    font-weight: 700;
    font-family:'Lexend';
    color: #252850;
    line-height: 1.3;
}

.expertise-highlight {
    color: #F47327;
}

.expertise-subtitle {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #7D7D7D;
    font-family: 'Lexend';
}

.expertise-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}*/
.expertise-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    margin: 0 auto;
    max-width: 90vw;
    background-color: #fff9f5;
    border-radius: 24px;
    flex-wrap: wrap; /* Allow content to wrap */
    overflow: visible; /* Ensure the content doesn't get hidden */
}

.expertise-content {
    max-width: 400px;
    color: #252850;
    border-radius: 24px;
    padding-top: 10%;
}

.expertise-title {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Lexend';
    color: #252850;
    line-height: 1.3;
}

.expertise-grid {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    object-fit: contain;
}

.expertise-image {
    width: 100%;
    max-width: 600px;
    height: auto;
}


@media screen and (max-width: 768px) {
    .expertise-title {
        font-size: 2rem;
    }

    .expertise-subtitle {
        font-size: 1.2rem;
    }

    .expertise-container {
        flex-direction: column;
        padding: 10px 20px;
    }

    .expertise-image {
        max-width: 100%;
        width: 100%;
    }

    .navbar-container {
        display: flex;
        flex-direction: row; /* Aligns items horizontally */
        justify-content: center; /* Centers content horizontally */
        align-items: center;
        width: 100vw;
        padding: 10px;
        gap: 10%; /* Adds space between navbar-left and navbar-right */
        text-align: center
    }
}


.custom-card, .custom-card-p, .custom-card-large {
    border-radius: 16px;
    height: 15rem;
    width: 15rem;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 30px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 0px;
    margin: 0px;
}

.custom-card-large {
    width: 270px;
}

.card-row {
    gap: 1%;
}

.custom-card {
    display: flex;
    flex-direction: column;
    /* align-items: center;*/
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}
    /*
.row{
    gap:7%;
}*/
    .custom-card p {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }

.custom-card-p {
    height: 28rem;
    width: 20rem;
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
}

.product-card {
    margin-right: 13%;
    margin-bottom: 6%;
    height: fit-content;
}

    .product-card h2 {
        font-family: 'Lexend';
        font-size: 1.9rem;
    }

.custom-badge-container {
    display: flex;
    flex-wrap: wrap; /* If needed, you can allow wrapping for smaller screens */
    gap: 3%; /* Add space between the badges */
    margin-bottom: 5%;
}

.custom-badge {
    width: fit-content;
    color: #3F81DE;
    background-color: #DFECFF;
    padding: 3%;
    font-weight: 600;
}

.p-fixed-width {
    height: 150px;
}

.learn-more {
    padding: 2% 4%;
    width: fit-content;
    color: white;
    border-radius: 0.7rem;
    border: none;
    background-color: #252e81;
    font-family: 'Lexend';
    /*opacity: 0;*/ /* Initially hidden */
    /*visibility: hidden;*/ /* Ensures it's not interactive while hidden */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
}



.custom-card-p:hover {
    background-color: #F2F3FF;
}

.read-more {
    background-color: #ff6400;
    margin-top: 2%;
    border-radius: 16px;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    font-family: 'Lexend';
    color: white;
    transition: background-color 0.3s, color 0.3s;
}

    .read-more:hover {
        background-color: #FFEBDF;
        color: #ff6400;
    }

.backgroung-blog {
    position: relative;
    overflow: hidden;
}

.banner {
    border-radius: 8px;
}
/* Overlay to darken the image */
.backgroung-blog .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* 50% opacity for a dark overlay */
    z-index: 0;
}

/*.page-end-title {
    font-family: Lexend;
    font-weight: 600;*/ /* Semibold */
/*font-size: 70px;
}

.page-end-info {
    margin: 40px 0px;
    font-size: 18px;
    max-width: 80%;
}*/
.page-end-title {
    font-family: Lexend;
    font-weight: 600; /* Semibold */
    font-size: 70px;
    text-align: center; /* Add this to center the text */
}

.page-end-info {
    margin: 40px 0px;
    font-size: 18px;
    max-width: 80%;
    text-align: justify;
}

.img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .page-end-title {
        font-size: 50px; /* Decrease font size on smaller screens */
    }

    .page-end-info {
        font-size: 16px; /* Adjust font size for readability */
    }
}


/* Responsive adjustments */
/*@media (max-width: 1400px) {*/
/*        .container {
            margin-left: 45%;
        }*/
/*.page-end-title {
            font-size: 65px;
        }
    }

    @media (max-width: 1200px) {*/
/*        .container {
            margin-left: 35%;
        }*/
/*.page-end-title {
            font-size: 60px;
        }
        .page-end-info {
            font-size: 16px;
            max-width: 90%;
        }
    }*/
/*@media (max-width: 992px) {
        .container {*/
/*            margin-left: 20%;
*/ /*margin-top: 5%;
            margin-bottom: 7%;
            padding: 10px;
        }
        .page-end-title {
            font-size: 50px;
        }
    }*/
/*@media (max-width: 768px) {*/
/*        .container {
            margin-left: 10%;
        }
*/ /*.page-end-title {
            font-size: 40px;
        }
        .page-end-info {
            font-size: 15px;
        }
    }

    @media (max-width: 576px) {
        .container {
            margin-left: 5%;
            margin-top: 4%;
            margin-bottom: 6%;
        }
        .page-end-title {
            font-size: 30px;
        }
        .page-end-info {
            font-size: 14px;
        }
        button.Schedule {
            font-size: 16px;
            padding: 10px 20px;
        }
    }*/

.sub-headings {
    font-family: Lexend;
    font-size: 2.1rem;
    margin-bottom: 50px;
}

/*Pop up styling*/

.modal-content {
    border-radius: 16px;
    width: 120%;
    /*    margin: 1.75rem auto;
*/
}

.modal-dialog {
    margin: 2.5% 13%;
}

.form {
    padding: 0px;
    margin: 0px;
}

.form-control {
    border: 0.4px solid #d6d6d6;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-family: 'Schibsted Grotesk', sans-serif;
    padding: 3.3% 2%;
}

label {
    font-family: 'Schibsted Grotesk', sans-serif;
    padding: 0%;
    margin: 0%;
    font-size: 1.08rem;
    font-weight: 400;
}

.field-height {
    height: 2%;
    border-radius: 8px;
}

.form-container {
    background-color: #FFF7F1;
    padding: 0% !important;
    margin-left: 2%;
    border-radius: 12px;
}

textarea::placeholder,
input::placeholder {
    font-size: 0.85rem;
}

.left-col {
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
}

    .left-col h1 {
        font-size: 600;
        font-family: 'Lexend';
        color: #ffff;
    }

    .left-col p {
        font-family: 'Schibsted Grotesk', sans-serif;
        color: #C2C8FB;
    }


.mini-subtitle {
    font-size: 1.5rem;
    font-weight: lighter;
    /*    padding-left:0.8%;
*/
}

.thin {
    font-weight: normal;
    color: #1B2679;
}

.normal-text-left {
    margin: 0 30% 0 1%;
}



/* Container for the carousel */
.swiper {
    width: 85%;
    height: 30% !important;
    padding: 20px;
    margin: 5% auto 8% auto;
}

/* Style for each slide */
.swiper-slide {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*    width:55% !important;
*/
    width: calc((100% / 3) - 30px);
    height: 45% !important;
    transition: transform 0.3s, mask-image 0.3s;
    margin-bottom: 3%;
}




.swiper-slide-next {
    mask-image: linear-gradient(to left,rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 60%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.1) 60%);
}

.swiper-slide-prev {
    mask-image: linear-gradient(to right,rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 1) 60%);
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 60%);
}


.swiper-button-next {
    background-color: #ff6400;
    background-image: url('/Website SVGs/Individual Product/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    width: 40px;
    height: 40px;
}

/* Left (Prev) arrow button */
.swiper-button-prev {
    background-color: #ff6400;
    background-image: url('/Website SVGs/Individual Product/arrow-left.svg'); /* Replace with your custom SVG */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    width: 20px;
    height: 20px;
}

/* Optional: Change the size of the clickable area */
.swiper-button-next, .swiper-button-prev {
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none; /* This removes the default blue arrows */
    }



.heading-tag {
    background-color: #ff6400;
    color: #FFFFFF;
    padding: 0.5% 1.5%;
    border-radius: 8px;
    font-weight: bold;
    width: fit-content;
}

.custom-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.custom-list {
    padding-left: 0;
    list-style: none;
}

.custom-svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}


p.custom-width {
    width: 75%;
}

.svg-container-small {
    position: absolute;
    top: 5px;
    right: 10%;
    display: flex;
}

.bullet-header {
    color: #54557;
    flex: 1;
    padding: 10% 10% 40% 10%;
    position: relative;
    text-align: right;
}

.custom-col {
    width: 100%; /* Equivalent to 'col-12' */
    display: flex;
    flex-direction: row; /* Equivalent to 'flex-row' */
    justify-content: flex-end; /* Equivalent to 'justify-content-end' */
    align-items: center; /* Equivalent to 'align-items-center' */
    padding-top: 1rem; /* Equivalent to 'pt-3' (3 * 0.25rem = 0.75rem, i.e. padding-top: 12px) */
}

.product-card {
    max-width: 100%;
    width: fit-content;
    padding: 10px;
}

.custom-card-p {
    padding: 25px;
}

.product-card img {
    height: 30%;
    width: 30%;
}

.product-card h2 {
    font-size: 1.9rem;
}

.custom-badge-container .badge {
    font-size: 0.8rem;
    padding: 5px 10px;
}

.product-card p {
    font-size: 1rem;
}

}
/* Small devices (481px and up) */
@media (min-width: 481px) {
    .custom-width {
        width: 68%;
        font-size: 0.02rem;
        padding-left: 15%;
    }

    .page-title-heading {
        font-size: 2.8rem;
        padding-left: 15%;
    }

    .page-sub-title {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {
    p.custom-width {
        width: 60%;
        padding-left: 0%;
    }

    .page-title-heading {
        font-size: 3.8rem;
        padding-left: 0%;
    }

    .page-sub-title {
        font-size: 3rem;
    }

    .read-more {
        font-size: 14px;
        padding: 8px 20px;
    }

    .submitButton {
        font-size: 14px;
        padding: 8px 20px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .col-sm-6 {
        text-align: center;
    }
}

.submitButton {
    background-color: #3b4498;
    margin-top: 2%;
    border-radius: 16px;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    font-family: 'Lexend';
    color: white;
    transition: background-color 0.3s, color 0.3s;
}


.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Form {
    width: 100%;
    max-width: 600px;
}


@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .page-title-side {
        align-items: center;
    }

    .text-group,
    .content-wrapper-left,
    .content-wrapper-left p {
        width: 100%;
        text-align: center;
        align-content: center;
        padding: 0%;
    }

    .primaryContent h2 {
        text-align: center;
    }

    .bullet-header {
        padding-bottom: 5%;
    }

    .svg-container {
        justify-content: flex-start;
    }

    .svg-container-small {
        position: relative;
        top: auto;
        right: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .col-md-6 {
        display: flex;
        justify-content: center;
        padding-left: 40px;
        padding-top: 15px;
    }


    .pl-3 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }

    ul {
        padding-left: 15%;
        list-style: none;
        font-family: 'Lexend';
        font-size: 20px;
        margin: 0;
    }

    li {
        align-items: center;
        font-size: 1.2rem;
        width: 90%;
        padding-left: 15%;
    }

    .page-end-title {
        font-size: 40px;
    }

    .page-end-info {
        font-size: 15px;
    }

    .page-sub-title {
        font-size: 2.8rem;
    }

    .primaryContent, .primaryContent p {
        font-size: 0.9rem;
        text-align: justify;
        /*        padding-left: 10%;
        padding-right: 10%;*/
    }

    .custom-title {
        font-size: 1.3rem;
    }

    .navbar-container {
        flex-direction: column;
        gap: 20px;
    }

    .Demo {
        padding-right: 0;
    }

    .d-flex {
        justify-content: center !important;
    }

    .Middle {
        text-align: center;
    }

    .Form {
        justify-content: center !important;
    }

    .form-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-right: 28px;
    }

    .footer-img {
        height: 0;
        width: 0;
    }

    .svg-section {
        height: 0;
        width: 0;
    }

    .small-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .np {
        padding-left: 0 !important;
    }
}



@media (min-width: 961px) {
    p.custom-width {
        width: 57%;
    }

    .page-title-heading {
        font-size: 4rem;
        padding-left: 0%;
    }

    .page-sub-title {
        font-size: 3rem;
    }
}

@media (min-width: 1025px) {
    p.custom-width {
        width: 55%;
    }

    .page-title-heading {
        font-size: 4.5rem;
        padding-left: 0%;
    }

    .page-sub-title {
        font-size: 3.8rem;
    }
}

.custom-image-container {
    padding: 0 !important;
    margin: 0 !important;
}

.custom-img {
    width: 85%;
    max-width: 100%;
}


.d-flexM {
    display: flex;
    flex-direction: row;
    background: linear-gradient(to right, #C5C6C9, #FFFFFF);
    background-image: url('/Website SVGs/Footer pattern tribal.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 550px;
    height: 100vh;
    align-items: center;
}

.containerm {
    margin-left: auto;
    padding: 7% 0 9% 0;
    text-align: left;
}

@media (max-width: 768px) {
    .d-flexM {
        flex-direction: column;
        background-position: top;
        background-size: cover;
        height: auto;
    }

    .containerm {
        margin: 0;
        padding: 10px;
        text-align: center;
    }
}



@media (max-width: 768px) {
    #MenuUl {
        flex-wrap: wrap;
    }

        #MenuUl .MenuLink {
            padding: 5px 10px;
            font-size: 14px;
        }

    .Schedule-top {
        font-size: 14px;
        padding: 5px 10px;
    }
}
