@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: white;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --gray: #838E95;
    --font-color: #869ab8;
    --btn-color: #313232;
    --border-btn: 0.0.1rem;
    --btn-margin: 0.5rem;
    --h2: 1.5rem;
}

.bg-custom-blue {
    background-color: #0F4880;
}

.hover-bg-custom-blue {
    background-color: #DBE4EC;
}

.text-custom-blue {
    color: #0f4880;
}

.tab-selected {
    border-bottom: 5px solid #0f4880;
}

.border-custom-blue {
    border: 1px solid #0F4880;

}

.text-figtree-font {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.sub-head {
    color: var(--black);
    font-size: 1.18rem;
    margin: 0.7rem 0.5rem;
    text-align: left;
}

.sub-para {
    color: var(--font-color);
    padding: 0.5rem 0.515rem;
    font-size: 1.1rem;
}



h1 {
    color: var(--black);
    font-size: 2.3rem;
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3%;
    position: sticky !important;
    top: 0 !important;
    background: white;
    z-index: 1000;
    position: relative;
}

.menu-options ul {
    display: flex;
    margin: 0;
}


.menu-options ul li {
    padding: 0.5rem;
    text-decoration: none;
    font-size: 0.9rem;
    padding: .4rem 1rem;
    text-align: center;
    font-weight: 400;
    font-family: inherit;
}

.items-menu.active {
    background-color: orangered;
    color: white;
    border-radius: 2px;
}

.items-menu:hover {
    background-color: #F3F3F3;
}

.btn-group a:nth-child(1) {
    border-radius: 3px;
    padding: 0.4rem 1.19rem;
    color: white;
}



.btn-group .menu-icon {
    color: #FF4500 !important;
    font-size: 2.5rem;
    cursor: pointer;
    padding: 0.5rem 0.2rem;
    margin: 0.4rem;
    display: none;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 260px;
    padding: 20px 0;
    color: #0F4880;
    background-color: white;
    box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 1;
}

.logo {
    display: flex;
    align-items: center;
    margin: 0 24px;
    padding: 0 16px;
    font-family: 'Batangas', sans-serif;
}

.logo .menu-icon {
    position: absolute;
    top: 30px;
    right: 270px;
    background-color: orangered;
    color: white;
    font-size: 50px;
    margin-right: 14px;
    cursor: pointer;
    border-radius: 50%;
}

nav.open .sidebar {
    right: 0;
}

.sidebar .sidebar-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}

.sidebar-content .lists {
    padding-left: 01rem;
}

.sidebar-content .list {
    list-style: none;
}

.list .nav-link {
    display: flex;
    align-items: center;
    margin: 8px 0;
    padding: 9px 12px;
    text-decoration: none;
    text-transform: uppercase;
}


.nav-link .list {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
}

.list .btn {
    border-radius: 0.3rem;
    padding: 0.5rem 1.6rem;
    width: 87%;
    color: white;
}

.list .btn:hover {
    border: 0.81px solid white;
}


.hero-section {
    overflow: hidden;
    position: relative;
    background-color: #FEF9F7 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 85px 75px !important;
}


.hero-section h2 {
    font-family: Figtree, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900 !important;
    font-style: bold;
}

.max-w-2150 {
    max-width: 2150px;
}

.vision {
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}


/* clients */

.clients {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 4.5rem 0rem;
    margin: 0rem;
    background-color: #F7F9FB;
}



.clients h2 span {
    font-family: cursive;
    color: #FFAA00;
}

.clients .clients-sub-heading {
    font-size: 12px;
    margin-bottom: 34px;
    margin-top: 3px;
    font-family: sans-serif;
    padding: 8px 50px;
}

.clients .clients-sub-heading strong i {
    color: #FFAA00;
}

.clients-row .clients-slide-content {
    padding: 0 2rem;
    padding-bottom: 45px;
}

.clients .clients-row .clients-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.3rem;
    text-align: center;
    width: 100%;
}

.clients-items .clients-review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0.3rem;
    border-radius: 5px;
    width: 416px;
    height: 100%;
    width: calc(100% - 97px);
    max-width: 517px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
}

.clients-review .google-star-review {
    display: flex;
    justify-content: space-between;
    padding: 5px 15px 0px 15px;
}

.clients-review .google-star-review .user-left-star {
    color: #FFAA00;
}

.google-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}


.google-icon img {
    width: 100%;
    height: 100%;
}

.clients-items .clients-review p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: start;
    color: #202020;
    padding: 15px 15px 15px 15px;
    margin: 0;
}

.clients-review-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding: 6px 15px;
}

.clients-review-info img {
    width: 55px;
    height: 55px;
    border: 1px solid white;
    border-radius: 50%;
    padding: 2px;
    background-color: #E9E9E9;
}

.clients-review-on {
    text-align: center;
    padding: 0 12px;
}

.clients-review-info .clients-review-on h2 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: start;
    padding: 0;
    margin: 0;
}

.clients-review-info .clients-review-on h3 {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: start;
    color: lightgray;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

.clients-slide-content .swiper-pagination-bullet {

    background-color: #EA580C !important;
    opacity: 1;
}

.clients-slide-content .swiper-pagination-bullet-active {
    background-color: #F08A55 !important;

}



/* scroll revel animation */
.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

.reveal {
    opacity: 0;
    /* Initially hidden */
    transform: translateY(20px);
    /* Adjust based on desired animation */
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
    opacity: 1;
    /* Fully visible */
    transform: translateY(0);
    /* Move to original position */
}

.swiper {
    width: 100%;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

@media only screen and (max-width: 1920px) {
    #navbar {

        padding: 10px 4.8% !important;

    }

    .intro div h1 {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 843px) {
    .menu-options ul {
        display: none;
    }

    .btn-group .menu-icon {
        display: block;
    }


    #navbar .btn-group a {
        display: none !important;
    }


    .hero-section {
        margin: 25px !important;
    }
}


/* Base styles */
#success-message,
#error-message {
    position: sticky;
    top: 10%;
    right: 4%;
    padding: 16px;
    margin-top: 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: opacity 0.3s ease-in-out;
    z-index: 11000;
    margin: 20px;
}

#success-message.show,
#error-message.show {
    display: block;
}

#success-message {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #10b981;
}

#error-message {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #ef4444;
}

.hidden {
    display: none !important;
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fffdfd;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

.hidden {
    display: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.animate-spin {
    animation: spin 0.6s linear infinite;
}

.message-container {
    display: none;
    position: relative;
    width: auto;
    height: auto;
    z-index: auto;
    pointer-events: none;
}



.message {
    transition: opacity 5s ease-in-out;
    padding: 0.5rem;
    margin: 0.5rem 0;
    position: absolute;
    z-index: 11;
    top: 110px;
    text-align: start;
    right: 61px;
}

#success-message {
    background-color: #f8f9fa;
    border-left: 9px solid #198D19;
    color: #1e7e34;
    font-family: sans-serif;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: black;
    box-shadow: 0px 0px 3px #ced4da;
}

#error-message {
    background-color: #f8f9fa;
    border-left: 9px solid #dc3545;
    color: #dc3545;
    font-family: sans-serif;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: black;
    box-shadow: 0px 0px 3px #ced4da;
    margin-top: 60px;
}

#crudModal {
    z-index: 1100 !important;
}

.ql-editor iframe,
.ql-editor video,
.ql-editor .ql-video {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    margin: 1rem 0;
}