/* Custom CSS for MSS - Mannheim Security Solutions */
/* CSS Variables for Design System */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    /* Brand Colors */
    --red: #E32929;
    --white: #FFFFFF;
    --gradient-start: #012A4A;
    --gradient-end: #1B6CA8;
    --gradient-light: linear-gradient(135deg, #1B6CA8 0%, #012A4A 100%);
    --font-script: 'Dancing Script', cursive;
    --font-sans: 'Figtree', system-ui, -apple-system, sans-serif;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --spacing-sm: 16px;
    --spacing-md: 24px;
    --spacing-lg: 64px;
    --spacing-xl: 80px;

    /* Typography */
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 3rem;
    --font-size-4xl: 4rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.625;

    /* Layout */
    --container-max-width: 1250px;
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --transition-normal: 0.3s ease-in-out;

    /* Legacy Variables for Compatibility */
    --primary-color: #4a7c7e;
    --secondary-color: #d31628;
    --mannheim-teal: var(--primary-color);
    --mannheim-red: var(--secondary-color);
}

/* Reset and Base Styles */
* {
    box-sizing: border-box;
}

/* Figtree Font Implementation */
body {
    /* font-family: var(--font-sans); */
    font-family: "Figtree", sans-serif !important;
    line-height: var(--line-height-normal);
    margin: 0;
    padding: 0;
}

.main_wrapper {
    padding-top: 100px;
}

/* Container */
.container {
    max-width: var(--container-max-width) !important;
    margin: 0 auto;
    padding: 0 var(--spacing-sm);
}



