:root {
    --maincolor: #000066;       /* Primary brand – blue */
    --othercolor: #000066;      /* Complementary – blue */
    --hover: #1a1a4a;           /* Darker hover – blue-ish */
    --secondcolor: #000066;     /* <-- change this to blue */
    --themecolor: #000066;      /* <-- change this to blue */
    --redcolor: #b00000;        /* keep as is if needed */
    --blue: #465dff;            /* keep as is */
    --body: #f4f8fc;
    --yellow: #fbb03b;
    --fade: #e5eef9;
    --black: #080909;
    --boxcolor: #E8E8F4;
    --heading: "Manrope", sans-serif;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Nunito", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    color: #4C4C5C;
    font-size: 15px !important;
}


/* ============================================================
   HERO IMAGE – MOBILE CENTERED & 250px WIDE
   ============================================================ */

/* Default: left-aligned on desktop */
.index-hero-image-above-btn {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

/* Mobile: center the image and limit width */
@media (max-width: 768px) {
    .index-hero-image-wrapper {
        text-align: center; 
        margin-bottom: 15px;/* centers the image (inline-block) */
    }

    .index-hero-image-above-btn {
        width: 100%;
        max-width: 250px;              /* max 250px wide */
        height: auto;
        display: inline-block;         /* needed for text-align: center to work */
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

a {
    text-decoration: none !important;
}

.list-group-item {
    padding: 0px !important;
    text-decoration: none;
    border: 0px !important;
    background-color: transparent !important;
}

dl,
ol,
ul {
    margin-bottom: 0rem !important;
    padding-left: 0px !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b6fe00 !important;
    outline: 0;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
}

label {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}

.loginMainContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f7f7f757;
}

.innerLoginContainer {
    width: 360px;
}

.innerLoginContainer img {
    width: 220px;
    margin-bottom: 25px;
}

.innerLoginContainer h1{
    font-size:20px;
    font-weight: 700;
    margin-bottom:20px !important;
}

.formSection input {
    width: 100%;
    height: 47px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.forgotSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgotSection a {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #777;
}

.passwordSection {
    position: relative;
}

.passwordSection button {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 0px;
    background: transparent;
    font-size: 20px;
    color: #ced4da;
}

.rememberSection {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rememberSection input {
    width: 15px;
    height: 15px;
    margin-bottom: 0px !important;
}

.rememberSection label {
    margin-bottom: 0px;
    margin-left: 6px;
}

.mainLoginButton {
    width: 100%;
    height: 45px;
    border-radius: 0px;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--secondcolor);
}



.copyright {
    background-color: var(--secondcolor);
    color: #fff;
    padding: 20px;
}

.copyright .container {
    display: flex;
    justify-content: space-between;
}

.copyright p:first-child {
    width: 60%;
}

.copyright p a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline !important;
}

.copyright p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 23px;
}

.footer {
    background-image: url('../images/template_bg.webp');
    background-repeat: repeat;
    padding: 60px 0 40px 0;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.innerFooterSection p {
    font-size: 15px;
    color: #fff;
}

.downloadOption {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.downloadOption div {
    background-color: #fff;
    padding: 13px 12px;
    border-radius: 12px;
    display: flex;
    width: 35%;
    justify-content: center;
}

.downloadOption div img {
    width: 80%;
}

.downloadOption div:last-child {
    margin-left: 10px;
}

.innerFooterSection h2 {
    color: #fff;
    text-decoration: underline;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.innerFooterSection li {
    margin-bottom: 14px;
}

.innerFooterSection li a {
    color: #fff;
    font-size: 14px;
}

.logoFooter {
    width: 250px;
    margin-bottom: 15px;
}

.innerFooterSection h5 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 3px;
    color: #fff;
}

.footer .container .row {
    justify-content: space-between;
}

.innerFooterSection ul li span {
    margin-right: 12px !important;
}


.innerFooterSection {
    margin-bottom: 20px;
}

/* ============================================================
   YOUTUBE SHORTS – PORTRAIT RATIO (9:16)
   ============================================================ */
.shorts-showcase-section {
    padding: 50px 0;
    background: #f8f9fa; /* match your background */
}

.short-card {
    margin-bottom: 20px;
}

.short-wrapper {
    position: relative;
    width: 100%;
    max-width: 320px;          /* prevents it from getting too wide */
    margin: 0 auto;            /* centers the short */
    
    /* 9:16 aspect ratio → height = width * 16/9 */
    aspect-ratio: 9 / 16;      /* modern, supported everywhere */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.short-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* ============================================================
   MOBILE MENU – CONTACT DETAILS (Address, Email, Phone)
   ============================================================ */
.mobile-contact-details {
    padding: 20px 15px 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
}

.contact-item i {
    font-size: 18px;
    color: var(--secondcolor, #d71920);
    width: 24px;
    flex-shrink: 0;
}

.contact-item a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-item a:hover {
    color: var(--secondcolor, #d71920);
}

.contact-item span {
    color: #333;
    line-height: 1.4;
}
/* Mobile: make them slightly smaller */
@media (max-width: 576px) {
    .short-wrapper {
        max-width: 240px;      /* smaller on phones */
        aspect-ratio: 9 / 16;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 5px;
    width: 100%;

    /* ===== VERY LIGHT BOTTOM BORDER ===== */
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#header.scrolled {
    background-image: linear-gradient(180deg, rgba(0, 17, 81, 0.98) 30%, rgba(0, 17, 81, 0.76) 100%);
}

.logoSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoSection img {
    width: 270px;
}

.header li a {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.header li {
    margin-left: 12px !important;
    padding: 15px 0px;
}

.header .downloadOption {
    margin-top: 0px !important;
}

.header .downloadOption div {
    background-color: #ddd5;
    width: 150px;
}

.mobileMenuSection {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #0006;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
}

.mobileMenuSection button {
    background-color: #000;
    border: 0px;
    text-align: right;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.sideBarSection button i{
    font-size: 13px;
    margin-right: 5px;
}

.mobileMenuSection .sideBarSection{
    width: 280px;
    height: 100%;
    background-color: #f6f6f6;
}


.sideBarSection li {
    border-radius: 0px;
    padding: 10px 15px !important;
    border-bottom: 1px solid #ddd !important;
}

.sideBarSection li:last-child{
    border-bottom: 0px !important;
}

.sideBarSection li a{
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

#openSideBar {
    display: none;
}

.socialMediaLinkFirst li {
    padding: 8px 13px;
    background-color: #fff;
    border-radius: 50px;
}

.socialMediaLinkFirst li a {
    color: #222;
    font-size: 18px;
}

/* .mainContainerTrack{
    background: linear-gradient(90deg, #f6f6f6 0% 20%, #fff 20% 100%);
} */
.innerLeftSideTrack {
    /* background-color: #f6f6f6; */
    padding: 40px 40px 40px 0px;
}

.innerRightSideTrack {
    background-color: #fff;
    padding: 40px 0px 0px 0px;
    border-radius: 8px;
    display: flex;
    align-items: end;
}

.innerRightSideTrack img {
    width: 170px;
    margin-right: 50px;
}

.innerLeftSideTrack ul {
    margin-bottom: 50px !important;
}

.innerLeftSideTrack h1,
.rightTextTrackForm h1 {
    font-size: 28px;
    font-family: var(--heading);
    font-weight: 400;
}

.innerRightSideTrack h3 {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--heading);
    color: var(--secondcolor);
}

.myButtonMain {
    background-color: var(--secondcolor) !important;
    color: #fff !important;
    padding: 14px !important;
    border: 0px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    margin-bottom: 50px !important;
}

.trackInput,
.trackTextArea {
    border: 1px solid #eee !important;
    border-radius: 0px !important;
    margin-bottom: 25px;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px;
    height: 52px !important;
}

.trackTextArea {
    height: 120px !important;
}

.mainContactArea .innerRightSideTrack {
    display: block;
}

.innerLeftSideTrack h6 img {
    width: 25px;
    margin-right: 15px;
}

.innerLeftSideTrack h6 {
    margin-top: 15px;
}

.innerLeftSideTrack h6:last-child img {
    width: 30px;
}

.innerLeftSideTrack h5 {
    margin-top: 40px;
}

.mainContactArea .rightTextTrackForm p {
    margin-bottom: 25px;
}

.otherBranchAddressSection {
    background-color: #fff;
}

.homeContactSec {
    background-image: url(../images/bg-cta-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innerHomeContact {
    background-color: #fafafa68;
    padding: 60px 20px;
}

.homeContactSec .row {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.innerContactText {
    height: 100%;
}

.innerContactText h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px !important;
    color: var(--themecolor);
    text-decoration: underline;
}

.innerContactText p {
    margin: 15px 0px 0px !important;
    font-size: 16px;
}

.innerContactText h3 {
    font-size: 18px;
    font-weight: 700;
}

.innerHomeContact img {
    width: 100%;
}

.innerContactText h6 img {
    width: 25px;
}

.innerContactText button i {
    margin-left: 10px;
}

.innerLeftSideTrack .socialMediaLinkFirst ul {
    margin-top: 50px;
}

.innerLeftSideTrack .socialMediaLinkFirst li {
    background-color: #222;
}

.innerLeftSideTrack .socialMediaLinkFirst li a {
    color: #fff;
}

.braud{
    background-image: url('../images/bg-cta-2.jpg');
    background-size: cover;
    background-position: center;
}

.inBraud {
    padding: 20px;
    background-color: #fafafadb;
}

.braud .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.braud h2, .braud h1 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 900;
}

.braud ul li i {
    font-size: 12px;
}

.braud ul li {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.braud ul li a {
    color: var(--secondcolor);
}

.innerBrach {
    background-color: #f6f6f6aa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.otherBrach h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.otherBrach p {
    margin-bottom: 0px;
}

.otherBrach {
    padding-bottom: 50px;
}


.onlinePayment {
    padding: 60px 20px;
}

.onlinePayment h1 {
    font-size: 24px;
    margin-bottom: 4px;
    font-weight: 400;
    font-family: var(--heading);
}

.onlinePayment img {
    width: 75%;
    margin-top: 25px;
    margin-bottom: 50px;
}

.lastSerSeec {
    background-color: #080d1a;
    color: #fff;
    border-top: 3px solid #fbb03b;
    margin-bottom: 25px;
    padding: 20px 5px;
}

.lastSerSeec h4 {
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 0px;
}

.faqAccodianSection .accodHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.faqAccodianSection li {
    margin-bottom: 15px;
    background-color: #F8F5F1 !important;
}

.collapseLinkDiv {
    padding: 15px;
    background-color: #fff;
}

.faqAccodianSection [aria-expanded="true"] .accodHeader,
.activeHeaderFaq {
    background-color: var(--secondcolor) !important;
    color: #fff !important;
}

.serviceDetailSection {
    padding: 60px 20px;
    background: #fbfbfb;
}

.headerQuoteCall {
    background-color: var(--secondcolor);
    color: #fff;
    padding: 20px;
}

.formDivServiceSideBar {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
    padding: 20px;
}

.formDivServiceSideBar p {
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px !important;
}

.inputDivinner {
    position: relative;
}

.inputDivinner label {
    top: -8px;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 10px;
    left: 15px;
    position: absolute;
    background: #fff;
}

.mainformSide input,
.mainformSide textarea {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    height: 55px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.mainformSide button {
    background-color: var(--themecolor);
    color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    width: 100%;
}

.headerQuoteCall h5 {
    font-size: 16px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

.innerCallHeader {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

.headerQuoteCall img {
    width: 40px;
    height: 40px;
}

.headerQuoteCall h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.innerCallHeader p {
    margin-bottom: 0px;
}


.faq_section {
    padding: 60px 0px;
}

.faq_inner h1 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #222;
    text-transform: uppercase;
    line-height: 30px;
}

.faq_inner p {
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: 400;
}

.faq_section h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0px !important;
}

.faq_inner_list_sec p {
    display: flex;
}

.faq_inner {
    margin-bottom: 50px;
}

.faq_inner_list_sec p:last-child {
    margin-bottom: 0px !important;
}


.innerCountText h4 {
    font-size: 28px;
    font-weight: 600;
    color: var(--themecolor);
    font-family: var(--heading);
}

.innerCountText h2 {
    font-size: 16px;
    margin: 5px 0px !important;
    font-weight: 600;
}

.innerCountText p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.innerCountText {
    margin-top: 50px;
    text-align: center;
}

.countingSection {
    padding: 0px 20px 60px;
}

.countingSection h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.missionSectionAbout .container {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.missionSectionAbout img {
    width: 300px;
    border-radius: 2px;
    margin-right: 30px;
}

.missionSectionAbout h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--heading);
    margin-bottom: 5px;
}

.missionSectionAbout h5 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
}

.innermission {
    display: flex;
    align-items: center;
}

.missionSectionAbout {
    background-color: #fafafac2;
    padding: 60px 20px;
}

.innermission {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.visionContainer {
    margin-top: 80px;
}

.visionContainer img {
    margin-right: 0px;
    margin-left: 30px;
}

.missionSectionAbout h1 {
    font-size: 58px;
    font-weight: 300;
    font-family: var(--heading);
    margin-bottom: 35px;
}

.innerAboutText p {
    line-height: 28px;
}

.aboutMainImgSec img {
    width: 100%;
}

.mainAboutContainer .row {
    justify-content: space-evenly;
}

.textSideAboutImg img {
    width: 50px;
    margin-right: 10px;
}

.textSideAboutImg h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}

.textSideAbout .row div {
    padding: 0px;
}

.textSideAboutImg {
    display: flex;
    align-items: center;
    margin: 20px 0px 25px;
}

.navigationHome li button {
    background-color: transparent;
    border: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.navigationHome .dropdown li{
    margin-left: 0px !important;
    padding: 0px;
    margin-bottom: 15px !important;
}

.navigationHome .dropdown li:last-child{
    margin-bottom: 0px !important;
}


/* ============================================================
   FLOATING CTA – DARK BLUE, ROUNDED, WITH PUSH ANIMATION
   ============================================================ */
.floating-cta-wrap {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999999;
}

.btn-cta-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color:#cf2c2c;
    color: #ffffff !important;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border: none;
    border-radius: 50px !important;
    box-shadow: 0 4px 16px rgba(10, 37, 64, 0.35);
    transition: background-color 0.25s ease;
    letter-spacing: 0.4px;

    /* ===== CONTINUOUS PUSH ANIMATION ===== */
    animation: push-up-down 1.8s ease-in-out infinite;
}

.btn-cta-dark:hover {
    background-color: #061a2e;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgba(10, 37, 64, 0.5);
}

.btn-cta-dark i {
    font-size: 18px;
}

/* ===== KEYFRAMES FOR THE PUSH EFFECT ===== */
@keyframes push-up-down {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-8px); }  /* pushes upward */
    100% { transform: translateY(0); }
}

/* ============================================================
   MOBILE – SLIGHTLY SMALLER
   ============================================================ */
@media (max-width: 576px) {
    .btn-cta-dark {
        padding: 10px 20px;
        font-size: 14px;
        gap: 6px;
        border-radius: 50px !important;
        animation: push-up-down 1.8s ease-in-out infinite;
    }

    .btn-cta-dark i {
        font-size: 16px;
    }

    .floating-cta-wrap {
        bottom: 15px;
        right: 15px;
    }
}

.lastBlueSection{
    background-color: #080d1a;
    padding: 20px;
    color: #fff;
}

.lastBlueSection h6{
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    color: var(--secondcolor);
}
.lastBlueSection h6 img{
    width: 25px;
    margin-left: 10px;
}
.lastBlueSection h2{
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
    margin: 15px 0px;
}

.lastBlueSection button{
    background-color: #fff;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 0px;
}

.lastBlueSection button span{
    padding: 10px 15px;
}

.lastBlueSection button span:last-child {
    background-color: var(--secondcolor);
    font-size: 14px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    
}

.innerWhySecSide{
    display: flex;
    padding: 20px 20px 20px 0px;
    align-items: start;
}
.innerWhySecSide h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
}
.innerWhySecSide img{
    width: 55px;
    margin-right: 15px;
}

.whyChooseService h3{
    font-size: 24px;
    font-weight: 800;
    font-family: var(--heading);
}
.featuresSection{
    display: flex;
}
.imgSideFeatures {
    width: 200px;
}
.textSideFeatures{
    width:calc(100% - 250px) ;
}
.textSideFeatures ul{
    margin-top: 20px;
}

.textSideFeatures li span{
    margin-right: 10px;
    color: var(--secondcolor);
}
.textSideFeatures li{
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}
.textSideFeatures li:last-child{
    margin-bottom: 0px;
}

.imgSideFeatures img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgSideFeatures{
    margin-right: 40px;
}

.featuresSection{
    padding: 40px 0px;
    border-top: 2px solid #f7f7f7;
}
.serviceMainContainer{
    padding: 40px 20px;
}
.serviceMainContainer h1{
    font-size: 24px;
    font-weight: 800;
    font-family: var(--heading);
}

.mainServiceImage{
    margin-bottom: 30px;
    width: 100%;
}

.locationList li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}
.locationList li span{
    color: var(--themecolor);
    margin-right: 10px;
}
.locationList a{
    color: #222;
    text-transform: capitalize;
}

.locationList a:hover{
    color: var(--secondcolor);
}

.upperHeader {
    padding: 12px;
    background-color: #222;
}

.upperHeader .container {
    display: flex
;
    justify-content: end;
    align-items: center;
}

.upperHeader li a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.upperHeader li a i {
    color: #fff;
    margin-right: 5px;
}


.sidebarService{
    padding: 40px 20px;
}

.listSecService h3{
    font-size: 22px;
    font-weight: 800;
    font-family: var(--heading);
}
.whyChooseService{
    margin-top: 25px;
}
.listSecService{
    width: 100%;
}

.gallerySectionMain{
    padding:40px 20px
}
.innerGallerySection img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 25px;
}

.mainVideoContainer{
    margin-bottom: 40px;
}

.VideoSection{
    display: flex;
    justify-content: space-evenly;
}

.mainGalleryText h1 {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
}

.mainGalleryText button{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    border: none;
    border-radius: 12px;
    color: #fff;
    background-color: #000;
}

.buttonGalerySection button:last-child{
    background-color: #000066 !important;
    margin-left: 5px;
}

.mainGalleryText p{
    margin-bottom: 10px;
    line-height: 24px;
}

.mainGalleryText img{
    width: 100%;
    margin-top: 20px;
}

.mainContainerTrackLocation{
    padding: 50px 20px;
}



.clientDetailWithService tr th, .clientDetailWithService tr td{
    font-size: 14px;
}
.clientDetailWithService h3{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--heading);
}

.clientDetailWithService .serviceOverSection table td{
    padding: 10px;
}
.clientDetailWithService .serviceOverSection table{
    width: 100%;
    border: 1px solid #333;
}
/* ============================================================
   MOBILE CALL SECTION – RIGHT TO LOGO
   ONLY SHOW ON MOBILE, HIDDEN ON DESKTOP & TABLET
   ============================================================ */

/* Hidden on desktop & tablet by default */
.mobile-call-logo {
    display: none;
}

/* ✅ Show ONLY on mobile (767px and smaller) */
@media (max-width: 767px) {
    .mobile-call-logo {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-left: 5px; /* pushes it to the right, next to logo */
    }

    .mobile-call-logo i {
        font-size: 22px;
        color: #d71920;
        flex-shrink: 0;
    }

    .mobile-call-logo p {
        font-size: 10px;
        font-weight: 500;
        margin: 0;
        color: #666;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .mobile-call-logo h4 {
        font-size: 14px;
        font-weight: 700;
        margin: 0;
        line-height: 1.2;
    }

    .mobile-call-logo h4 a {
        font-size: 14px;
        color: #0a2540;
        text-decoration: none;
        transition: color 0.2s;
    }

    .mobile-call-logo h4 a:hover {
        color: #d71920;
    }

    .mobile-call-logo div {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }
}

.locationsDetails h2{
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
}
.locationsDetails{
    padding: 0px 20px;
}


.menuUpSection {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}

.callSection {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.callSection img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.callSection p {
    font-size: 12px;
    font-weight: 500;
    color: var(--themecolor);
    line-height: 10px;
    margin-bottom: 0px !important;
}

.callSection h4 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 0px !important;
    margin-top: 5px;
}



.whyHomeSection{
    background-image: url('../images/agenda-2.jpg');
    background-position: center;
    background-size: cover;
}
.innerSecWhyHome{
    background-color: #fff;
    color: #000;
}

.innerSecWhyHome .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.innerSecWhyHome h3{
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
    margin-bottom: 10px !important;
}
.innerSecWhyHome p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px !important;
}
.innerSecWhyHome p span{
    color: var(--secondcolor);
    font-weight: 400;
}

.boxSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.boxSection .innerBoxDiv{
    width: 22%;
    background-color: #fffffff5;
    padding: 20px;
    border-radius: 4px;
}
.boxSection .innerBoxDiv img{
    width: 70px;
    margin-bottom: 20px;
}
.innerBoxDiv p span{
    color: var(--themecolor);
    font-weight: 600;
}
.innerBoxDiv p{
    color: #222;
}

.aboutLeftImgSe img{
    width: 100%;
    border-radius: 12px;
}

.aboutMainSection{
    padding: 50px 20px 20px;
}

.aboutMainSection .mainGalleryText img{
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
}

.imgAndButton{
    display: flex;
    align-items: center;
}

.aboutMainSection .mainGalleryText h1{
    margin-bottom: 10px;
}



.clientSlider{
    padding:0px 20px 40px 20px;
}
.clientSlider h3{
    font-size: 20px;
    font-weight: 500;
    color: var(--maincolor);
    text-align: center;
}

.clientSlider li img{
    width: 75%;
}
.clientSlider li{
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientSlider ul{
    margin: 30px 0px 0px !important;
    padding: 0px !important;
    position: relative;
}

.homelasttext{
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.homelasttext h2{
    font-size: 24px;
}


.lastContentabout{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 20px 40px;
}

.lastContentabout p{
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: 400;
}
.lastContentabout h6{
    font-size: 15px;
    font-weight: 600;
}




.serviceContainerMain {
    padding: 60px 20px 40px;
    position: relative;
}

.serviceContainerMain .row {
    justify-content: center;
    display: flex;
}

.innerServiceMainDiv {
    padding: 30px 15px 0px;
    border-radius: 8px;
    overflow: hidden;
}

.innerToInnerServiceSub {
    width: 100%;
    padding: 25px 20px 30px;
    border-top: 3px solid var(--maincolor);
    background-color: #f3f4f7;
    /* background-color: #f3f4f75c; */
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.serivesubImg {
    width: 100%;
    height: 220px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.innerToInnerServiceSub h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.innerToInnerServiceSub p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.innerToInnerServiceSub button {
    background-color: transparent;
    color: var(--black);
    border: 0px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.innerToInnerServiceSub button span {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid var(--black);
    padding: 7px 10px;
    border-radius: 50px;
    margin-left: 15px;
}

.serhead {
    padding: 0px 15px;
    margin-bottom: 30px;
}

.serhead h2 {
    font-size: 20px;
    font-weight: 800;
    color: var(--maincolor);
    margin-bottom: 3px;
}

.serviceOtherBox{
    display: flex;
}
.leftBoxOther {
    width: 70%;
    background-image: url('../images/shape-5.png');
    background-color: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.innerLeftBoxSec{
    background-color: #000066f2;
    padding: 60px 30px 20px 30px;
}
.leftBoxOther .container, .leftBoxOther .container .row{
    height: 100%;
}

.leftBoxOther h5{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
.innerOtherDivSe{
    text-align: center;
    margin-bottom: 50px;
}


.innerOtherDivSe img{
    width:60px;
}

.rightBoxOther{
    width: 30%;
    background-color: var(--black);
    color: #fff;
    padding:60px 30px;
}
.rightBoxOther h4{
    font-size: 14px;
    font-weight: 600;
}

.rightBoxOther h2{
    font-size: 34px;
    font-family: var(--heading);
    font-weight: 400;
    margin: 20px 0px;
}

.rightBoxOther button{
    background-color: var(--themecolor);
    border: 0px;
    font-size: 12px;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 22px;
}


.legacyLeft h3{
    font-size: 18px;
    font-weight: 600;
    font-family: var(--heading);
    text-transform: uppercase;;
}

.legacyContainer{
    padding: 60px 20px;
}

.legacyLeft h4{
    font-size: 14px;
    font-weight: 500;
    color: var(--secondcolor);
    text-transform: uppercase;
}
.legacyLeft h2{
    font-size: 36px;
    font-weight: 300;
    line-height: 48px;
    margin: 10px 0px 20px;
    font-family: var(--heading);
}
.legacyLeft li span{
    margin-right: 10px;
    color: var(--themecolor);
    font-size: 12px;
}
.legacyLeft li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
}
.legacyLeft img{
    width: 65%;
}
.legacyImgSec img{
    width: 100%;
}
.legacyContainer .row{
    justify-content: space-evenly;
}

.twoBoxSec{
    display: flex;
    justify-content: space-between;
}
.twoBoxSec div i{
    margin-right: 10px;
    color: var(--themecolor);
}
.twoBoxSec div{
    width: 49%;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.whyChooseHomeSe{
    background-color: #f8f5f1;
    position: relative;
}

.whyChooseHomeSe{
    display: flex;
    height: 100%;
    padding-top: 80px;
}
.rightSideTextWhy{
    width: 45%;
    margin-left: 5%;
    padding: 60px 20px;
}
.leftSideWhyIm{
    width: 45%;
    position: relative;
}
.leftSideWhyIm img{
    width: 100%;
    height: 100%;
}
.boxYouTube{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: #000066;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    color: #fff;
}

.stateBoxMain{
    margin-top: 35px;
}
.headingWithNumber{
    display: flex;
    justify-content: space-between;
}
.headingWithNumber p{
    color: #555;
    margin-bottom: 0px;
}
.lineOuter{
    position: relative;
    background-color: #4C4C5C;
    width: 100%;
    height: 13px;
    border-radius: 100px;
    margin-top: 5px;
}
.lineInner{
    position: absolute;
    top: 0;
    left: 0;
    width: 86%;
    height: 13px;
    border-radius: 100px;
    background-color: var(--secondcolor);
}
.customerStatisF{
    width: 95%;
}
.planeSection{
    position: absolute;
    right: 0;
    top: -50px;
}
.planeSection img{
    width: 270px;
}

.missionVisionSideSec .rightSideTextWhy {
    width: 100%;
    padding: 60px 10px;
}

.missionVisionSideSec .legacyLeft img{
    width: 100%;
    margin-bottom: 20px;
}
.missionVisionSideSection{
    padding: 60px 10px;
}

.mission_vissionSection .nav a {
    background-color: #222;
    padding: 7px 15px;
    color: #fff;
    margin-right: 10px;
    border: 0px !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px;
}

.nav-link.active {
    color: #fff !important;
    background-color: var(--themecolor) !important;
}
.tabeContentSection h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}
.tabeContentSection h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--heading);
    background-color: #f8f5f1;
    padding: 10px 15px;
    border-left: 5px solid var(--secondcolor);
    margin-top: 30px !important;
}
.tabeContentSection button i{
    font-size: 16px;
    margin-left: 10px;
}
.tabeContentSection button{
    background-color: var(--secondcolor);
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 25px;
}
.missionVisionSideSec .row{
    justify-content: space-between;
}


.allthreeSection{
    padding: 0px 20px  30px;
}
.threeHeader, .threeHeader div{
    display: flex;
    justify-content: center;
    text-align: center;
}
.threeHeader div{
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.threeHeader h2, .threeHeader h1{
    font-size: 20px;
    font-weight: 800;
    font-family: var(--heading);
    text-transform: uppercase;
    margin-bottom: 0px !important;
}
.threeHeader  h2 span, .threeHeader  h1 span{
    color: var(--secondcolor);
}
.threeHeader .line{
    background-color: var(--secondcolor);
    height: 2px;
    width: 100px;
    margin: 15px 0px;
}
.innerDivThreeSection{
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.innerDivThreeSection h3{
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0px;
    font-family: var(--heading);
}

.innerDivThreeSection img{
    width: 110px;
}

.servicePageNameContact{
    background-color: #111;
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
    border-left: 3px solid var(--secondcolor);
}
.servicePageNameContact  h4{
    font-size: 20px;
    font-weight: 800;
}
.servicePageNameContact p{
    margin-bottom: 0px;
}

.serviceMainContainer iframe{
    border: 2px solid #fff !important;
    margin: 20px 0px;
}

.otherKeywordSection{
    /* background-color: #f2f2f2; */
    box-shadow: 0 2px 10px rgba(24, 24, 24, 0.4);
    padding: 30px 20px 20px;
    margin-bottom: 20px;
}
.otherKeywordSection span{
    background-color: var(--secondcolor);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom:10px; 
    display: inline-block;
}
.locationMainSingle h3, .locationMainSingle h4{
    font-size: 24px;
    font-weight: 300;
    font-family: var(--heading);
}
.priceImageSection {
    width: 60%;
}

.fixPriceSection{
    margin: 40px 0px 30px;
}
.fixPriceSection h3{
    color: var(--secondcolor);
}

.whyInBox{
    display: flex;
    align-items: center;
    /* padding: 20px; */
    /* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
    box-shadow: 0 2px 10px rgba(24, 24, 24, 0.4);
    margin-bottom: 20px;
    border-radius: 20px;
}

.whyInnerInBoxImg{
    width: 100px;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
}
.whyInnerInBoxImg img{
    width: 60px;
}

.whyInnerInBoxText {
    margin-left: 35px;
    padding-right: 30px;
}
.whyInnerInBoxText h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px !important;
}
.whyInnerInBoxText p{
    margin-bottom: 0px;
}
.serviceSectionLocation{
    margin: 20px 0px 0px;
}
.serviceSectionLocation img{
    width: 60px;
}
.innerLocationService{
    text-align: center;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    padding: 20px 0;
    margin-bottom: 25px;
    border-radius: 8px;
}
.innerLocationService h6{
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 0px !important;
}



.notFoundContainer {
    background-color: #f8f5f1;
    padding: 100px 20px;
}

.notFoundContainer .container, .notFoundContainer .container div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.notFoundContainer img {
    width: 100%;
    margin-bottom: 20px !important;
}

.notFoundContainer h1 {
    font-size: 24px;
    font-weight: 600;
}

.notFoundContainer p {
    width: 75%;
    margin: 10px 0px 35px !important;
    text-align: center;
    color: #444;
}

.notFoundContainer button {
    background-color: var(--themecolor);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 0px;
    padding: 10px 50px;
    text-transform: uppercase;
    border-radius: 50px;
}

.innerBlogSection{
    padding: 40px 20px; 
    background-color: #fbfbfb;
    border-radius: 4px;
}
.innerBlogSection h4{
    font-size: 18px;
    font-weight: 400;
    font-family:var(--heading);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    color: #222;
}
.innerBlogSection li i, .blogDetailSection li i{
    margin-right: 5px;
}
.innerBlogSection li, .blogDetailSection li{
    font-size: 12px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 600;
}
.innerBlogSection p{
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #222;
}
.innerBlogSection a div a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.blogSectionHome{
    padding: 0px 10px 60px;
}
.blogDetailSection img{
    width: 100%;
}
.blogDetailSection table{
    width: 100%;
}
.blogDetailSection table td, .blogDetailSection table th{
    padding: 5px;
    border: 1px solid #222;
}

.blogSectionOther{
    padding: 50px 10px;
}

.locationsDetails{
    position: relative;
}
.verticalLineDiv{
    height: 100%;
    width: 10px;
    position: absolute;
    left: 30px;
    top: 0px;
    border-radius: 50px;
    background-color: #222;
    z-index: -9;
}
.boxDiv{
    width: 30px;
    height:30px;
    background-color: #fff;
    border: 2px solid #222;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loppDivLocation{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.loppDivLocation h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}
.loppDivLocation h5{
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0px;
}
.locationContentState p{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}
.locationContentState{
    width: calc(100% - 100px);
    margin-left: 20px;
}
.reachLocation{
    color: green;
}
.pendingLocation{
    color: red;
}
.PendingBoxTick{
    background-color: red;
    color: #fff;
}
.ReachBoxTick{
    background-color: green;
    color: #fff;
}
.finalDeliveryMsg span{
    margin-right: 10px;
}
.finalDeliveryMsg {
    display: flex;
    margin-top: 10px;
}
.serviceOverSection h1, .serviceOverSection h2 , .serviceOverSection h3{
    font-size: 14px;
    font-weight: 700;
} 
.serviceOverSection p{
    font-size: 14px;
    margin-bottom: 15px;
}
.serviceOverSection table {
    border: 1px solid #222;
    width: 100%;
}
.serviceOverSection table td {
    padding: 5px;
}
.serviceOverSection{
    padding: 0px 20px;
}

.clientDetailWithService h2 span{
    color: var(--themecolor);
}
.clientDetailWithService h2{
    font-size: 20px;
    font-weight: 400;
    font-family: var(--heading);
    margin-bottom: 2px ;
}
.clientDetailWithService img{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}


/*  */

.textLocInner h2{
    font-size: 20px;
    font-weight: 1000;
    font-family: var(--heading);
    line-height: 35px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.textLocInner h6{
    font-size: 16px;
    font-weight: 600;
    color: var(--themecolor);
}
.textLocInner p, .innerFourText p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.mainSectionLoc{
    padding: 60px 20px 30px;
}
.imgLocInner img{
    width: 100%;
    border-radius: 8px;
}
.mainSectionLoc .row{
    justify-content: space-evenly;
}

.innerFourText h3{
    font-size: 16px;
    font-weight: 500;
    font-family: var(--heading);
    text-transform: uppercase;
    line-height: 24px;
}
.innerFourText{
    padding:40px 20px;
}
.innerFourText img{
    width: 50px;
    margin-bottom: 15px;
}

.separator:before
{
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 30px;
    bottom: -10px;
    background: #db2d2e;
    margin-bottom: 4px;
}

.separator:after {
    width: 50px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #db2d2e;
    bottom: 0px;
    left: 50%;
}

.threeSection{
    padding: 40px 20px;
    background-color: #f7f7f7;
}
.innerThreeSec img{
    width: 100%;
}
.innerThreeSec h4{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.innerThreeSec p{
    text-align: center;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
}
.innerThreeText{
    padding: 35px 20px;
    background-color: #fff;
}

.separator{
    margin: 20px 0px;
}
.innerThreeSec{
    position: relative;
}
.innerThreeSec span{
    position: absolute;
    top:  30px;
    left: 30px;
    background-color: var(--themecolor);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
}
.innerThreeText a{
    color: #222;
}
.innerThreeText a:hover{
    color: #222;
}

.threeSection .container{
    display: flex;
    justify-content: center;
}

.testimonialSectionLocation{
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.boXSec{
    background-color: #db2d2e;
    position: relative;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: flex;
}
.sliderSection .boXSec:before {
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    border-width: 20px 20px 0 0;
    border-color: #db2d2e transparent transparent transparent;
    position: absolute;
    left: 50px;
    bottom: -20px;
}

.testimonial-info {
    margin-top: 40px;
}
.testimonial-info h6{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.boXSec i{
    font-size: 34px;
    width: 40px;
    display: flex;
}

.rightSideQuote::before{
    transform: rotate(180deg);
}
.boXSec span{
    line-height: 24px;
    padding: 0px 30px;
}
.innerWhyChooseBox{
    text-align: center;
    margin-bottom: 30px;
}
.innerWhyChooseBox img{
    width: 50px;
    margin-bottom: 10px;
}
.innerWhyChooseBox h4{
    font-size: 16px;
    font-weight: 600;
    font-family: var(--heading);
    text-transform: uppercase;
    text-align:center;
}
.innerWhyChooseBox p{
    font-size: 15px;
    text-align:center;
    line-height: 24px;
}
.line{
    width: 50px;
    background-color: var(--themecolor);
    height: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:15px  auto;
}


.whyHeaderSection{
    margin-top: 70px;
}

.contactBottomLocation{
    background-color: #fff;
}

.threeHeader h6{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.contactBottomSec li{
    display: flex;
    margin-top: 25px;
    align-items: start;
}
.contactBottomSec h5{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.contactBottomSec p{
    font-size: 15px;
    line-height: 24px;
}

.contactBottomSec li span{
    width: 50px;
    height:50px;
    background-color: #f7f7f7;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactBottomSec li span img{
    width: 60%;
}
.contactBottomSec li div{
    width: 80%;
    margin-left: 15px;
}

.contactBottomSec h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.contactBottomSec li ul span{
    background-color: transparent;
    font-weight: bold;
    width: auto;
    height: auto;
    display: inline-block;
}
.contactBottomSec li ul li{
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}
.contactHoursSeection{
    display: block !important;
    background-color: #f7f7f7 !important;
    padding: 15px !important;
}

.contactHoursSeection h5{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.contactHoursSeection .line{
    margin-right: auto !important;
    width: 50px !important;
    height: 2px !important;
    margin-left: 0px !important;
}

.contactFormBottom h3{
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px;
}

.inputContainerBottom input{
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}
.inputContainerBottom{
    margin-bottom: 10px;
}
.submitButtonBottom{
    width: 100%;
    color: #fff !important;
    text-transform: uppercase;
    background-color: var(--themecolor) !important;
    border: 1px solid var(--themecolor) !important;
    margin-top: 25px !important;
}
.textLocInner{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.textLocInner li span{
    margin-right: 10px;
}
.textLocInner li {
    margin-top: 10px;
}
.innerBewareSec{
    text-align: center;
}
.innerBewareSec img{
    width: 70px;
}
.innerBewareSec h4{
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}
.innerBewareSecv p{
    font-size: 14px;
    line-height: 24px;
}

.chargeSection{
    padding: 30px 20px 50px;
}
.chargeSection h3{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: var(--heading);
}
.chargeSection h5{
    font-size: 16px;
    font-weight: 500;
}
.chargeSection .table{
    background-color: #f7f7f7;
    margin-top: 20px;
}
.chargeSection thead{
    background-color: var(--themecolor);
}
.chargeSection th{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.chargeSection td{
    font-size: 15px;
    font-weight: 400;
}

.faqLocationSection{
    padding: 50px 20px;
    background-color: #f7f7f7;
}

.faqLocationSection .rightSideTextWhy{
    padding: 0px;
}

.faqLocation h4{
    font-size: 14px;
    font-weight: 500;
    color: var(--secondcolor);
    text-transform: uppercase;
}
.faqLocation h2{
    font-size: 20px;
    font-weight: 900;
    font-family: var(--heading);
    text-transform: uppercase;
}

.faqLocation .faqAccodianSection{
    margin-top: 40px;
}


.placesliderContainer .swiper-button-prev, .placesliderContainer .swiper-button-next {
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 16px;
    border-radius: 50px;
    font-size: 18px;
    color: #323232;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .buttonNaviSection {
    display: none;
}

.placesliderContainer:hover .buttonNaviSection{
    transition: 0.7s all ease-in-out;
    display: block;
}


.requestQuoteSection{
    background-color: var(--black);
    color: #fff;
    padding: 20px;
    margin-top: 60px;
}

.requestQuoteSection h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading);
}
.requestQuoteSection p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.requestQuoteSection .container{
    justify-content: space-between;
    align-items: center;
}
.requestQuoteSection button{
    background-color: var(--themecolor);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    padding: 10px 25px;
}


.heroSectionLocationNew{
    background-image: url('../images/fixwhy.jpg');
    background-size: cover;
    background-position: center;
}
.innerLocationNew{
    background-color: #222222d6;
    padding: 50px 20px;
    color: #fff;
}
.innerLocationNew h1{
    font-size: 26px;
    font-weight: 300;
    font-family: var(--heading);
    text-transform: uppercase;
}
.innerLocationNew ul li i{
    font-size: 12px;
}
.innerLocationNew ul li{
    font-size: 14px;
    font-weight: 500;
}

.formSectionQuote{
        background-color: rgb(255 168 168 / 21%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 8px;
    box-shadow: 0 0px 14px rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 100%;
    margin-top: 30px;
}
.formSectionQuote input, .formSectionQuote select{
    background-color: #fff;
    border: 3px solid #ffdb28;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    margin-bottom: 15px;
}
.formSectionQuote button{
    background-color: var(--themecolor);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    border: 0px;
    margin-top: 15px;
}


.formSectionQuote label{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    background: #ffdb28;
    padding: 5px;
    border-radius: 4px;
    color: #222;
}

.locationNameHeading{
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.innerThreeSec a{
    color: #222;
}

.legacyLeft .innerBlogSection{
    padding: 20px 10px;
    margin-top: 20px;
}

.ourOtherService{
    padding: 40px 20px 0px;
}

.otherServiceSecIn{
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px #b9c1d0;
    padding: 50px 20px 15px;
}
.otherServiceSecIn h3{
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.otherServiceSecIn div{
    width:  85px;
    height: 85px;
    background-color: var(--secondcolor);
    padding: 5px;
    border-radius: 50px;
    position: absolute;
    top: -50px;
    left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.otherServiceSecIn div img{
    width: 45px;
}

.ourOtherService .row{
    margin-top: 30px;
}
.ourOtherService .row a{
    color: #222;
}

.locationFooterSection{
    padding: 10px 20px 60px;
}

.whatServiceType {
    text-align: center;
}

.whatServiceType h3{
    font-size: 18px;
    font-weight: 800;
}

/* ============================================================
   AFTER HERO STATS – 4 columns desktop, 2 columns mobile
   ============================================================ */
.afterHeroNew {
    background-color: #000066;
    color: #fff;
    padding: 25px 15px;
}

.afterHeroNew .container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.afterHeroNew .innerBoxSecNew {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.afterHeroNew .innerBoxSecNew i {
    font-size: 32px;
    color: #fff;
    flex-shrink: 0;
}

.afterHeroNew .innerBoxSecNew p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* ============================================================
   RESPONSIVE – 2 columns on tablet & mobile
   ============================================================ */
@media (max-width: 992px) {
    .afterHeroNew .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 25px;
    }
}

@media (max-width: 576px) {
    .afterHeroNew {
        padding: 15px 10px;
    }
    .afterHeroNew .container {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 15px;
    }
    .afterHeroNew .innerBoxSecNew {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .afterHeroNew .innerBoxSecNew i {
        font-size: 28px;
    }
    .afterHeroNew .innerBoxSecNew p {
        font-size: 12px;
    }
}

/* Optional: 1 column on very small phones */
@media (max-width: 380px) {
    .afterHeroNew .container {
        grid-template-columns: 1fr;
    }
}

.firstAboutNew{
    padding: 50px 20px 0px;
}
.firstAboutNew .row{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.firstAboutNew h2{
    font-size: 22px;
    font-weight: 900;
}
.firstAboutNew img{
    width: 100px;
    margin-bottom: 10px;
}

.serviceNewHome{
    background-color: #f2f2f28c;
    padding: 50px 20px;
}

.whatWeNew{
    padding: 0px 20px 40px;
}

.serviceNewHome .row{
    justify-content: space-evenly;
}

.serviceNewHome .otherServiceSecIn div{
    width: 75px;
    height: 75px;
    top: -40px;
    left: 30%;
}
.serviceNewHome .otherServiceSecIn h3{
    font-size: 12px;
    font-weight: 700;
}

.stepSectionNew{
    padding: 55px 20px;
    text-align: center;
    background-color: #f2f2f28c;
}
.stepSectionNew h4{
    font-size: 16px;
    font-weight: 800;
}

.stepNumberDiv{
    background-color: var(--secondcolor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width:  80px;
    height: 80px;
    margin-bottom: 15px;
}

.innerStepNew p{
    margin-bottom: 0px !important; 
}

.stepNumberDiv p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.innerStepNew{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.serviceSectionHomeNew .row, .serviceSectionHomeNew .serviceSectionLocation{
    margin-top: 00px !important;
}

.faqHomeSectionNew{
    background-color: #fff;
}

.faqHomeSectionNew h2, .faqHomeSectionNew h3{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif !important;   
}

.serviceSectionHomeNew .threeHeader{
    margin-top: 40px;
}

.serviceSectionHomeNew{
    padding: 0px 10px 60px !important;
}

.serviceSectionAll h4{
    font-size: 14px;
    font-weight: 500;
    color: var(--secondcolor);
    text-transform: uppercase;
}
.serviceSectionAll h2{
    font-size: 24px;
    font-weight: 400;
    font-family: var(--heading);
    line-height: 32px;
}
.serviceSectionAll img{
    width: 100px;
}
.serviceSectionAll p{
    margin: 10px 0px 20px !important;
}

.serviceInNew{
    width: 48%;
    background-color: #fff;
    border: 1px solid #222;
}
.serviceInNew a{
    display: flex;
    align-items: center;
}
.serviceInNew a span{
    background-color: #222;
    color: #fff;
    padding: 10px 20px;
    margin-right: 15px;
}

.ourAllServiceHome {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.serviceInNew {
    width: 100%;
}

.serviceInNew a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    color: #222;
}

.serviceInNew span {
    width: 42px;
    height: 42px;
    background: #f5f5f5;
    display: flex;
    color: #fff !important;
    align-items: center;
    justify-content: center;
}

.serviceInNew span i {
    font-size: 20px;
    color: #fff;
}

/* Tablet */
@media (max-width: 992px) {
    .ourAllServiceHome {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .ourAllServiceHome {
        grid-template-columns: repeat(1, 1fr);
    }
}

.mainAboutNewImg img{
    width: 100%;
}

.serviceSectionAll{

}



.heroHomeNew {
    background-image: url('../images/uploads/2026/04/banner-dtdc-desktop-1.webp');
    background-size: cover;
    background-position: center;
}
.heroHomeNew .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.innerHeroHomeNew {
    padding: 110px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45); /* Light transparent black */
}
.innerHeroHomeNew h5{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondcolor);
}
.innerHeroHomeNew h1{
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
    margin: 15px 0px;
}
.buttonSectionHomeNew button{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: var(--themecolor);
    border: 1px solid var(--secondcolor);
}
.buttonSectionHomeNew button:last-child{
    border-color: #fff;
    background-color: transparent;
}
.buttonSectionHomeNew{
    margin-top: 25px;
}



.mainGalleryText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.stepSectionNew .threeHeader p{
    width: 60%;
}

.mainGalleryText li{
    display: flex;
    margin-bottom: 8px !important;
    align-items: center;
}
.mainGalleryText li span{
    margin-right: 10px;
}

.homeTransType .innerThreeText{
    height: 240px;
}




/* ============================================================
   TOP TICKER – FULL WIDTH, WHITE BG, BLACK TEXT
   ============================================================ */
.top-ticker {
    width: 100%;
    background-color: #ffffff;   /* white background */
    border-bottom: 1px solid #eaeaea; /* subtle separator */
    overflow: hidden;
    padding: 8px 0;
    box-sizing: border-box;
}

.ticker-track {
    display: flex;
    white-space: nowrap;
    animation: ticker-scroll 20s linear infinite;
    width: max-content;
}

.ticker-content {
    display: inline-block;
    padding-right: 40px;          /* spacing between items */
    font-size: 14px;
    font-weight: 500;
    color: white;              /* black text */
    letter-spacing: 0.3px;
}

/* Duplicate content is placed side‑by‑side – the animation moves the whole track */
@keyframes ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* moves exactly half the width because we have two identical blocks */
}

/* Pause on hover (optional) */
.top-ticker:hover .ticker-track {
    animation-play-state: paused;
}

/* Mobile: smaller font and less padding */
@media (max-width: 576px) {
    .ticker-content {
        font-size: 12px;
        padding-right: 20px;
    }
    .top-ticker {
        padding: 5px 0;
    }
}





/* ============================================================
   LOCATION MAP SECTION
   ============================================================ */
.locations-map-section {
    padding: 60px 0;
    background-color: #f9f9f9; /* light grey background – change as needed */
}

.city-map-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.city-map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.city-map-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--maincolor);
    padding: 15px 15px 5px 15px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-wrapper {
    padding: 0 15px 15px 15px;
    flex: 1;
}

.map-wrapper iframe {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .city-map-card h4 {
        font-size: 14px;
        min-height: 50px;
        padding: 12px 10px 5px 10px;
    }
    .map-wrapper iframe {
        height: 160px;
    }
}

@media (max-width: 576px) {
    .map-wrapper iframe {
        height: 140px;
    }
}


/* ============================================================
   VIDEO SHOWCASE SECTION
   ============================================================ */
.video-showcase-section {
    padding: 60px 0;
    background-color: #ffffff; /* or use var(--body) if you prefer */
}

.video-card {
    background: #f8f9fa;       /* light grey background for each card */
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.video-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--maincolor);
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid var(--secondcolor);
    display: inline-block;
    align-self: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
    flex: 1;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .video-card h4 {
        font-size: 16px;
    }
    .video-showcase-section {
        padding: 40px 0;
    }
}

@media (max-width: 576px) {
    .video-card {
        padding: 10px;
    }
    .video-card h4 {
        font-size: 14px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}



/* ============================================================
   GALLERY SECTION (updated)
   ============================================================ */
.gallery-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #f8f9fa;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================================================
   LIGHTBOX OVERLAY
   ============================================================ */
.lightbox-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    overflow: auto;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;
}

.lightbox-content {
    max-width: 90%;
    max-height: 85vh;
    margin: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
    object-fit: contain;
}

.lightbox-caption {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    cursor: pointer;
    z-index: 9999999;
    transition: 0.2s;
    line-height: 1;
    background: rgba(0,0,0,0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close:hover {
    transform: rotate(90deg);
    background: rgba(255,255,255,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .lightbox-content {
        max-width: 98%;
        max-height: 75vh;
    }
    .lightbox-close {
        top: 15px;
        right: 15px;
        font-size: 35px;
        width: 50px;
        height: 50px;
    }
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.testimonials-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.testimonial-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px 20px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.testimonial-content {
    flex: 1;
    margin-bottom: 20px;
}

.testimonial-content i {
    display: block;
    margin-bottom: 12px;
}

.testimonial-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #3c4043;
    margin-bottom: 0;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #eaeaea;
    padding-top: 18px;
    margin-top: 10px;
}

.testimonial-meta img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.testimonial-meta .name {
    font-weight: 700;
    font-size: 15px;
    color: #202124;
    display: block;
}

.testimonial-meta .location {
    font-size: 13px;
    color: #5f6368;
    display: block;
    margin-top: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0;
    }
    .testimonial-card {
        padding: 20px 15px;
    }
    .testimonial-content p {
        font-size: 14px;
    }
}

/* ============================================================
   PRICING TABLES & FAQ
   ============================================================ */
.pricing-faq-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.price-table {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    font-size: 14px;
}

.price-table thead .table-header {
    background-color: var(--secondcolor);
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.price-table th {
    background-color: var(--maincolor);
    color: #fff;
    font-weight: 600;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
}

.price-table td {
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}

.price-table tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.price-table tbody tr:hover {
    background-color: #e9ecef;
}

/* FAQ */
.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.faq-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--maincolor);
    margin-bottom: 6px;
}

.faq-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-faq-section {
        padding: 40px 0;
    }
    .price-table {
        font-size: 12px;
    }
    .price-table th,
    .price-table td {
        padding: 6px 4px;
        white-space: nowrap;
    }
    .faq-item {
        padding: 15px 18px;
    }
    .faq-item h5 {
        font-size: 14px;
    }
}



/* ============================================================
   INDEX HERO – WHITE VERSION
   ============================================================ */
.index-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.index-hero-overlay {
    width: 100%;
    padding: 70px 0;
    background: rgba(255, 255, 255, 0.20); /* white overlay – adjust opacity as needed */
    backdrop-filter: blur(2px); /* optional – gives a subtle glass effect */
}

.index-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Left Column – Dark Text */
.index-hero-content {
    display: flex;
    flex-direction: column;
}

.index-hero-badge {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondcolor);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    background: rgba(231, 19, 26, 0.08);
    display: inline-block;
    padding: 6px 18px;
    border-radius: 50px;
    width: fit-content;
}

.index-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a; /* dark heading */
    line-height: 1.15;
    margin-bottom: 18px;
}

.index-hero-description {
    font-size: 17px;
    color: #444444; /* dark grey text */
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 95%;
}

/* Buttons – keep primary red, secondary dark outline */
.index-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.index-hero-buttons button {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 13px 34px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-hero-primary {
    background-color: var(--secondcolor);
    color: #ffffff;
    border: 2px solid var(--secondcolor) !important;
}

.btn-hero-primary:hover {
    background-color: var(--maincolor);
    border-color: var(--maincolor) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(231, 19, 26, 0.35);
}

.btn-hero-secondary {
    background-color: transparent;
    color: #1a1a1a; /* dark text */
    border: 2px solid #1a1a1a !important;
}

.btn-hero-secondary:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* Right Column – Image */
.index-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
   
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 992px) {
    .index-hero {
        min-height: auto;
    }
    .index-hero-overlay {
        padding: 50px 0;
    }
    .index-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .index-hero-title {
        font-size: 34px;
    }
    .index-hero-description {
        font-size: 16px;
        max-width: 100%;
    }
    .index-hero-image img {
        max-height: 300px;
    }
}

@media (max-width: 576px) {
    .index-hero-overlay {
        padding: 35px 0;
    }
    .index-hero-title {
        font-size: 26px;
    }
    .index-hero-badge {
        font-size: 13px;
        padding: 4px 14px;
    }
    .index-hero-description {
        font-size: 15px;
    }
    .index-hero-buttons button {
        font-size: 12px;
        padding: 10px 22px;
    }
    .index-hero-image img {
        max-height: 220px;
        border-radius: 10px;
    }
}

/* Subtle fade-in animation */
@keyframes heroFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.index-hero-content {
    animation: heroFadeIn 0.8s ease-out;
}
.index-hero-image {
    animation: heroFadeIn 1s ease-out;
}
/* ============================================================
   RESPONSIVE – MOBILE CENTERING
   ============================================================ */
@media (max-width: 992px) {
    .index-hero {
        min-height: auto;
    }
    .index-hero-overlay {
        padding: 50px 0;
    }
    .index-hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .index-hero-title {
        font-size: 34px;
    }
    .index-hero-description {
        font-size: 16px;
        max-width: 100%;
    }
    .index-hero-image img {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    .index-hero-content {
        text-align: center;
        align-items: center;
    }
    .index-hero-badge {
        margin-left: auto;
        margin-right: auto;
    }
    .index-hero-description {
        text-align: center;
        max-width: 100%;
    }
    .index-hero-buttons {
        justify-content: center;
    }
    .index-hero-title br {
        display: none; /* optional: remove line break on mobile for better centering */
    }
}

@media (max-width: 576px) {
    .index-hero-overlay {
        padding: 35px 0;
    }
    .index-hero-title {
        font-size: 26px;
    }
    .index-hero-badge {
        font-size: 13px;
        padding: 4px 14px;
    }
    .index-hero-description {
        font-size: 15px;
    }
    .index-hero-buttons button {
        font-size: 12px;
        padding: 10px 22px;
    }
    .index-hero-image img {
        max-height: 220px;
        border-radius: 10px;
    }
}
