/* ==========================================================
   KARUBARI SAHULAT
   PROFESSIONAL CORPORATE WEBSITE
   STYLE SHEET
   PART 1
========================================================== */

/*==========================
Google Fonts
===========================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600&display=swap');

/*==========================
Root Variables
===========================*/

:root{

--primary:#D4AF37;
--secondary:#0F172A;
--dark:#111827;
--light:#F8FAFC;
--white:#ffffff;
--gray:#6B7280;
--border:#E5E7EB;

--shadow:0 10px 30px rgba(0,0,0,.08);

--radius:15px;

--transition:.35s ease;

}

/*==========================
Reset
===========================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Open Sans',sans-serif;

background:var(--light);

color:#333;

overflow-x:hidden;

line-height:1.7;

}

/*==========================
Typography
===========================*/

h1,h2,h3,h4,h5,h6{

font-family:'Poppins',sans-serif;

font-weight:700;

color:var(--secondary);

}

h1{

font-size:56px;

line-height:1.2;

}

h2{

font-size:42px;

margin-bottom:20px;

}

h3{

font-size:30px;

}

h4{

font-size:24px;

}

p{

font-size:16px;

color:#555;

}

a{

text-decoration:none;

transition:var(--transition);

}

img{

max-width:100%;

display:block;

}

/*==========================
Utilities
===========================*/

.section-padding{

padding:90px 0;

}

.bg-primary-dark{

background:var(--secondary);

}

.bg-gold{

background:var(--primary);

}

.text-gold{

color:var(--primary);

}

.text-darkblue{

color:var(--secondary);

}

.shadow-custom{

box-shadow:var(--shadow);

}

.rounded-custom{

border-radius:var(--radius);

}

.section-title{

font-size:42px;

font-weight:700;

margin-bottom:15px;

}

.section-subtitle{

font-size:18px;

color:#666;

max-width:750px;

margin:auto;

margin-bottom:50px;

}

/*==========================
Buttons
===========================*/

.btn{

border-radius:40px;

padding:12px 28px;

font-weight:600;

transition:.4s;

}

.btn-warning{

background:var(--primary);

border:none;

color:#111;

}

.btn-warning:hover{

background:#c69b18;

color:#fff;

transform:translateY(-3px);

}

.btn-primary{

background:var(--secondary);

border:none;

}

.btn-primary:hover{

background:#1e293b;

transform:translateY(-3px);

}

.btn-outline-light:hover{

background:white;

color:#000;

}

/*==========================
Navbar
===========================*/

.navbar{

background:rgba(15,23,42,.98);

padding:15px 0;

transition:.4s;

z-index:999;

}

.navbar-brand img{

height:70px;

transition:.3s;

}

.navbar-brand img:hover{

transform:scale(1.05);

}

.nav-link{

font-weight:600;

font-size:16px;

margin-left:15px;

color:white !important;

position:relative;

}

.nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-5px;

width:0;

height:2px;

background:var(--primary);

transition:.3s;

}

.nav-link:hover::after{

width:100%;

}

.nav-link:hover{

color:var(--primary)!important;

}

.navbar-toggler{

border:none;

}

.navbar-toggler:focus{

box-shadow:none;

}

/*==========================
Hero Section
===========================*/

/*.hero{*/

/*background:linear-gradient(rgba(15,23,42,.88),*/
/*rgba(15,23,42,.88)),*/
/*url("../../images/slider/hero.jpg");*/

/*background-size:cover;*/

/*background-position:center;*/

/*background-repeat:no-repeat;*/

/*padding:150px 0;*/

/*min-height:100vh;*/

/*display:flex;*/

/*align-items:center;*/

/*}*/

/*.hero h5{*/

/*letter-spacing:3px;*/

/*font-weight:600;*/

/*color:var(--primary);*/

/*}*/

/*.hero h1{*/

/*color:white;*/

/*font-weight:800;*/

/*margin-bottom:25px;*/

/*}*/

/*.hero p{*/

/*font-size:19px;*/

/*color:#ddd;*/

/*margin-bottom:35px;*/

/*}*/

/*.hero-logo{*/

/*max-width:420px;*/

/*margin:auto;*/

/*animation:float 4s ease-in-out infinite;*/

/*filter:drop-shadow(0 0 15px rgba(212,175,55,.35));*/

/*}*/

/*==========================
Animations
===========================*/

/*@keyframes float{*/

/*0%{*/

/*transform:translateY(0);*/

/*}*/

/*50%{*/

/*transform:translateY(-15px);*/

/*}*/

/*100%{*/

/*transform:translateY(0);*/

/*}*/

/*}*/

/*==========================
Success Alert
===========================*/

/*.alert-success{*/

/*border-radius:0;*/

/*font-weight:600;*/

/*margin-bottom:0;*/

/*}*/

/*==========================
Company Section
===========================*/

.company-img{

border-radius:15px;

box-shadow:var(--shadow);

}

.company-content{

padding-left:30px;

}

.company-content h2{

margin-bottom:20px;

}

.company-content p{

margin-bottom:20px;

}

