/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);

}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Navbar ***/


/* =========================
   HEADER
========================= */

.navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* BODY SPACE */

body {
    padding-top: 90px;
}

/* =========================
   NAVBAR
========================= */

.navbar {
    min-height: 90px;
}

/* =========================
   LOGO
========================= */

.navbar-brand img {
    height: 137px;
    width: 303px;
    object-fit: contain;
}

/* =========================
   NAV LINKS
========================= */
/* ACTIVE NAV LINK */

.navbar-nav .nav-link {
    position: relative;
    color: #000;
}

.navbar-nav .nav-link.active {
    color: #1dbbe2 !important;
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: #1dbbe2;
    border-radius: 10px;
}

.navbar-nav {
    gap: 10px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    padding: 10px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #1dbbe2 !important;
}
.ro-system a{
    text-decoration: none;
}

.ro-system a:hover{
    text-decoration: underline;
}


.ro-system a{
    text-decoration: none;
}












/* =========================
   ORDER BUTTON
========================= */

.order-btn {
    background: #1dbbe2;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 50px;
    margin-left: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.order-btn:hover {
    background: #0aa2c8;
    color: #fff;
}

/* =========================
   MEGA MENU
========================= */

.mega-menu {
    width: 900px;
    padding: 25px;
    border: none;
    border-radius: 15px;
    left: -350px;
    top: 100%;
}

.mega-menu h6 {
    color: #1dbbe2;
    font-weight: 700;
    margin-bottom: 15px;
}

.dropdown-item {
    padding: 8px 0;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}

.dropdown-item:hover {
    background: transparent;
    color: #1dbbe2;
    padding-left: 5px;
}

/* =========================
   MOBILE NAVBAR
========================= */
/* MOBILE 3 LINE BUTTON COLOR */

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: none !important;
    position: relative;
    width: 28px;
    height: 20px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon {
    display: block;
    background-color: #ffffff;
    /* color change here */
    border-radius: 2px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

.navbar-toggler-icon {
    height: 3px;
    margin-top: 8px;
}


@media (max-width: 991px) {

    body {
        padding-top: 75px;
    }

    /* MOBILE MENU BOX */

    .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 10px;
        border-radius: 0 0 15px 15px;
    }

    /* MENU ITEMS ONE BY ONE */

    .navbar-nav {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
    }

    .navbar-nav .nav-item,
    .navbar-nav .nav-link {
        width: 100%;
    }

    .navbar-nav .nav-link {
        color: #000 !important;
        padding: 14px 0;
        border-bottom: 1px solid #eee;
        font-size: 16px;
    }

    .navbar-brand img {
        height: 83px;
        width: 95px;
        object-fit: contain;
    }

    /* DROPDOWN */

    .dropdown-menu {
        position: static !important;
        width: 100% !important;
        border: none !important;
        box-shadow: none !important;
        background: #f8f9fa;
        padding: 10px 15px !important;
        margin-top: 10px;
        border-radius: 10px;
    }

    /* MEGA MENU */

    .mega-menu {
        width: 100% !important;
        left: 0 !important;
        max-height: 350px;
        overflow-y: auto;
    }

    .mega-menu .row {
        display: flex;
        flex-direction: column !important;
    }

    .mega-menu .col-lg-3,
    .mega-menu .col-md-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .mega-menu h6 {
        color: #1dbbe2;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 8px 0;
        color: #333 !important;
        font-size: 14px;
    }

    /* BUTTON */

    .order-btn {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
}

/*** Carousel Hero Header Start ***/

.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-radius: 0 50px 50px 0;
}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-radius: 50px 0 0 50px;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

/* Updated Overlays with Blue Tone */
.carousel .carousel-inner .carousel-item .carousel-caption-1,
.carousel .carousel-inner .carousel-item .carousel-caption-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background: linear-gradient(var(--bs-dark-overlay), var(--bs-dark-overlay));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

/* Button Alignment Fixes */
.carousel-caption-1-content-btn,
.carousel-caption-2-content-btn {
    display: flex;
}

.carousel-caption-1-content-btn {
    justify-content: end;
}

.carousel-caption-2-content-btn {
    justify-content: start;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 40vh;
        /* Screen-oda 40% height mattum thaan banner edukkum */
        min-height: 250px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 80%;
        width: 100%;
        object-fit: contain;
        /* Image stretch aagathu, full-ah theriyum */
        background-color: #f8f9fa;
        /* Background white-ah iruntha, image-kku pinnala neat-ah irukkum */
    }

    .carousel .carousel-inner .carousel-item .carousel-caption-1,
    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
        text-align: center !important;
    }

    .carousel-caption-1-content,
    .carousel-caption-2-content {
        padding: 0 20px !important;
    }

    .carousel-caption-1-content-btn,
    .carousel-caption-2-content-btn {
        justify-content: center !important;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}

