body {
    margin: 0;
    padding: 0;
}

body {
    padding-top: 90px;
}

/* Navbar */
.custom-navbar {
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.9),
            rgba(224, 248, 255, 0.9));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Logo */
.logo-img {
    height: 65px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    .logo-img {
        height: 75px;
    }
}

@media (max-width: 576px) {
    .logo-img {
        height: 55px;
    }

    .company-name {
        font-size: 18px;
    }
}

.company-name {
    font-weight: 700;
    font-size: 22px;
    color: #0B1F2A;
}

/* Nav Links */
.custom-navbar .nav-link {
    color: #000 !important;
    position: relative;
    transition: 0.3s;
}

.custom-navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #31D2F2;
    transition: 0.3s;
}

.custom-navbar .nav-link:hover {
    color: #31D2F2 !important;
}

.custom-navbar .nav-link:hover::after {
    width: 100%;
}

.custom-navbar .nav-link.active {
    color: #31D2F2 !important;
}

/* Contact Button */
.contact-btn {
    background: #31D2F2;
    color: #000;
    padding: 8px 22px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #0bbadf;
    transform: scale(1.05);
}

/* Cart */
.cart-icon {
    font-size: 22px;
    color: #000;
    transition: 0.3s;
}

.cart-icon:hover {
    color: #31D2F2;
}

/* hero section */
.hero-section {
    margin: 0;
    padding: 0;
}

.hero-section .carousel-item {
    position: relative;
    height: 100vh;
    min-height: 500px;
}

.hero-section img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 40, 50, 0.6),
            rgba(0, 20, 30, 0.7));
    z-index: 1;
}

/* Center Content */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 90%;
    max-width: 700px;
}

/* Headings Bold */
.hero-small {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.hero-title {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.hero-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(45deg, #00c6ff, #0bbadf);
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: 0.4s ease;
}

.hero-btn:hover {
    background: linear-gradient(45deg, #0bbadf, #0bbadf);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 198, 255, 0.4);
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {

    .hero-section .carousel-item,
    .hero-section img {
        height: 75vh;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-small {
        font-size: 14px;
    }

    .hero-desc {
        font-size: 14px;
    }
}


/* about section */
.about-section {
    background: #f8fcfd;
    padding: 40px 0;
    position: relative;
}

.about-section .small-title {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    margin-bottom: 10px;
    letter-spacing: 1px;

    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.about-section .small-title::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #31D2F2;
    display: inline-block;
}

.about-section .main-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

.about-section .about-text {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 20px;
}

.about-section .about-btn-wrapper {
    margin-top: 20px;
}

.about-section .about-btn {
    display: inline-block;
    padding: 10px 28px;
    background: linear-gradient(45deg, #00c6ff, #0bbadf);
    color: #000;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease;
}

.about-section .about-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(111, 173, 190, 0.4);
}

@media (min-width: 992px) {
    .about-section .about-btn-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 991px) {

    .about-section .about-btn-wrapper {
        order: 3;
        text-align: center;
        margin-top: 30px;
    }

    .image-section {
        margin-top: 20px;
    }
}

.image-section {
    margin-top: 20px;
}

.image-section .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* awesome fish */
body {
    background: #f4f4f4;
    font-family: 'Poppins', sans-serif;
}

.fish-section {
    padding: 80px 0;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fish-section .small-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #555;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 55px;
}

.fish-section .small-title::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #31D2F2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Main Title */
.fish-section .main-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
}

.fish-section .main-title span {
    font-weight: 300;
    color: #555;
}

.fish-section .description {
    color: #666;
    line-height: 1.8;
}

.fish-section .fish-box {
    padding: 15px;
}

.fish-section .fish-box img {
    width: 80px;
    margin-bottom: 15px;
}

.fish-section .fish-box h6 {
    font-size: 16px;
    color: #222;
}

@media (max-width: 992px) {
    .fish-section .main-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .fish-section {
        padding: 50px 0;
    }

    .fish-section .main-title {
        font-size: 24px;
    }

    .fish-section .description {
        font-size: 14px;
        margin-top: 15px;
    }

    .fish-section .small-title {
        padding-left: 45px;
    }

    .fish-section .small-title::before {
        width: 30px;
    }

    .fish-section .row.g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1.5rem;
    }
}

/* fish type */
body {
    background: #f4f4f4;
    font-family: 'Segoe UI', sans-serif;
}

.small-title {
    letter-spacing: 2px;
    color: #31D2F2;
    font-weight: 600;
}

.main-title {
    font-size: 40px;
    font-weight: 700;
}

.main-title span {
    font-weight: 300;
    color: #777;
}

.stats h5 {
    font-size: 14px;
    color: #555;
}

.stats h2 {
    color: #31D2F2;
    font-weight: 700;
}

/* Card Styling */


.fish-card {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transition: all 0.4s ease;
}

.fish-card img {
    width: 100%;
    transition: all 0.6s ease;
}

/* Overlay Default */
.fish-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
    color: #fff;
    transition: all 0.4s ease;
}

.fish-card .overlay h4,
.fish-card .overlay span,
.fish-card .overlay p {
    transform: translateY(15px);
    opacity: 0.9;
    transition: all 0.4s ease;
}

.fish-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 153, 255, 0.45);
}

