/* ================= TELELINKS GLOBAL ================= */
:root {
    --blue: #2f4fa3;
    --green: #9acd32;
    --text: #444;
    --dark: #1f2f54;
    --brand-purple: #3e4095;
    --font-heading: 'Poppins', sans-serif !important;
    --font-body: 'DM Sans', sans-serif;
}

body {
    font-family: var(--font-body) !important;
    font-size: 18px;
    line-height: 1.7;
    color: var(--text);
}

html {
    scroll-padding-top: 130px;
    scroll-behavior: auto;
}

.text-brand-purple {
    color: var(--brand-purple) !important;
}

.text-lightyellow {
    color: lightyellow !important;
}

.bg-gray-light {
    background-color: #F7F7F7 !important;
}

p,
li,
span,
div {
    font-family: var(--font-body);
}

/* ================= HEADER LINKS ================= */
.header-style1 .navbar-nav li a {
    font-size: 18px !important;
}


.header-style1 .navbar-nav li a:hover,
.header-style1 .navbar-nav li.active>a,
.header-style1 .navbar-nav li.current>a {
    color: #3e4095 !important;
}

h1,
h2,
h3,
h4,
h5,
h6, .h1 {
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--dark);
}
.container {
    max-width: 1200px
}

/* ================= Banner ================= */
.slider-fade1 .item {
  width: 100%;
  height: 100vh; /* full screen hero */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .slider-fade1 .item {
    height: 40vh;
    background-position: center top;
  }
}

@media (max-width: 480px) {
  .slider-fade1 .item {
    height: 60vh;
  }
}
.slider-fade1 .h1{
animation-delay: 2s;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.2;
    color:white;
}
.slider-fade1 .h1 {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider-fade1 .h1 {
  color: #fff; /* important */
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.6),
    0 6px 12px rgba(0, 0, 0, 0.4);
}

/* ===== DESKTOP BANNER ===== */
.banner-slide {
    background-image: url('assets/ATPL.png'); /* Desktop Image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Desktop Height */
}

/* ===== MOBILE BANNER ===== */
@media (max-width: 767px) {
    .banner-slide {
        background-image: url('assets/ATPL Mobile.jpeg'); /* Mobile Image */
        height: 70vh; /* Mobile Height */
        background-position: center;
    }
}



/* ================= SECTION RHYTHM ================= */
.about-telelinks-section,
.why-choose-section,
.key-benefits-section,
.faq-telelinks-section {
    padding: 100px 0;
    background: #ffffff;
}

@media(max-width:768px) {

    .about-telelinks-section,
    .why-choose-section,
    .key-benefits-section,
    .faq-telelinks-section {
        padding: 70px 0;
    }
}

/* ================= HEADINGS ================= */
.about-title,
/* .why-title, */
.benefits-title {
    font-family: var(--font-heading);
    font-size: 45px;
    font-weight: 700;
    color: #1f2f54;
    line-height: 1.2;
    margin-bottom: 10px;
}

.why-title {
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 12px;
}

@media(max-width:768px) {

    .about-title,
    .why-title,
    .benefits-title {
        font-size: 32px
    }
}

.about-divider,
/* .why-divider, */
.benefits-divider {
    width: 60px;
    height: 4px;
    background: #9acd32;
    margin: 14px 0 24px;
}

.why-divider {
    width: 52px;
    height: 3px;
    background: #9acd32;
    margin-top: 12px;
}


/* ================= ABOUT CONTENT ================= */
.about-content {
    max-width: 520px;
}

.about-description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #555;
}

/* ================= ICON LIST ================= */
.about-features,
.approach-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .about-features li, */
.approach-steps li,
.system-item,
.serve-item {
    display: flex;
    gap: 14px;
    align-items: center;
}

.about-features li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 15px;
    color: #333;
}

/* ICON FIX (NO SHRINK EVER) */
/* .feature-icon, */
.step-icon,
.system-icon,
.serve-icon,
/* .why-icon, */
.benefit-icon {
    flex-shrink: 0;
    min-width: 52px;
    min-height: 52px;
    width: 52px;
    height: 52px;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
}

.feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: #9acd32;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 16px;
}

.why-icon {
    width: 56px;
    height: 56px;
    background: #9acd32;
    color: #ffffff;
    border-radius: 12px;

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

    font-size: 22px;
    margin-bottom: 18px;

    flex-shrink: 0;
}

/* ================= CARDS ================= */
.about-card,
.system-item,
.serve-item,
.why-card,
.benefit-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.system-item,
.serve-item {
    padding: 16px 18px;
    font-size: 14px;
}

/* ================= IMAGE BALANCE ================= */
.about-images-wrapper {
    position: relative;
    width: 100%;
    min-height: 420px;
}

.about-image {
    position: absolute;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.about-image img,
.team-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Mimic reference site compact overlap */
    max-width: 650px;
    margin: 0 auto;
    display: block;
}

/* TOP IMAGE */
.image-top {
    top: 0;
    right: 0;
    width: 85%;
    height: 260px;
    z-index: 1;
}

/* BOTTOM IMAGE (OVERLAP CARD STYLE) */
.image-bottom {
    bottom: -40px;
    left: 0;
    width: 65%;
    height: 280px;
    background: #ffffff;
    padding: 8px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.25);
}

/* ================= WHY CHOOSE ================= */
.why-choose-section {
    background: #2f4fa3;
    padding: 120px 0;
    color: #ffffff;
}

.why-choose-section .row.mb-5 {
    align-items: center;
}

.why-choose-section .row.g-4 {
    margin-top: 60px;
}

.why-choose-section .col-lg-2 {
    display: flex;
}

.why-description {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffff;
    opacity: 0.95;
    max-width: 520px;
    margin-left: auto;
}

.why-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 22px;
    text-align: center;
    width: 100%;
    min-height: 220px;

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

    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.why-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #222;
    margin: 0;
}

.why-card:hover {
    transform: translateY(-6px);
}

/* ================= BENEFITS ================= */
.benefit-card {
    padding: 34px 26px;
    text-align: center;
}

/* ================= FAQ (REFERENCE STYLE) ================= */
.faq-header span {
    color: var(--green);
    font-size: 13px;
    font-weight: 500;
}

.faq-header h2 {
    font-size: 40px;
    font-weight: 500 !important;
}

@media(max-width:768px) {
    .faq-header h2 {
        font-size: 30px
    }
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 18px 22px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    text-align:left;
    justify-content: space-between;
    align-items: left;
}

.faq-icon {
    width: 28px;
    height: 28px;
    background: var(--blue);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.faq-answer {
    display: none;
    padding: 0 22px 18px;
    font-size: 15px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block
}

.faq-item.active .faq-icon {
    transform: rotate(45deg)
}

/* ================= VIDEO ================= */
.faq-video-box {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.play-btn {
    width: 64px;
    height: 64px;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

/* ================= LAYOUT BALANCE FIX ================= */
.about-telelinks-section .row {
    align-items: flex-start;
}

.outcome-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
    max-width: 420px;
    margin-left: auto;
}

.outcome-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2f54;
    margin-bottom: 10px;
}

.outcome-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* ================= SYSTEMS WE IMPLEMENT (ENHANCED) ================= */

.systems-section
/* ================= SYSTEMS SECTION ================= */

.systems-section {
    background: #f8f9fb;
    padding: 90px 0;
}

.systems-title {
    font-size: 42px;
    font-weight: 700;
    color: #1f2f54;
}

.systems-divider {
    width: 48px;
    height: 4px;
    background: #9acd32;
    margin: 14px 0 20px;
}

.systems-subtext {
    max-width: 420px;
    color: #555;
    margin-bottom: 30px;
}

/* LIST */
.systems-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.system-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: all .25s ease;
}

.system-item:hover {
    transform: translateX(6px);
}

.system-icon {
    width: 42px;
    height: 42px;
    background: #9acd32;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

/* IMAGE */
.systems-image {
    max-width: 480px;
    margin-left: auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
}

.systems-image img {
    width: 100%;
    height: 420;
    object-fit: cover;
    max-width: 100%;
}

.systems-wrap {
    display: flex;
    align-items: center;
}

/* LEFT SIDE WIDTH CONTROL */
.systems-content {
    max-width: 520px;
}

/* ================= LEFT GRID ================= */

.systems-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.system-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #1f2f54;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
    transition: all 0.25s ease;
}

