﻿
.montserrat-font {
    font-family: 'Montserrat', sans-serif !important;
}

.team-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    word-wrap: break-word; /* Ensures words break correctly */
    overflow-wrap: break-word; /* Handles long words */
    margin-bottom: 36px;
}
    .team-card p {
        white-space: normal; /* Allows wrapping */
        overflow: hidden; /* Prevents overflow */
        text-overflow: ellipsis; /* Optional: add "..." for overflow */
        max-width: 100%; /* Ensures it stays inside */
    }
    .team-card img.rounded-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    @media (max-width: 1399px)
    {

    }
.swiper-slide {
    display: flex;
    height: auto;
}

.team-card {
    flex: 1;
}
.team-content h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.team-content span {
    display: block;
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 10px;
}

.team-content p {
    font-size: 0.9rem;
    color: #555;
    flex-grow: 1;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.team-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .team-card img {
        height: 180px;
    }
}

.box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skew(15deg);
    width: 250px;
    height: 250px;
}

    .box .container {
        width: 250px;
        height: 250px;
        background: linear-gradient(135deg, #1c1c2b, #2a2a44);
        border-radius: 15px;
        border: 10px solid #cbcdcd;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5px;
    }

        .box .container .button {
            position: relative;
            flex-basis: calc(50% - 0.5px);
            border: 0;
            font-size: 35px;
            border-radius: 5px;
            color: white;
            cursor: pointer;
            transition: all 0.5s ease;
            overflow: visible;
        }

.container .button:nth-child(1),
.container .button:nth-child(4) {
    background: #0056d2;
}

.container .button:nth-child(2),
.container .button:nth-child(3) {
    background: #d4af37;
}

.container .button:nth-child(1)::before,
.container .button:nth-child(4)::before {
    background: linear-gradient( 133deg, #7aa7ff 0%, #0056d2 65%, #002a6d 100% );
}

.container .button:nth-child(2)::before,
.container .button:nth-child(3)::before {
    background: linear-gradient( 133deg, #ffe799 0%, #d4af37 60%, #7a5c12 100% );
}

.box .container .button::before {
    content: "";
    position: absolute;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box .container .button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transform: skewY(0deg) skewX(-40deg);
    z-index: -4;
    transition: all 0.5s ease;
}

.container .button:nth-child(1)::after,
.container .button:nth-child(4)::after {
    background: linear-gradient( 90deg, #001a40 0%, #0056d2 40%, #3c87ff 100% );
}

.container .button:nth-child(2)::after,
.container .button:nth-child(3)::after {
    background: linear-gradient( 90deg, #7a5c12 0%, #d4af37 40%, #ffe799 100% );
}

.box .container .button:hover::after {
    height: 13px;
    bottom: -12px;
    left: -7px;
}

.box .container .button span {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container .button:nth-child(1):hover,
.container .button:nth-child(4):hover {
    transform: translate(12px, -12px);
    box-shadow: -30px 10px 26px -5px black, -12px 12px 0 0 #0056d2, -11px 11px 0 0 #0056d2, -10px 10px 0 0 #0056d2, -9px 9px 0 0 #0056d2, -8px 8px 0 0 #0056d2, -7px 7px 0 0 #0056d2, -6px 6px 0 0 #0056d2, -5px 5px 0 0 #0056d2, -4px 4px 0 0 #0056d2, -3px 3px 0 0 #0056d2, -2px 2px 0 0 #0056d2, -1px 1px 0 0 #0056d2;
    z-index: 999;
}

.container .button:nth-child(2):hover,
.container .button:nth-child(3):hover {
    transform: translate(12px, -12px);
    box-shadow: -30px 10px 26px -5px black, -12px 12px 0 0 #d4af37, -11px 11px 0 0 #d4af37, -10px 10px 0 0 #d4af37, -9px 9px 0 0 #d4af37, -8px 8px 0 0 #d4af37, -7px 7px 0 0 #d4af37, -6px 6px 0 0 #d4af37, -5px 5px 0 0 #d4af37, -4px 4px 0 0 #d4af37, -3px 3px 0 0 #d4af37, -2px 2px 0 0 #d4af37, -1px 1px 0 0 #d4af37;
    z-index: 999;
}

.button .hint-content {
    width: 240px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    color: #000;
    font-size: 14px;
    pointer-events: none;
    font-weight: 600;
    white-space: nowrap;
}

.button:hover .hint-content {
    opacity: 1;
    visibility: visible;
}

.container .button:nth-child(1) .hint-content,
.container .button:nth-child(2) .hint-content {
    bottom: 120%;
}

.container .button:nth-child(3) .hint-content,
.container .button:nth-child(4) .hint-content {
    top: 140%;
    bottom: auto;
}


@keyframes modalZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.show .modal-dialog {
    animation: modalZoomIn 0.5s forwards;
}



#navmenu ul li a {
    color: white;
    transition: color 0.3s ease;
    text-decoration: none;
}

    #navmenu ul li a:hover {
        color: gold;
    }

    #navmenu ul li a.active {
        color: gold;
        font-weight: bold;
    }

#navmenu ul li ul {
    background: linear-gradient(135deg, #0066cc, #004080);
    padding: 10px 0;
    border-radius: 6px;
}

    #navmenu ul li ul li a {
        color: white;
        padding: 8px 15px;
        display: block;
    }

        #navmenu ul li ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            color: gold;
        }

.header-social-links a {
    color: white;
    margin-left: 10px;
    transition: color 0.3s ease;
}

    .header-social-links a:hover {
        color: gold;
    }


@media (max-width: 1199px) {
    #navmenu > ul, #navmenu.active > ul, body.mobile-nav-active #navmenu > ul, .navmenu.active > ul {
        background: linear-gradient(135deg, #0066cc, #004080) !important;
        color: #fff !important;
        width: 90%;
        max-width: 350px;
        margin: 20px auto;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.4);
        height: auto !important;
    }

        #navmenu > ul a {
            color: #fff !important;
            display: block;
            padding: 12px 14px;
        }

            #navmenu > ul a:hover,
            #navmenu > ul a:focus {
                color: gold !important;
                background: rgba(255,255,255,0.1) !important;
                border-radius: 4px;
            }

            #navmenu > ul a.active {
                color: gold !important;
                font-weight: 600;
            }

        #navmenu > ul li ul,
        #navmenu > ul li ul li ul {
            background: linear-gradient(135deg, #0066cc, #004080) !important;
        }

    #navmenu ul li.dropdown > a,
    #navmenu ul li ul li.dropdown > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #navmenu ul li.dropdown > a i,
        #navmenu ul li ul li.dropdown > a i {
            margin-left: auto;
            font-size: 14px;
        }
}