.fish-card:hover img {
    transform: scale(1.08);
}

.fish-card:hover .overlay {
    background: linear-gradient(to top, rgba(149, 160, 177, 0.9), rgba(0, 0, 0, 0.2));
}

.fish-card:hover .overlay h4,
.fish-card:hover .overlay span,
.fish-card:hover .overlay p {
    transform: translateY(0);
    opacity: 1;
}

/* gallery section */
.gallery-section {
    background: #f5f5f5;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

/* Small Title */
.gallery-section .small-title {
    color: #555;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-left: 55px;
    margin-bottom: 15px;
}

/* Aqua Line */
.gallery-section .small-title::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #31D2F2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Main Title */
.gallery-section .main-title {
    font-size: 40px;
    font-weight: 700;
}

.gallery-section .main-title span {
    font-weight: 300;
    color: #777;
}

.gallery-section .gallery-tabs {
    flex-wrap: wrap;
    gap: 8px;
}

.gallery-section .gallery-tabs .nav-link {
    background: #eafcff !important;
    border: 1px solid #31D2F2 !important;
    color: #31D2F2 !important;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 30px;
    margin-left: 0;
    transition: 0.3s ease;
}

.gallery-section .gallery-tabs .nav-link.active {
    background: #31D2F2 !important;
    color: #000 !important;
    box-shadow: 0 4px 12px rgba(49, 210, 242, 0.4);
}

.gallery-section .gallery-tabs .nav-link:hover {
    background: #31D2F2 !important;
    color: #000 !important;
}

.gallery-section .gallery-card {
    overflow: hidden;
    border-radius: 10px;
}

.gallery-section .gallery-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .gallery-section .main-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {

    .gallery-section {
        padding: 50px 0;
    }

    .gallery-section .main-title {
        font-size: 24px;
    }

    .gallery-section .gallery-tabs {
        justify-content: center !important;
        margin-top: 15px;
    }

    .gallery-section .small-title {
        padding-left: 45px;
    }

    .gallery-section .small-title::before {
        width: 30px;
    }

    .gallery-section .gallery-card img {
        height: 200px;
    }
}

/* online tickets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f2f4f5;
}

/* SECTION */
.pricing-section {
    padding: 80px 5%;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

.whale-img {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* HEADING */
.pricing-section .small-title {
    color: #555;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}

.pricing-section .heading h1 {
    font-weight: 600;
    font-size: 42px;
    color: #333;
}

.pricing-section .heading h1 span {
    color: #31D2F2;
}

/* CARD */
.price-card {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.icon-circle {
    width: 90px;
    height: 90px;
    background: linear-gradient(to bottom, #f4fbfd, #e9f9fc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 35px;
    color: #555;
}

.price {
    font-size: 26px;
    color: #31D2F2;
    font-weight: 600;
    margin: 15px 0 25px;
}

.free {
    font-weight: 700;
}

.custom-btn {
    border: 2px solid #31D2F2;
    background: transparent;
    padding: 10px 30px;
}

.custom-btn:hover {
    background: #31D2F2;
    color: #000;
}

/*  Donation  */
.donation-section {
    position: relative;
    background: url("/img/promo_2f2.webp") center/cover no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.donation-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 30, 70, 0.6);
}

.donation-section .container {
    position: relative;
    z-index: 2;
}

/* Small Title with Aqua Line */
.donation-section .small-title {
    letter-spacing: 2px;
    font-size: 14px;
    border-left: 3px solid #31D2F2;
    padding-left: 10px;
    margin-bottom: 15px;
    color: #ffffff;
}

/* Heading */
.donation-section h1 {
    color: #ffffff;
}

.donation-section h1 span {
    color: #31D2F2;
}

.donation-section .donation-text {
    max-width: 500px;
    line-height: 1.7;
    color: #dddddd;
}


.donation-section .donation-btn {
    border: 2px solid #31D2F2;
    color: #31D2F2;
    background: transparent;
    transition: 0.3s ease;
}

.donation-section .donation-btn:hover {
    background: #31D2F2;
    color: #000;
}

/* EVENT */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #f4f6f7;
}

/* HEADING */
.small-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #888;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    color: #333;
}

h2 span {
    font-weight: 300;
}

/* DOTS */
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
}

.dot.active {
    border: 2px solid #31D2F2;
    background: transparent;
}

/* DIVIDER */
.divider {
    width: 60px;
    height: 2px;
    background: #ddd;
}

/* BUTTON */
.calendar-btn {
    border: 2px solid #31D2F2;
    padding: 10px 25px;
    background: transparent;
    transition: 0.3s;
}

.calendar-btn:hover {
    background: #31D2F2;
    color: #fff;
}

/* CARD */
.event-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.event-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;

}

.event-card:hover img {
    transform: scale(1.08);
}

.event-card:hover {
    transform: translateY(-10px);
}

/* DATE BOX */
.date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
}

