
        :root {
            --primary-teal: rgb(32, 147, 151);
            /* --primary-teal-dark: rgb(25, 118, 121); */
            --primary-teal-dark: rgb(32, 147, 151);
            --primary-teal-light: rgba(32, 147, 151, 0.1);
            --gray-text: rgb(110,109,117);
            --light-gray: rgb(169,170,175);
        }

        * {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
        }

        /*bootstrap form error text*/
        .has-error .help-block{
            color:rgb(190,10,0);
            font-size: 0.85rem;
        }


        /* Header Styles */
        .navbar {
            height: 98px;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .sitelogo{
            width: 300px;
            padding: 0px 10px;
        }
        @media (max-width: 768px) {
            .sitelogo{
                width: 250px;
                padding: 0px 10px;
            }
        }

        .siteborder{
            height: 6px;
            width: 100%;
            background-color: var(--primary-teal);
        }
        @media (max-width: 768px){
            .siteborder{
                height: 4px;
                background-color: inherit;
                box-shadow: 0 2px 20px rgba(0,0,0,0.1);
            }   
        }

        .navbar-brand {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            font-weight: bold;
            text-transform: uppercase;
        }

        .logo-main {
            font-size: 1.85rem;
            line-height: 1;
            letter-spacing: 3px;
        }

        .logo-philippines {
            font-size: 1rem;
            color: var(--light-gray);
            align-self: flex-end;
            margin-top: -5px;
            letter-spacing: 2px;
        }

        .navbar-nav .nav-link {
            font-weight: 500;
            color: #333 !important;
            margin: 0 15px;
            transition: color 0.3s ease;
        }

        .navbar-nav .nav-link:hover {
            color: var(--primary-teal) !important;
        }

        .btn-site {
            background: var(--primary-teal);
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            color: white;
        }

        .btn-site:hover {
            background: var(--primary-teal-dark);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(32, 147, 151, 0.4);
            color: white;
        }
        

        /* Section Styles */
        .section-padding {
            padding: 100px 0;
        }

        .section-title {
            color: var(--primary-teal-dark);
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 60px;
            text-align: center;
            position: relative;
        }

        .section-title::after {
            content: '';
            width: 80px;
            height: 4px;
            background: var(--primary-teal);
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
        }

        /* Service Cards */
        .service-card {
            background: white;
            border-radius: 15px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(32, 147, 151, 0.2);
        }

        .service-card form {
            text-align: left;
        }

        .service-endorser {
            width: 100%;            
            object-fit: cover;
            margin: 0 auto 20px;
            display: block;
        }
        @media (max-width: 768px){
            .service-endorser {
                width: 90%;
            }
        }       

        .service-title {
            color: var(--primary-teal-dark);
            font-size: 1.7rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        @media (max-width: 768px){
            .service-title {
                font-size: 1.8rem;
                line-height: 1rem;
            }
        }  

        /* Article Cards */
        .article-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            height: 100%;
        }

        .article-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .article-image {
            height: 280px;
            background-size: cover;
            background-position: center;
        }

        .article-content {
            padding: 25px;
        }

        .article-title {
            color: var(--primary-teal-dark);
            font-weight: 600;
            margin-bottom: 10px;
        }

        .article-excerpt {
            color: var(--gray-text);
            font-size: 0.9rem;
        }

        /* Testimonial Cards */
        .testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            text-align: center;
            height: 100%;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(32, 147, 151, 0.15);
        }

        .testimonial-avatar {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 20px;
        }

        .testimonial-text {
            font-style: italic;
            color: var(--gray-text);
            margin-bottom: 20px;
        }

        .testimonial-name {
            color: var(--primary-teal-dark);
            font-weight: 600;
        }

        /* Branch Cards - Enhanced Design */
        .branches-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .branch-card {
            background: linear-gradient(135deg, white 0%, #f8f9fa 100%);
            border-radius: 25px;
            padding: 35px;
            box-shadow: 0 15px 35px rgba(32, 147, 151, 0.08);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
        }

        .branch-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, var(--primary-teal) 0%, var(--primary-teal-dark) 100%);
        }

        .branch-card::after {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100px;
            height: 100px;
            background: radial-gradient(circle, rgba(32, 147, 151, 0.1) 0%, transparent 70%);
            transition: all 0.4s ease;
        }

        .branch-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 50px rgba(32, 147, 151, 0.15);
            border-color: var(--primary-teal);
        }

        .branch-card:hover::after {
            top: -20%;
            right: -20%;
            width: 150px;
            height: 150px;
        }

        .branch-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .branch-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, var(--primary-teal) 0%, var(--primary-teal-dark) 100%);
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            margin-right: 15px;
            position: relative;
            z-index: 2;
        }

        .branch-name {
            color: var(--primary-teal-dark);
            font-weight: 700;
            font-size: 1.3rem;
            margin: 0;
            position: relative;
            z-index: 2;
        }

        .branch-address {
            color: var(--gray-text);
            font-size: 0.95rem;
            margin-bottom: 20px;
            line-height: 1.5;
            position: relative;
            z-index: 2;
        }

        .branch-contact {
            display: flex;
            align-items: center;
            color: var(--primary-teal);
            font-size: 1rem;
            font-weight: 600;
            position: relative;
            z-index: 2;
        }

        .branch-contact i {
            margin-right: 8px;
            font-size: 1.1rem;
        }

        /* FAQ Section */
        .faq-section {
            background: #f8f9fa;
        }

        .accordion-button {
            background: white;
            color: var(--primary-teal-dark);
            font-weight: 600;
            border: none;
            box-shadow: none;
        }

        .accordion-button:not(.collapsed) {
            background: var(--primary-teal-light);
            color: var(--primary-teal-dark);
        }

        .accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(32, 147, 151, 0.25);
        }

        /* Booking Section */
        .booking-section {
            background: var(--primary-teal);
            color: white;
        }

        .booking-form {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 20px 50px rgba(0,0,0,0.2);
        }

        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 12px 15px;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            border-color: var(--primary-teal);
            box-shadow: 0 0 0 0.2rem rgba(32, 147, 151, 0.25);
        }

        .form-label{
            color:var(--primary-teal-dark);
        }

        /* Footer */
        .footer {
            background: #2c3e50;
            color: #bdc3c7;
            padding: 60px 0 30px;
        }

        .footer-title {
            color: var(--primary-teal);
            font-weight: 600;
            margin-bottom: 20px;
        }

        .footer-link {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-link:hover {
            color: var(--primary-teal);
        }

        .footer .text-muted {
            color: #95a5a6 !important;
        }

        .social-icon {
            width: 40px;
            height: 40px;
            background: var(--primary-teal);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            margin-right: 10px;
            transition: all 0.3s ease;
        }

        /* Connect Cards */
        .connect-card {
            background: white;
            border-radius: 20px;
            padding: 30px 20px;
            box-shadow: 0 10px 30px rgba(32, 147, 151, 0.1);
            transition: all 0.3s ease;
            height: 100%;
            border: 2px solid transparent;
        }

        .connect-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(32, 147, 151, 0.15);
            border-color: var(--primary-teal-light);
        }

        .connect-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary-teal) 0%, var(--primary-teal-dark) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: white;
            font-size: 1.8rem;
        }

        .connect-title {
            color: var(--primary-teal-dark);
            font-weight: 600;
            margin-bottom: 15px;
        }

        .connect-info {
            color: var(--primary-teal);
            font-weight: 500;
            margin-bottom: 5px;
        }

        /* Responsive */
        @media (max-width: 768px) {
             .logo-main {
                font-size: 1.60rem;

            }

            .logo-philippines {
                font-size: .9rem;
                margin-top: -2px;
                letter-spacing: 2px;
            }

            .section-padding {
                padding: 60px 0;
            }

            .navbar {
                height: auto;
                padding: 15px 0;
            }
        }

        /**Popup**/
        .promo-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(5, 20, 21, 0.5);
            backdrop-filter: blur(4px);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            padding: 20px;
        }

        .promo-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .promo-popup {
            position: relative;            
            max-width: 900px;
            width: 100%;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            transform: scale(0.85) translateY(30px);
            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .promo-overlay.show .promo-popup {
            transform: scale(1) translateY(0);
        }

        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(0, 0, 0, 0.7);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .close-btn:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: scale(1.1);
        }

        .close-btn i {
            font-size: 18px;
        }

        .poster-container {
            position: relative;
            width: 100%;
            max-height: 90vh;
            overflow: hidden;
        }

        .poster-image {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease;
        }

        .poster-container:hover .poster-image {
            transform: scale(1.02);
        }

        .cta-container {
            position: absolute;
            bottom: 25px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 5;
        }

        .cta-button {
            background: var(--primary-teal);
            color: white;
            border: 3px solid white;
            padding: 15px 40px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            display: inline-block;
            box-shadow: 0 8px 25px rgba(32,147,151,0.4);
            backdrop-filter: blur(10px);
        }

        .cta-button:hover {
            background: var(--primary-teal-dark);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(32,147,151,0.6);
            border-color: rgba(255,255,255,0.9);
        }

        .cta-button:active {
            transform: translateY(-1px);
        }

        .poster-placeholder {
            width: 100%;
            height: 400px;
            background: linear-gradient(135deg, var(--primary-teal), var(--primary-teal-dark));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .promo-popup {
                max-width: 95%;
                margin: 10px;
            }
            
            .cta-button {
                padding: 12px 30px;
                font-size: 16px;
            }
            
            .close-btn {
                width: 35px;
                height: 35px;
                top: 10px;
                right: 10px;
            }
            
            .close-btn i {
                font-size: 16px;
            }
            
            .cta-container {
                bottom: 20px;
            }
        }

        @media (max-width: 480px) {
            .cta-button {
                padding: 10px 25px;
                font-size: 14px;
            }
            
            .poster-placeholder {
                height: 300px;
                font-size: 20px;
            }
        }

        /* Page Header Spacing */
        .page-header {
            padding-top: 130px !important;
        }

        /* Global Pagination Styles */
        .pagination {
            gap: 5px;
        }

        .pagination .page-link {
            color: var(--primary-teal);
            border: 1px solid #dee2e6;
            padding: 0.5rem 0.75rem;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .pagination .page-link:hover {
            color: white;
            background-color: var(--primary-teal);
            border-color: var(--primary-teal);
        }

        .pagination .page-item.active .page-link {
            background-color: var(--primary-teal);
            border-color: var(--primary-teal);
            color: white;
        }

        .pagination .page-item.disabled .page-link {
            color: #6c757d;
            background-color: #fff;
            border-color: #dee2e6;
        }
