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

body {
    font-family: 'Inter', sans-serif;
}


.main-container {
    height: 100%;
    background: #F1F1F1;
}

/* Left Blue Panel */
.left-panel {
    background-image: url(fronted/assets/images/Rectangle300.png);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Login Card */
.login-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 415px;
}

.login-card h4 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #003364;
    font-size: 30px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2f7cf6;
}

.btn-login {
    background: linear-gradient(to right, #2f7cf6, #1e4fd6);
    border: none;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}

/* Check-box */
input.form-check-input {
    border: 2px solid #00000080;
}

.btn-login:hover {
    opacity: 0.9;
}

.google-btn {
    border-radius: 50px;
    border: 1px solid #ccc;
    padding: 8px;
    background: #fff;
}

.divider {
    text-align: center;
    margin: 15px 0;
    position: relative;
}

.divider::before,
.divider::after {
    content: "";
    height: 1px;
    width: 34%;
    background: #ddd;
    position: absolute;
    top: 59%;

}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.divider span {
    background: #fff;
    padding: 0 10px;
    font-size: 14px;
    color: #6A6D6F;
}

/* login-button */
button.btn.btn-login.w-100 {
    color: white;
    font-size: 17px;
    font-weight: 600;
    border-radius: 21px;
}

.col-md-6.d-flex.align-items-center.justify-content-center {
    margin-top: 40px;
}

a.small {
    color: #066D91;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

label.form-check-label.small {
    color: #3C3E3F;
    font-size: 12px;
}

label.form-check-label.small a {
    color: #3C3E3F;
    font-size: 12px;
}

.Register-section a {
    color: #066D91;
    font-size: 16px;
    font-weight: 600;
}

.col-md-6.d-none.d-md-block {
    padding: 0px;
}

input.form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3C3E3F;
}

button.google-btn.w-50 {
    color: #066D91;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2%;
    margin: 0 auto;
    display: block;
}



/* Sign-up */

body {
    BACKGROUND: #F1F1F1;
}

.main-container {
    height: 100%;
}

/* LEFT PANEL */
.left-panel {
    background-image: url(../images/Rectangle\ 300.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.left-panel::before {
    width: 400px;
    height: 400px;
    top: 10%;
    left: -150px;
}

.left-panel::after {
    width: 300px;
    height: 300px;
    bottom: 10%;
    left: -100px;
}

/* CARD */
.form-card {
    background: #fff;
    padding: 25px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 420px;
}

.form-card h4 {
    font-weight: 600;
    /* margin-bottom: 13px; */
    font-size: 30px;
    color: #003364;
}

/* INPUT STYLE */
.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
}

label.form-check-label.small-text a {
    color: #00000080;
    font-size: 12px;
    font-weight: 400;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2f7cf6;
}

/* BUTTON */
.btn-primary {
    background: linear-gradient(to right, #2f7cf6, #1e4fd6);
    border: none;
    border-radius: 50px;
    padding: 10px;
}

.btn-primary:hover {
    opacity: 0.9;
}

.sign-up-bottom-text a {
    color: #066D91;
    font-size: 16px;
    font-weight: 600;
}

.sign-up-bottom-text p.text-center.mt-3.small-text {
    font-size: 16px;
    color: #6A6D6F;
}

/* SMALL TEXT */
.small-text {
    font-size: 12px;
    color: #3C3E3F;
}

.col-md-5.d-flex.align-items-center.justify-content-end {
    margin-top: 40px;
}

button.btn.btn-primary.w-100 {
    border-radius: 21px;
    margin-top: 7px;
}

/* NAVBAR */


/* NAVBAR */
.navbar {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1000;
}

.nav-container {
    max-width: 1220px;
    margin: auto;
    padding: 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LOGO */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.logo img {
    width: 100%;
}

/* MENU */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 74px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}

.nav-links li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
}

.nav-links li a:hover {
    color: #2196F3;
}

/* DROPDOWN ICON */
.dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown i {
    font-size: 12px;
}

/* BUTTON */
.nav-btn {
    background: #2196F3;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #5FA1D4;
}


/* TOGGLE BUTTON */
.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #2d9cff;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
}

.menu-toggle:hover {
    background: #187fe0;
}

/* MOBILE */
@media(max-width:992px) {

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 20px;
        gap: 25px;

        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;

        transition: 0.4s ease;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        max-height: 600px;
        opacity: 1;
        visibility: visible;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 22px;
    }

    .nav-links li {
        width: 100%;
    }

    .nav-links li a {
        display: block;
        width: 100%;
    }

    .nav-btn {

        text-align: center;
    }
}