/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}

/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content p {
    color: var(--bs-white);
}

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1dbbe2;
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}

/*** Service End ***/


/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(103 222 233 / 90%), rgb(68 85 124)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    /* background: var(--bs-primary); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}

.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon {
    left: -25px;
}

/*** Team End ***/


/*** testimonial Start ***/
/* .testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
} */

.testi-card {
    transition: transform 0.3s ease;
    border-bottom: 4px solid transparent;
}

.testi-card:hover {
    transform: translateY(-10px);
    border-bottom: 4px solid var(--bs-primary);
}

.text-primary-light {
    color: rgba(13, 110, 253, 0.2);
}

.rounded-4 {
    border-radius: 1.25rem !important;
}

/* Background watermark effect */
.testimonial-section {
    background-image: url('assets/water-drop-bg.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

/*** testimonial End ***/

/* FAQ */

.faq-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.faq-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary .icon-box {
    background: rgba(255, 255, 255, 0.2);
}

.rounded-4 {
    border-radius: 1.5rem !important;
}

/* FAQ End */

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/

/* Product Carousel Height Adjustment */
.product-item {
    height: auto;
    padding: 15px !important;
}

.product-item img {
    height: 180px !important;
    object-fit: contain;
    padding: 10px;
}

.product-content {
    padding: 10px !important;
}

.product-content h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.product-content p {
    font-size: 0.9rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* 1. Main Container */
.floating-contact-container {
    position: fixed;
    bottom: 20px;
    width: 100%;
    pointer-events: none;
    z-index: 9999;
}

.float-icon,
.back-to-top-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    pointer-events: auto;
    overflow: hidden;
}

.float-icon:hover,
.back-to-top-btn:hover {
    transform: scale(1.1);
    color: #fff;
}

/* 3. Icon Colors & Fonts */
.phone-icon {
    background: #1dbbe2;
    color: white;
}

.whatsapp-icon {
    background: #25d366;
    color: white;
    font-size: 24px;
}

.google-icon {
    background: #ffffff;
    border: 1px solid #ddd;
}

/* 4. Google Review Image Perfect Alignment */
.google-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    padding: 0;
}

/* 5. Positions (Left & Right) */
.float-left-side {
    position: fixed;
    bottom: 30px;
    left: 30px;
}

.float-right-side {
    position: fixed;
    bottom: 95px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* About Page Styling */
.about .about-img img {
    transition: 0.5s;
    border-radius: 15px;
}

.about .about-img img:hover {
    transform: scale(1.05);
}

.btn-primary:hover {
    background-color: #159ab8 !important;
    transition: 0.3s;
}

.display-5 {
    color: #2c3e50;
    font-weight: 700;
}

.bg-dark-blue {
    background-color: #2c3e50;
}

.hero-section {
    padding: 140px 0;
    background: linear-gradient(rgba(44, 62, 80, 0.8), rgba(44, 62, 80, 0.8)),
        url('assets/about-banner.jpg');
    background-size: cover;
    background-position: center;
}

.btn-info {
    color: white;
    background-color: #0dcaf0;
}

.nav-link.active {
    color: #0dcaf0 !important;
    border-bottom: 2px solid #0dcaf0;
}

.navbar-brand {
    height: 125px;
    width: 136px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.navbar-collapse {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.nav-link {
    font-weight: 500;
    color: #ffffff !important;
    transition: 0.3s;
}

.nav-link.active {
    color: #00d4ff !important;
    border-bottom: 2px solid #00d4ff;
}

.nav-link:hover {
    color: #00d4ff !important;
}

@media (max-width: 768px) {
    .navbar-brand {
        height: 60px;
        width: 70px;
    }
}

.about-section .experience-badge {
    background-color: #2c3e50;
    color: white;
    padding: 15px 25px;
    position: absolute;
    top: -20px;
    left: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.about-section .feature-box {
    border-left: 5px solid #0dcaf0;
}

.btn-primary {
    background-color: #2c3e50;
    border: none;
}

.faq-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-card:hover {
    transform: translateY(-10px);
    border-color: #0dcaf0;
    box-shadow: 0 10px 25px rgba(13, 202, 240, 0.15);
}

.faq-modern {
    background-color: #fcfcfc;
}

.contact-info-card {
    border-left: 5px solid #1dbbe2;
    transition: 0.3s;
}

.contact-info-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-form .form-control {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.contact-form .form-control:focus {
    border-color: #1dbbe2;
    box-shadow: none;
}

.product-image-box {
    border: 1px solid #eee;
    transition: 0.3s;
}

.product-image-box:hover {
    transform: scale(1.02);
}

.table th {
    width: 30%;
    color: #2c3e50;
}

.btn-info {
    background-color: #1dbbe2;
    border: none;
}

.product-detail img {
    transition: transform 0.3s ease;
}

.product-detail img:hover {
    transform: scale(1.05);
}

.table-info {
    background-color: #1dbbe2 !important;
    color: white;
}

/* Mega Menu Layout */
.dropdown-menu.mega-menu {
    width: 1000px;
    left: -470px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.mega-menu .row {
    display: flex;
}

.mega-menu h6 {
    color: #0d6efd;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

.mega-menu li a {
    font-size: 13px;
    padding: 5px 0;
    white-space: normal;
}

.dropdown-menu.mega-menu {
    display: none;
}

.nav-item.dropdown:hover .dropdown-menu.mega-menu {
    display: block;
}

@media (max-width: 992px) {
    .dropdown-menu.mega-menu {
        width: 100%;
        left: 0;
    }
}

.gallery-container {
    padding: 50px 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.3s;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: #333;
}


/* Masonry Gallery Fix */
#gallery .row {
    display: block;
    column-count: 3;
    column-gap: 24px;
}

#gallery .col-xl-4,
#gallery .col-md-6,
#gallery .col-12 {
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
    break-inside: avoid;
}

#gallery .glightbox {
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

#gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: transform 0.4s ease;
}

#gallery .glightbox:hover img {
    transform: scale(1.05);
}

/* Tablet */
@media (max-width: 991px) {
    #gallery .row {
        column-count: 2;
    }
}

/* Mobile */
@media (max-width: 576px) {
    #gallery .row {
        column-count: 1;
    }
}

/* Video Modern Frame */
.video-frame {
    transition: transform 0.4s ease;
}

.video-frame:hover {
    transform: translateY(-10px);
}

/* Modern text and spacing */
.display-6 {
    font-weight: 800;
    color: #2c3e50;
}

.btn-outline-primary {
    border: 2px solid #1dbbe2;
    color: #1dbbe2;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background-color: #1dbbe2;
    color: white;
}

/* Desktop & Default Styles */
/* Desktop View */
.responsive-video {
    width: 895px;      /* Neenga ketta fixed width */
    height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto;    /* Center-la irukka */
}

.custom-floating-badge {
    bottom: -25px;
    right: 120px;      /* 895px width-ku yethapola right side adjust */
    border-left: 5px solid #1dbbe2;
    z-index: 10;
    width: 250px;      /* Badge-kum fixed width */
}

/* Tablet View (Max 992px) */
@media (max-width: 992px) {
    .responsive-video {
        width: 100%;   /* Screen-ku etha maathiri adjust aagum */
        height: 350px;
    }
    .custom-floating-badge {
        right: 50px;
    }
}

/* Mobile View (Max 768px) */
@media (max-width: 768px) {
    .responsive-video {
        width: 100%;
        height: 250px;
    }
    
    .custom-floating-badge {
        right: 50%;
        transform: translateX(50%);
        bottom: -40px;
        width: 90%;    /* Mobile-la konjam perusa theriyum */
        text-align: center;
    }
}

