@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');

.text-color-blue {
    color: #2C3D80;
}

html,
body {
    /* height: 100%; */
    margin: 0;
    overflow-x: hidden;
    /* Horizontal scroll ko rokne ke liye */
}

/* header design */


.logo-img {
    max-width: 180px;
    width: 100%;
    height: auto;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    color: #354AC2;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.divider-line {
    border-left: 2px solid #DC6E26;
    height: 25px;
}

.banner-video-section {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    height: 100vh;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -2%);
    object-fit: cover;
    z-index: 1;
}


/* .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 2;
} */

.book-now-button {
    position: absolute;
    /* bottom: 20px; */
    /* bottom:77px; */
    /* left: 50%; */
        left: 13%;
    top: 64%;
    transform: translateX(-50%);
    z-index: 3;
    background-color: #F4D458;
    color: #180641;
    font-weight: 700;
    font-size: 16px;
    border: none;

    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 103px;
}

.book-now {
    background-color: #F4D458;
    color: #180641;
    font-weight: 700;
    font-size: 16px;
    border: none;

    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 103px;
}

/* .book-now-button:hover {
    background-color: #b6571f;
} */

.main-section {
    background-color: #180641;
    opacity: 1;
}

.vo-why-choose-section {
    background-color: #D6E2F6;
}

.column-heading {
    color: #2C3D80;
}

.why-choose-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 15px;
    opacity: 1;
    height: 225px;
}

.why-choose-card img {
    width: 30%;
    height: 40%;
}

.why-choose-card .heading {
    color: #2C3D80;
}

.why-choose-card p {
    font-size: 12px;
    line-height: 18px;
    ;
}





.custom-shadow {
    position: relative;
    z-index: 1;
    color: white;
    /* Main text color */
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    /* Original text shadow */
    opacity: 1;
    /* Slightly transparent main text */
}

.custom-shadow::before {
    content: "How Virtual Office tez works";
    /* Content copied from the original text */
    position: absolute;
    top: -10px;
    /* Default top position */
    left: 0;
    z-index: -1;
    color: #B4BAC6;
    /* White color for shadowed text */
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    /* Matching shadow effect */
    opacity: 0.45;

    /* Lower opacity for the shadow text */

}


/* ==========2222222222222222222================ */
.custom-shadow-1 {
    position: relative;
    z-index: 1;
    color: #2C3D80;
    /* Main text color */
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    /* Shadow effect on main text */
}

.custom-shadow-1::before,
.custom-shadow-1::after {
    content: "Why choose MyBranch virtual office?";
    /* Content copied from the original text */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    /* Shadow text color */
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    /* Matching shadow effect */
    color: #B4BAC6;
    opacity: 0.11;
    /* Lower opacity for shadow text */

    -webkit-text-stroke-width: 2px;
    /* Stroke width */
    -webkit-text-stroke-color: #2C3D80;
    /* Stroke color */
    -webkit-text-fill-color: white;
    /* Fill color for text */
}

/* Upper shadow (above the text) */
.custom-shadow-1::before {
    top: -13px;
    /* Position for the upper shadow text */
    left: -1px;
}

/* Lower shadow (below the text) */
.custom-shadow-1::after {
    top: 20px;
    /* Position for the lower shadow text */
    left: 1px;
}

.how-vitrual-office-section {
    background-image: url('../assets/images/virtual-office/qoute-img.png');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    border-radius: 0.5rem;
    padding: 60px 0;
}

.how-virtual-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 15px;
    opacity: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.image-container {
    height: 100px;
    /* Set based on your tallest image */
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.how-virtual-card .heading {
    color: #2C3D80;
}

.how-virtual-card p {
    font-size: 12px;
    line-height: 18px;
    ;
}

.rotate-text p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 2rem;
    position: absolute;
    letter-spacing: 0px;
    color: #2C3D80;
    text-transform: uppercase;
    opacity: 0.24;
}

.virtual-form-2 {
    top: 7%;
    left: 44%;
}

