/* blue rgba(216, 200, 29, 0.07); */
/* rgba(216, 200, 29, 0.687) yellow */
body {
    box-sizing: border-box;
}
/* FIX OVERFLOW */
html, body {
    overflow-x: hidden;
}

/* Remove excess margins that cause horizontal scroll */
.hero {
    margin-left: 0 !important;
    
}

.home-img {
    margin-right: 0 !important;
    
}




.navbar-brand img {
    max-width: 100%;
    width: 200px;
    max-height: 100%;
    height: 60px;
}

.nav-bar {
    height: fit-content;
}

header {
    background-color: rgba(216, 200, 29, 0.687);
    padding-bottom: 50px;
}

.home {
    display: flex;
    justify-content: space-between;
    background-color: rgba(216, 200, 29, 0.07);
}
.Right-slide1,.slide1-img,.Left-slide1{
    border: 1px solid black;
}

.home-img {
    width: 100%;
    max-width: 800px;
    max-height: 450px;
    height: auto;
    margin-right: 150px;
    object-fit: contain;
}

.right-home {
    padding: 20px;
    max-width: 50%;
}

.left-home {
    padding: 10px;
    max-width: 60%;
}

.home-head h1 {
    font-size: 40px;
    font-weight: 700;
    align-items: center;
    text-align: start;
    margin: 20px 0;
    color: rgba(29, 29, 128, 1);
    letter-spacing: -.02em;
    font-family: KMRApparat, InterVariable, Nanum Gothic, Noto Sans TaiViet, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

.home-subhead h2 {
    align-items: center;
    /* text-align: center; */
    margin: 40px 0;
    font-size: large;
    font-weight: 600;
}

.btn-home,
.custom-btn {
    background-color: rgba(29, 29, 128, 0.927);
    color: white;
    padding: 5px;
    border-radius: 10px;
    max-width: 100%;
    width: 120px;
    text-align: center;
    margin-top: 50px;
}

/* MAIN HERO SECTION */
.hero {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

/* ROW FIX – centers content perfectly */
.hero-row {
    display: flex;
    align-items: center;
    justify-content: center;      /* PERFECT CENTER */
    gap: 50px;                    /* spacing */
    max-width: 1250px;            /* keeps content centered */
    margin: 60px;                 /* prevents shifting right */
    padding: 20px;
}

/* TEXT SECTION — Wider area */
.hero-text {
    flex: 1.4;                    /* wider text area */
    max-width: 700px;
    margin-left: 70px;
}

.hero-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.hero-text h2 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #444;
}

.hero-italic {
    font-style: italic;
    font-size: 1.1rem;
    margin-top: 15px;
    color: #333;
}

.hero-btn {
    margin-top: 25px;
    padding: 12px 26px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
}

/* IMAGE SECTION — Smaller than text */
.hero-img {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-img img {
    width: 80%;
    max-width: 420px;
    height: auto;
}



/* about */
.about {
    padding: 20px;
    align-items: center;
}

.about-div h1 {
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    letter-spacing: 5px;
    align-items: center;
    text-align: center;
}

.about-div h3 {
    font-size: large;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

/* services */

/* --- Default Styles for Desktop --- */

.bottom {
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 40px 20px;
}

.sms-div, 
.email-div {
    flex-grow: 1; 
    max-width: 40%; 
}

.service-img {
    width: 250px; 
    margin: 0 40px; 
    
}

.sms-points, 
.email-points {
    list-style-type: none;
    padding-left: 0;
}
.services {
    display: block;
}



.services h1,
.features h1,
.table-head h1,
.enquiry h1 {
    font-size: 32px;
    font-weight: 700;
    align-items: center;
    padding: 5px;
    text-align: center;
    padding: 20px;
    color: #00000085;
    
}
h4{
    color: #00000085;
}
.h4-prom{
    text-align: center;
}


.sms-div h4,
.email-div h4 {
    font-weight: bold;
    align-items: center;
    text-align: center;
}

.sms-points,
.email-points {
    font-size: 22px;
    font-weight: 400;
}

ul {
    list-style: none;
    padding-left: 0;
    padding: 5px;
}

.bottom li {
    background: linear-gradient(135deg, #ddb95695, #f3f3f38a);
    margin: 2px;
    padding: 4px;
    border-radius: 13px;
    text-align: center;
    align-items: center;
}

.sms-points {
    margin-left: 10px;
}

.sms-img {
    width: 100%;
    /* max-width: 350px; */
    height: auto;
    object-fit: contain;
    /* margin-left: 40px; */
}

/* card */
.card-div {
    display: flex;
    justify-content: center;
    gap: 20px;

    
}

.card-img-top {
    max-height: 60%;
    max-width: 80%;
}

.card-img-top img {
    width: 100%;
    height: max-content;
    object-fit: cover;
}

.card {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.509);
    height: fit-content;
    
}

.card:hover {
    transform: scale(1.1);
}

/* Pricing Table Styling */
.pricing-box {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.pricing-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.table thead {
    background: linear-gradient(135deg, #eac04f, #f4d57c);
    /* mustard gradient */
    color: #000;
    font-weight: 600;
    font-size: 1rem;
}

.table tbody tr:nth-child(even) {
    background: #f7f7f7;
    /* soft grey */
}

.table td,
.table th {
    padding: 14px 16px;
    vertical-align: middle;
    border-color: #e0e0e0;
}

.table {
    margin-bottom: 0;
    border-radius: 14px;
    overflow: hidden;
}

.pricing-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* enquiry */

#enquiry{
    background-color:  rgba(29, 29, 128, 1);
    border: #000 1px solid;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: 0px solid black;
    border-radius: 20px;
}
.enquiry h1{
    color: rgba(255, 255, 255, 0.582);
}
.enquiry-div1 {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.enquiry-div {
    max-width: 100%;
    width: 500px;
    border: 0px solid black;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.845);
    padding: 20px;
    margin: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.509);
}




label {
    max-width: 100%;
    width: 200px;
    padding: 5px;
    font-weight: 500;
}

.label:hover {
    border: 2px solid gold;
}

input,
select,
textarea {
    max-width: 100%;
    border: 0px solid black;
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.509);
    transition: transform 0.3s ease-in-out;
}

input:hover,
select:hover,
textarea:hover {
    transform: scale(1.05);
}

.button-div {
    display: flex !important;
    justify-content: center !important;
}

footer {
    background-color: rgba(216, 200, 29, 0.687);
    padding: 20px;
}

footer h3 {
    color: rgba(29, 29, 128, 1);
}

.footer-div {
    display: flex;
    justify-content: space-around;
}

footer h6 {
    text-align: center;
    
}
.footer-div li{
    text-align: start;
}

.footer-link {
    color: #000;
    font-weight: 500;
    text-align: start;
}

.final-quote,
.price-quote {
    text-align: center;
    padding: 10px;
}
.contact-div1 ul  {
    margin-top: 20px;
}


/* hover */
.home-img,
.services li,
.card,
.table,
.btn {
    transition: transform 0.3s ease-in-out;
}

.home-img:hover,
.services li:hover,
.card:hover,
.table:hover,
.btn:hover {
    transform: scale(1.05);
}

/* media query */
@media (max-width: 576px) {
    .service-img {
        display: none !important;
    }

    .card-div {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        max-width: 1200px;   /* keeps cards centered */
        margin: 0 auto;      /* centers the whole row */
        flex-wrap: wrap;     /* allows wrapping on mobile */
        padding: 20px 0;
    }

    .features {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        /* gap:40px; */
    }
    .sms-div,.email-div{
        width: 100%;
        max-width: 260px;
        
    }
    .hero-row{
        margin: 0;
        padding: 0;
    }
}
/* @media (max-width: 576px) {
    .hero-text h1 {
        font-size: 2.2rem;
    }

    .hero-text h2 {
        font-size: 1.2rem;
    }

    .hero-img img {
        width: 90%;
    }
} */