.date-box h3 {
    font-size: 40px;
    font-weight: 600;
}

.date-box span {
    font-size: 14px;
    letter-spacing: 2px;
}

.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.card-content span {
    font-size: 12px;
    letter-spacing: 2px;
}

.card-content h5 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
}

.event-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}

/* partners */
.partners-section {
    background: linear-gradient(to bottom, #f4fbfd, #e9f9fc);
    padding: 100px 0;
    text-align: center;
}

.partners-section .small-heading {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6c757d;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.partners-section .small-heading::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #31D2F2;
    margin-right: 15px;
}

.partners-section .main-heading {
    font-size: 48px;
    font-weight: 700;
    color: #0B1F2A;
    margin-bottom: 60px;
}

.partners-section .main-heading span {
    font-weight: 300;
    color: #31D2F2;
}

.partners-section .logos-row {
    gap: 40px;
}

.partners-section .partner-logo {
    max-width: 100%;
    height: auto;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}

.partners-section .partner-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.08);
}

/* awesome aquarium */
.instagram-section {
    padding: 80px 0 0;
    font-family: 'Poppins', sans-serif;
}

.instagram-section .section-header {
    margin-bottom: 50px;
}

.instagram-section .small-text {
    font-size: 14px;
    letter-spacing: 2px;
    color: #555;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-left: 60px;
}

.instagram-section .small-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 2px;
    background: #31D2F2;
    transform: translateY(-50%);
}

.instagram-section .section-header h2 {
    font-size: 45px;
    font-weight: 300;
    color: #333;
}

.instagram-section .section-header h2 span {
    font-weight: 600;
}

.instagram-section .image-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.instagram-section .insta-card {
    position: relative;
    flex: 1 1 20%;
    min-width: 250px;
    overflow: hidden;
}

.instagram-section .insta-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.instagram-section .insta-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    border-radius: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

.instagram-section .insta-card:hover img {
    transform: scale(1.1);
}

.instagram-section .insta-card:hover::after {
    opacity: 1;
}

.instagram-section .insta-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    z-index: 2;
    transition: 0.4s ease;
}

.instagram-section .insta-card:hover .insta-icon {
    opacity: 1;
}
/* whatsapp icon */
.wa-float{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 1000;
}

@media(max-width:768px){
    .wa-float{
        width: 50px;
        height: 50px;
        font-size: 24px;
        right: 15px;
        bottom: 15px;
    }
}
/* footer */
.aquarium-nav {
    background: #1f2e35;
    background-image: url("https://www.transparenttextures.com/patterns/topography.webp");
    padding: 70px 0;
}