.virtual-form-3 {

    top: 62%;
    left: 34%;

}

.today-section .heading {
    font-size: 4rem;
    line-height: 4rem;
}

.today-section .todayform input,
.todayform select {

    background: #1F1957 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
    font-size: 14px;
    color: #fff;
}

/* .today-section .todayform input, .todayform select:focus{

    background: #1F1957 0% 0% no-repeat padding-box ;
    border: 0.5px solid #707070;
   font-size :14px;
    color:#fff;
} */
.today-section .todayform input::placeholder,
.today-section .todayform textarea::placeholder {
    color: white;
    opacity: 1;
}

.book-now-color {
    background-color: #F4D458;
}




/* FAQ */




.landing-faq-section .accordion .accordion-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem;
    /* color: #7288a2; */
    color: #070632;
    font-size: 1rem;
    /* font-weight: bolder; */
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    text-decoration: none;
}

.accordion-item p {
    text-align: left !important;
    color: #070632 !important;
}

.landing-faq-section .accordion .accordion-item:hover,
.landing-faq-section .accordion .accordion-item:hover::after {
    cursor: pointer;
    /* color: #F36F28; */
    background-color: #2C3D80;
    /* color: #070632; */
}

.landing-faq-section .accordion .accordion-item:hover p {
    color: #fff !important;
}

.landing-faq-section .accordion .accordion-item:hover::after {
    border: 3px solid #F36F28;
}

.landing-faq-section .accordion .accordion-item :hover .plusminus {

    /* border: 3px solid #2C3D80;  */
    color: #fff;
}

.landing-faq-section .accordion .accordion-item.active {
    color: #F36F28;
    border-bottom: 3px solid #F36F28;
}

.landing-faq-section .accordion .accordion-item .plusminus {
    content: '\002B';
    position: absolute;
    float: right;
    right: 1.5rem;

    font-size: 28px;
    /* color: #0F0A0A; */
    color: #2C3D80;
    padding: 0px;
    /* width:35px; */
    /* height: 35px; */
    /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 50%; */
    /* border-radius: 50%; */
    /* border: 3px solid #2C3D80;; */
    text-align: center;

    font-weight: bold;
}

.landing-faq-section .accordion .content ul {
    padding-left: 30px !important;
}

.landing-faq-section .accordion .content {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    margin: 5px 0 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
    background-color: #fff;
    color: #2C3D80;
    text-align: justify;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    /* border-top:1px solid #F36F28; */

}

.landing-faq-section .accordion .content ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 20px;
    /* padding-top: 15px!important; */
    text-align: justify;

}


.font-email {
    font-size: 2rem;
    color: #DC6E26;
}

.faq-img {
    width: 100%;
}

.get-qoute {
    position: absolute;

    /* bottom: -42%; */
    /* position: fixed; */
    /* right: 0; */
    top: 50%;
    right: 0%;

    z-index: 99999;
    transition: top 0.3s ease;
    /* Smooth transition for when it becomes fixed */
    /* transform: rotate(90deg) translateX(50%); */
}

.get-qoute-float {
    position: fixed;
    top: calc(80vh);
}

.get-guot-img {
    width: 30%;
}