.modal-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/img/Pictures/modal-bg2.jpg") center/cover no-repeat fixed;
    opacity: 0.15;
    z-index: 0;
}

.modal-bg .modal-header,
.modal-bg .modal-body {
    position: relative;
    z-index: 1;
    background: transparent;
    color: #000;
    border: none;
}


.modal-content {
    border-radius: 1rem;
    background: #ffffff;
}

.modal-header {
    padding: 1rem 1.5rem;
    border-bottom: none;
    background: linear-gradient(135deg, #0066cc, #004080);
}

.modal-body p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #333;
}

.img-fluid {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.btn-close-white {
    filter: invert(1);
}





.priority-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e6f1;
}

    .priority-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        border-color: #0066cc;
    }

.icon-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066cc, #004080);
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.priority-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #004080;
    margin-bottom: 12px;
    line-height: 1.3;
}

.priority-card p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.btn-primary {
    background: linear-gradient(135deg, #0066cc, #004080);
    border: none;
    font-weight: 600;
}

    .btn-primary:hover {
        background: #ffd700;
        color: #004080;
    }



.icon-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066cc, #004080);
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}




.hero {
    position: relative;
    z-index: 1;
}

.vision-section {
    position: relative;
    z-index: 2;
    margin-top: -36px;
    background-color: transparent;
}

@media (max-width: 1830px) {
    .vision-section {
        margin-top: -60px;
    }
}

@media (max-width: 1720px) {
    .vision-section {
        margin-top: -50px;
    }
}

@media (max-width: 1492px) {
    .vision-section {
        margin-top: -40px;
    }
}

@media (max-width: 1200px) {
    .vision-section {
        margin-top: -30px;
    }
}

@media (max-width: 992px) {
    .vision-section {
        margin-top: -20px;
    }
}

