/*=========================================================
  FERROBEND
  GLOBAL STYLES
=========================================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #222;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/*=========================================================
  CONTAINER
=========================================================*/

.container {
    width: 92%;
    max-width: 1380px;
    margin: auto;
}

/*=========================================================
  TOP BAR
=========================================================*/

.top-bar {
    background: #232323;
    height: 42px;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
}

.top-left,
.top-right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.top-left a,
.top-right a {
    color: #ffffff;
    font-size: 14px;
    transition: .3s;
}

.top-left a:hover,
.top-right a:hover {
    color: #ff6b00;
}

.top-right i {
    color: #ff6b00;
    margin-right: 7px;
}

/*=========================================================
  HEADER
=========================================================*/

.header {
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}

.header-container {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    height: 95px;

}

/*=========================================================
  LOGO
=========================================================*/

.logo {

    flex: 0 0 200px;

}

.logo img {

    width: 200px;

}

/*=========================================================
  NAVIGATION
=========================================================*/

.navbar {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    margin-left: 20px;
}

.header .navbar>ul {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header .navbar>ul>li {
    white-space: nowrap;
}

.header .navbar>ul>li>a {

    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 17px;
    font-weight: 400;

    color: #111111;

    transition: .3s;

}

.header .navbar > ul > li > a:hover{

    color:#ff6b00;

}
.navbar ul li a i {

    font-size: 11px;
    margin-left: 6px;

    transition: 0.3s;

}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 260px;
    display: none;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    padding: 10px 0;
    z-index: 9999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li a{

    display:block;

    padding:12px 20px;

    color:#222 !important;

    background:#ffffff;

}

.dropdown-menu li a:hover{

    background:#ff6b00 !important;

    color:#ffffff !important;

}
/*=========================================================
  HEADER RIGHT
=========================================================*/

.header-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

/*=========================================================
  HEADER RIGHT
=========================================================*/

.header-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

/*=========================================================
  BUTTON
=========================================================*/
.contact-btn {

    padding: 14px 22px;

    border: 1px solid #d7d7d7;

    color: #0B1F33;

    border-radius: 5px;

    font-size: 15px;

    font-weight: 600;

    transition: .25s ease;

}

.contact-btn:hover {

    background: #0B1F33;

    color: #ffffff;

}

.quote-btn {

    background: #ff6b00;

    color: #ffffff;

    padding: 18px 32px;

    border-radius: 5px;

    font-size: 17px;

    font-weight: 600;

    transition: .25s ease;

}

/*=========================================================
  SEARCH
=========================================================*/

.search-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #d9d9d9;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #111111;

    font-size: 22px;

    transition: 0.25s;

}

.search-btn:hover {

    border-color: #ff6b00;
    color: #ff6b00;

}

/*==================================================
PRODUCT HERO
==================================================*/

.product-hero {

    background: #17232f;
    padding: 90px 0;
    overflow: hidden;

}

.product-hero-container {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;

}

.product-hero-content {

    flex: 1;

}

.breadcrumb {

    display: flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 28px;

    font-size: 15px;

}

.hero-top-text{

    display:inline-flex;
    align-items:center;
    gap:12px;

    color:#F59A23;

    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    white-space: nowrap;

}

.hero-top-text i{

    color:#F59A23;

    font-size:16px;

}

.breadcrumb a {

    color: #ffffff;

}

.breadcrumb span {

    color: #ef7f1a;

}

.breadcrumb i {

    color: #888;

    font-size: 12px;

}

.product-hero h1 {

    font-size: 68px;

    color: #ffffff;

    line-height: 1.1;

    margin: 25px 0;

}

.product-hero p {

    color: #d9d9d9;

    font-size: 20px;

    line-height: 1.9;

    max-width: 700px;

}

.hero-certifications {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px;

    margin: 35px 0;

}

.hero-certifications span {

    color: #ffffff;

    font-size: 17px;

    font-weight: 500;

}

.hero-certifications i {

    color: #ef7f1a;

    margin-right: 10px;

}

.hero-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    object-position:center 20%;
    
    transform:translateY(-40px);

}

.standard-badges {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-bottom: 40px;

}

.standard-badges span {

    padding: 10px 18px;

    border: 1px solid rgba(255, 255, 255, .25);

    color: #ffffff;

    border-radius: 5px;

    font-size: 14px;

    transition: .3s;

}

.standard-badges span:hover {

    background: #ef7f1a;

    border-color: #ef7f1a;

}

.product-hero-image {

    flex: 1;

    display: flex;

    justify-content: flex-end;

    align-items: flex-start;

}

.product-hero-image img {

    width: 110%;

    max-width: 950px;

    height: auto;

    object-fit: contain;

    transform: translateY(-35px);

}

.product-hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
}

/*==========================
BUTTONS
==========================*/