.plan-section {
    background-color: rgba(24, 6, 65, 0.5);
    /* 50% transparent */
    /* Solid background color */
    background-image: url('../assets/images/virtual-office/plan-section-bg.png');
    /* Must be a transparent PNG */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.paln-section-1 {
    background-color: #1D094B;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #6831FF;
    border-radius: 30px;
    opacity: 1;
    position: relative;
    /* Required for z-index to work */

}

.paln-section-1 .text-content {
    position: relative;
    /* Required for z-index to work */

}

.paln-section-1 .text-content ul li {
    text-align: left !important;
    font-weight: bold !important;

}

.text-pink {
    color: #C23480;
    font-size: 4rem;
    font-family: sans-serif;
    font-style: italic;
}

.rs-text {

    font-size: 1.5rem;
    color: #F4D458
}

.amount-text {

    font-size: 9rem;
    font-weight:bolder;
    color: #F4D458;
}

.period-text {

    font-size: 1.5rem;
    color: #F4D458;
}

.modal-content {
    background-color: transparent;
    /* no modal white background */
}

.modal.show .modal-dialog {
    max-width: 1000px;
}

.modal-backdrop.show {
    opacity: 0.7;
    /* keep backdrop slightly dimmed */
}

#enquiry-modal-quot select.form-control {
    color: grey;
    background-image: url('data:image/svg+xml;utf8,<svg fill="grey" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 2rem;
    padding: 0.75rem 2.5rem 0.75rem 1rem !important;
    /* top/bottom and left/right */
    font-size: 1.1rem;
    /* Larger text */
    height: 3.2rem !important;
    /* Increased height */
    border: 1px solid #ccc;
    border-radius: 50px;
}

.today-section select.form-control:focus,
.today-section select.form-control:active {
    background-color: #1F1957;
    /* Ensure it stays dark on click */
    color: #fff;
    outline: none;
}

.today-section select.form-control {
    color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 2rem;
    padding: 0.75rem 2.5rem 0.75rem 1rem !important;
    /* top/bottom and left/right */
    font-size: 14px;
    /* Larger text */
    height: 3.2rem !important;
    /* Increased height */
    border: 1px solid #ccc;
    border-radius: 50px;
}

.parsley-errors-list {
    color: red;
}
p.error {
   color: #ff0000;
   margin: 0 !important;
   padding: 0 !important;
   font-size: 14px !important;
   display: none;
}

p.error1 {
   color: #008800;
   background: #beffbe;
   padding: 7px 30px !important;
   display: none;
   border-radius: 5px;
   font-size: 12px;
}

p.error2 {
   color: #ff0000;
   background: #ffbdbd;
   padding: 10px 30px !important;
   display: none;
   border-radius: 5px;
}

.innerheading {
    margin: 0px 0 0;
    background: url("../assets/images/innerheading.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
}
.innerheading h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}
.maincontent .mbox h3

 {
    color: #0F0A0A;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 26px;
    padding: 0;
}
.maincontent .ctbox {
    text-align: center;
    background: #ffffff;
}

.maincontent .mbox {
    margin: 50px 0;
}
.maincontent {
    position: relative;
}
/* media query */
/* @media(max-width:1920px) {
    .book-now-button {
        position: absolute;
        bottom: -24px;
}
.vdwrapper::after {
  
    width: 100%;
    height: calc(113vh);
}
.banner-video-section {
    height:100vh
}
} */
 /* banner section vo 12-08-2025 */

.banner-img {
    background: url('../assets/images/vo-landing-banner.png') no-repeat center center;
    background-size: cover;
    /* padding: 5rem 0px; */
    height:90vh; /* Full viewport height */
    display: flex;
    align-items: flex-end; /* Align content to bottom */
    justify-content: center; /* Center horizontally */
    padding-bottom: 2rem; /* Add spacing from bottom if needed */

}
.banner-img .enquire-btn-banner{
    bottom: 3rem;
}
.banner-img-mobile {
    background: url('../assets/images/vo-landing-mobile-banner-blank.jpg') no-repeat center center;
    background-size: cover;
    height: 85vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* padding-bottom: 2rem; */
}
.bg-mybranch-blue {
    background-color: #2C4098;
}
.innerheading {
    margin-top: 8%;
}


/* Instead of display:none */
#modal-stepper-banner .bs-stepper-header,
#section-stepper-banner .bs-stepper-header {
  visibility: hidden;   /* invisible but functional */
  height: 0;
  margin: 0;
}

        /* Make stepper line full width & visible */
        .bs-stepper .line {
            flex: 1;
            /* take full space between circles */
            height: 2px;
            /* thickness */
            background-color: #fff !important;
            /* yellow line */
            margin: 0;
            /* remove gaps */
            align-self: center;
            /* vertical alignment */
        }

        .bs-stepper .step-trigger {
            padding: 20px 0px !important;
        }

        /* Circle style */
        .bs-stepper-circle {
            width: 40px;
            height: 40px;
            background-color: #F3702A;
            color: #2D0051;
            font-weight: bold;
            display: flex;
            align-items: center;

            justify-content: center;
            border-radius: 50%;
        }

        /* Active step highlight */
        .bs-stepper .active .bs-stepper-circle {
            background-color: #fff;
            /* active = white */
            color: #2D0051;
            border: 2px solid #F3702A !important;
        }


        .bs-stepper .step .bs-stepper-label {
            color: #fff;
            /* step text white */
        }

