body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

/* Top Bar */
.top-bar {
    background: #01305a;
    color: #fff;
    font-size: 14px;
}

.top-bar a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

.top-bar i {
    font-size: 0.9rem;
}

@media (max-width: 576px) {
    .top-bar i {
        font-size: 0.8rem;
    }

    .top-bar a {
        margin-right: 5px;
    }
}

/* Navbar */
.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar .nav-link {
    color: #01305a !important;
    font-weight: 500;
}

.navbar .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.navbar .dropdown-item:hover {
    background: #e8782e;
    color: #fff !important;
}

/* Hero Slider background: rgba(0,0,0,0.4);*/
.carousel-item img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.carousel-caption {
    padding: 20px;
    border-radius: 10px;
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
}

.carousel-caption p {
    font-size: 1.2rem;
    color: #fff;
}

/* About Us */
#about {
    padding: 80px 0;
    color: #01305a;
}

#about .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#about .icon-box i {
    font-size: 2rem;
    color: #e8782e;
    margin-right: 15px;
}

/* Services Flip Cards */
.flip-card {
    perspective: 1000px;
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 300px;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.flip-card-front {
    background: #fff;
    color: #01305a;
}

.flip-card-back {
    background: #01305a;
    color: #fff;
    transform: rotateY(180deg);
}

/* Parallax Clients */
.parallax {
    background: url('../images/bg-1.png') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

/* Contact Section */
#contact {
    padding: 80px 0;
    background: #f8f9fa;
}

#contact form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Footer */
footer {
    background: #01305a;
    color: #fff;
    padding: 40px 0px 0px 0px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .logo-placeholder {
    width: 120px;
    height: 60px;
    background: #fff;
    color: #01305a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
}


.section-box {
    display: inline-block;
    width: 100%;
}

.bdrd-16 {
    border-radius: 16px;
}

.tag-1 {
    background-color: #FFF3EA;
    border-radius: 50px;
    padding: 14px 28px;
    color: #E29578;
    font-size: 14px;
    line-height: 14px;
    font-family: "Chivo", sans-serif;
    display: inline-block;
}

.text-heading-1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 64px;
    letter-spacing: -1%;
    color: #101828;
}

.text-body-lead-large {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.color-gray-600 {
    color: #475467;
}

.line-bd-green {
    border: 1px dashed #006D77;
}

.icon-leaf {
    background: url('../icons/icon-leaf.svg') no-repeat 0px 2px;
    padding: 0px 0px 0px 28px;
}

.text-heading-6 {
    font-family: "Chivo", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
}

.text-body-excerpt {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.mt-100 {
    margin-top: 100px !important;
}

@media (min-width: 1400px) {
    .block-img-we-do {
        padding-right: 30px;
    }
}

.block-img-we-do {
    position: relative;
}

.img-responsive {
    max-width: 100%;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.bg-orange-100 {
    background-color: #FAEDE3;
}

.mt-100 {
    margin-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.card-grid-style-2 {
    padding: 25px 25px;
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    position: relative;
    background: #ffffff;
    box-shadow: inset 0px 40px 80px #FCFCFC;
}

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.card-grid-style-2.card-square .text-comment {
    height: auto;
}

.card-grid-style-2 .text-comment {
    height: 84px;
    overflow: hidden;
    width: 100%;
}

.color-gray-600 {
    color: #475467;
}

.text-body-text {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 28px;
}

.box-img-user {
    position: relative;
    padding: 3px 0px 0px 100px;

    min-height: 80px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.hover-up {
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.bg-6 {
    background-color: #BEE1E6 !important;
}

.color-gray-900 {
    color: #101828 !important;
}

.box-img-user .img-user {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
}

.card-grid-style-2.card-square .img-user-round img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.feature-card {
    transition: all 0.3s ease;
    background: #fff;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-list li {
    padding: 8px 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-list li:hover {
    transform: translateX(5px);
    color: #e8782e;
}

.service-list li:hover i {
    color: #e8782e;
}

.color-orange {
    color: #e8782e !important;
}

.swiper {
    height: 450px;
    margin-top: 60px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fill without distortion */
}

/* Hover effect for links */
.hover-link:hover {
    color: #ffc107 !important; /* Bootstrap warning color */
    text-decoration: underline;
    transition: 0.3s;
}

/* Optional: Add subtle shadow over footer text */
footer p, footer h5, footer small {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Ensure bottom bar doesn't have extra padding/bump */
footer .bg-dark.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Button Styles */
#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #01305a;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

#backToTopBtn:hover {
    background-color: #ffb703; /* hover color */
    color: #01305a;
}

.abt_img {
    width: 80%;
    margin-top: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.abt_img:hover {
    transform: scale(1.05); /* Slight grow */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 40px; /* Stronger shadow on hover */
}


/********************************************About Us*/
.hero-about {
    background: url('../images/top_pages/about.jpg') center center/cover no-repeat;
    position: relative;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.hero-about::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(1, 48, 90, 0.6); /* Overlay */
}

.hero-about .content {
    position: relative;
    text-align: center;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.abt-img {
    width: 80%;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
    transition: transform 0.3s ease;
}

.abt-img:hover {
    transform: scale(1.05);
}

.feature-icon {
    width: 117px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #01305a;
    color: #fff;
    font-size: 28px;
}

.parallax-section {
    position: relative;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.accordion-button {
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(1,48,90,0.8);
    color: #fff;
}

.accordion-body {
    background-color: rgba(255,255,255,0.05);
    padding: 1rem 1.25rem;
    border-radius: 0 0 0.5rem 0.5rem;
}

.premium-accordion {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.premium-accordion:focus {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.premium-accordion:not(.collapsed) {
    background-color: #f9f9f9;
    color: #000;
}

.accordion-body {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0 0 12px 12px;
    color: #000;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}
/********************************************About Us*/