/* Hero banner */


.hero-container {
    max-width: 1220px;
    margin: 0 auto;
    background-image: url(../images/875322edbbef0b6407a64ef5976b211b98fe76dc\ \(1\).jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;

}



.hero-banner-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 30px;
}


.hero-banner-content {
    width: 50%;
    margin-left: 24px;
}

.hero-banner-image img {
    width: 92%;
}

h1.hero-main-title {
    font-size: 32px;
    color: white;
    font-weight: 600;
}

p.hero-subtitle {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-top: 20px;
}

.hero-button {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

button.btn {
    padding: 14px 15px;
    background: #2196F3;
    font-size: 16px;
    border: none;
    border-radius: 13px;
    color: white;
    font-weight: 600;
    cursor:pointer;
}

button.main-btn {
    padding: 14px 15px;
    background: transparent;
    font-size: 16px;
    border: 2px solid #19D1FF;
    border-radius: 13px;
    color: white;
    font-weight: 600;
}

@media(max-width: 768px) {

    section.hero-banner {
        padding: 10px;
    }

    .hero-banner-content {
        width: 100%;
        margin-left: 24px;
    }

    .hero-banner-row {

        flex-direction: column;
    }

    .hero-button {
        flex-direction: column;
    }

    .hero-banner-image img {
        width: 100%;
    }
}




/* Services */


section.services-section {
    padding: 30px;
    margin-top: 20px;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
}

.subtitle {
    color: #2a7de1;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}


.service-row-part {

    margin: 0 auto;
}

h1.services-title {
    text-align: center;
    color: #1D82DB;
    font-size: 20px;
    font-weight: 600;
}

h2.service-main-title {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
}

.table-box {
    background: #003560;
    padding: 25px;
    border-radius: 15px;
    color: #fff;
}

.table-header {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 2fr;
    font-weight: 600;
    margin-bottom: 15px;
    opacity: 0.8;
    text-align: center;
}

.row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 2fr;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    transition: 0.3s;
}

.row.highlight:hover {
    background: #36C6FF66;
}

.row.highlight {
    background: #36C6FF66;
}

.row:hover {
    background: #36C6FF66;
}

.row span {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: center;
}

.bar {
    height: 4px;
    margin-top: 5px;
    border-radius: 10px;
    width: 60px;
}

.green {
    background: #4caf50;
}

.yellow {
    background: #ffc107;
}

.blue {
    background: #00c4ff;
}

.note {
    margin-top: 20px;
    color: #3C3C3C;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

span.note-subtitle {
    color: #1D82DB;
}

.table-header span {
    color: #19D1FF;
}

.note-btn {
    margin-top: 20px;
    padding: 12px 25px;
    background: #1D82DB;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.note-btn:hover {
    background: #1b5fb8;
}

@media(max-width: 768px) {

    section.services-section {
        padding: 10px;
    }

    .service-row-part {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .row {
        display: flex;
        align-items: center;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.15);
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 12px;
        transition: 0.3s;
        gap: 22px;
        flex-direction: column;
    }

    .row span {
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 11px;
        justify-content: center;
        text-align: center;
    }
}

/* Shipment-section*/

section.shipment-section {
    background: #EFFBFF;
    padding: 30px;
    margin-top: 20px;
}

.shipment-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

/* Left Image Box */
.shipment-image-box {
    width: 406px;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    z-index: 2;

}

.shipment-image-box img {
    width: 100%;
}

/* Right Content Box */
.shipment-content {
    width: 75%;
    background: #003b70;
    border-radius: 20px;
    padding: 45px 31px 34px 255px;
    color: #fff;
    margin-left: 177px;
}

.shipment-content h2 {
    font-size: 30px;
    margin-bottom: 19px;
    color: #58d4ff;
}

/* Step Item */
.step-item {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    position: relative;
}

.step-number {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #10c4d8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
}

.shipment-row-part {
    margin: 0 auto;
}

/* Dotted Line */
.step-item:not(:last-child) .step-number::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 45px;
    border-left: 2px dashed #8dddf3;
}

.step-content h3 {
    font-size: 23px;
    margin-bottom: 8px;
}

.step-content p {
    font-size: 17px;
    line-height: 1.6;
    color: rgb(215, 232, 246);
}

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

    section.shipment-section {
        background: #EFFBFF;
        padding: 42px;
    }

    .shipment-row-part {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .shipment-wrapper {
        flex-direction: column;
    }

    .step-item {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .shipment-image-box {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0px;
        margin-bottom: -40px;
    }

    .shipment-content {
        width: 100%;
        margin-left: 0;
        padding: 44px 30px 40px;
    }

    .shipment-content h2 {
        font-size: 32px;
    }

    .step-content h3 {
        font-size: 24px;
    }

    .step-content p {
        font-size: 16px;
    }
}

@media(max-width: 576px) {


    .shipment-content h2 {
        font-size: 26px;
        text-align: center;
    }

    .step-item {
        gap: 15px;
    }

    .step-number {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .step-content h3 {
        font-size: 20px;
    }

    .step-content p {
        font-size: 14px;
    }
}

/* Why */


/* Section */
.why {
    padding: 30px;
    text-align: center;
    margin-top: 20px;
}


.sub {
    color: #2196F3;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-weight: 600;
}

h2.sub-title {
    margin-bottom: 43px;
    font-size: 32px;
}

.icon img {
    width: 55%;
}

/* Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Cards */
.card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 40px 20px 25px;
    border: 2px solid #19D1FF80;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.sub-main-part {
    margin: 0 auto;
}

/* Floating icon */
.icon {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 62px;
    height: 62px;
    background: #2c82f6;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(44, 130, 246, 0.4);
}

/* Text */
.card h3 {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111;
}

.card p {
    font-size: 17px;
    color: #555;
    line-height: 1.5;
}

/* Hover */
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


@media(max-width: 768px) {
    .sub-main-part {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    } 

    .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
}


/* trusted-section */

section.trusted-section {
    padding: 30px;
    margin-top: 20px;
}

.trusted-wrapper {
    background-image: url(../images/Contact\ Us.png);
    background-size: cover;
    background-position: center center;
    padding: 55px;
    border-radius: 21px;
}

.trusted-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.trusted-subtitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.trusted-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 45px;
}

/* Cards */
.trusted-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.trusted-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 0 20px rgba(0, 200, 255, 0.25);
    transition: 0.3s ease;
}