.system-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* ICON */
.system-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-size: 18px;
}

/* TEXT */
.system-item span,
.system-item div {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

/* ================= GLOBAL TYPOGRAPHY ================= */
body,
button,
input,
select,
textarea,
li,
p,
span,
div,
a {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.butn,
.faq-question,
.cert-title,
.process-header h2,
.section-heading h2 {
    font-family: var(--font-heading) !important;
    width:100%;
    max-width:100%;
}
    .section-heading {
        margin-bottom: 20px !important;
    }

/* ================= SECTION-SPECIFIC IMAGE SIZING ================= */

/* 1. PROCESS SECTION */
.process-img-wrapper {
    width: 120px;
    height: 120px;
}

.process-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* 2. CERTIFICATES SECTION */
.cert-img-wrapper {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cert-img-wrapper img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.certificate-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* 3. INDUSTRIES SERVED */

.industry-img-wrapper {
    height: 180px;
    width: 100%;
    overflow: hidden;
}

.industry-img-wrapper img {
    width: 100%;
    height: 100%;
    padding-left:10px;
    background-color:white;
    object-fit: cover;
}

/* 4. SERVICES SLIDER */
.service-card {
    height: 400px;
    /* Fixed height for consistency */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* 5. TESTIMONIALS */
.author-img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.author-img div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 6. PARTNERS / CLIENTS */
.partner-image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-image img {
    max-height: 80px;
    /* Slightly smaller than container to prevent touching edges */
    width: auto;
    max-width: 100%;
}


/* ================= RIGHT ENTERPRISE CARD ================= */

.enterprise-card {
    padding: 36px 34px;
    max-width: 460px;
    margin-left: auto;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Accent line */
.enterprise-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    width: 4px;
    height: 60px;
    background: #9acd32;
    border-radius: 4px;
}

.enterprise-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2f54;
    margin-bottom: 12px;
}

.enterprise-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ================= LAYOUT FIX ================= */

.systems-row {
    display: flex;
    align-items: center;
}

/* ================= WHY FIRE ALARM SYSTEMS MATTER ================= */

.about-telelinks-section.bg-light {
    background: #f8f9fb;
    padding: 100px 0;
}

/* LEFT CONTENT */
.about-telelinks-section .about-content {
    max-width: 560px;
}

.about-telelinks-section .about-title {
    font-size: 42px;
    font-weight: 700;
    color: #1f2f54;
    line-height: 1.2;
}

.about-telelinks-section .about-divider {
    width: 55px;
    height: 4px;
    background: #9acd32;
    margin: 14px 0 22px;
}

.about-telelinks-section .about-description {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 26px;
}

/* FEATURE LIST */
.about-telelinks-section .about-features li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 15px;
    color: #333;
}

.about-telelinks-section .feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: #9acd32;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    font-size: 15px;
}

/* ================= WHO WE SERVE FIX ================= */

.serve-section {
    background: #ffffff;
}

.serve-wrap {
    display: flex;
    align-items: center;
}

/* LEFT CONTENT */
.serve-section .about-content {
    max-width: 540px;
}

/* GRID FIX */
.serve-grid {
    row-gap: 18px;
    margin-top: 10px;
}

/* SERVE CARD */
.serve-item {
    padding: 18px 20px;
    font-size: 15px;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transition: all .25s ease;
}

.serve-item:hover {
    transform: translateY(-4px);
}

/* NOTE STYLE */
.serve-note {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* RIGHT CARD ALIGN */
.serve-section .outcome-card {
    margin-left: auto;
    max-width: 460px;
}

/* ================= APPROACH SECTION ENHANCEMENT ================= */

.approach-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
}

/* IMAGE STACK */
.approach-images {
    position: relative;
    min-height: 440px;
}

.approach-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.approach-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-main {
    width: 85%;
    height: 300px;
}

.img-overlay {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 65%;
    height: 260px;
    border: 10px solid #ffffff;
    background: #fff;
}

/* CONTENT CARD */
.approach-content-card {
    background: #ffffff;
    padding: 55px 50px;
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

/* STEPS */
.enhanced-steps li {
    align-items: flex-start;
    margin-bottom: 22px;
}

.enhanced-steps p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #555;
}

/* INLINE OUTCOME CARD */
.inline-card {
    margin-top: 40px;
    max-width: 100%;
}

/* ================= CLEAN APPROACH SECTION ================= */

.approach-clean {
    background: #ffffff;
}

/* IMAGE */
.approach-image-clean {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.approach-image-clean img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

/* CONTENT */
.approach-content-clean {
    padding-left: 40px;
}

/* STEPS */
.clean-steps li {
    align-items: flex-start;
    margin-bottom: 20px;
}

.clean-steps p {
    margin: 6px 0 0;
    font-size: 14px;
    color: #555;
}

.why-section
{
    font-size: 16px;
   font-family: var(--font-heading);
   font-weight:600;
}
/* ================= RISK & REALITY SECTION ================= */
.risk-reality-section {
    padding: 40px 0 50px;
    background: #fff;
}

.risk-divider-top {
    display: block;
    border-top: 3px solid #000;
    border-bottom: 1px solid #000;
    height: 7px;
    /* Increased height slightly */
    width: 100%;
    margin-bottom: 30px;
    /* Reduced bottom margin slightly */
    background-color: transparent;
    /* Explicitly transparent */
}

.risk-title, .risk-title h2, .risk-title .section-heading.left {
    margin-bottom: 20px;
    width:100% !important;
    max-width:100% !important;
    text-align:left;
    margin-bottom: 15px;
}

.risk-text {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}

.risk-promise-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

@media (max-width: 991px) {

    .risk-section-row {
        display: flex;
        flex-direction: column;
    }

    .risk-section-row > .col-lg-6:first-child {
        order: 2;
    }

    .risk-section-row > .col-lg-6:last-child {
        order: 1;
        margin-bottom: 20px;
    }

}


/* WHY THIS MATTERS */
.why-this-matters-clean {
    margin-top: 35px;
    padding: 24px 26px;
    background: #f8f9fb;
    border-left: 4px solid #9acd32;
    border-radius: 10px;
}

.why-this-matters-clean h5 {
    font-size: 17px;
    margin-bottom: 8px;
}

/* ================= MODERN APPROACH ================= */

.approach-modern {
    background: #ffffff;
}

/* IMAGE */
.approach-image-modern {
    max-width: 440px;
    /* image ko thoda compact */
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    /* lighter shadow */
}

.approach-image-modern img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* CONTENT */
.approach-content-modern {
    padding-left: 40px;
}

/* CARDS */
.approach-cards {
    margin-top: 30px;
}

.approach-card {
    display: flex;
    gap: 18px;
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.approach-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
}

/* ICON */
.approach-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, #9acd32, #7fbf28);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* TEXT */
.approach-card h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.approach-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
}

/* WHY THIS MATTERS */
.why-matters-modern {
    margin-top: 30px;
    padding: 22px 26px;
    background: #f8f9fb;
    border-left: 4px solid #9acd32;
    border-radius: 12px;
}

.why-matters-modern h5 {
    font-size: 17px;
    margin-bottom: 6px;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px) {

    .about-content,
    .outcome-card,
    .about-images-wrapper {
        margin-left: 0;
        max-width: 100%;
    }
}


@media (max-width: 991px) {
    .about-telelinks-section {
        padding: 70px 0;
    }

    .about-telelinks-section .about-content {
        max-width: 100%;
    }

    .outcome-card {
        margin-left: 0;
        margin-top: 35px;
        max-width: 100%;
    }

    .why-title {
        font-size: 34px;
    }

    .why-description {
        margin-left: 0;
        margin-top: 20px;
        max-width: 100%;
    }

    .why-choose-section {
        padding: 80px 0;
    }

    .systems-title {
        font-size: 34px;
    }

    .enterprise-card {
        margin-left: 0;
        margin-top: 40px;
        max-width: 100%;
    }

    .systems-section {
        padding: 80px 0;
    }

    .approach-content-clean {
        padding-left: 0;
        margin-top: 40px;
    }

    .approach-image-clean img {
        height: 360px;
    }

    .approach-content-modern {
        padding-left: 30px;
        margin-top: 40px;
        max-width: 520px;
    }

    .approach-card:hover .approach-icon {
        transform: scale(1.05);
    }

    .approach-image-modern img {
        height: 360px;
    }
}

@media (max-width: 575px) {

    .why-card {
        min-height: auto;
        padding: 28px 20px;
    }

    .why-icon {
        width: 52px;
        height: 52px;
    }

    .system-item {
        padding: 20px;
    }

    .system-icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 768px) {
    .systems-grid {
        grid-template-columns: 1fr;
    }

    .enterprise-card {
        margin-top: 40px;
    }
}


/* ================= SERVICES SLIDER CONTROLS ================= */

.owl-theme .owl-dots .owl-dot{
    margin-bottom:50px;
}

.service-slider .owl-nav {
    display: flex;
    margin-top: 10px;
}

.service-slider.owl-theme .owl-nav .owl-prev:before{
    visibility:hidden !important;
}

.service-slider .owl-nav button.owl-prev,
.service-slider .owl-nav button.owl-next {
    margin: 0 10px;
}

.class-a-section {
    padding-top: 50px;
    /* Reduced top padding */
    padding-bottom: 60px;
    background: #fff;
}

.class-a-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a4d6e;
    margin-bottom: 25px;
}