.header {
    border-bottom: 1px solid #C9C9C9;
    position: relative;
    backdrop-filter: blur(120px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff24;
    z-index: 99999;
    padding: 22px 0;
}

.header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header .menu-link {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header .logo {
    width: 550px;
}


.header .menu-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.header .menu-link a.active {
    color: #ffe627;
}

/* Button Styles */
.btn-red {
    background: var(--red);
    color: var(--white);
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all var(--transition-normal);
    border: none;
    cursor: pointer;
}

.btn-red:hover {
    background: #c61e20;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-outlined {
    background: var(--white);
    color: var(--gradient-start);
    padding: 8px 26px;
    border: 2px solid var(--white);
    border-radius: 50px;
    text-decoration: none;
    font-weight: var(--font-weight-semibold);
    display: inline-block;
    transition: all var(--transition-normal);
    cursor: pointer;
}
.employee-dashboard {
    margin-top: 10%;
}
.btn-outlined:hover {
    background: transparent;
    color: var(--white);

    color: var(--gradient-start);
}
.profile-card {
    background-color: #ffffffde;
    padding: 20px;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); /* soft outer shadow */
}


.one .quote-form {
    display:none!important;
}

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

/* 
.hero-lion {
    margin-bottom: var(--spacing-md);
} */




.lion-image {
    height: auto;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
}

.our-services .locations-title {
    font-size: 60px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
}



.commitment-section p.driver-text {

    width: 90%;

}

.commitment-section p.driver-text {
    font-weight: 500;
    color: var(--white);
    align-items: start;
    font-size: 17px;
    width: 90%;
    line-height: 1.5;
    margin: 10px 0px 20px 10px;
}

.commitment-section .driver-text {
    font-weight: 300;
    color: var(--white);
    align-items: start;
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0px 0px 10px;
}

.license-section p.driver-text {
    font-weight: 500;
    color: var(--white);
    align-items: start;
    font-size: 17px;
    width: 90%;
    line-height: 1.7;
    margin: 10px 0px 20px 10px;
}

.license-section .driver-text {
    font-weight: 300;
    color: var(--white);
    align-items: start;
    font-size: 16px;
    line-height: 1;
    margin: 10px 0px 0px 10px;
}

.our-services .locations-subtitle {
    color: var(--white);
    font-size: 22px;
    line-height: var(--line-height-relaxed);
    text-align: center;
    margin-bottom: 0px;
}

.locations-container {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.locations-immage {
    position: relative;
    text-align: center;
    color: white;
}



.Let-services {
    position: relative;
    text-align: center;
    color: white;
    background-size: cover;
}

.transportation-services {
    position: relative;
    text-align: center;
    color: white;
    background-size: cover;
    margin-top: -45px;
}

.discount-services {
    position: relative;
    text-align: center;
    color: white;
    background-size: cover;
}

.ready-services {
    position: relative;
    text-align: center;
    color: white;
    background-size: cover;


}

.transportation-text {
    position: absolute;
    top: 20%;
    left: 50%;
    height: 20%;
    font-size: 65px;
    color: var(--white);
    width: 100%;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.ready-text {
    position: absolute;
    bottom: 30%;
    left: 50%;
    height: 20%;
    font-size: 3rem;
    color: var(--white);
    width: 100%;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.ready-text h2 {
    width: 100%;
    font-weight: 600;

}

.ready-text p {
    font-size: 20px;
    margin-bottom: -30px;
}

.transportation-text h2 {
    width: 100%;
    font-weight: 600;

}

.transportation-services .ready-text h2 {
    font-size: 55px;
    font-weight: 700;
}




.travel-card {
    width: 33%;
    color: white;
    padding: 24px;
    border-radius: 12px;
    font-family: Arial, sans-serif;
}

.travel-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.travel-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.travel-icon i {
    color: #facc15;
    /* yellow-400 */
    font-size: 16px;
}

.travel-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 0;
}

.travel-subtitle {
    font-size: 14px;
    color: #bfdbfe;
    /* blue-200 */
    margin-bottom: 16px;
}


.about-section .padingtop {
    margin-top: 15px;
}

.padng {
    margin-top: 15px !important;
}

.travel-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8;
}


.shift-timing{
    background-color: #FFFFFFCC;
}
.dspy-flex {
    display: flex
;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}
.transportation-text p {
    font-size: 17px;
    margin-bottom: -30px;
}

.bottom-center {
    position: absolute;
    bottom: 1px;
    font-size: 32px;
    font-weight: 500;
    left: 50%;
    color: #1D1F1E;
    transform: translate(-50%, -50%);
}

.bottom-right {
    position: absolute;
    bottom: 1px;
    text-align: right;
    font-size: 32px;
    font-weight: 500;
    right: 50%;
    color: #1D1F1E;
    transform: translate(-50%, -50%);
}

.hero-title {
    font-family: var(--font-sans);
    font-size: var(--font-size-4xl);
    color: var(--white);
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
}

/* About Us Section */
/* .about-us-section {
    background: var(--gradient-light);
    padding: var(--spacing-lg) 0;
} */
/* .about-us-section {
    padding: 0 70px;
 } */

.about-us-box {
    background: url('../images/about-background.webp') no-repeat center center;
    background-size: cover;
    border: 3.5px solid var(--white);
    border-radius: 20px;
    padding: 35px 35px;
    text-align: center;
    background-attachment: fixed;
    /* margin: 0 -60px; */
}

.Secure-us-title {
    font-size: 65px;
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

.Professional-title {
    /* text-align: center; */
    font-size: 64px;
    color: var(--white);
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.paddding {
    padding: 30px;
}

.inner-Secure {
    display: flex;
    text-align: left;
}

.driver-title {
    font-size: 35px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin-left: 10px;
}

.boxwrap .driver-title {
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    margin-left: 10px;
}

.boxwrap .driver-title span {
    font-size: 45px;
    font-weight: 600;
}

.abpg-sec .boxwrap {
    background: #000000a6;
    padding: 34px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.abpg-sec .boxwrap .inner-Secure {
    padding: 0;
    margin-bottom: 12px;
}

.driver-text {
    font-weight: 300;
    color: var(--white);
    align-items: start;
    font-size: 20px;
    line-height: 1.7;
    margin: 10px 0px 0px 10px;
}


.Secure-us-text {
    margin: 0 auto;
    font-weight: 300;
    width: 85%;
    color: var(--white);
    font-size: 20px;
    line-height: var(--line-height-relaxed);

}

img.armed-img {
    margin-top: -78px;
    object-fit: contain;
    min-width: 275px;
}

img.women-img {
    margin-top: -58px;
    width: 328px;
}

img.women-img3 {
    margin-top: -10%;
    width: 520px;
    position: relative;
    z-index: 8888888;
}

img.women-img4 {
    margin-top: -10%;
    width: 620px;
    position: relative;
    z-index: 8888888;
}

.security-services-box {
    border: 2px solid white;
}

.leftt .quote-form {
    padding-left: 39px;
}

.team-box-section .ready-text h2 {
    margin-bottom: -15px;
}

.team-box-section .ready-text {
    position: absolute;
    bottom: 30%;
    left: 50%;
    height: 9%;
    font-size: 3rem;
    color: var(--white);
    width: 100%;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.our-box-section .ready-text {
    position: absolute;
    bottom: 30%;
    left: 50%;
    height: 9%;
    font-size: 3rem;
    color: var(--white);
    width: 91%;
    font-weight: 600;
    transform: translate(-50%, -50%);
}

.jeep-img {
    width: 443px;
}

.widh .form-group select {

    min-width: 206px !important;
}


img.armed-img2 {
    margin-top: -43px;
    max-width: 334px;
}

img.women-img2 {
    margin-top: -74px;
    min-width: 320px;
    margin-bottom: -40px;
}

.mob-box {
    padding: 40px 0;
}

img.women-img222 {
    margin-top: -32px;
    width: 371px !important;
}

.security-services-box {
    backdrop-filter: blur(120px);
    background: #ffffff24;
}

.padingtop {
    margin-top: 30px;
}

/* .security-services-box .form-group select {
    appearance: none;
    padding: 12px 20px 13px 10px;
    border-radius: 30px;
    border: none;
    background-color: white;
    color: #333;
    font-weight: 500;
    min-width: 155px !important;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background-image: url(../images/Icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 92%;
    cursor: pointer;
} */

.security-services-box .form-group select {
    appearance: none;
    padding: 12px 0px 13px 7px;
    border-radius: 30px;
    border: none;
    margin-left: 10px;
    background-color: white;
    color: #333;
    font-weight: 500;
    min-width: 201px !important;
    font-size: 13px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background-image: url(../images/Icon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 92%;
    cursor: pointer;
}


.transportation-services-box .form-group select {
    min-width: 280px !important
}

.security-services-box .form-group select:focus {
    outline: none;
}

.our-services-immage:hover {
    width: 500px!important;
    height: 355px!important;
    z-index: 99;
}
.security-services-box .driver-title {
    font-size: 55px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    margin-left: 10px;
}

.security-services-box .driver-title2 {
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin-left: 10px;
}

.security-services-box .driver-title2 span {
    font-size: 30px;
    vertical-align: text-top;
    position: relative;
    top: 4px;
}

.Professional-text {
    margin: 0 auto;
    font-weight: 500;
    width: 80%;
    color: var(--white);
    font-size: 24px;
    line-height: var(--line-height-relaxed);
    margin-bottom: 10px;
}

.about-us-title {
    font-size: 65px;
    color: var(--white);
    margin-bottom: var(--spacing-md);
    font-weight: 400;
}

.about-us-text {
    margin: 0 auto;
    max-width: 800px;
    color: var(--white);
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
}


.abpg-sec {
    position: relative;
    z-index: 9;
}

.abpg-sec .about-us-box {
    /* background: #b1b1b159; */
    backdrop-filter: blur(120px);
}

.abpg-sec .inner-Secure {
    /* padding: 40px 0; */
    align-items: center;
}


/*from here*/

.form-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.Unarmed .quote-form {
    justify-content: right !important;
}

/* .cardbackground {
    background: url(../images/Team_1.3_gp03g5.webp) no-repeat center center;
    background-size: cover;
} */
.cardbackground {
    background: url(../images/container-bg.webp) no-repeat center center;
    background-size: cover;
}
.cardbackground1 {
    background: url(../images/container-bg1.jpg) no-repeat center center;
    background-size: cover;
}.cardbackground2{
    background: url(../images/Teambg.webp) no-repeat center center;
    background-size: cover;
}
.cardbackground4{
    background: url(../images/cardbackground4.webp) no-repeat center center;
    background-size: cover;
}


.about-background-img1{
    background: url(../images/about-bg-one.webp) no-repeat center center;
    background-size: cover;
}
.about-background-img2{
    background: url(../images/about-bg-two.webp) no-repeat center center;
    background-size: cover;
}
.about-background-img3{
    background: url(../images/about-bg-three.webp) no-repeat center center;
    background-size: cover;
}
.about-background-img4{
    background: url(../images/about-bg-four.webp) no-repeat center center;
    background-size: cover;
}
.about-background-img5{
    background: url(../images/about-bg-five.webp) no-repeat center center;
    background-size: cover;
}

.Plans-bg{
    background: url(../images/transport-section-backgroung-img.webp) no-repeat center top;
    background-size: cover;
    border: 2px solid var(--white);
    border-radius: 20px;
    padding: 35px 35px;
    text-align: center;
}
.security-services-bg{
    background: url(../images/security-service-background-img.webp) no-repeat center top;
    background-size: cover;
}


.Association{
    background: url(../images/association.webp) no-repeat center center;
    background-size: cover;
}
.home-location-bg{
    background: url(../images/home-location.webp) no-repeat center center;
    background-size: cover;
}
.mob-box .quote-form {
    justify-content: right !important;
}

.quote-form {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-content: center;
    /* justify-content: center; */
    align-items: flex-end;
}

.driver-img {
    width: 505px;
}

.form-group {
    position: relative;
}


.form-group select:focus {
    outline: none;
}

.form-group .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #555;
    font-size: 16px;
    pointer-events: none;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.calculate-btn {
    padding: 12px 36px;
    border-radius: 30px;
    background-color: #e50914;
    color: white;
    font-weight: 500;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.calculate-btn:hover {
    background-color: #b20710;
}

/* Compact Contact Us Button Styling */
.contact-us-btn-inline {
    background: rgba(220, 38, 38, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    border: none;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    /* Initial hidden state - controlled by JavaScript */
    opacity: 0;
    transform: scale(0.9);
}

.contact-us-btn-inline:hover {
    background: rgba(185, 28, 28, 0.95);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}

/* Quote Footer Styling */
.quote-footer {
    margin-top: -10px !important;
    margin-bottom: 8px !important;
    margin-right: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
}




/* Services Section */
.services-section {
    padding: 0 35px;
}

.container.Services {
    vertical-align: top;
    align-content: start;
    align-items: flex-start;

}

.services-header {
    max-width: 560px;
    width: 100%;
    text-align: left;
}

.Services {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.services-subtitle {
    color: var(--white);
    font-size: 16px;
    line-height: var(--line-height-relaxed);
    margin-bottom: 30px;
    max-width: 552px;
    margin-right: auto;
}

.services-title {
    font-size: 80px;
    color: var(--white);
    margin-bottom: var(--spacing-sd);
    font-weight: 500;
}

.services-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);

}

.container.Services {
    vertical-align: top;
    align-content: start;
    align-items: flex-start;
}

.service-card img {
    margin-top: 20px;
    min-width: 912px;
    margin-left: -272px;
    margin-right: -60px;
}

.footer-section {
    padding: 100px 80px 33px 80px;
}

.first-footer {
    display: flex;


}


.our-services .bottom-center {
    position: absolute;
    bottom: -15px;
    font-size: 23px;
    font-weight: 600;
    width: 80%;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.our-services .bottom-center p {
    font-size: 14px;
    font-weight: 400;
    /* left: 50%; */
    color: #ffffff;
}

.about-section .driver-text {
    width: 90%;
}

.wo-men-img {
    border-radius: 15px;
    max-width: 320px;
}

.who-img {
    max-width: 400px;
}

.textfeild {
    padding: 10px 20px;
    border-radius: 50px;
    width: 65%;
}

.first-div {
    width: 55%;
}

.second-div {
    width: 20%;
}

.first-text {
    color: white;
    font-size: 15px;
    margin-bottom: 30px;
    width: 80%;
}

.second-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.form-contact-us input:label {
    color: #646A69 !important;
}

.p-contact-us {
    width: 40%;
    margin-top: 10px;
}


.first-title {
    color: white;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-logo {
    width: 120px;
}

.service-card.card1 {
    margin: -12% 0px 0px 7%;
}

.service-card.card1 img {
    margin: 0 auto !important;
    width: 500px !important;

}

.service-card {
    position: relative;
    border-radius: var(--radius-lg);
    /* overflow: hidden; */

}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-label {
    position: absolute;
    bottom: var(--spacing-md);
    background: rgba(0, 0, 0, 0.7);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-lg);
}

.service-label-left {
    left: var(--spacing-md);
}

.service-label-right {
    right: var(--spacing-md);
}


/* Locations Section */
/* .locations-section {
    background: var(--gradient-light);
    padding: var(--spacing-lg) 0;
} */
/* .locations-section {
    padding: 0 70px;
} */
.locations-box {
    backdrop-filter: blur(120px);
    border: 2px solid var(--white);
    border-radius: 20px;
    padding: 48px;


}

.associations-section {
    margin-top: 20px;
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    padding: var(--spacing-lg);
    backdrop-filter: blur(5px);
}

.locations-title {
    font-size: 50px;
    color: var(--white);
    font-weight: 400;
    text-align: left;
}

.locations-subtitle {
    color: var(--white);
    font-size: var(--font-size-lg);
    line-height: var(--line-height-relaxed);
    margin-bottom: 40px;
    text-align: left;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-md);
}

.location-card {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4/3;
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: transparent !important;
}

.location-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.location-label {
    position: absolute;
    bottom: var(--spacing-md);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-lg);
}

/* Associations Section */
/* .associations-section {
    background: var(--gradient-light);
    padding: var(--spacing-lg) 0;
    text-align: center;
} */

.associations-title {
    font-size: 38px;
    color: var(--white);
    margin-bottom: 48px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
}

.associations-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-lg);
    flex-wrap: wrap;
}

.association-logo {
    max-height: 80px;
    width: auto;

    transition: filter var(--transition-normal);
}

.innertransport {
    position: relative;
    padding: 40px;
    color: #fff;
    margin-bottom: 100px;
}

.innertransport .bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid #fff;
}

.innertransport .title {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
}

.innertransport .para {
    font-size: 20px;
    text-align: center;
}

.innertransport .innercardport {
    display: flex;
    gap: 18px;
    margin-bottom: -110px;
    margin-top: 30px;
}
.feiildd {
    height: 50px;
}
.contactus-section {
    background: #b1b1b159;
    border: 2px solid #ffffff8f;
    border-radius: 12px;
    padding: 35px;
    backdrop-filter: blur(20px);
}

.innertransport .innercardport .cardlist {
    background: #00000057;
    border: 2px solid #ffffff8f;
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(20px);
    width: 33%;
}

.innertransport .innercardport .cardlist .iconflex {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.innertransport .innercardport .cardlist .iconflex span {
    font-size: 32px;
    line-height: 1 !important;
    font-weight: 600;
}

.innertransport .innercardport .cardlist .iconflex .icon-card {
    width: 40px;
    position: relative;
    top: 4px;
}

.innertransport .innercardport .cardlist .smpara {
    font-size: 20px;
    margin-bottom: 10px;
}

.innertransport .innercardport .cardlist .list-port {
    list-style: disc;
    font-size: 20px;
    font-weight: 700;
    padding-left: 28px;
}

/* Responsive Design */

/* Desktop Styles - 1024px and up */
@media (min-width: 1024px) {

    /* .container {
        padding: 0 var(--spacing-lg);
    } */
    .header .logo {
        width: 500px;
    }

    .hero-title {
        font-size: 5rem;
    }

    .lion-image {
        margin: 0 auto;
        padding-top: 65px;
        max-width: 600px;
    }
}
@media (min-width: 1370px) {

    .container {
        max-width: 1440px !important;
        margin: 0 auto;
        padding: 0 var(--spacing-sm);
    }
}

/* Tablet Styles - 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .hero-title {
        font-size: var(--font-size-3xl);
    }

    .about-us-title,
    .services-title,
    .locations-title {
        font-size: 2.5rem;
    }

    .services-cards {
        gap: var(--spacing-sm);
    }

    .locations-grid {
        gap: var(--spacing-sm);
    }
}

/* Mobile Styles - 576px and below */
@media (max-width: 576px) {
    .container {
        padding: 0 var(--spacing-sm);
    }


    .hero-title {
        font-size: 2.5rem;
    }

    .lion-image {
        margin: 0 auto;
        max-width: 300px;
    }

    .about-us-section,
    .services-section,
    .locations-section,
    .associations-section {
        padding: var(--spacing-md) 0;
    }

    .about-us-box,
    .locations-box {
        padding: var(--spacing-md);
    }

    .about-us-title,
    .services-title,
    .locations-title {
        font-size: 2rem;
    }

    .associations-title {
        font-size: var(--font-size-xl);
    }

    .services-cards {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
    }

    .locations-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-sm);
    }

    .associations-logos {
        gap: var(--spacing-md);
    }

    .association-logo {
        max-height: 60px;
    }
}

/* Legacy Custom utility classes for Tailwind compatibility */
.bg-mannheim-teal {
    background-color: var(--mannheim-teal);
}

.bg-mannheim-red {
    background-color: var(--mannheim-red);
}

.text-mannheim-teal {
    color: var(--mannheim-teal);
}

.text-mannheim-red {
    color: var(--mannheim-red);
}

.border-mannheim-teal {
    border-color: var(--mannheim-teal);
}

.border-mannheim-red {
    border-color: var(--mannheim-red);
}

.focus\:ring-mannheim-teal:focus {
    --tw-ring-color: var(--mannheim-teal);
}

.focus\:ring-mannheim-red:focus {
    --tw-ring-color: var(--mannheim-red);
}

.hover\:bg-mannheim-teal:hover {
    background-color: var(--mannheim-teal);
}

.hover\:bg-mannheim-red:hover {
    background-color: var(--mannheim-red);
}

/* Existing Legacy Styles (preserved for compatibility) */
.quote-calculator {
    transition: all 0.3s ease;
}

.quote-calculator:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.quote-result {
    animation: fadeInUp 0.5s ease-out;
}

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

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

.clock-display {
    font-family: var(--font-sans);
    font-weight: 600;
    letter-spacing: 2px;
}

.mobile-menu-slide {
    transition: all 0.3s ease-in-out;
}

.btn-loading {
    position: relative;
    color: transparent;
}

.btn-loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.form-error {
    border-color: #ef4444;
    background-color: #fef2f2;
}

.form-success {
    border-color: #10b981;
    background-color: #f0fdf4;
}

@media print {
    .no-print {
        display: none;
    }

    .print-break {
        page-break-after: always;
    }
}


.our-services-immage.relative {
    background: url(../images/our2.webp) no-repeat center center;
    background-size: cover;
    width: 480px;
    position: relative;
    height: 325px;
    border-radius: 15px;
    text-align: end;
    
    transition: all 0.3s ease-in-out;
}

.our-services-immage2.relative {
    background: url(../images/oour.webp) no-repeat center center;
    background-size: cover;
    width: 530px;
    position: relative;
    height: 405px;
    border-radius: 15px;
    text-align: end;
}

.inner-text {
    position: absolute;
    bottom: 0;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    right: 0;
    margin: 0;
    padding: 15px;
}

/* .our-services-immage
 {
    width: 500px;
} */

.Services {
    display: flex;
    justify-content: space-between;
    padding: 20px 35px;
}

.Services2 {
    display: flex;
    justify-content: center;
    margin-top: -9%;
    margin-bottom: 20px;
}

.abpg-sec .driver-title span {
    font-size: 43px;
    font-weight: 600;
}

@media (max-width: 1199px) {

    .Professional-title,
    .Secure-us-title {
        font-size: 50px;
    }

    .Professional-text,
    .Secure-us-text {
        font-size: 16px;
    }

    .btn-red {
        padding: 10px 24px;
        font-size: 14px;
    }

    .security-services-box .driver-title {
        font-size: 42px;
    }

    .security-services-box .driver-title2 {
        font-size: 34px;
    }

    .security-services-box .driver-title2 span {
        font-size: 20px;
    }

    .driver-text {
        font-size: 16px;
        line-height: 1.4;
    }

    .calculate-btn {
        margin-top: 0 !important;
    }

    .ready-services {
        position: relative;
        text-align: center;
        padding: 100px 20px;
    }

    .ready-services img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        border: 2px solid #fff;
    }

    .ready-services .ready-text {
        position: relative;
        transform: unset;
        height: auto;
        left: 0;
        bottom: 0;
    }

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

    .innertransport .para,
    .our-services .locations-subtitle {
        font-size: 16px;
    }

    .innertransport .innercardport .cardlist {
        padding: 18px;
    }

    .innertransport .innercardport .cardlist .iconflex span {
        font-size: 22px;
    }

    .innertransport .innercardport .cardlist .iconflex .icon-card {
        width: 26px;
        top: 2px;
    }

    .innertransport .innercardport .cardlist .smpara {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .innertransport .innercardport .cardlist .list-port {
        font-size: 16px;
        font-weight: 500;
        padding-left: 20px;
    }


    .transportation-services-box .discount-services {
        padding: 80px 20px;
        position: relative;
    }

    .transportation-services-box .discount-services img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 14px;
        border: 2px solid #fff;
    }

    .transportation-services-box .discount-services .ready-text {
        position: relative;
        left: 0;
        bottom: 0;
        transform: unset;
        height: auto;
    }

    .our-services .locations-title {
        font-size: 40px;
    }

    .our-box-section .ready-text {
        bottom: 0;
        height: auto;
    }

    .Let-services img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
        border: 2px solid #fff;
    }

    .Let-services .ready-text {
        position: relative;
        left: 0;
        bottom: 0;
        transform: unset;
    }

    .Let-services {
        padding: 80px 20px 20px;
    }

    .Let-services h2 {
        font-size: 32px;
    }

    .header .logo {
        width: 360px;
    }

    .header .menu-link {

        gap: 20px;
    }

    .header .menu-link a {
        font-size: 14px;
    }

    .services-title {
        font-size: 58px;
    }

    .services-subtitle {
        font-size: 14px;
    }

    .inner-text {
        font-size: 24px;
    }

    .Services2 {
        margin-top: -15%;
    }

    .our-services-immage2.relative {
        width: 380px;
        height: 300px;
    }

    .associations-title {
        font-size: 22px;
    }

    .first-div {
        width: 40%;
    }

    .footermail {
        display: grid !important;
    }

    .footermail .textfeild {
        width: 100%;
    }

    .second-div {
        width: 32%;
        padding: 0 18px;
    }
}

@media (max-width: 991px) {
    .footer-section {
        padding: 60px 20px 24px 20px;
    }

    .header .logo {
        width: 300px;
    }

    .our-box-section .ready-text h2 {
        font-size: 32px;
    }

    .our-box-section .ready-text p {
        font-size: 14px;
    }

    .abpg-sec .inner-Secure {
        padding: 24px;
    }

    .abpg-sec .inner-Secure .armed-img,
    .abpg-sec .inner-Secure .women-img,
    .abpg-sec .inner-Secure .armed-img2,
    .abpg-sec .inner-Secure .jeep-img,
    .abpg-sec .inner-Secure .women-img222 {
        display: none;
    }

    .ready-text {
        bottom: 44%;
    }

    .ready-services {
        padding: 50px 20px;
    }

    .our-services .bottom-center {
        font-size: 18px;
    }

    .our-services .bottom-center p {
        font-size: 12px;
        line-height: 1.2;
    }

    .commitment-section p.driver-text,
    .commitment-section .driver-text {
        font-size: 12px;
    }

    .commitment-section .comittimg,
    .license-section .comittimg {
        display: none;
    }

    .commitment-section .inner-Secure,
    .license-section .inner-Secure {
        padding: 20px 10px;
    }

    .commitment-section .inner-Secure div {
        padding: 0 !important;
    }

    .about-us-text {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .bottom-center {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .main_wrapper {
        padding-top: 45px;
    }
    .header {
        padding: 0px;
    }

    .copyright div {
    margin-top: 8px;
}
    .first-footer {
        display: grid;
    }

    .first-footer .first-div {
        width: 100%;
    }

    .first-footer .second-div {
        width: 100%;
        padding: 0;
        margin: 30px 0;
    }

    .first-footer li {
        margin-top: 8px !important;
    }



    .association-logo {
        max-height: 40px;
    }

    .locations-container {
        display: grid;
    }

    .locations-title {
        font-size: 32px;
    }

    .locations-box {
        padding: 26px;
    }

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

    .inner-text {
        font-size: 16px;
    }

    .our-services-immage2.relative {
        width: 220px;
        height: 180px;
    }

    .container.Services {
        display: block;
    }

    .container.Services .services-header {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .our-services-immage.relative {
        width: 250px;
        height: 200px;
        margin-left: auto;
    }

    .lion-image2 {
        width: 100% !important;
        margin: 0 !important;

    }

    .lion-image {

        max-width: 240px;
    }

    .header .menu-link {
        display: none;
    }
.login-image112{
    width: 100%;
    align-content: center !important;
      
}
    .p-contact-us {
        width: 100%;
        margin-top: 10px;
    }

    .our-box-section .transportation-services img {
        height: 400px;
        object-fit: cover;
        border-radius: 20px;
    }

    .aboutpg-serv .locations-container {
        display: block;
        max-width: 80%;
        margin: 0 auto;
    }

    .aboutpg-serv .locations-container .bottom-center {
        bottom: 20px;
        font-size: 24px;
        line-height: 1.6;
    }

    .aboutpg-serv .locations-container .bottom-center p {
        font-size: 14px;
    }

    .aboutpg-serv .locations-container .locations-immage {
        margin-bottom: 16px;
    }

    .aboutpg-sec .wo-men-img,
    .aboutpg-sec .women-img3,
    .aboutpg-sec .women-img4 {
        display: none;
    }

    .aboutpg-sec .inner-Secure {
        padding: 16px;
    }

    .aboutpg-sec .inner-Secure div {
        padding: 0 !important;
    }

    .innertransport .innercardport {
        display: grid;
    }

    .innertransport .innercardport .cardlist {
        width: 100%;
    }

    .innertransport {
        padding: 20px;
    }

    .innertransport .title {
        font-size: 30px;
    }

    .Professional-title,
    .Secure-us-title {
        font-size: 32px;
        line-height: 1.1;
    }

    .Professional-text,
    .ready-text p {
        font-size: 14px;
    }

    .Professional-text,
    .Secure-us-text {
        font-size: 12px;
    }

    .btn-red {
        padding: 10px 22px;
        font-size: 14px;
    }

    .ready-text h2 {
        font-size: 24px;
    }

    .ready-text {
        bottom: 50%;
    }

    .inner-section {
        min-height: unset;
    }

    .security-services-box .driver-title {
        font-size: 28px;
    }

    .abpg-sec .inner-Secure {
        padding: 16px;
    }

    .security-services-box .driver-title2 {
        font-size: 24px;
    }

    .security-services-box .driver-title2 span {
        font-size: 14px;
    }

    .driver-text {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .security-services-box .form-group select {
        padding: 10px 14px;
        min-width: 100% !important;
    }

    .security-services-box .form-group {
        width: 100%;
        margin-top: 0 !important;
    }

    .calculate-btn {
        padding: 8px 28px;
        font-size: 14px;
    }

    .security-services-box .driver-title {
        font-size: 24px;
    }

    .leftt .quote-form {
        padding-left: 0;
    }

    .ready-services {
        padding: 30px 16px;
    }

    .abpg-sec .driver-title span {
        font-size: 18px;
        margin: 4px 0;
    }

    .abpg-sec .cardbackground .inner-Secure {
        display: grid;
        gap: 20px;
        padding: 0;
        margin-bottom: 10px;
    }

    .cardbackground {
        padding: 18px;
    }

    .about-us-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .about-us-title {
        margin-bottom: 10px;
    }
}

.profile-image{
    width: 160px;
    border-radius: 8px;
}

.Let-services img {
    border-radius: 15px;
    border: 3px solid white;
    height: 550px;
    object-fit: cover;
    object-position: bottom;
}



@media (max-width: 575px) {
    .aboutpg-serv .locations-container {
        max-width: 100%;
    }

    .lion-image2 {

        margin-bottom: -20px !important;
    }

    .our-services-immage.relative   {
        width: 170px;
        height: 130px;
    }

    .our-services-immage2.relative {
        width: 180px;
        height: 140px;
    }

    .Services2 {
        margin-top: -12%;
        justify-content: flex-start;
    }
}