.trusted-card:hover {
    transform: translateY(-5px);
}

.icon-box {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #1D82DB1A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 30px;
    color: #1e78d7;
}

.card-text h3 {
    font-size: 32px;
    color: #1D82DB;
    margin-bottom: 8px;
    font-weight: 700;
    text-align: left;
}

.trusted-row-part {
    margin: 0 auto;
}

.card-text p {
    font-size: 13px;
    color: #111111;
    font-weight: 600;
    line-height: 1.5;
}

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

    .card-text h3 {
        font-size: 32px;
        color: #1D82DB;
        margin-bottom: 8px;
        font-weight: 700;
        text-align: center;
    }

    .trusted-row-part {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .trusted-title {
        font-size: 38px;
    }

    .trusted-cards {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 576px) {

    .trusted-wrapper {
        padding: 40px 20px;
    }

    .trusted-title {
        font-size: 30px;
        line-height: 1.4;
    }

    .trusted-card {
        flex-direction: column;
        text-align: center;
    }

    .card-text h3 {
        font-size: 32px;
    }

    .card-text p {
        font-size: 16px;
    }
}


/* SECTION */


.faq-section {
    text-align: center;
    background: #EFFBFF;
    padding: 30px;
    margin-top: 30px;
}

/* BADGE */
.faq-badge {
    display: inline-block;
    background: #36C6FF66;
    color: rgb(29, 130, 219);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 12px;
}

/* TITLE */
.faq-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* FAQ ITEM */
.faq-item {
    background: #FFFFFF;
    border: 1px solid #3cc3ff;
    border-radius: 12px;
    text-align: left;
    overflow: hidden;
    transition: 0.3s;
    width: 66%;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* QUESTION */
.faq-question {
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

/* ICON */
.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1d82db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 120px;
    padding: 0 20px 15px;
}

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

/* CTA BOX */
.faq-cta {
    margin-top: 25px;
    background: #FFFFFF;
    border: 1px solid #3cc3ff;
    border-radius: 12px;
    padding: 30px 20px;
    width: 66%;
    margin: 0 auto;
}

.faq-avatars {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.faq-avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
}

.faq-avatars img:first-child {
    margin-left: 0;
}

.faq-cta h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.faq-cta p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.faq-btn {
    background: #1d82db;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.faq-btn:hover {
    background: #1666b3;
}

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

    .faq-item {
        background: #FFFFFF;
        border: 1px solid #3cc3ff;
        border-radius: 12px;
        text-align: left;
        overflow: hidden;
        transition: 0.3s;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .faq-cta {
        margin-top: 25px;
        background: #FFFFFF;
        border: 1px solid #3cc3ff;
        border-radius: 12px;
        padding: 20px 20px;
        width: 89%;
        margin: 0 auto;
    }

    .faq-title {
        font-size: 24px;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px;
    }

    .faq-answer {
        font-size: 13px;
    }

    .faq-cta h3 {
        font-size: 18px;
    }
}


/* -- SHIPPING SECTION -- */

.shipping-section {
    padding-top: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: -40px;
}

.shipping-box {
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/Section\ \(4\).png);
    background-position: center;
    background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 70px 20px;
    text-align: center;
}

.shipping-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: .5px;
}