.aquarium-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 17px;
    transition: 0.3s;
}

.aquarium-nav .nav-link:hover {
    color: #31D2F2 !important;
}

.aquarium-nav .social-icon {
    font-size: 22px;
    transition: 0.3s ease;
}

.aquarium-nav .fa-facebook-f {
    color: #1877F2;
}

.aquarium-nav .fa-twitter {
    color: #1DA1F2;
}


.aquarium-nav .fa-youtube {
    color: #FF0000;
}

.aquarium-nav .social-icon:hover {
    transform: scale(1.2);
}

.aquarium-nav .footer-link {
    text-decoration: none;
    color: #31D2F2;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

.aquarium-nav .footer-link:hover {
    text-decoration: underline;
    color: #ffffff;
}

/* copyright */
.copyright-section {
    background-color: #0a0a0a;
    padding: 15px 0;
    text-align: center;
    color: #ccc;
    font-size: 14px;
}

.copyright-section p {
    margin: 0;
}

.copyright-section a {
    color: #00c3ff;
    text-decoration: none;
}

.copyright-section a:hover {
    color: #ffffff;
}

/* hero section about */
.about-hero-section {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/aboutbg.webp") center/cover no-repeat;
}
.about-hero-section .about-small-text {
    color: #31D2F2;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
}

.about-hero-section .about-hero-title {
    font-size: 70px;
    font-weight: 700;
}

.about-hero-section .about-hero-title span {
    font-weight: 800;
}

.about-hero-section .about-line {
    width: 60px;
    height: 4px;
    background-color: #31D2F2;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .about-hero-section {
        height: 70vh;
    }

    .about-hero-section .about-hero-title {
        font-size: 42px;
    }
}

/* about aq */
.dbw-about-section {
    background: linear-gradient(to bottom, #f8fcff, #eaf9fd);
    padding: 100px 0;
}

/* Image Box */
.dbw-image-box {
    overflow: hidden;
    border-radius: 20px;
}

.dbw-image-box img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.dbw-image-box:hover img {
    transform: scale(1.08);
}

/* Content */
.dbw-content-box {
    padding-left: 40px;
}
.dbw-small-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6c757d;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.dbw-small-title span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #31D2F2;
    margin-right: 15px;
}

/* Main Title */
.dbw-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #0B1F2A;
    line-height: 1.2;
}

.dbw-main-title span {
    display: block;
    font-weight: 300;
    color: #31D2F2;
}

/* Paragraph */
.dbw-content-box p {
    color: #555;
    line-height: 1.8;
    margin-top: 20px;
    font-size: 16px;
}

/* mission */
.dbw-mission {
    background: linear-gradient(to bottom, #f8fcff, #eaf9fd);
    padding: 100px 0;
}

.dbw-mission .dbw-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.dbw-mission .dbw-left {
    flex: 1 1 500px;
}
.dbw-mission .dbw-right {
    flex: 1 1 500px;
    text-align: center;
}

.dbw-mission .dbw-right img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.dbw-mission .dbw-right:hover img {
    transform: scale(1.08);
}

.dbw-mission .dbw-tag {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6c757d;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.dbw-mission .dbw-tag::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #31D2F2;
    margin-right: 15px;
}

.dbw-mission .dbw-heading {
    font-size: 48px;
    font-weight: 700;
    color: #0B1F2A;
    line-height: 1.2;
}

.dbw-mission .dbw-heading span {
    display: block;
    font-weight: 300;
    color: #31D2F2;
}

.dbw-mission p {
    color: #555;
    line-height: 1.8;
    margin-top: 20px;
    font-size: 16px;
}

.dbw-mission .dbw-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 30px;
}

.dbw-mission .dbw-stats h2 {
    font-size: 40px;
    margin: 0;
    color: #0B1F2A;
    font-weight: 700;
}

.dbw-mission .dbw-stats span {
    font-size: 14px;
    color: #6c757d;
}

/* cardsss */
.dbw-highlight-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.dbw-highlight-section .dbw-highlight-card {
    position: relative;
    flex: 1 1 350px;
    min-height: 350px;
    overflow: hidden;
}