/* ✅ This triggers mobile view at 767.98px and below */

@media screen and (min-width: 1024px) and (max-width: 1440px)  {
    /* Styles for typical laptops */
    .banner-video-section {
        position: relative;
        width: 100%;
        /* height: 100vh; */
        height: 120vh !important;
    }
    .vdwrapper::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(120vh) !important;
    }
    .book-now-button {
        position: absolute;
 left: 15%;
        /* bottom: 58px !important; */
    }
  }
  
@media(max-width:1024px) {
    .fqa-virtual {
        margin-top: 52%;
        margin-left: 22%;
    }

    .virtual-form-60 {
        height: 60vh !important;
    }

    .virtual-form-30 {
        height: 24vh !important;
    }

    .virtual-form-2 {
        top: 7%;
        left: 47% !important;
    }

    .virtual-form-25 {
        height: 25vh !important;
        top: 7%;
        left: 44%;
    }

    .get-qoute {
        position: absolute;
        top: 1%;
        right: 0%;


    }

    .get-qoute-float {
        position: fixed;
        top: calc(60vh);
    }

    .text-pink {
        font-size: 2rem !important;
    }
    .book-now-button {
        position: absolute;
               left: 15%;

    } 
     .banner-img{
         height: 71vh;
     }
}

@media (max-width: 576px) {
    .logo-img {
        max-width: 140px;
    }
}

@media (max-width: 767.98px) {
    .contact-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .divider-line {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .virtual-form-60 {
        height: 70vh !important;
    }

    .virtual-form-2 {
        top: 7%;
        left: 64% !important;
    }

    .virtual-form-25 {
        position: absolute;
        height: 35vh !important;
        top: 4% !important;
        left: 33% !important;
    }

    .virtual-form-3 {
        top: 71%;
        left: 57%;
    }

    .font-email {
        font-size: 1.5rem;
        color: #DC6E26;
    }

    .faq-img {
        width: 60%;
    }
     .banner-img{
         height: 55vh;
     }
}

@media (max-width:426px) {
    .virtual-form {
        text-align: center !important;
    }
    .book-now-button{
        position: absolute;
            left: 50% !important;
    top: 81% !important;

    }

}

@media (max-width: 320px) {
    .header-info .container>.d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .divider-line {
        display: none;
    }

    .logo-img {
        max-width: 140px;
    }

    .font-email {
        font-size: 14px !important;
    }
}


.vdwrapper {
    position: relative;
    width: 100%;
}

.vdwrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh);
    content: '';
    z-index: 1;
    background: #FFFFFF;
background: -webkit-linear-gradient(180deg,rgba(255, 255, 255, 0) 58%, rgba(24, 6, 65, 1) 91%);
background: -moz-linear-gradient(180deg,rgba(255, 255, 255, 0) 58%, rgba(24, 6, 65, 1) 91%);
background: linear-gradient(180deg,rgba(255, 255, 255, 0) 58%, rgba(24, 6, 65, 1) 91%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#FFFFFF",
  endColorstr="#180641",
  GradientType=0
);
    /* background: #FFFFFF;
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(29, 9, 75, 1) 91%);
background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(29, 9, 75, 1) 91%);
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(29, 9, 75, 1) 91%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#1D094B", GradientType=0); */
}