.hero-slider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;

}

.slides {
    position: relative;
    width: 100%;
    height: 430px;
}

.slide {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 450px;

    background-size: contain;   /* SHOW FULL IMAGE */
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* Tablet */
@media (max-width: 992px) {
.hero-slider{
    height:60vh;
}
}

/* Mobile */
@media (max-width: 768px) {
.hero-slider{
    height:50vh;
}
}

/* Small Mobile */
@media (max-width: 480px) {
.hero-slider{
    height:40vh;
}
}

/*.hero-section {*/
/*    padding: 10px 100px;*/
/*    background: #f7f7f7;*/
/*    position: relative;*/
/*}*/

.hero-tag {
    color: #d40000;
    font-weight: 600;
}

/*.hero-title {*/
/*    font-size: 40px;*/
/*    font-weight: 700;*/
/*    color: #22376c;*/
/*    margin: 15px 0;*/
/*}*/

/*.hero-desc {*/
/*    font-size: 15px;*/
/*    line-height: 1.8;*/
/*    color: #444;*/
/*}*/

/*.hero-buttons {*/
/*    margin-top: 25px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 15px;*/
/*}*/

/*.hero-btn {*/
/*    padding: 12px 35px;*/
/*    font-weight: 600;*/
/*}*/

.hero-btn2 {
    padding: 12px 35px;
    background: #213a63;
    border: none;
}

.hero-or {
    background: #fff;
    padding: 8px 12px;
    border-radius: 50%;
    border: 2px solid #ddd;
    font-size: 14px;
}


/* IMAGE SIDE */

/*.hero-images {*/
/*    position: relative;*/
/*    text-align: right;*/
/*}*/
.hero-section{
    padding:10px 0;
}

.hero-title{
    font-size:42px;
    font-weight:700;
}

.hero-desc{
    font-size:16px;
    line-height:1.7;
    margin-top:15px;
}

.hero-buttons{
     margin-top: 25px;*/
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-btn{
  padding: 12px 35px;
    font-weight: 600;
}

.hero-images img{
    max-width:100%;
}

/* MOBILE RESPONSIVE */

@media (max-width:768px){

.hero-section{
    padding:50px 0;
}

.hero-text{
    text-align:justify;
}

.hero-title{
    font-size:28px;
}

.hero-desc{
    font-size:14px;
}

.hero-buttons{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
}

.hero-or{
    display:none;
}

.hero-images{
    margin-top:30px;
}

}

.img-main {

    border-radius: 5px;
}

.img-small {
    width: 280px;
    position: absolute;
    bottom: -40px;
    left: 0;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.card {
    background: #fff;
    border-radius: 12px;
    border: 2.5px solid #c0392b;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* important */
    display: flex;
    flex-direction: column;
    /* stack elements */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    transition: transform 0.22s, box-shadow 0.22s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(192, 57, 43, 0.15);
}

/* IMAGE */
.card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.card:hover .card-img img {
    transform: scale(1.04);
}

/* BODY */
.card-body {
    padding: 1rem 1.1rem 0;
    border-left: 4px solid #c0392b;
    margin: 0;
}

.card-title {
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.card-qual {
    font-size: clamp(0.72rem, 2vw, 0.8rem);
    font-weight: 600;
    color: #1a5fce;
    line-height: 1.5;
    padding-bottom: 0.9rem;
}

/* BUTTONS */
.card-actions {
    display: flex;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.btn-enquiry {
    flex: 1;
    background: #c0392b;
    color: #fff;
    border: none;
    padding: 0.75rem 0.5rem;
    font-size: clamp(0.78rem, 2vw, 0.88rem);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    transition: background 0.2s;
    border-radius: 0 0 0 0;
}

.btn-enquiry:hover {
    background: #a93226;
}

.btn-enquiry svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    flex-shrink: 0;
}

.divider-or {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    flex-shrink: 0;
    background: #fff;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.or-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: #555;
    flex-shrink: 0;
    z-index: 1;
}

.btn-readmore {
    flex: 1;
    background: #1a3a6e;
    color: #fff;
    border: none;
    padding: 0.75rem 0.5rem;
    font-size: clamp(0.78rem, 2vw, 0.88rem);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    transition: background 0.2s;
    border-radius: 0 0 9px 0;
}

.btn-readmore:hover {
    background: #122a54;
}

.btn-readmore svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    flex-shrink: 0;
}

.cards-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    width: 100%;
    padding: 20px 0;
}

.partners-section {
    padding: 70px 100px;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.section-title span {
    color: #d10000;
}

.partners-slider {
    overflow: hidden;
    position: relative;
}

.partners-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.partner {
    border: #ddd;
    padding: 25px;
    border-radius: 8px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner img {
    width: 150px;
    height: auto;
}

/* animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #f5f5f5;
}

/* SECTION WRAPPER */

.why-section {
    padding: 60px 5%;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* LEFT CONTENT */

.why-left {
    flex: 1;
    min-width: 300px;
}

.subtitle {
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;
}

.why-title {
    font-size: 34px;
    font-weight: 700;
    color: #1f3b73;
    margin-bottom: 20px;
}

.tagline {
    color: #b40000;
    font-weight: 600;
    margin-bottom: 20px;
}

.features {
    list-style: none;
}

.features li {
    padding: 8px 0;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.features li::before {
    content: "🔥";
    font-size: 14px;
    margin-top: 2px;
}

/* FORM SECTION */

.enquiry-box {
    flex: 0 0 450px;
    background: #243a6b;
    padding: 30px;
    border-radius: 6px;
    color: #fff;
}

.enquiry-box h3 {
    margin-bottom: 15px;
}

.enquiry-box p {
    margin-bottom: 20px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 8px;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

textarea {
    height: 120px;
    resize: none;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

button {
    width: 100%;
    background: #1b1b1b;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

button:hover {
    background: #000;
}

/* MOBILE */

@media (max-width:900px) {

    .why-section {
        flex-direction: column;
    }

    .enquiry-box {
        width: 100%;
    }

}

@media (max-width:500px) {

    .why-title {
        font-size: 26px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

}

.fire-quote-section {
    background: url("/static/images/FIRESEFTY.jpg") center/cover no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Overlay for dark effect */

.fire-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */

.fire-content {
    /* max-width: 950px; */
    text-align: center;
    padding: 10px 100px;
}

.fire-content h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width:992px) {

    .fire-content h2 {
        font-size: 26px;
    }

}

/* Mobile */

@media (max-width:600px) {

    .fire-quote-section {
        min-height: 280px;
    }

    .fire-content h2 {
        font-size: 20px;
        line-height: 1.5;
    }
}

.industry-section {
    padding: 60px 5%;
    background: #f5f5f5;
    text-align: center;
}

.section-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.section-title span {
    color: #c40000;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.industry-card {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: .3s;
}

.industry-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.industry-title {
    background: #233a6c;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
}

.industry-card:hover {
    transform: translateY(-6px);
}

/* Tablet */

@media(max-width:992px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media(max-width:576px) {
    .industry-grid {
        grid-template-columns: 1fr;
    }
}