

/* Section Tag */
.section-tag {
    color: #ff3b30;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-heading {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin: 15px 0;
    line-height: 1.3;
}

.section-heading span {
    color: #ff3b30;
}

/* ====================================
Refrigerator Freezer Banner
====================================*/

 .freezer-banner-section{

    padding:90px 0;

    min-height:700px;

    display:flex;

    align-items:center;

    position:relative;

    overflow:hidden;

background-image: url('/assets/images/Contact/banner-image.png');

    background-size:cover;

    background-position:center right;

    background-repeat:no-repeat;

}

/* Decorative Circle */
 
.freezer-banner-section::before{

    content:"";

    width:420px;

    height:420px;

    background:#ff3b3008;

    border-radius:50%;

    position:absolute;

    top:-180px;

    left:-180px;

}

/* Content */

 .freezer-banner-section .banner-content-wrapper{

    position:relative;

    z-index:2;

}

.freezer-banner-section .banner-sub-heading{

    display:inline-block;

    font-size:14px;

    font-weight:700;

    color:#ff3b30;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.freezer-banner-section .banner-heading{

    font-size:56px;

    line-height:1.25;

    font-weight:600;

    color:#002964;

    margin-bottom:25px;

}

.freezer-banner-section .banner-heading span{

    color:#ff3b30;

}

.freezer-banner-section .banner-content{

    max-width:610px;

    font-size:18px;

    color:#646F88;

    line-height:1.8;

    margin-bottom:40px;

} 

/* Buttons */

.freezer-banner-section .banner-buttons{

    display:flex;

    gap:16px;

    margin-bottom:45px;

}

.freezer-banner-section .banner-buttons a{

    padding:15px 28px;

    border-radius:5px;

    text-decoration:none;  

    font-size:15px;

    font-weight:600;

    transition:.3s;
    

}

.freezer-banner-section .explore-btn{

    background:#ff3b30;

    color:#fff;

}

.freezer-banner-section .explore-btn:hover{

    background:#e02a20;

}

.freezer-banner-section .quote-btn{

    border:1px solid #ff3b30;

    color:#ff3b30;

    background:#fff;

}

.freezer-banner-section .quote-btn:hover{

    background:#ff3b30;

    color:#fff;

} 

/* Feature Boxes */

 .banner-features{

    display:flex;

    flex-wrap:wrap;

    gap:18px;

}

.banner-features .feature-box{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 20px;

    background:#fff;

    border:1px solid #E5EBF5;

    border-radius:10px;

    transition:.35s;

}

.banner-features .feature-box:hover{

    transform:translateY(-6px);

    border-color:#002964;

    box-shadow:0 18px 40px rgba(6,46,130,.08);

}

.banner-features .feature-box i{

    color:#ff3b30;

    font-size:18px;

}

.banner-features .feature-box span{

    font-size:15px;

    color:#002964;

    font-weight:500;

}

/* Responsive */

@media(max-width:991px){

.freezer-banner-section{

min-height:auto;

padding:80px 0;

background-position:center;

}

.freezer-banner-section .banner-heading{

font-size:42px;

}

.banner-features{

flex-direction:column;

}

.banner-features .feature-box{

width:100%;

}

.banner-buttons{

flex-wrap:wrap;

}

} 

/* Contact Us Section Start */

.contact-us-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    font-family: inherit;
}

.contact-us-section *,
.contact-us-section *::before,
.contact-us-section *::after {
    box-sizing: border-box;
}

.contact-us-section .container {
    width: 100%;
    margin: 0 auto;
}

/* Background Decoration */

.contact-us-section::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -160px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(0, 41, 100, 0.05);
}

.contact-us-section::after {
    content: "";
    position: absolute;
    bottom: -210px;
    left: -170px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 59, 48, 0.05);
}

/* Main Heading */

.contact-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.contact-heading .section-tag {
    display: block;
    margin-bottom: 12px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.contact-heading .section-heading {
    margin: 0 0 18px;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.contact-heading .section-heading span {
    color: #ff3b30;
}

.contact-heading p {
    margin: 0;
    color: #646f88;
    font-size: 16px;
    line-height: 1.8;
}

/* Main Layout */

.contact-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: stretch;
    gap: 30px;
}

/* Contact Information */

.contact-information {
    position: relative;
    padding: 42px 38px;
    overflow: hidden;
    color: #ffffff;
    background: #002964;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 41, 100, 0.2);
}

.contact-information::before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 250px;
    height: 250px;
    border: 45px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

/* Information Heading */

.contact-info-header {
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}

.contact-info-header span,
.contact-form-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #ff8d87;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.contact-info-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.3;
}

/* Address Grid */

.address-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.address-card {
    padding: 22px 18px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.address-card:hover {
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-5px);
}

.address-number {
    display: block;
    margin-bottom: 12px;
    color: #ff8d87;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.address-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.address-card address {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-style: normal;
    line-height: 1.7;
}