.shipping-box p {
    color: #d8e7ff;
    font-size: 19px;
    margin-bottom: 36px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: #1683ff;
    font-weight: 700;
    padding: 18px 34px;
    border-radius: 14px;
    transition: .3s;
    font-size: 16px;
}

.cta-btn:hover {
    transform: translateY(-2px);
}

/* -- FOOTER--*/

.footer-section {
    background: #000;
    padding-top: 30px;
    padding-bottom: 25px;
}

.footer-wrapper {
    padding: 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
    gap: 50px;
    align-items: flex-start;
}

/* LOGO */

.footer-logo img {
    width: 210px;
    object-fit: contain;
}

/* SOCIAL */

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

.social-icons i {
    color: #000;
    font-size: 15px;
}

/* TITLES */

.footer-column h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 700;
}

/* LINKS */

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 18px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #d8d8d8;
    font-size: 16px;
    transition: .3s;
}

.footer-column ul li a:hover {
    color: #fff;
}

/* CONTACT */

.contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #f1f1f1;
    margin-bottom: 24px;
    font-size: 18px;
}

.contact-item i {
    color: #fff;
    font-size: 18px;
}

/* COPYRIGHT */

.copyright {
    border-top: 1px solid #2a2a2a;
    margin-top: 55px;
    padding-top: 18px;
    text-align: center;
    color: #a7a7a7;
    font-size: 13px;
}

/* -- RESPONSIVE--*/