.dbw-highlight-section .dbw-highlight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.dbw-highlight-section .dbw-highlight-card:hover img {
    transform: scale(1.08);
}

.dbw-highlight-section .dbw-overlay {
    position: absolute;
    bottom: 10%;
    left: 8%;
    color: white;
    z-index: 2;
}

.dbw-highlight-section .dbw-overlay p {
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 300;
    margin: 0;
}

.dbw-highlight-section .dbw-overlay h2 {
    font-size: clamp(28px, 3vw, 55px);
    margin: 0;
    font-weight: 600;
}

.dbw-highlight-section .dbw-highlight-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 32, 63, 0.75), rgba(0, 0, 0, 0.2));
    z-index: 1;
}

/* staffs */
.deep-team-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* Small Heading */
.deep-team-section .small-heading {
    font-size: 14px;
    letter-spacing: 2px;
    color: #0096c7;
    font-weight: 600;
}

/* Main Heading */
.deep-team-section .main-heading {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.deep-team-section .main-heading span {
    font-weight: 400;
}

/* Card */
.deep-team-section .team-card {
    text-align: center;
}

.deep-team-section .team-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
}

.deep-team-section .team-card h4 {
    font-size: 20px;
    font-weight: 600;
}

.deep-team-section .team-card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.deep-team-section .social-icons i {
    margin: 0 8px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.deep-team-section .fa-facebook-f {
    color: #1877f2;
}

.deep-team-section .fa-twitter {
    color: #1da1f2;
}

.deep-team-section .fa-youtube {
    color: #ff0000;
}

.deep-team-section .social-icons i:hover {
    transform: scale(1.2);
}

/* abfooter */
.db-footer {
    background: #0B1F2A;
    color: #ffffff;
    padding: 40px 0;
}

.db-container {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
}

.db-col {
    flex: 1 1 260px;
}

.db-logo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.db-logo .tag {
    color: #31D2F2;
    font-weight: 600;
    margin-top: 5px;
    font-size: 14px;
}

/* Footer Text */
.db-footer p {
    margin-bottom: 6px;
    font-size: 14px;
}

.db-footer h3 {
    color: #31D2F2;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.db-footer ul {
    list-style: none;
    padding: 0;
}

.db-footer ul li {
    margin-bottom: 6px;
}

.db-footer ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: 0.3s;
}

.db-footer ul li a:hover {
    color: #31D2F2;
}

.db-social i {
    font-size: 18px;
    margin-right: 12px;
    transition: 0.3s;
    cursor: pointer;
}

/* Brand Colors */
.db-social .fa-facebook-f {
    color: #1877F2;
}

.db-social .fa-twitter {
    color: #1DA1F2;
}

.db-social .fa-youtube {
    color: #FF0000;
}

.db-social i:hover {
    transform: scale(1.15);
}

/* Instagram Gallery */
.db-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.db-gallery img {
    width: 100%;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s;
}

.db-gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(49, 210, 242, 0.5);
}

/* herosection blog */
.about-hero {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/blogbg.webp") center/cover no-repeat;
}

.about-hero .small-text {
    color: #31D2F2;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-hero .hero-title {
    font-size: 70px;
    font-weight: 700;
}

.about-hero .hero-title span {
    font-weight: 800;
}

.about-hero .line {
    width: 60px;
    height: 4px;
    background-color: #31D2F2;
    margin-top: 20px;
}

/* herosection pro */
.blog-hero {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url("/img/producta.webp") center/cover no-repeat;
}

.blog-hero .hero-small {
    color: #31D2F2;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-hero .hero-heading {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.1;
}

.blog-hero .hero-line {
    width: 60px;
    height: 4px;
    background-color: #31D2F2;
    margin-top: 25px;
}

/* blogggg */
.db-blog {
    background: linear-gradient(to bottom, #f8fcff, #eaf9fd);
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

.db-blog .blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 180, 216, 0.08);
    transition: all 0.4s ease;
}

.db-blog .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 180, 216, 0.15);
}

.db-blog .blog-card img {
    height: 350px;
    object-fit: cover;
}

.db-blog .date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #31D2F2;
    color: #fff;
    padding: 15px 22px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 180, 216, 0.3);
}