@media (max-width: 768px) {
    .vision-section {
        margin-top: -10px;
    }

    .vision-description {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px;
        color: #f0f0f0;
        margin: auto;
    }

    .vision-statement {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px;
        font-weight: 600;
        color: #ffd700;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}



@media (max-width: 540px) {
    .vision-section {
        margin-top: -10px;
    }

    .vision-description {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px;
        color: #f0f0f0;
        margin: auto;
    }

    .vision-statement {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px;
        font-weight: 600;
        color: #ffd700;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

@media (max-width: 418px) {
    .vision-section {
        margin-top: -5px;
    }

    .vision-description {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px;
        color: #f0f0f0;
        margin: auto;
    }

    .vision-statement {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px;
        font-weight: 600;
        color: #ffd700;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

@media (max-width: 330px) {
    .vision-section {
        margin-top: -0px;
    }

    .vision-description {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px;
        color: #f0f0f0;
        margin: auto;
    }

    .vision-statement {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px;
        font-weight: 600;
        color: #ffd700;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

@media (max-width: 250px) {
    .vision-section {
        margin-top: -0px;
    }

    .vision-description {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px;
        color: #f0f0f0;
        margin: auto;
    }

    .vision-statement {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px;
        font-weight: 600;
        color: #ffd700;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 0px;
    }
}



.hero .hero-image .shape-1,
.hero .hero-image .shape-2 {
    position: absolute;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    z-index: 1;
}

.hero .hero-image .shape-1 {
    width: 300px;
    height: 300px;
    background-color: color-mix(in srgb, #007fff, transparent 85%);
    top: -20px;
    right: -20px;
    animation: morphShape 15s linear infinite;
}

.hero .hero-image .shape-2 {
    width: 200px;
    height: 200px;
    background-color: color-mix(in srgb, #181817, transparent 90%);
    bottom: -20px;
    left: -20px;
    animation: morphShape 20s linear infinite reverse;
}





.about-image img {
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

    .about-image img:hover {
        transform: scale(1.08) rotate(-2deg);
        border-color: #0066cc;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    }



.skill-box {
    transition: all 0.4s ease-in-out;
    background: #fff;
    border: 2px solid transparent;
}

    .skill-box:hover {
        transform: translateY(-12px) scale(1.03);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    }

        .skill-box:hover .icon-circle i {
            color: #0066cc;
            transform: scale(1.3) rotate(10deg);
            transition: all 0.3s ease-in-out;
        }




#vision {
    position: relative;
    transition: background 0.6s ease-in-out;
}

    #vision:hover {
        background: linear-gradient(135deg);
    }

    #vision h2 {
        transition: all 0.4s ease-in-out;
    }

        #vision h2:hover {
            color: #0066cc;
            transform: scale(1.05);
        }

    #vision .title-shape path {
        stroke: #0066cc;
        stroke-dasharray: 500;
        stroke-dashoffset: 500;
        animation: drawline 2s ease forwards;
    }

@keyframes drawline {
    to {
        stroke-dashoffset: 0;
    }
}



#vision .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    z-index: 1;
    animation: floatShape 12s ease-in-out infinite;
}

#vision .shape-1 {
    width: 200px;
    height: 200px;
    background: #0066cc;
    top: -60px;
    left: -60px;
}

#vision .shape-2 {
    width: 150px;
    height: 150px;
    background: #ecb44b;
    bottom: -50px;
    right: -50px;
    animation-delay: 4s;
}

@keyframes floatShape {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-25px) rotate(8deg);
    }
}




.typing-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #0066cc;
    animation: typing 4s steps(50, end), blink 0.7s step-end infinite;
}


@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}


@media (max-width: 952px) {
    .typing-text {
        display: inline;
        overflow: visible;
        white-space: normal;
        border-right: none;
        animation: none;
    }
}



@media (max-width: 1300px) {
    .hero-text {
        padding-left: 10px;
        text-align: center;
    }
}


@media (max-width: 1300px) {
    .hero-text .cta-buttons {
        justify-content: center;
    }
}


@media (max-width: 1300px) {
    .hero-text {
        padding-left: 10px;
    }
}

.hero-text .btn {
    padding: 10px 20px;
}