@media(max-width:992px) {

    .shipping-box h2 {
        font-size: 34px;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:768px) {

    .shipping-section {
        padding-top: 20px;
        padding: 20px;
    }

    .shipping-box {
        padding: 50px 20px;
        border-radius: 18px;
    }

    .shipping-box h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .shipping-box p {
        font-size: 15px;
    }

       .footer-section {
        margin-top: -50px;
        padding-top: 41px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-column h3 {
        font-size: 24px;
    }

    .contact-item {
        font-size: 16px;
    }
}


 .quotation *,
    .quotation *::before,
    .quotation *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .quotation {
      --q-primary:    #2196f3;
      --q-primary-lt: #fff0f0;
      --q-accent:     #2196f3;
      --q-bg:         #f0f4fb;
      --q-card:       #ffffff;
      --q-border:     #e2e8f4;
      --q-text:       #1a2341;
      --q-muted:      #7b8aab;
      --q-input-bg:   #f8fafd;
      --q-shadow:     0 2px 12px rgba(26,35,65,.07);
      --q-radius:     10px;
      --q-font:       'DM Sans', sans-serif;

      font-family: var(--q-font);
      background: var(--q-bg);
      min-height: 100vh;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 40px 16px 60px;
      color: var(--q-text);
    }


    .quotation__card {
      background: var(--q-card);
      border-radius: 16px;
      box-shadow: var(--q-shadow);
      width: 100%;
      max-width: 800px;
      padding: 32px 28px 28px;
    }


    .quotation__header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 24px;
      gap: 12px;
    }

    .quotation__title-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .quotation__icon-add {
      width: 32px;
      height: 32px;
      background: var(--q-primary);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .quotation__icon-add svg {
      width: 16px;
      height: 16px;
      fill: #fff;
    }

    .quotation__title {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--q-text);
      line-height: 1.2;
    }

   .quotation__field .fa{
    color: #2196f3;
    font-size: 0.85rem;
    width: 20px;
}
.quotation__section .fa{
    color: #2196f3;
    font-size: 0.85rem;
    width: 20px;
}


.quotation__field .far {
    color: #2196f3;
    font-size: 0.85rem;
    width: 20px;
}

    .quotation__subtitle {
      font-size: 0.78rem;
      color: var(--q-muted);
      margin-top: 3px;
    }

    .quotation__badge {
      display: flex;
      align-items: center;
      gap: 5px;
      background: var(--q-primary-lt);
      color: #000;
      font-size: 0.72rem;
      font-weight: 600;
      border-radius: 6px;
      padding: 5px 10px;
      white-space: nowrap;
      flex-shrink: 0;
    }

    .quotation__badge svg {
      width: 13px;
      height: 13px;
      fill: var(--q-primary);
    }


    .quotation__form {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .quotation__field {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-bottom: 16px;
    }

    .quotation__grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 16px;
    }

    .quotation__grid-2 .quotation__field {
      margin-bottom: 0;
    }


    .quotation__label {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--q-text);
    }

    .quotation__label svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }

    .quotation__label--red svg  { fill: var(--q-primary); }
    .quotation__label--blue svg { fill: #4a7cdc; }
    .quotation__label--grn svg  { fill: #27ae60; }
    .quotation__label--org svg  { fill: #e67e22; }
    .quotation__label--pur svg  { fill: #8e44ad; }


    .quotation__hint {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.71rem;
      color: var(--q-muted);
      margin-top: 10px;
      margin-bottom: 6px;
    }

    .quotation__hint svg {
      width: 11px;
      height: 11px;
      fill: var(--q-muted);
      flex-shrink: 0;
    }


    .quotation__input,
    .quotation__select {
      margin-top:5px;
      width: 100%;
      background: var(--q-input-bg);
      border: 1.5px solid var(--q-border);
      border-radius: var(--q-radius);
      padding: 11px 14px;
      font-family: var(--q-font);
      font-size: 0.88rem;
      color: var(--q-text);
      outline: none;
      transition: border-color .18s, box-shadow .18s, background .18s;
      appearance: none;
      -webkit-appearance: none;
    }

    .quotation__input::placeholder {
      color: var(--q-muted);
      font-size: 0.83rem;
    }

    .quotation__input:focus,
    .quotation__select:focus {
      border-color: var(--q-primary);
      background: #fff;
      box-shadow: 0 0 0 3px rgba(232,69,69,.10);
    }

    .quotation__select-wrap {
      position: relative;
    }

    .quotation__select-wrap .quotation__select {
      padding-right: 36px;
      cursor: pointer;
    }

    .quotation__select-wrap::after {
      content: '';
      position: absolute;
      right: 14px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid var(--q-muted);
      pointer-events: none;
    }


    .quotation__section {
      background: #f7f9fd;
      border: 1.5px solid var(--q-border);
      border-radius: 12px;
      padding: 20px 18px 4px;
      margin-bottom: 20px;
      margin-top: 4px;
    }

    .quotation__section-title {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--q-text);
      margin-bottom: 16px;
    }

    .quotation__section-title svg {
      width: 15px;
      height: 15px;
      fill: var(--q-primary);
    }


    .quotation__footer {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-top: 8px;
    }

    .quotation__btn-submit {
      display: flex;
      align-items: center;
      gap: 7px;
      background: var(--q-accent);
      color: #fff;
      font-family: var(--q-font);
      font-size: 0.88rem;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 12px 22px;
      cursor: pointer;
      transition: background .18s, transform .12s;
    }

    .quotation__btn-submit svg {
      width: 14px;
      height: 14px;
      fill: #fff;
    }

    .quotation__btn-submit:hover {
      background:#2196f3;
      transform: translateY(-1px);
    }

    .quotation__btn-submit:active {
      transform: translateY(0);
    }

    .quotation__btn-cancel {
      display: flex;
      align-items: center;
      gap: 6px;
      background: transparent;
      color: var(--q-muted);
      font-family: var(--q-font);
      font-size: 0.88rem;
      font-weight: 500;
      border: 1.5px solid var(--q-border);
      border-radius: 8px;
      padding: 11px 18px;
      cursor: pointer;
      transition: border-color .18s, color .18s;
    }

    .quotation__btn-cancel:hover {
      border-color: var(--q-primary);
      color: var(--q-primary);
    }

  


    @media (max-width: 480px) {

      .quotation__header
      {
            flex-direction: column;
      }
      .quotation {
        padding: 20px 10px 40px;
      }

      .quotation__card {
        padding: 22px 16px 20px;
      }

      .quotation__grid-2 {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .quotation__grid-2 .quotation__field {
        margin-bottom: 16px;
      }

      .quotation__title {
        font-size: 1.1rem;
      }

      .quotation__footer {
        flex-wrap: wrap;
      }

      .quotation__btn-submit,
      .quotation__btn-cancel {
        width: 100%;
        justify-content: center;
      }
    }
    