.db-blog .date-box h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.db-blog .date-box span {
    font-size: 13px;
    letter-spacing: 1px;
}

/* Blog Content */
.db-blog .blog-content {
    background: #ffffff;
}

.db-blog .blog-content h3 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #023e4d;
    transition: 0.3s;
}

.db-blog .blog-card:hover .blog-content h3 {
    color: #31D2F2;
}

.db-blog .blog-content p {
    color: #555;
    font-size: 15px;
}

.db-blog .sidebar-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 180, 216, 0.08);
}

.db-blog .sidebar-box input {
    border-radius: 30px;
    padding: 12px 20px;
    border: 1px solid #d6f4f9;
}

.db-blog .sidebar-box input:focus {
    border-color: #31D2F2;
    box-shadow: 0 0 0 0.2rem rgba(49, 210, 242, 0.2);
}

.db-blog .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.db-blog .category-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e6f7fb;
    font-size: 15px;
    transition: 0.3s;
    cursor: pointer;
}

.db-blog .category-list li:hover {
    color: #31D2F2;
    padding-left: 8px;
}

.db-blog .category-list li span {
    background: #31D2F2;
    color: #fff;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 12px;
}

/* PRODUCT SECTION */
.product-section {
    background: linear-gradient(to bottom, #f8fcff, #eaf9fd);
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

.product-section .product-title {
    font-size: 36px;
    font-weight: 300;
    color: #023047;
    position: relative;
    margin-bottom: 10px;
}

.product-section .product-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #31D2F2;
    display: block;
    margin-top: 15px;
}

.product-section p {
    color: #555;
}

.product-section .product-tabs {
    gap: 10px;
}

.product-section .product-tabs .nav-link {
    background: #ffffff !important;
    border-radius: 30px;
    padding: 8px 22px;
    font-weight: 500;
    border: 1px solid #31D2F2 !important;
    color: #023047 !important;
    transition: 0.3s ease;
}

.product-section .product-tabs .nav-link:hover {
    background: #31D2F2 !important;
    color: #000 !important;
    box-shadow: 0 5px 15px rgba(49, 210, 242, 0.4);
}

.product-section .product-tabs .nav-link.active {
    background: #31D2F2 !important;
    color: #000 !important;
    box-shadow: 0 8px 20px rgba(49, 210, 242, 0.5);
}

.product-section .product-card {
    background: #ffffff;
    padding: 18px;
    text-align: center;
    border-radius: 15px;
    transition: 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-section .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Product Image */
.product-section .product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    transition: 0.4s ease;
}

.product-section .product-card:hover img {
    transform: scale(1.07);
}

/* Product Name */
.product-section .product-card h6 {
    margin-top: 12px;
    font-weight: 500;
    color: #023047;
    line-height: 1.4;
}

.product-section .product-card p {
    font-weight: 700;
    color: #000;
    margin: 10px 0 8px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.product-section .add-cart-btn {
    margin-top: 8px;
    padding: 8px 22px;
    border-radius: 30px;
    border: 2px solid #31D2F2;
    background: transparent;
    color: #000;
    font-weight: 500;
    transition: 0.3s ease;
    cursor: pointer;
}

.product-section .add-cart-btn:hover {
    background: #31D2F2;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(49, 210, 242, 0.4);
}

/* additional product */
.product-section {
    background: linear-gradient(to bottom, #f4fbfd, #e9f9fc);
    padding: 80px 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.product-section .product-title {
    font-size: 36px;
    font-weight: 300;
    color: #023047;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.product-section .product-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #31D2F2;
    display: block;
    margin-top: 12px;
}

.product-section .product-subtitle {
    margin-top: 10px;
    font-size: 15px;
    color: #555 !important;
}

.product-section .product-card {
    background: #ffffff;
    padding: 18px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-section .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.product-section .product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 14px;
    transition: 0.4s ease;
}

.product-section .product-card:hover img {
    transform: scale(1.07);
}

.product-section .product-card h5 {
    font-size: 17px;
    font-weight: 500;
    color: #023047;
    margin-bottom: 6px;
}

.product-section .product-card p.text-muted {
    font-size: 14px;
    color: #6c757d !important;
}

.product-section .product-card .price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.product-section .product-floating-contact {
    position: fixed;
    right: 20px;
    bottom: 40px;
    display: flex;
    gap: 12px;
    z-index: 999;
}

.product-section .product-floating-contact a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.product-section .whatsapp-btn {
    background: #25D366;
}

.product-section .call-btn {
    background: #31D2F2;
}

.product-section .product-floating-contact a:hover {
    transform: scale(1.12);
    opacity: 0.95;
}

/* herosection contact */
.contact-hero {
    background-image: url('/img/contactbg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.contact-hero .contact-subtitle {
    color: #31D2F2;
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.contact-hero .contact-title {
    font-size: clamp(45px, 8vw, 95px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.05;
}

.contact-hero .contact-line {
    width: 70px;
    height: 4px;
    background-color: #31D2F2;
    margin-top: 25px;
}

/* form section */
.db-contact {
    background-color: #f3f3f3;
}

.db-contact .db-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
}

.db-contact .db-title span {
    font-weight: 400;
    color: #8c8c8c;
}

.db-contact .db-input {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 15px;
    background: #fff;
}

.db-contact textarea.db-input {
    height: auto;
    resize: none;
}

.db-contact .db-input:focus {
    border-color: #31D2F2;
    box-shadow: none;
}

.db-contact .db-btn {
    padding: 12px 40px;
    border-radius: 8px;
    border: 1px solid#31D2F2;
    background: #fff;
    transition: 0.3s ease;
}

.db-contact .db-btn:hover {
    background: #31D2F2;
    color: #fff;
}

/* map */
.map>iframe {
    height: 60vh;
    width: 100%;
}

/* form section */
.dbw-form-section {
    padding: 90px 20px;
    background: linear-gradient(to bottom, #f4fbfd, #e9f9fc);
    font-family: 'Poppins', sans-serif;
}

.dbw-container {
    max-width: 1100px;
    margin: auto;
}

.dbw-header {
    margin-bottom: 50px;
}

.dbw-small {
    font-size: 14px;
    letter-spacing: 2px;
    color: #31D2F2;
    font-weight: 600;
}

.dbw-header h2 {
    font-size: 40px;
    font-weight: 300;
    color: #222;
}

.dbw-header h2 span {
    font-weight: 600;
}

.dbw-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.dbw-group {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.dbw-form input,
.dbw-form select,
.dbw-form textarea {
    flex: 1 1 300px;
    padding: 15px;
    border-radius: 12px;
    border: 2px solid #ddd;
    outline: none;
    font-size: 15px;
    transition: 0.3s ease;
    background: #fff;
}

.dbw-form textarea {
    min-height: 140px;
    resize: none;
}

.dbw-form input:focus,
.dbw-form select:focus,
.dbw-form textarea:focus {
    border-color: #31D2F2;
    box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.15);
}

.dbw-options {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 15px;
}

.dbw-options input {
    margin-right: 8px;
    accent-color: #31D2F2;
}

.dbw-btn {
    width: fit-content;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    background: #31D2F2;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.dbw-btn:hover {
    background: #25b6d2;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(49, 210, 242, 0.3);
}

/* product detail section */
.dbw-product {
    background: linear-gradient(to bottom, #f8fbfd, #e9f9fc);
}

/* Breadcrumb */
.dbw-breadcrumb a {
    text-decoration: none;
    color: #555;
}

.dbw-breadcrumb .active-page {
    color: #31D2F2;
    font-weight: 600;
}

.dbw-carousel {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
}

.dbw-carousel img {
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.dbw-product-content h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.dbw-price {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.dbw-desc {
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
}

.dbw-btn {
    background-color: #31D2F2;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.dbw-btn:hover {
    background-color: #0bbcd6;
    transform: translateY(-3px);
}

/*  herosection product detail 1 */
.product1-hero {
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/productdetailbg.webp") center/cover no-repeat;
}

.product1-hero .small-text {
    color: #31D2F2;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}

.product1-hero .hero-title {
    font-size: 70px;
    font-weight: 700;
}

.product1-hero .hero-title span {
    font-weight: 800;
}

.product1-hero .line {
    width: 60px;
    height: 4px;
    background-color: #31D2F2;
    margin-top: 20px;
}