.class-a-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    margin-top: 20px;
}

.class-a-text {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}

.class-a-text strong {
    font-weight: 700;
    color: #000;
}

/* ================= CERTIFICATES SECTION ================= */

.certificates-section {
    background: #f8f9fb;
    padding: 80px 0;
}

.certificate-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

@media (max-width: 576px) {
    .certificate-card {
        padding: 18px;
    }
}


.certificate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.certificate-img-wrapper {
    height: 380px;
    /* Fixed height for alignment */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.certificate-img-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.certificate-card:hover .certificate-img-wrapper img {
    transform: scale(1.03);
}

.certificate-caption {
    text-align: center;
    margin-top: auto;
    /* Pushes caption to bottom if content varies */
}

.certificate-caption h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1f2f54;
    margin-bottom: 6px;
}

.certificate-caption p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.iso-grid-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================= ENGINEERING PROCESS SECTION ================= */
.process-badge {
    width: 35px;
    height: 35px;
    font-weight: bold;
    font-size: 1rem;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-section {
    padding: 80px 0;
    background: #ffffff;
}

.process-header p {
    font-size: 20px;
    font-weight:600;
}

.process-title {
    font-size: 36px;
    font-weight: 700;
    color: #1f2f54;
    text-align: center;
    margin-bottom: 20px;
}

/*process text*/

.small{
 font-size:18px !important;   
 text-align: left;
}

.process-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    border: 1px solid #eee;
    z-index: 1;
    /* Ensure card is above connector */
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.process-icon-box {
    width: 70px;
    height: 70px;
    background: #f0f4ff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2f4fa3;
    transition: all 0.3s ease;
}

.process-card:hover .process-icon-box {
    background: #2f4fa3;
    color: #fff;
}

.process-step-number {
    position: absolute;
    top: -15px;
    right: 20px;
    font-size: 40px;
    font-weight: 800;
    color: #f0f0f0;
    z-index: -1;
    line-height: 1;
}

.process-card:hover .process-step-number {
    color: #eef2fa;
}

.process-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2f54;
    margin-bottom: 0;
}

