/********** Template CSS **********/
:root {
    --primary: #FF5F1F;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold, .span {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium ,.span{
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal,.span {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 16px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
@media (min-width: 992px) {

    /* STOP auto hover open */
    .navbar .nav-item .dropdown-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    /* Bootstrap click will control */
    .navbar .dropdown-menu.show {
        display: block;
    }
}

/* SUB DROPDOWN */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

.dropdown-submenu > .dropdown-menu.show {
    display: block;
}

/* Mobile fix */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: static;
    }
}

/* Main dropdown hover */
.navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Submenu positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

/* Submenu hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}





/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/* Desktop view only */
@media (min-width: 992px) {
    .header-carousel .owl-carousel-item,
    .header-carousel .owl-carousel-item img {
        height: 80vh;   /* reduce height (try 60vh / 65vh if needed) */
    }

    .header-carousel .owl-carousel-item img {
        object-fit: cover;
    }

    .owl-carousel-inner {
        height: 100%;
        display: flex;
        align-items: center; /* vertically center content */
    }
}



/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
    
}

.fact-icon img {
    background: transparent !important;
    filter: brightness(0) saturate(100%) invert(48%) sepia(90%) saturate(1200%) hue-rotate(5deg);
}


.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


.service-text img.mb-4 {
    filter: brightness(0) saturate(100%) invert(45%) sepia(90%) saturate(1200%) hue-rotate(5deg);
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.team-card img:hover {
    transform: scale(1.1);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


.map-responsive{
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    border-radius: 10px;
}

.map-responsive iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ===== FOOTER RESPONSIVE FIX ===== */

/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden;
}

/* Footer text wrapping */
.footer p,
.footer a {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Buttons fix */
.footer .btn.btn-link {
    white-space: normal;
}

/* Map responsiveness */
.map-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.map-responsive iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .footer {
        text-align: left;
    }

    .footer h3 {
        font-size: 18px;
    }

    .footer .btn.btn-link {
        font-size: 14px;
    }

    .footer .copyright {
        font-size: 14px;
        padding: 15px 10px;
    }
}



/* logo text */

.logo-text h1 {
    font-family: 'Poppins', sans-serif; /* Modern clean font */
    font-weight: 700;
    font-size: 3rem;
    background: linear-gradient(45deg, #FF7A00, #FFB347); /* Orange gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

.logo-text h1:hover {
    transform: scale(1.1) rotate(-2deg); /* Slight grow and tilt on hover */
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2)); /* Subtle shadow */
}



/* prodts  aluminium coadesia h.R */
.application-details{
    background-color: #ffffff;
}

.section-title{
    font-size: 2.6rem;
    font-weight: 700;
    color: #111;
}

.section-subtitle{
    font-size: 1rem;
    color: #666;
}

.details-card{
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    border-left: 6px solid #ff7a00;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.detail-item{
    background: #fafafa;
    padding: 16px 18px;
    border-radius: 6px;
    height: 100%;
}

.detail-title{
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ff7a00;
    margin-bottom: 6px;
}

.detail-item p{
    margin: 0;
    font-size: 0.95rem;
    color: #222;
    line-height: 1.6;
}

/* Mobile adjustments */
@media (max-width: 768px){
    .section-title{
        font-size: 2rem;
    }

    .details-card{
        padding: 25px;
    }
}


.product-details{
    background-color: #ffffff;
}

.section-title{
    font-size: 2.6rem;
    font-weight: 700;
    color: #111;
}

.section-subtitle{
    font-size: 1rem;
    color: #666;
}

.details-card{
    background: #fff;
    border-left: 6px solid #ff7a00;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.detail-item{
    background: #fafafa;
    padding: 16px 18px;
    border-radius: 6px;
    height: 100%;
}

.detail-title{
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ff7a00;
    margin-bottom: 6px;
}

.detail-item p{
    margin: 0;
    font-size: 0.95rem;
    color: #222;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px){
    .section-title{
        font-size: 2rem;
    }

    .details-card{
        padding: 25px;
    }
}




/* coatesia red oxide */


.product-section{
    background:#fff;
}

.content-block{
    margin-bottom:50px;
}

/* MAIN HEADINGS */
.main-heading{
    font-size:2.4rem;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
    border-bottom:3px solid #ff7a00;
    display:inline-block;
    padding-bottom:6px;
}

/* MAIN TEXT */
.main-text{
    font-size:1.1rem;
    line-height:1.8;
    color:#222;
    max-width:900px;
}

/* FEATURE LIST */
.feature-list{
    font-size:1.1rem;
    line-height:1.9;
    padding-left:20px;
}

.feature-list li{
    margin-bottom:10px;
}

/* INFO BOXES */
.info-box{
    background:#fafafa;
    padding:28px;
    border-radius:10px;
    height:100%;
    border-left:5px solid #ff7a00;
}

.info-box h5{
    font-size:1.3rem;
    font-weight:600;
    color:#111;
    margin-bottom:10px;
}

.info-box p{
    font-size:1rem;
    line-height:1.7;
    color:#333;
}

/* MOBILE */
@media(max-width:768px){
    .main-heading{
        font-size:1.9rem;
    }

    .main-text,
    .feature-list{
        font-size:1rem;
    }
}


/* home page - reputed client */

.client-logo {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Soft hover only (no color change) */
.client-logo:hover {
    transform: translateY(-8px);
}


/* gallery section */

.gallery-item {
    width: 100%;
    height: 250px;              /* FIXED HEIGHT */
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #000;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* KEY: keeps images same size */
    transition: transform 0.4s ease;
}

/* Hover effect */
.gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.gallery-item:hover img {
    transform: scale(1.08);
}