.hero-buttons {

    display: flex;
    gap: 22px;

}

.catalogue-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 18px 34px;

    border: 1px solid rgba(255, 255, 255, .25);

    color: #ffffff;

    border-radius: 6px;

    font-size: 17px;
    font-weight: 600;

    transition: .35s;

}

.catalogue-btn:hover {

    background: #ffffff;
    color: #17232f;

}

/*==================================================
RAISED FACE SHOWCASE
==================================================*/

.face-showcase-content h3{

    font-size:42px;

    font-weight:700;

    color:#0056b3;

    margin-bottom:24px;

}

.face-showcase-content h3 span{

    font-size:28px;

    font-weight:600;

}

.face-showcase{

    display:grid;

    grid-template-columns:40% 60%;

    align-items:center;

    gap:50px;

    max-width:1200px;

    margin:0 auto;

    background:#ffffff;

    border-radius:20px;

    padding:45px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.face-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    width:fit-content;

    background:#e8f2ff;

    color:#0056b3;

    font-size:14px;

    font-weight:700;

    padding:8px 18px;

    border-radius:50px;

    margin-bottom:24px;

    letter-spacing:.5px;

    text-transform:uppercase;

}

.face-showcase-image{

    display:flex;

    justify-content:center;

    align-items:center;

}

.face-showcase-image img{

    width:100%;

    max-width:420px;

    border-radius:16px;

    display:block;

}

.face-showcase-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.face-showcase-content p{

    margin-bottom:30px;

}

.face-link{

    display:inline-flex;

    align-items:center;

    gap:10px;

    width:fit-content;

    padding:16px 32px;

    background:#ff6b00;

    color:#ffffff;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    border-radius:8px;

    transition:.35s ease;

}

.face-link:hover{

    background:#e65f00;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(255,107,0,.25);

}

.face-link i{

    transition:.35s ease;

}

.face-link:hover i{

    transform:translateX(6px);

}

/* ==============================
   CALL TO ACTION
============================== */

.cta-section {
    background-color: #d4822f;   
    padding: 70px 20px;
    text-align: center;
}

.cta-section h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-section p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-btn-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0a2540;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}

.cta-btn-primary:hover {
    background-color:#ffffff;
    color: #d4822f;
}

.cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0a2540;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    border: 2px solid #0a2540;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}

.cta-btn-secondary:hover {
    background-color: #ffffff;
    color: #d4822f;
}

/*==================================================
FOOTER
==================================================*/

.footer {

    background: #17232f;

    padding: 80px 0 25px;

    color: #fff;

}

.footer-grid {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 45px;

}

.footer-column h4 {

    color: #ef7f1a;

    font-size: 14px;

    letter-spacing: 2px;

    margin-bottom: 25px;

}

.footer-column ul li {

    margin-bottom: 14px;

}

.footer-column ul li a {

    color: #cfcfcf;

    font-size: 15px;

    transition: .3s;

}

.footer-column ul li a:hover {

    color: #ef7f1a;

}

.footer-contact p {

    display: flex;

    gap: 12px;

    margin-bottom: 18px;

    color: #d9d9d9;

    line-height: 1.7;

}

.footer-contact i {

    color: #ef7f1a;

    margin-top: 4px;

}

.footer-contact a {

    color: #d9d9d9;

}

.footer-social {

    display: flex;

    gap: 14px;

    margin: 25px 0;

}

.footer-social a {

    width: 50px;

    height: 50px;

    border: 2px solid #ef7f1a;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 8px;

    color: #ef7f1a;

    transition: .35s;

}

.footer-social a:hover {

    background: #ef7f1a;

    color: #ffffff;

    transform: translateY(-4px);

}

#liveDateTime {

    font-size: 17px;

    margin-top: 18px;

    color: #ffffff;

    line-height: 1.4;

}


.footer-bottom {

    margin-top: 60px;

    padding-top: 25px;

    border-top: 1px solid rgba(255, 255, 255, .1);

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.footer-bottom p {

    color: #cfcfcf;

}

.footer-bottom div {

    display: flex;

    gap: 25px;

}

.footer-bottom a {

    color: #cfcfcf;

}

.footer-bottom a:hover {

    color: #ef7f1a;

}

/*==================================================
FLOATING WHATSAPP
==================================================*/

.whatsapp-float{

    position:fixed;

    right:30px;

    bottom:30px;

    width:65px;

    height:65px;

    border-radius:50%;

    background:#25D366;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    box-shadow:0 12px 30px rgba(37,211,102,.35);

    z-index:9999;

    transition:.35s ease;

}

.whatsapp-float i{

    color:#ffffff;

    font-size:34px;

}

.whatsapp-float:hover{

    transform:translateY(-6px) scale(1.08);

    box-shadow:0 18px 38px rgba(37,211,102,.45);

}