@media (max-width: 576px) {
    .hero-text .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.hero-text-paragraph {
    font-size: 1.2rem;
    font-weight: 600;
    color: #004080;
    line-height: 2;
    max-width: 650px;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: left;
    margin: 0;
}

    .hero-text-paragraph span {
        color: #e6a900;
    }




.modal-body img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}

.modal-body .text-center img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}





.hero .hero-image {
    position: relative;
}

    .hero .hero-image img {
        position: relative;
        z-index: 2;
    }

    .hero .hero-image .shape-1,
    .hero .hero-image .shape-2 {
        position: absolute;
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        z-index: 3;
    }


    .hero .hero-image .shape-1 {
        width: 400px;
        height: 500px;
        background-color: color-mix(in srgb, #007fff, transparent 85%);
        top: 20px;
        right: -20px;
        animation: morphShape 15s linear infinite;
    }

@media (max-width: 1800px) {
    .hero .hero-image .shape-1 {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 1500px) {
    .hero .hero-image .shape-1 {
        width: 350px;
        height: 380px;
    }
}

@media (max-width: 1300px) {
    .hero .hero-image .shape-1 {
        width: 300px;
        height: 350px;
    }
}

@media (max-width: 1250px) {
    .hero .hero-image .shape-1 {
        width: 300px;
        height: 320px;
    }
}

@media (max-width: 1150px) {
    .hero .hero-image .shape-1 {
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 1015px) {
    .hero .hero-image .shape-1 {
        width: 250px;
        height: 240px;
    }
}

@media (max-width: 990px) {
    .hero .hero-image .shape-1 {
        width: 220px;
        height: 240px;
    }
}

@media (max-width: 888px) {
    .hero .hero-image .shape-1 {
        width: 220px;
        height: 200px;
    }
}

@media (max-width: 788px) {
    .hero .hero-image .shape-1 {
        width: 180px;
        height: 200px;
    }
}

@media (max-width: 740px) {
    .hero .hero-image .shape-1 {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 635px) {
    .hero .hero-image .shape-1 {
        width: 150px;
        height: 140px;
    }
}

@media (max-width: 553px) {
    .hero .hero-image .shape-1 {
        width: 140px;
        height: 120px;
    }
}

@media (max-width: 488px) {
    .hero .hero-image .shape-1 {
        width: 120px;
        height: 110px;
    }
}

@media (max-width: 450px) {
    .hero .hero-image .shape-1 {
        width: 100px;
        height: 90px;
    }
}

@media (max-width: 380px) {
    .hero .hero-image .shape-1 {
        width: 100px;
        height: 80px;
    }
}

@media (max-width: 330px) {
    .hero .hero-image .shape-1 {
        width: 90px;
        height: 70px;
    }
}

@media (max-width: 300px) {
    .hero .hero-image .shape-1 {
        width: 80px;
        height: 60px;
    }
}

@media (max-width: 265px) {
    .hero .hero-image .shape-1 {
        width: 70px;
        height: 50px;
    }
}

.hero .hero-image .shape-2 {
    width: 200px;
    height: 200px;
    background-color: color-mix(in srgb, #000000, transparent 90%);
    bottom: 20px;
    left: 40%;
    animation: morphShape 20s linear infinite reverse;
}

@media (max-width: 1276px) {
    .hero .hero-image .shape-2 {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 1195px) {
    .hero .hero-image .shape-2 {
        width: 160px;
        height: 150px;
    }
}

@media (max-width: 1020px) {
    .hero .hero-image .shape-2 {
        width: 140px;
        height: 130px;
    }
}

@media (max-width: 898px) {
    .hero .hero-image .shape-2 {
        width: 120px;
        height: 110px;
    }
}

@media (max-width: 775px) {
    .hero .hero-image .shape-2 {
        width: 100px;
        height: 90px;
    }
}

@media (max-width: 640px) {
    .hero .hero-image .shape-2 {
        width: 80px;
        height: 60px;
    }
}

@media (max-width: 498px) {
    .hero .hero-image .shape-2 {
        width: 60px;
        height: 40px;
    }
}

@media (max-width: 420px) {
    .hero .hero-image .shape-2 {
        width: 50px;
        height: 40px;
    }
}

@media (max-width: 330px) {
    .hero .hero-image .shape-2 {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 290px) {
    .hero .hero-image .shape-2 {
        width: 30px;
        height: 30px;
    }
}




.newspaper-entry {
    margin-bottom: 1.5rem;
    line-height: 1.9;
    font-size: 1.1rem;
    text-align: justify;
}

.news-img-left {
    float: left;
    margin: 0 15px 10px 0;
    width: 160px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.news-img-right {
    float: right;
    margin: 0 0 10px 15px;
    width: 160px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.news-img-center {
    display: inline-block;
    width: 200px;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.newspaper-entry::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 565px) {
    .news-img-left, .news-img-right {
        float: none;
        display: block;
        margin: 0 auto 12px auto;
        width: 100%;
        max-width: 100%;
    }

    .newspaper-entry p {
        text-align: justify;
        font-size: 1rem;
    }
}





.carousel-item .col-md-6 {
    padding: 15px;
}

.carousel-item .card-slide {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .carousel-item .card-slide:hover {
        transform: translateY(-8px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.carousel-item img {
    max-height: 170px;
    border-radius: 12px;
    margin-bottom: 15px;
}







.vision-statement {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 33px; 
    font-weight: 600;
    color: #ffd700;
}

    .vision-statement span {
        color: #ffffff;
        font-weight: 900;
        font-family: 'Montserrat', sans-serif !important;
    }

@media (max-width: 766px) {
    .vision-statement {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .vision-description {
        font-size: 13px;
        color: #f0f0f0;
    }
}

.vision-description {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem;
    color: #f0f0f0;
    margin: auto;
}

.vision-card {
    position: relative;
    border-radius: 20px;
    padding: 3rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    z-index: 1;
    color: #fff;
}

    .vision-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 20px;
        background: linear-gradient(270deg, #1f3d7a, #0066cc, #ecb200, #1f3d7a);
        background-size: 600% 600%;
        animation: gradientShift 15s ease infinite;
        z-index: -1;
        opacity: 0.95;
    }


@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.vision-card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
    box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}

@media(max-width: 4000px) {
    .img-tab {
        display: none
    }
}

@media (max-width: 768px) {

    #vision span {
        font-size: 15px;
    }

    #vision p {
        font-size: 11px;
    }
}

.img-desktop {
    display: block;
}

.img-mobile {
    display: none;
}


@media (max-width: 540px) {
    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    .shape-1,
    .shape-2 {
        display: none;
    }

    #vision span {
        font-size: 15px;
    }
}


.priority-icon-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 30%;
    background-color: #0066cc;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.priority-icon-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 30%;
    background-color: #e6a900;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}



.swiper-slide {
    display: flex;
    height: auto;
}

    .swiper-slide .card {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        border: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        overflow: hidden;
    }


        .swiper-slide .card img {
            height: 200px;
            width: 100%;
            object-fit: cover;
            display: block;
        }

    .swiper-slide .card-body {
        flex: 1;
        padding: 15px;
        text-align: justify;
    }

    .swiper-slide .card-title {
        margin-bottom: 10px;
        font-size: 1.1rem;
        color: #000;
        font-weight: 600;
    }

    .swiper-slide .card-text {
        font-size: 0.9rem;
        color:black;
        line-height: 1.5;
    }

.skill-box h4 {
    font-size: 1.7rem;
    color: #004080;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .swiper-slide .card img {
        height: 160px;
    }
}







/* Default: hide mobile logo */
.logo-mobile {
    display: none;
}

/* Show mobile logo on small screens and hide PC logo */
@media (max-width: 768px) {
    .logo-pc {
        display: none;
    }

    .logo-mobile {
        display: inline;
    }

    .img-tab {
        display: block;
    }

    .img-desktop {
        display: none;
    }

    .img-mobile {
        display: none;
    }
}

.modal-body .mapimg {
    width: 60% !important;
    height: 50% !important;
    object-fit: cover !important;
}

.meet-julie {
    padding: 0px !important;
}

.text-black {
    color: black !important;
}

/* Preloader Background */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader {
    display: flex;
    gap: 20px;
}

    .loader span {
        width: 35px;
        height: 35px;
        background: #0066cc;
        border-radius: 50%;
        animation: bounce 1.2s infinite ease-in-out;
    }

        .loader span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .loader span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.6);
        opacity: 1;
    }
}