/* Header Styles Override */
header,
.header-style1,
.navbar-default {
    background-color: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.navbar-header-custom {
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar-nav>li {
    margin-left: 40px !important;
}

.navbar-nav>li>a {
    color: #1f2f54 !important;
    /* Dark blue */
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0 !important;
}

.iso {
    font-size: 13px;
    margin: 5px 0 0;
    color: #3c3c94;
    font-weight: 500;
}

/* ================= WHY CHOOSE US ================= */
.why-choose-section
{
    background-color:#3c3c94;
}

.heading-white{
    color:white !important;
}

/* ================= RISK & REALITY RESIZE ================= */
@media (min-width: 992px) {
    .risk-image {
        position: relative;
        flex: 1;
        width: 100%;
        margin: 0 auto;
        max-width: 700px;
        border-radius:0px;
        /* Compact like reference */
    }

    .risk-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* ================= CLASS A RESIZE ================= */
@media (min-width: 992px) {
    .class-a-image {
        position: relative;
        flex: 1;
        width: 100%;
        margin: 0 auto;
        max-width: 700px;
        /* Compact like reference */
    }

    .class-a-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/* ================= PROCESS SECTION ================= */
.process-section-modern {
    background-color: transparent;
}

.process-img-wrapper .process-badge {
    background-color: #3e4095 !important;
    z-index: 10;
}

/* Ensure object-fit works */
.object-fit-cover {
    object-fit: cover;
}

/* Certificate Interactions */
.card-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.card-hover-zoom .cert-img-wrapper img {
    transition: transform 0.4s ease;
}

.card-hover-zoom:hover .cert-img-wrapper img {
    transform: scale(1.1);
}


.card-hover-zoom:hover {
    box-shadow: 0 10px 20px rgba(62, 64, 149, 0.15) !important;
    /* Subtle blue tint shadow */
}

/* ================= INDUSTRIES SECTION ================= */
.serve-section {
    background-color: #F7F7F7;
}

.industries .small, .cert-title {
 text-align: center !important;
}

/* ================= SERVICES SECTION ================= */
.service-details p {
    text-align: left;
}

.services-section{
    width:100%;
    margin-bottom:50px;
}

/* ================= TESTIMONIALS SECTION ================= */
.testimonial-section {
    padding: 100px 0;
}

.testimonial-card {
    background: #3c3c94;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.testi-content i {
    font-size: 30px;
}

.author-name{
    color:#ffffff;
}

.author-address {
    color: #ffffff !important;
}

.testi-content p {
    font-size: 18px;
    line-height: 1.6;
    color:#ffffff;
}

/* ================= FAQ SECTION ================= */
.faq-telelinks-section .form-control[readonly] {
    background-color: #f8f9fa;
}

/* ================= STICKY FOOTER ================= */
.fixed-whatsapp {
    display: none !important;
}

.sticky-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e3e3e3;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.sticky-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 50px;
    color: white !important;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
}

.sticky-btn-whatsapp {
    background-color: #25D366;
}

.sticky-btn-whatsapp:hover {
    background-color: #128C7E;
    transform: translateY(-2px);
}

.sticky-btn-contact {
    background-color: #2f4fa3;
}

.sticky-btn-contact:hover {
    background-color: #1a3a8a;
    transform: translateY(-2px);
}

.sticky-btn i {
    margin-right: 8px;
    font-size: 20px;
}

/* Add padding to body so footer doesn't hide content */
body {
    padding-bottom: 70px;
}

.scroll-to-top {
    bottom: 80px !important;
}

@media (max-width: 576px) {
    .sticky-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
}

/* ================= MODAL ================= */
.proposal-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
    /* Changed from inline style */
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.proposal-modal-content {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    width: 90%;
    max-width: 450px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s;
}

.close-modal:hover {
    color: #333;
}

.modal-header-logo {
    margin-bottom: 20px;
}

.modal-header-logo img {
    max-width: 180px;
}

.modal-title {
    color: #2f4fa3;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.modal-form .form-group {
    margin-bottom: 15px;
}

.modal-form input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.modal-form input:focus {
    border-color: #9acd32;
}

.phone-group {
    position: relative;
}

.phone-group input {
    padding-left: 45px;
}

.flag-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.flag-icon img {
    width: 20px;
}

.modal-submit-btn {
    background-color: #64dd17;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    transition: background-color 0.2s;
}

.modal-submit-btn:hover {
    background-color: #52b202;
}

.modal-submit-btn i {
    font-size: 12px;
    margin-left: 5px;
}