.brandcolor{color:#faa000 !important;}
.headerlogo-a img {
    max-height: 60%;
}
.footerfodrm .fordm-control{margin-bottom:1em;}
.pt80{padding-top:80px;padding-bottom:80px;}
.ptop80{padding-top:80px;}


#back2top{position:fixed;bottom:10px;right:10px;display:inline-block;z-index:999;font-size:3em;color:#adb5bd;display:none;}
#back2top:hover{color:#faa000;}

/**********footer form ***********/

.footerform{    background-image: linear-gradient(150deg, #926e43 0%, #d9ac80 80%);color:#fff;padding:4em 0 0 0;}
.u-fill-white {
    fill: #fff;
}

.snscontainer{margin:.2em 0;}
.snscontainer a{font-size:2em;display:inline-block;margin-right:4px;transition: all 0.2s ease-in-out;}
.snscontainer a:hover{color:inherit;transform: scale(1.2);}

/************footer ***********/
.footer{text-align:center;}


/********** header ***************/


/**************** main nav ****************/





@media all and (min-width: 768px) {
    .xx-nav .xx-has-subnav:hover .xx-subnav {display:block;}
    .xx-has-mega:hover  .xx-megacontainer{display:block;}
}




        body {
            font-family: 'Poppins', sans-serif;
            color: #333;
            overflow-x: hidden;
            padding-top:56px;
        }
        a{text-decoration: none;}
        img{max-width: 100%;}
        section{position: relative;}

        .card img{height:auto;}


        .navbar {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .navbar-brand {
            font-weight: 700;
            color: #2c3e50;
        }
        .nav-link {
            color: #2c3e50;
            font-weight: 500;
            margin: 0 10px;
            transition: all 0.3s ease;
        }
        .nav-link:hover {
            color: #3498db;
        }
        
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
            background-size: cover;
            background-position: center;
            min-height: 80vh;
            display: flex;
            align-items: center;
            color: white;
        }
        .hero-bg{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-repeat: no-repeat;background-size: cover;background-position: center;z-index: 0;}
        .hero-bg img{width: 100%;height: 100%;object-fit: cover;}
        .hero-bg::after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));z-index: 1;}
        .hero-content-container{position: relative;z-index: 1;}
        .hero-content {
            max-width: 800px;
            padding:6em 0;
        }
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 30px;
            font-weight: 300;
        }
        .btn-primary {
            background-color: #3498db;
            border-color: #3498db;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .btn-primary:hover {
            background-color: #2980b9;
            border-color: #2980b9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .btn-outline-light {
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        .btn-outline-light:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        .section-title {
            position: relative;
            margin-bottom: 50px;
            font-weight: 700;
            color: #2c3e50;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 70px;
            height: 3px;
            background-color: #3498db;
        }
        .section-title.text-center:after {
            left: 50%;
            transform: translateX(-50%);
        }
        .product-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);;
        }
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        .product-card img {
            height: 250px;
            object-fit: cover;
        }
        .product-card .card-body {
            padding: 25px;
        }
        .product-card .card-title {
            font-weight: 600;
            margin-bottom: 15px;
            color: #2c3e50;
        }
        .about-section {
            background-color: #f8f9fa;
            padding: 100px 0;
        }
        .about-img {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        .about-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .feature-box {
            text-align: center;
            padding: 30px 20px;
            border-radius: 10px;
            background-color: white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
        }
        .feature-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            color: #3498db;
        }
        .feature-title {
            font-weight: 600;
            margin-bottom: 15px;
            color: #2c3e50;
        }
        .certification-section {
            padding: 100px 0;
            background-color: white;
        }
        .certification-logo {
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            padding: 15px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        .certification-logo:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        .certification-logo img {
            max-height: 70px;
            max-width: 100%;
        }
        .custom-section {
            background: linear-gradient(rgba(52, 152, 219, 0.9), rgba(52, 152, 219, 0.9)), url(/files/fobdisplay/home/Custom-Service.webp);
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
        }
        .custom-card {
            background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 10px;
            padding: 30px;
            height: 100%;
            transition: all 0.3s ease;
        }
        .custom-card:hover {
            background-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-10px);
        }
        .custom-icon {
            font-size: 3rem;
            margin-bottom: 20px;
        }
        .testimonial-section {
            padding: 100px 0;
            background-color: #f8f9fa;
        }
        .testimonial-card {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            position: relative;
        }
        .testimonial-card:before {
            content: '\201C';
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 5rem;
            color: #3498db;
            opacity: 0.2;
            font-family: Georgia, serif;
        }
        .client-info {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }
        .client-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
        }
        .client-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .client-details h5 {
            margin-bottom: 5px;
            font-weight: 600;
            color: #2c3e50;
        }
        .client-details p {
            margin-bottom: 0;
            color: #7f8c8d;
        }
        .blog-section {
            padding: 100px 0;
        }
        .blog-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.3s ease;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        .blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        .blog-card img {
            height: 200px;
            object-fit: cover;
        }
        .blog-card .card-body {
            padding: 25px;
        }
        .blog-date {
            color: #7f8c8d;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }
        .blog-card .card-title {
            font-weight: 600;
            margin-bottom: 15px;
            color: #2c3e50;
        }
        .blog-card .card-text {
            margin-bottom: 20px;
        }
        .footer {
            background-color: #2c3e50;
            color: white;
            padding: 70px 0 20px;
        }
        .footer-title {
            font-weight: 600;
            margin-bottom: 25px;
            color: white;
        }
        .footer-links {
            list-style: none;
            padding-left: 0;
        }
        .footer-links li {
            margin-bottom: 15px;
        }
        .footer-links a {
            color: #ecf0f1;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .footer-links a:hover {
            color: #3498db;
            padding-left: 5px;
        }
        .footer-contact li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }
        .footer-contact i {
            margin-right: 15px;
            color: #3498db;
        }
        .social-links {
            list-style: none;
            padding-left: 0;
            display: flex;
        }
        .social-links li {
            margin-right: 15px;
        }
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            transition: all 0.3s ease;
        }
        .social-links a:hover {
            background-color: #3498db;
            transform: translateY(-5px);
        }
        .copyright {
            padding-top: 30px;
            margin-top: 50px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background-color: #3498db;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            z-index: 999;
            opacity: 0;
            visibility: hidden;
        }
        .back-to-top.active {
            opacity: 1;
            visibility: visible;
        }
        .back-to-top:hover {
            background-color: #2980b9;
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        @media (max-width: 991.98px) {
            .hero-title {
                font-size: 2.5rem;
            }
            .hero-subtitle {
                font-size: 1.2rem;
            }
        }
        @media (max-width: 767.98px) {
            .hero-section {
                height: 70vh;
            }
            .hero-title {
                font-size: 2rem;
            }
            .hero-subtitle {
                font-size: 1rem;
            }
            .section-title {
                font-size: 1.8rem;
            }
        }