/* Contact Methods */

.contact-methods {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 2px;
    margin-bottom: 30px;
}

.contact-method {
    display: grid;
    grid-template-columns: 75px 1fr;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-label {
    color: #ff8d87;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-method > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.contact-method a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-method a:hover {
    color: #ff8d87;
}

/* Social Icons */

.contact-socials {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.contact-socials a {
    display: flex;
    width: 41px;
    height: 41px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-socials a:hover {
    color: #ffffff;
    background: #ff3b30;
    border-color: #ff3b30;
    transform: translateY(-4px);
}

/* Contact Form */

.contact-form-wrapper {
    padding: 42px;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(0, 41, 100, 0.09);
}

.contact-form-heading {
    margin-bottom: 30px;
}

.contact-form-heading > span {
    color: #ff3b30;
}

.contact-form-heading h2 {
    margin: 0 0 10px;
    color: #002964;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.3;
}

.contact-form-heading p {
    margin: 0;
    color: #646f88;
    font-size: 14px;
    line-height: 1.7;
}

/* Form Layout */

.contact-form {
    display: grid;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-group {
    display: grid;
    gap: 8px;
}

.form-group label {
    color: #002964;
    font-size: 13px;
    font-weight: 700;
}

.form-group label span {
    color: #ff3b30;
}

/* Inputs */

.form-group input,
.form-group select,
.form-group textarea {
    display: block;
    width: 100%;
    padding: 14px 15px;
    color: #243650;
    background: #f8fbff;
    border: 1px solid #dce5f1;
    border-radius: 7px;
    outline: none;
    font-family: inherit;
    font-size: 14px;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.form-group input,
.form-group select {
    min-height: 50px;
}

.form-group textarea {
    min-height: 145px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #929bad;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    background: #ffffff;
    border-color: #ff3b30;
    box-shadow: 0 0 0 4px rgba(255, 59, 48, 0.08);
}

/* Submit Button */

.contact-submit-btn {
    display: inline-flex;
    width: max-content;
    min-width: 155px;
    padding: 14px 24px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #ff3b30;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.contact-submit-btn:hover {
    background: #002964;
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0, 41, 100, 0.2);
}

/* Tablet */

@media (max-width: 991px) {
    .contact-us-section {
        padding: 80px 0;
    }

    .contact-heading .section-heading {
        font-size: 40px;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .contact-us-section {
        padding: 60px 0;
    }

    .contact-us-section .container {
        padding: 0 20px;
    }

    .contact-heading {
        margin-bottom: 40px;
        text-align: left;
    }

    .contact-heading .section-tag {
        font-size: 13px;
    }

    .contact-heading .section-heading {
        font-size: 32px;
    }

    .contact-information,
    .contact-form-wrapper {
        padding: 30px 22px;
        border-radius: 14px;
    }

    .contact-info-header h2,
    .contact-form-heading h2 {
        font-size: 26px;
    }

    .address-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-method {
        grid-template-columns: 65px 1fr;
    }

    .contact-submit-btn {
        width: 100%;
    }
}

/* Contact Us Section End */

/* Contact Map Section Start */

.contact-map-section {
    padding: 100px 0;
    background: #ffffff;
    font-family: inherit;
}

.contact-map-section *,
.contact-map-section *::before,
.contact-map-section *::after {
    box-sizing: border-box;
}

.contact-map-section .container {
    width: 100%;
    margin: 0 auto;
}

/* Heading */

.contact-map-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.contact-map-heading .section-tag {
    display: block;
    margin-bottom: 12px;
    color: #ff3b30;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.contact-map-heading .section-heading {
    margin: 0 0 15px;
    color: #002964;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.3;
}

.contact-map-heading .section-heading span {
    color: #ff3b30;
}

.contact-map-heading p {
    margin: 0;
    color: #646f88;
    font-size: 16px;
    line-height: 1.7;
}

/* Map */

.contact-map-wrapper {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: #eef5ff;
    border: 8px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(0, 41, 100, 0.13);
}

.contact-map-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Tablet */

@media (max-width: 991px) {
    .contact-map-section {
        padding: 80px 0;
    }

    .contact-map-heading .section-heading {
        font-size: 40px;
    }

    .contact-map-wrapper {
        height: 420px;
    }
}

/* Mobile */

@media (max-width: 600px) {
    .contact-map-section {
        padding: 60px 0;
    }

    .contact-map-section .container {
        padding: 0 20px;
    }

    .contact-map-heading {
        margin-bottom: 30px;
        text-align: left;
    }

    .contact-map-heading .section-tag {
        font-size: 13px;
    }

    .contact-map-heading .section-heading {
        font-size: 32px;
    }

    .contact-map-heading .section-heading span {
        display: block;
    }

    .contact-map-heading p {
        font-size: 15px;
    }

    .contact-map-wrapper {
        height: 350px;
        border-width: 5px;
        border-radius: 14px;
    }
}

/* Contact Map Section End */