/*==========================
Cards
===========================*/

.card{

border:none;

border-radius:15px;

overflow:hidden;

transition:.4s;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.card:hover{

transform:translateY(-10px);

box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.card img{

transition:.5s;

}

.card:hover img{

transform:scale(1.08);

}
/*=========================================================
    PART 2A
    LEADERSHIP + STATISTICS
=========================================================*/


/*==========================
Section Backgrounds
==========================*/

.bg-light{
    background:#f8f9fa !important;
}

.bg-dark-section{
    background:#0F172A;
}


/*==========================
Leadership Section
==========================*/

.leadership-section{
    padding:100px 0;
}

.leadership-section img{
    width:100%;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    transition:.4s;
}

.leadership-section img:hover{
    transform:scale(1.02);
}

.leadership-section h3{
    font-size:34px;
    font-weight:700;
    color:#0F172A;
}

.leadership-section h5{
    color:#D4AF37;
    font-weight:600;
    margin-bottom:20px;
}

.leadership-section p{
    color:#555;
    text-align:justify;
    line-height:1.9;
}


/*==========================
CEO Card
==========================*/

.ceo-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.ceo-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}


/*==========================
Managing Director Card
==========================*/

.md-card{

    background:#fff;

    border-radius:18px;

    padding:25px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.md-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}


/*==========================
Leadership Images
==========================*/

.leader-image{

    overflow:hidden;

    border-radius:15px;

}

.leader-image img{

    transition:.5s;

}

.leader-image:hover img{

    transform:scale(1.08);

}


/*==========================
Section Divider
==========================*/

.section-divider{

    width:120px;

    height:4px;

    background:#D4AF37;

    margin:20px auto 40px;

    border-radius:20px;

}


/*==========================
Statistics Section
==========================*/

.stats-section{

    padding:90px 0;

    background:#0F172A;

}

.stat-box{

    text-align:center;

    color:#fff;

    padding:35px 20px;

    border-radius:15px;

    transition:.35s;

}

.stat-box:hover{

    background:rgba(255,255,255,.05);

    transform:translateY(-10px);

}

.stat-box i{

    font-size:60px;

    color:#D4AF37;

    margin-bottom:20px;

}

.stat-box h2{

    font-size:48px;

    color:#fff;

    font-weight:700;

    margin-bottom:10px;

}

.stat-box p{

    color:#d7d7d7;

    font-size:18px;

}


/*==========================
Counter Animation Ready
==========================*/

.counter{

    font-size:50px;

    font-weight:700;

    color:#fff;

}


/*==========================
Why Choose Us
==========================*/

.why-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    text-align:center;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.why-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.why-card i{

    font-size:55px;

    color:#D4AF37;

    margin-bottom:20px;

}

.why-card h4{

    font-size:24px;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    line-height:1.8;

}


/*==========================
Horizontal Rule
==========================*/

.custom-hr{

    width:80px;

    height:3px;

    background:#D4AF37;

    border:none;

    margin:25px auto;

}


/*==========================
Responsive
==========================*/

@media(max-width:991px){

.leadership-section{

text-align:center;

}

.company-content{

padding-left:0;

margin-top:30px;

}

.leadership-section h3{

font-size:30px;

}

.stat-box{

margin-bottom:25px;

}

}

@media(max-width:768px){

.leadership-section{

padding:70px 0;

}

.leadership-section h3{

font-size:26px;

}

.stat-box h2{

font-size:40px;

}

.stat-box i{

font-size:50px;

}

.why-card{

margin-bottom:25px;

}

}

@media(max-width:576px){

.leadership-section img{

margin-bottom:25px;

}

.stat-box{

padding:25px 15px;

}

.counter{

font-size:38px;

}

}
/*=========================================================
    PART 2B
    SERVICES & PRODUCTS
=========================================================*/


/*==========================
Services Section
==========================*/

.services-section{
    padding:100px 0;
    background:#f8f9fa;
}

.service-card{

    border:none;

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.service-card img{

    height:240px;

    width:100%;

    object-fit:cover;

    transition:.5s;

}

.service-card:hover img{

    transform:scale(1.08);

}

.service-card .card-body{

    padding:30px;

    text-align:center;

}

.service-card i{

    font-size:55px;

    color:#D4AF37;

    margin-bottom:20px;

}

.service-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

    color:#0F172A;

}

.service-card p{

    color:#666;

    line-height:1.8;

}


/*==========================
Service Button
==========================*/

.service-btn{

    margin-top:20px;

}

.service-btn .btn{

    border-radius:30px;

    padding:12px 30px;

}


/*==========================
Products Section
==========================*/

.products-section{

    padding:100px 0;

    background:#fff;

}

.product-card{

    text-align:center;

    background:#fff;

    border-radius:18px;

    padding:35px 20px;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 40px rgba(0,0,0,.18);

}

.product-card i{

    font-size:60px;

    color:#D4AF37;

    margin-bottom:20px;

}

.product-card h5{

    margin-top:15px;

    font-size:22px;

    font-weight:600;

    color:#0F172A;

}

.product-card p{

    color:#666;

    margin-top:10px;

}


/*==========================
Product Image
==========================*/

.product-image{

    width:120px;

    height:120px;

    object-fit:contain;

    margin:auto;

    margin-bottom:20px;

    transition:.4s;

}

.product-card:hover .product-image{

    transform:scale(1.08);

}


/*==========================
Icons
==========================*/

.icon-circle{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#fff8df;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:20px;

    transition:.35s;

}

.icon-circle i{

    font-size:40px;

    color:#D4AF37;

}

.service-card:hover .icon-circle{

    background:#D4AF37;

}

.service-card:hover .icon-circle i{

    color:#fff;

}


/*==========================
Feature Box
==========================*/

.feature-box{

    padding:30px;

    border-radius:15px;

    background:#fff;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.feature-box:hover{

    transform:translateY(-8px);

}

.feature-box h4{

    margin-top:15px;

}

.feature-box p{

    margin-top:10px;

}


/*==========================
Lists
==========================*/

.service-list{

    list-style:none;

    padding:0;

    margin-top:20px;

}

.service-list li{

    padding:8px 0;

    color:#555;

}

.service-list li i{

    color:#D4AF37;

    margin-right:10px;

}


/*==========================
Section Heading
==========================*/

.section-heading{

    text-align:center;

    margin-bottom:60px;

}

.section-heading h2{

    font-size:42px;

    font-weight:700;

}

.section-heading p{

    max-width:700px;

    margin:auto;

    color:#666;

}


/*==========================
Responsive
==========================*/

@media(max-width:991px){

.service-card{

margin-bottom:30px;

}

.product-card{

margin-bottom:30px;

}

}

@media(max-width:768px){

.services-section,
.products-section{

padding:70px 0;

}

.service-card img{

height:220px;

}

.service-card h4{

font-size:22px;

}

.product-card h5{

font-size:20px;

}

.icon-circle{

width:75px;

height:75px;

}

.icon-circle i{

font-size:34px;

}

}

@media(max-width:576px){

.section-heading h2{

font-size:32px;

}

.service-card .card-body{

padding:25px;

}

.product-card{

padding:25px;

}

.service-card img{

height:200px;

}

}
/*=========================================================
    PART 2C
    MACHINERY • CLIENTS • TESTIMONIALS • CTA • CONTACT
=========================================================*/


/*==========================
Production Facility
==========================*/

.facility-section{
    padding:100px 0;
    background:#ffffff;
}

.machine-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.machine-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.machine-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.machine-card:hover img{

    transform:scale(1.08);

}

.machine-card .card-body{

    padding:30px;

}

.machine-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.machine-card p{

    color:#666;

    line-height:1.8;

}


/*==========================
Client Section
==========================*/

.clients-section{

    padding:100px 0;

    background:#f8f9fa;

}

.client-box{

    background:#fff;

    border-radius:15px;

    padding:30px;

    text-align:center;

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.client-box:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.client-box img{

    max-height:90px;

    width:auto;

    margin:auto;

    filter:grayscale(100%);

    transition:.4s;

}

.client-box:hover img{

    filter:grayscale(0%);

    transform:scale(1.05);

}

.client-box p{

    margin-top:15px;

    font-weight:600;

    color:#0F172A;

}


/*==========================
Testimonials
==========================*/

.testimonial-card{

    background:#fff;

    border-radius:18px;

    padding:35px;

    height:100%;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.testimonial-card .stars{

    color:#D4AF37;

    font-size:20px;

    margin-bottom:15px;

}

.testimonial-card p{

    font-style:italic;

    color:#555;

    line-height:1.9;

}

.testimonial-card h5{

    margin-top:20px;

    margin-bottom:0;

}

.testimonial-card small{

    color:#888;

}


/*==========================
Call To Action
==========================*/

.cta-section{

    background:#D4AF37;

    padding:90px 0;

    text-align:center;

}

.cta-section h2{

    color:#111;

    font-weight:800;

    margin-bottom:20px;

}

.cta-section p{

    color:#222;

    font-size:18px;

    margin-bottom:30px;

}

.cta-section .btn{

    padding:15px 40px;

    font-size:18px;

}


/*==========================
Contact Section
==========================*/

.contact-section{

    padding:100px 0;

    background:#ffffff;

}

.contact-form{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-form .form-control{

    height:55px;

    border-radius:10px;

    border:1px solid #ddd;

}

.contact-form textarea.form-control{

    height:150px;

}

.contact-form .form-control:focus{

    border-color:#D4AF37;

    box-shadow:none;

}

.contact-info{

    background:#0F172A;

    color:#fff;

    padding:40px;

    border-radius:20px;

    height:100%;

}

.contact-info h3{

    color:#fff;

}

.contact-info p{

    color:#ddd;

}

.contact-info i{

    color:#D4AF37;

    margin-right:10px;

}


/*==========================
Google Map
==========================*/

.map-section iframe{

    width:100%;

    height:450px;

    border:none;

}


/*==========================
Footer
==========================*/

footer{

    background:#0F172A;

    color:#fff;

    padding-top:70px;

}

footer h5{

    color:#fff;

    margin-bottom:20px;

}

footer p{

    color:#cbd5e1;

}

footer ul{

    list-style:none;

    padding:0;

}

footer ul li{

    margin-bottom:10px;

}

footer ul li a{

    color:#cbd5e1;

    transition:.3s;

}

footer ul li a:hover{

    color:#D4AF37;

    padding-left:5px;

}

footer hr{

    border-color:rgba(255,255,255,.15);

}

.footer-bottom{

    padding:20px 0;

    text-align:center;

}

.footer-social a{

    width:45px;

    height:45px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.1);

    color:#fff;

    margin-right:10px;

    transition:.35s;

}

.footer-social a:hover{

    background:#D4AF37;

    color:#111;

}


/*==========================
WhatsApp Button
==========================*/

.whatsapp-btn{

    position:fixed;

    right:20px;

    bottom:20px;

    width:65px;

    height:65px;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    z-index:999;

    box-shadow:0 8px 25px rgba(0,0,0,.25);

    transition:.35s;

}

.whatsapp-btn:hover{

    transform:scale(1.1);

    color:#fff;

}


/*==========================
Responsive
==========================*/

@media(max-width:991px){

.contact-info{
    margin-top:30px;
}

.machine-card,
.client-box,
.testimonial-card{
    margin-bottom:30px;
}

}

@media(max-width:768px){

.facility-section,
.clients-section,
.contact-section{
    padding:70px 0;
}

.machine-card img{
    height:220px;
}

.cta-section h2{
    font-size:32px;
}

.contact-form,
.contact-info{
    padding:25px;
}

}

@media(max-width:576px){

.machine-card img{
    height:200px;
}

.client-box{
    padding:20px;
}

.contact-form{
    padding:20px;
}

.cta-section{
    padding:60px 20px;
}

.whatsapp-btn{
    width:55px;
    height:55px;
    font-size:26px;
}

}
/*=========================================================
    PART 3A-1
    PAGE BANNER & BREADCRUMBS
=========================================================*/


/*==========================
Page Banner
==========================*/

.page-banner{

    position:relative;

    width:100%;

    min-height:380px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    overflow:hidden;

    background:linear-gradient(
        rgba(15,23,42,.82),
        rgba(15,23,42,.82)
    ),
    url("../../images/banner/banner.jpg");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}

.page-banner::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.15);

}

.page-banner .container{

    position:relative;

    z-index:2;

}

.page-banner h1{

    color:#fff;

    font-size:56px;

    font-weight:800;

    margin-bottom:15px;

    letter-spacing:1px;

}

.page-banner p{

    color:#f1f1f1;

    font-size:18px;

    max-width:700px;

    margin:auto;

}


/*==========================
Banner Overlay Animation
==========================*/

.page-banner{

    animation:bannerZoom 12s linear infinite alternate;

}

@keyframes bannerZoom{

    from{

        background-size:100%;

    }

    to{

        background-size:110%;

    }

}


/*==========================
Breadcrumb
==========================*/

.breadcrumb-section{

    background:#ffffff;

    padding:18px 0;

    border-bottom:1px solid #ececec;

}

.breadcrumb{

    margin:0;

    background:none;

    padding:0;

}

.breadcrumb-item{

    font-size:15px;

    font-weight:500;

}

.breadcrumb-item a{

    color:#0F172A;

    text-decoration:none;

    transition:.3s;

}

.breadcrumb-item a:hover{

    color:#D4AF37;

}

.breadcrumb-item.active{

    color:#777;

}

.breadcrumb-item + .breadcrumb-item::before{

    color:#D4AF37;

}


/*==========================
Inner Page Heading
==========================*/

.inner-heading{

    margin-bottom:60px;

    text-align:center;

}

.inner-heading h2{

    font-size:42px;

    font-weight:700;

    color:#0F172A;

    margin-bottom:15px;

}

.inner-heading p{

    max-width:720px;

    margin:auto;

    color:#666;

    font-size:17px;

    line-height:1.8;

}

.heading-line{

    width:90px;

    height:4px;

    background:#D4AF37;

    margin:20px auto;

    border-radius:30px;

}


/*==========================
Section Spacing
==========================*/

.page-section{

    padding:100px 0;

}

.page-section-sm{

    padding:70px 0;

}


/*==========================
Responsive
==========================*/

@media(max-width:992px){

.page-banner{

min-height:320px;

}

.page-banner h1{

font-size:46px;

}

}

@media(max-width:768px){

.page-banner{

min-height:280px;

}

.page-banner h1{

font-size:38px;

}

.page-banner p{

font-size:16px;

}

.inner-heading h2{

font-size:34px;

}

}

@media(max-width:576px){

.page-banner{

min-height:240px;

padding:30px 15px;

}

.page-banner h1{

font-size:30px;

}

.page-banner p{

font-size:15px;

}

.inner-heading h2{

font-size:28px;

}

.page-section{

padding:70px 0;

}

}
/*=========================================================
    PART 3A-2.1
    PORTFOLIO GRID & CARDS
=========================================================*/

/*==========================
Portfolio Section
==========================*/

.portfolio-section{
    padding:100px 0;
    background:#f8f9fa;
}

.portfolio-title{
    text-align:center;
    margin-bottom:60px;
}

.portfolio-title h2{
    font-size:42px;
    font-weight:700;
    color:#0F172A;
}

.portfolio-title p{
    max-width:700px;
    margin:15px auto 0;
    color:#666;
    line-height:1.8;
}

/*==========================
Portfolio Grid
==========================*/

.portfolio-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/*==========================
Portfolio Card
==========================*/

.portfolio-card{

    position:relative;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.portfolio-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

/*==========================
Portfolio Image
==========================*/

.portfolio-image{

    position:relative;

    overflow:hidden;

}

.portfolio-image img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.portfolio-card:hover .portfolio-image img{

    transform:scale(1.08);

}

/*==========================
Portfolio Content
==========================*/

.portfolio-content{

    padding:25px;

}

.portfolio-category{

    display:inline-block;

    background:#D4AF37;

    color:#111;

    font-size:13px;

    font-weight:600;

    padding:6px 14px;

    border-radius:30px;

    margin-bottom:15px;

}

.portfolio-content h4{

    font-size:24px;

    font-weight:700;

    color:#0F172A;

    margin-bottom:12px;

}

.portfolio-content p{

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}

/*==========================
Portfolio Badge
==========================*/

.portfolio-badge{

    position:absolute;

    top:15px;

    right:15px;

    background:#0F172A;

    color:#fff;

    padding:8px 15px;

    font-size:13px;

    border-radius:30px;

    font-weight:600;

}

/*==========================
Portfolio Footer
==========================*/

.portfolio-footer{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:20px 25px;

    border-top:1px solid #eee;

}

.portfolio-footer span{

    color:#666;

    font-size:14px;

}

.portfolio-footer a{

    color:#D4AF37;

    font-weight:600;

    text-decoration:none;

}

.portfolio-footer a:hover{

    color:#0F172A;

}

/*==========================
Responsive
==========================*/

@media(max-width:992px){

.portfolio-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.portfolio-section{

padding:70px 0;

}

.portfolio-title h2{

font-size:34px;

}

.portfolio-grid{

grid-template-columns:1fr;

}

.portfolio-image img{

height:230px;

}

}

@media(max-width:576px){

.portfolio-title h2{

font-size:28px;

}

.portfolio-content{

padding:20px;

}

.portfolio-footer{

flex-direction:column;

align-items:flex-start;

gap:10px;

}

}
/*=========================================================
    PART 3A-2.2
    PORTFOLIO HOVER • FILTERS • LIGHTBOX READY
=========================================================*/

/*==========================
Portfolio Filters
==========================*/

.portfolio-filter{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:50px;
}

.portfolio-filter button{

    background:#ffffff;

    color:#0F172A;

    border:2px solid #D4AF37;

    padding:12px 28px;

    border-radius:40px;

    font-weight:600;

    transition:.35s;

    cursor:pointer;

}

.portfolio-filter button:hover{

    background:#D4AF37;

    color:#111827;

}

.portfolio-filter button.active{

    background:#D4AF37;

    color:#111827;

}


/*==========================
Portfolio Overlay
==========================*/

.portfolio-overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(15,23,42,.82);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    opacity:0;

    transition:.4s;

}

.portfolio-card:hover .portfolio-overlay{

    opacity:1;

}


/*==========================
Overlay Content
==========================*/

.portfolio-overlay h4{

    color:#ffffff;

    font-size:24px;

    margin-bottom:10px;

    transform:translateY(-20px);

    transition:.4s;

}

.portfolio-overlay p{

    color:#dddddd;

    margin-bottom:25px;

    transform:translateY(20px);

    transition:.4s;

}

.portfolio-card:hover .portfolio-overlay h4{

    transform:translateY(0);

}

.portfolio-card:hover .portfolio-overlay p{

    transform:translateY(0);

}


/*==========================
Overlay Buttons
==========================*/

.portfolio-overlay a{

    width:55px;

    height:55px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#D4AF37;

    color:#111827;

    font-size:22px;

    text-decoration:none;

    transition:.35s;

}

.portfolio-overlay a:hover{

    background:#ffffff;

    color:#0F172A;

    transform:scale(1.1);

}


/*==========================
Image Zoom
==========================*/

.portfolio-card:hover img{

    transform:scale(1.12);

}


/*==========================
Portfolio Animation
==========================*/

.portfolio-card{

    animation:fadePortfolio .8s ease;

}

@keyframes fadePortfolio{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*==========================
Lightbox Ready
==========================*/

.portfolio-lightbox{

    cursor:pointer;

}

.portfolio-lightbox img{

    transition:.4s;

}

.portfolio-lightbox:hover img{

    filter:brightness(.75);

}


/*==========================
View More Button
==========================*/

.portfolio-btn{

    text-align:center;

    margin-top:60px;

}

.portfolio-btn .btn{

    padding:15px 45px;

    font-size:17px;

    border-radius:40px;

}


/*==========================
Category Badge
==========================*/

.category-tag{

    position:absolute;

    top:20px;

    left:20px;

    background:#D4AF37;

    color:#111827;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}


/*==========================
Responsive
==========================*/

@media(max-width:992px){

.portfolio-filter{

gap:12px;

}

.portfolio-filter button{

padding:10px 22px;

}

}

@media(max-width:768px){

.portfolio-filter{

flex-direction:row;

justify-content:center;

}

.portfolio-overlay h4{

font-size:20px;

}

.portfolio-overlay p{

font-size:15px;

padding:0 20px;

text-align:center;

}

.portfolio-overlay a{

width:48px;

height:48px;

font-size:18px;

}

}

@media(max-width:576px){

.portfolio-filter{

gap:10px;

}

.portfolio-filter button{

width:100%;

}

.portfolio-overlay h4{

font-size:18px;

}

.portfolio-overlay p{

font-size:14px;

}

.portfolio-btn .btn{

width:100%;

}

}
/*=========================================================
    PART 3B-1
    CONTACT PAGE • CONTACT CARDS • FORMS
=========================================================*/

/*==========================
Contact Section
==========================*/

.contact-section{
    padding:100px 0;
    background:#f8f9fa;
}

/*==========================
Contact Card
==========================*/

.contact-card{

    background:#ffffff;

    border-radius:18px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

/*==========================
Contact Icons
==========================*/

.contact-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#FFF7DA;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:20px;

}

.contact-icon i{

    font-size:30px;

    color:#D4AF37;

}

.contact-card h4{

    color:#0F172A;

    margin-bottom:15px;

}

.contact-card p{

    color:#666;

    margin-bottom:8px;

    line-height:1.8;

}

/*==========================
Contact Form
==========================*/

.contact-form{

    background:#ffffff;

    padding:40px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.contact-form h3{

    margin-bottom:25px;

}

/*==========================
Labels
==========================*/

.contact-form label{

    font-weight:600;

    color:#0F172A;

    margin-bottom:8px;

}

/*==========================
Input Fields
==========================*/

.contact-form .form-control{

    height:55px;

    border-radius:10px;

    border:1px solid #dcdcdc;

    padding:12px 15px;

    transition:.3s;

    font-size:15px;

}

.contact-form textarea.form-control{

    height:160px;

    resize:none;

}

/*==========================
Focus Effect
==========================*/

.contact-form .form-control:focus{

    border-color:#D4AF37;

    box-shadow:0 0 0 .2rem rgba(212,175,55,.15);

}

/*==========================
Placeholder
==========================*/

.contact-form .form-control::placeholder{

    color:#999;

}

/*==========================
Submit Button
==========================*/

.contact-form .btn{

    padding:14px 35px;

    font-weight:600;

    border-radius:40px;

    transition:.35s;

}

.contact-form .btn:hover{

    transform:translateY(-3px);

}

/*==========================
Validation
==========================*/

.form-control.is-valid{

    border-color:#198754;

}

.form-control.is-invalid{

    border-color:#dc3545;

}

.valid-feedback{

    color:#198754;

}

.invalid-feedback{

    color:#dc3545;

}

/*==========================
Required Field
==========================*/

.required{

    color:#dc3545;

    margin-left:4px;

}

/*==========================
Map Section
==========================*/

.contact-map{

    margin-top:70px;

}

.contact-map iframe{

    width:100%;

    height:450px;

    border:0;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

/*==========================
Office Hours
==========================*/

.office-hours{

    margin-top:25px;

}

.office-hours li{

    display:flex;

    justify-content:space-between;

    padding:10px 0;

    border-bottom:1px solid #eee;

    color:#555;

}

.office-hours li:last-child{

    border:none;

}

/*==========================
Social Icons
==========================*/

.contact-social{

    margin-top:25px;

}

.contact-social a{

    width:45px;

    height:45px;

    display:inline-flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#0F172A;

    color:#fff;

    margin-right:10px;

    transition:.35s;

}

.contact-social a:hover{

    background:#D4AF37;

    color:#111827;

}

/*==========================
Responsive
==========================*/

@media(max-width:991px){

.contact-form{

margin-top:30px;

}

.contact-card{

margin-bottom:30px;

}

}

@media(max-width:768px){

.contact-section{

padding:70px 0;

}

.contact-form{

padding:30px;

}

.contact-card{

padding:25px;

}

.contact-map iframe{

height:350px;

}

}

@media(max-width:576px){

.contact-form{

padding:20px;

}

.contact-card{

padding:20px;

}

.contact-form .btn{

width:100%;

}

.contact-map iframe{

height:280px;

}

}
/*=========================================================
    PART 3B-2.1
    TABLES • PAGINATION • ALERTS • BADGES
=========================================================*/

/*==========================
Professional Tables
==========================*/

.table-section{
    padding:80px 0;
}

.table-responsive{
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.table{
    margin-bottom:0;
    background:#fff;
}

.table thead{
    background:#0F172A;
}

.table thead th{
    color:#fff;
    font-weight:600;
    font-size:15px;
    border:none;
    padding:18px;
    vertical-align:middle;
}

.table tbody td{
    padding:16px;
    vertical-align:middle;
    border-color:#ececec;
    color:#555;
}

.table tbody tr{
    transition:.3s;
}

.table tbody tr:hover{
    background:#fff9e8;
}

.table-striped tbody tr:nth-of-type(odd){
    background:#fafafa;
}

/*==========================
Table Buttons
==========================*/

.table .btn{

    padding:6px 15px;

    font-size:13px;

    border-radius:30px;

    font-weight:600;

}

/*==========================
Pagination
==========================*/

.pagination{

    justify-content:center;

    margin-top:40px;

}

.pagination .page-item{

    margin:0 4px;

}

.pagination .page-link{

    width:45px;

    height:45px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    border:none;

    color:#0F172A;

    font-weight:600;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    transition:.35s;

}

.pagination .page-link:hover{

    background:#D4AF37;

    color:#111;

}

.pagination .active .page-link{

    background:#D4AF37;

    color:#111;

}

/*==========================
Alerts
==========================*/

.alert{

    border:none;

    border-radius:12px;

    padding:18px 20px;

    font-weight:500;

}

.alert-success{

    background:#d1f7e2;

    color:#0b6b35;

}

.alert-danger{

    background:#fde1e3;

    color:#b42318;

}

.alert-warning{

    background:#fff4d6;

    color:#9a6700;

}

.alert-info{

    background:#dceeff;

    color:#0c63e4;

}

/*==========================
Dismiss Button
==========================*/

.alert .btn-close{

    box-shadow:none;

}

/*==========================
Badges
==========================*/

.badge{

    padding:8px 14px;

    border-radius:30px;

    font-weight:600;

    font-size:12px;

}

.badge-primary{

    background:#0F172A;

    color:#fff;

}

.badge-warning{

    background:#D4AF37;

    color:#111;

}

.badge-success{

    background:#198754;

    color:#fff;

}

.badge-danger{

    background:#dc3545;

    color:#fff;

}

.badge-info{

    background:#0dcaf0;

    color:#111;

}

/*==========================
Status Labels
==========================*/

.status{

    display:inline-flex;

    align-items:center;

    gap:8px;

    font-size:14px;

    font-weight:600;

}

.status::before{

    content:"";

    width:10px;

    height:10px;

    border-radius:50%;

}

.status-success::before{

    background:#198754;

}

.status-pending::before{

    background:#ffc107;

}

.status-danger::before{

    background:#dc3545;

}

/*==========================
Information Cards
==========================*/

.info-card{

    background:#fff;

    border-radius:15px;

    padding:25px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.info-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.info-card h4{

    margin-bottom:12px;

    color:#0F172A;

}

.info-card p{

    color:#666;

    margin-bottom:0;

}

/*==========================
Responsive
==========================*/

@media(max-width:768px){

.table thead th,
.table tbody td{

padding:12px;

font-size:14px;

}

.pagination .page-link{

width:40px;

height:40px;

}

}

@media(max-width:576px){

.table{

font-size:13px;

}

.pagination{

flex-wrap:wrap;

}

.pagination .page-item{

margin:5px;

}

.alert{

font-size:14px;

padding:15px;

}

}
/*=========================================================
    PART 3B-2.2
    UTILITIES • SCROLL TOP • LOADER • PRINT • FINAL
=========================================================*/

/*==========================
Utility Classes
==========================*/

.shadow-sm-custom{
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.shadow-md-custom{
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.shadow-lg-custom{
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

.rounded-10{
    border-radius:10px;
}

.rounded-15{
    border-radius:15px;
}

.rounded-20{
    border-radius:20px;
}

.text-gold{
    color:#D4AF37;
}

.bg-gold{
    background:#D4AF37;
}

.bg-dark-blue{
    background:#0F172A;
}

.text-dark-blue{
    color:#0F172A;
}

.cursor-pointer{
    cursor:pointer;
}

.overflow-hidden{
    overflow:hidden;
}

.object-cover{
    object-fit:cover;
}

.transition{
    transition:.35s ease;
}

/*==========================
Spacing Helpers
==========================*/

.mt-80{margin-top:80px;}
.mb-80{margin-bottom:80px;}
.py-100{
    padding-top:100px;
    padding-bottom:100px;
}

.py-80{
    padding-top:80px;
    padding-bottom:80px;
}

/*==========================
Scroll To Top
==========================*/

.scroll-top{

    position:fixed;

    right:25px;

    bottom:25px;

    width:55px;

    height:55px;

    border-radius:50%;

    background:#D4AF37;

    color:#111;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    text-decoration:none;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:9999;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

}

.scroll-top.active{

    opacity:1;

    visibility:visible;

}

.scroll-top:hover{

    background:#0F172A;

    color:#fff;

    transform:translateY(-5px);

}

/*==========================
Loader
==========================*/

.loader-wrapper{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:99999;

}

.loader{

    width:70px;

    height:70px;

    border:6px solid #ececec;

    border-top:6px solid #D4AF37;

    border-radius:50%;

    animation:spin 1s linear infinite;

}

@keyframes spin{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

/*==========================
Fade Animation
==========================*/

.fade-up{

    opacity:0;

    transform:translateY(40px);

    animation:fadeUp .8s forwards;

}

@keyframes fadeUp{

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.fade-in{

    animation:fadeIn .7s ease;

}

@keyframes fadeIn{

    from{
        opacity:0;
    }

    to{
        opacity:1;
    }

}

/*==========================
Zoom Animation
==========================*/

.zoom-hover{

    overflow:hidden;

}

.zoom-hover img{

    transition:.5s;

}

.zoom-hover:hover img{

    transform:scale(1.1);

}

/*==========================
Image Radius
==========================*/

.img-radius{

    border-radius:15px;

}

/*==========================
Selection
==========================*/

::selection{

    background:#D4AF37;

    color:#111;

}

/*==========================
Scrollbar
==========================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#ececec;

}

::-webkit-scrollbar-thumb{

    background:#D4AF37;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#b99219;

}

/*==========================
Print Styles
==========================*/

@media print{

body{

background:#fff;

color:#000;

}

.navbar,
footer,
.scroll-top,
.whatsapp-btn,
.btn{

display:none !important;

}

a{

text-decoration:none;

color:#000;

}

.container{

width:100%;

max-width:100%;

}

}

/*==========================
Responsive Helpers
==========================*/

@media(max-width:992px){

.py-100{

padding-top:80px;

padding-bottom:80px;

}

}

@media(max-width:768px){

.py-100{

padding-top:70px;

padding-bottom:70px;

}

.mt-80{

margin-top:50px;

}

.mb-80{

margin-bottom:50px;

}

.scroll-top{

width:50px;

height:50px;

font-size:20px;

right:18px;

bottom:18px;

}

.loader{

width:60px;

height:60px;

}

}

@media(max-width:576px){

.py-80{

padding-top:50px;

padding-bottom:50px;

}

.rounded-20{

border-radius:15px;

}

.scroll-top{

width:45px;

height:45px;

font-size:18px;

}

.loader{

width:50px;

height:50px;

}

}
/* =====================================================
FLOATING WHATSAPP BUTTON
===================================================== */

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1050;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 8px 18px 8px 8px;
    border-radius: 50px;
    color: #ffffff;
    background: #25d366;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.floating-whatsapp:hover {
    color: #ffffff;
    background: #128c7e;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.floating-whatsapp-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 24px;
}

.floating-whatsapp-text {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .floating-whatsapp {
        right: 16px;
        bottom: 16px;
        width: 58px;
        height: 58px;
        min-height: 58px;
        padding: 7px;
        justify-content: center;
    }

    .floating-whatsapp-icon {
        width: 44px;
        height: 44px;
    }

    .floating-whatsapp-text {
        display: none;
    }
}
/* ==========================================
FLOATING WHATSAPP BUTTON
========================================== */

.floating-whatsapp {

    position: fixed;

    right: 25px;

    bottom: 25px;

    z-index: 9999;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 14px 22px;

    background: #25D366;

    color: #fff;

    text-decoration: none;

    border-radius: 50px;

    box-shadow: 0 12px 30px rgba(37, 211, 102, .35);

    transition: .35s ease;

    font-weight: 600;

    font-size: 15px;

    overflow: hidden;
}

.floating-whatsapp i{

    font-size:30px;

    line-height:1;
}

.floating-whatsapp:hover{

    background:#128C7E;

    color:#fff;

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(18,140,126,.45);
}

.floating-whatsapp::before{

    content:"";

    position:absolute;

    top:-60%;

    left:-60%;

    width:50%;

    height:220%;

    background:rgba(255,255,255,.25);

    transform:rotate(25deg);

    transition:.6s;
}

.floating-whatsapp:hover::before{

    left:140%;
}

/* Pulse Animation */

.floating-whatsapp{

    animation:whatsappPulse 2.2s infinite;
}

@keyframes whatsappPulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,211,102,.55);

    }

    70%{

        box-shadow:0 0 0 18px rgba(37,211,102,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,211,102,0);

    }

}

/* Mobile */

@media (max-width:768px){

    .floating-whatsapp{

        width:60px;

        height:60px;

        padding:0;

        justify-content:center;

        border-radius:50%;
    }

    .floating-whatsapp span{

        display:none;
    }

    .floating-whatsapp i{

        font-size:34px;
    }

}
/* =========================================
PAGE LOADER
========================================= */

.loader-wrapper {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.loader-wrapper.loader-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loader {
    width: 55px;
    height: 55px;
    border: 5px solid #e5e5e5;
    border-top-color: #f4b400;
    border-radius: 50%;
    animation: loaderSpin 0.8s linear infinite;
}

@keyframes loaderSpin {
    to {
        transform: rotate(360deg);
    }
}