@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
:root {
    --white: #fff;
    --black: #292E0A;
    --primary: #cd2929;
    --secondary: #1e1c4a;
}
p{text-align: justify;}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--secondary);
    background-image: -webkit-linear-gradient(90deg, transparent, var(--primary), transparent, transparent)
}

@font-face{
    font-family: albra;
    src: url(../albra/AlbraSansTRIAL-Regular.otf);
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #F1F4FF;
    overflow-x: hidden;
    height: 100%;
    font-family: "K2D", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}


section {
    position: relative;
    overflow: hidden;
}

p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: var(--white);
  

}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

.headerMain .row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100px;
}

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

.headerMenuWrap ul li a,
.headerMenuWrap ul li span {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    line-height: 24px;
}

.headerMenuWrap ul li.hasChild.parentMenu svg {
    margin-left: 6px;
}

.headerMenuWrap ul li {
    list-style: none;
}

.headerMenuWrap ul.dropDown li {
    display: block;
    width: 100%;
}

.headerMenuWrap ul li.hasChild.parentMenu > span > a svg {
    margin-left: 7px;
}

.headerMenuWrap ul.dropDown li a {
    padding: 0.75rem 1.25rem;
    display: block;
    color: #333 !important;
    font-size: 0.875rem;
    transition: 0.3s;
    cursor: pointer;
}

.headerMenuWrap ul.dropDown li:hover a {
    background: var(--primary);
}

.headerMenuWrap ul.dropDown > li + li {
    border-top: 1px solid #f2f2f2;
}

.headerMenuWrap > ul > li > a, .headerMenuWrap > ul > li > span {
    padding: 2.625rem 0;
    display: block;
}

.headerMenuWrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.headerMenuWrap > ul > li > a, .headerMenuWrap > ul > li > span {
    text-transform: uppercase;
}

.headerMenuWrap ul li + li {
    margin-left: 1.875rem;
}

.headerMain .container-fluid {
    max-width: 100%;
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center; */
}

.headerMenuWrap ul.dropDown {
    flex-direction: column;
    align-items: start;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    min-width: 280px;
    background: #fff;
    padding: 0px 0;
    border-radius: 5px;
    display: none;
    z-index: 999;
}

.headerMenuWrap ul.dropDown:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 12px;
    top: -8px;
}

.headerMenuWrap ul.dropDown li:first-child a {
    border-radius: 5px 5px 0 0
}

.headerMenuWrap ul.dropDown li:last-child a {
    border-radius: 0 0 5px 5px
}

.headerMenuWrap ul.dropDown > li + li {
    padding: 0;
    margin: 0;
}

.headerMenuWrap ul li.hasChild.parentMenu {
    position: relative;
}

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

.HederCtaRight {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.headerCta {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(255 255 255 / 30%);
    border-right: 1px solid rgb(255 255 255 / 30%);
    max-width: 210px;
}

.HederCtaRight a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    padding: 0.375rem 0.75rem;
}

.HeaderCtaPhoneEmail {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.HeaderCtaPhoneEmail a {
    align-items: center;
    justify-content: start;
}
.HeaderCtaPhoneEmail i{
    margin-right: 6px;
}

.HeaderCtaPhoneEmail a + a {
    border-top: 1px solid rgb(255 255 255 / 30%);
}

.logoMain {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 19px;
    left: 33%;
}

.logoMainWrap {
    position: relative;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 9999;
    border: unset;
}

.headerMain {
    position: relative;
}

.headerMain:after {
    content: "";
    width: 82%;
    background: rgb(255 255 255 / 30%);
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.headerMain:before {
    content: "";
    width: 18%;
    background: rgb(255 255 255 / 30%);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ctaRight {
    padding-right: 0 !important;
}

.HederCtaRight a svg {
    color: var(--primary);
    margin-right: 10px;
}

.headerCta svg {
    color: #fff !important;
    position: relative;
    top: 1px;
    margin-left: 6px;
}

a.btnPrimary span svg {
    position: absolute;
    right: -40px;
    top: 1px;
    color: #fff;
    font-size: 15px;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.headerCta a,
.headerCta a svg {
    transition: 0.3s;
}

.mobileMenuIcon {
    display: none;
}

.openDropdown {
    display: none;
}

.heading{
    font-family: albra;
    font-size: 2.875rem;
    color: var(--black);
    font-weight: 700;
}

.main-banner{
        background: url(../images/banner.webp)no-repeat;
        overflow: hidden;
        position: relative;
        /* background: var(--primary); */
        /* background: linear-gradient(356deg, #250248 0%, var(--primary) 100%); */
        padding-top: 9.25rem;
        /* background: linear-gradient(90deg, #e334cf 0%, #d6f0f5 15%, transparent 40%, transparent 60%, #d6f0f5 85%, #c8f0ee 100%); */
        /* background: radial-gradient(ellipse 60% 80% at 0% 10%, #cb2a29 0%, transparent 90%), radial-gradient(ellipse 60% 80% at 100% 0%, #1e3650 0%, transparent 90%), #ffffff; */
        background-size: 100% 100%;
        background-position: center;
}
.bannerWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main-banner .heading{
    font-size: 4.625rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.main-banner p{
    color: #fff;
}

.BookTitle {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row.criclerow {
    position: relative;
    height: 475px;
    justify-content: center;
}

.BookTitle .aboutCta,
.contactFormContentLeft .aboutCta a.ctaLinePhone svg {
    margin: 10px 0 8px;
}
.BookTitle h6{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.BookTitle a.btnYellow {
    background: #1b1402;
    color: #ffb703 !important;
}

/* .BookTitle:before {
    content: "";
    background: #292e0a;
    width: 2px;
    height: 35px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -34px;
} */


@keyframes rotateElement {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotateElement {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateElement {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.circle {
    background: 0 0;
    width: 750px;
    height: 750px;
    border-radius: 100%;
    top: 280px;
    position: relative;
    animation: 100s linear infinite rotateElement;
}


.PortfolioTitle,
.sliderCircle,
.testSliderContent {
    position: relative;
}

.sliderCircle ul {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.sliderCircle ul li {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.sliderCircle ul li img {
    width: 199px;
    height: 289px;
    object-fit: cover;
    object-position: top;
}
.circle:after {
    content: "";
    background: var(--primary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 99;
}

.sliderCircle ul li:nth-child(2) {
    left: 68%;
    transform: rotate(32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(3) {
    left: 6%;
    transform: rotate(-32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(4) {
    left: -120px;
    transform: rotate(-65deg);
    top: 15px;
}

.sliderCircle ul li:nth-child(5) {
    left: 89%;
    transform: rotate(63deg);
    top: 13px;
}

.sliderCircle ul li:nth-child(6) {
    left: 97%;
    transform: rotate(89deg);
    top: 243px;
}

.sliderCircle ul li:nth-child(7) {
    left: 89%;
    transform: rotate(116deg);
    top: 465px;
}

.sliderCircle ul li:nth-child(8) {
    left: 36%;
    transform: rotate(149deg);
    bottom: -244px;
}

.prevArrow img,
.swiper-button-prev-has {
    transform: rotate(180deg);
}

.sliderCircle ul li:nth-child(9) {
    left: 37%;
    transform: rotate(180deg);
    bottom: -236px;
}

.sliderCircle ul li:nth-child(10) {
    left: 39%;
    transform: rotate(210deg);
    bottom: -237px;
}

.sliderCircle ul li:nth-child(11) {
    left: 37%;
    transform: rotate(238deg);
    bottom: -223px;
}

.sliderCircle ul li:nth-child(12) {
    left: 36%;
    transform: rotate(268deg);
    bottom: -213px;
}

/* .BookTitle span {
    display: inline-block;
    margin-bottom: 0;
} */


.BookTitle h4{
    font-size: 2.5rem;
    font-family: albra;
    color: #fff;
    text-align: center;
    margin: 0;
}

.btnRequest{
    background: var(--primary);
    color: var(--white);
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid transparent;
}
.btnRequest svg{
    width: 35px;
    background: var(--secondary);
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    padding: 8px;
    border-radius: 100%;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 9px;
    transition: 0.3s;
    display: none !important;
}
.BookTitle .btnRequest{
    background: var(--white);
    color: var(--secondary);
}

/*.slider-form {
    height: auto;
    padding: 6px;
    text-align: center;
    margin-top: 8px;
    z-index: 2;
    background-color: rgb(12 60 153 / 7%);
    background: #cb2a29;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 100px;
    padding: 12px 30px 12px 35px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.slider-form .form-control {
    border: 1px solid transparent;
    background-color: #fff;
    font-size: 0.813rem;
    font-family: "Open Sans", sans-serif;
    color: grey;
    height: 49px;
    outline: 0;
    border-radius: 40px;
    padding-left: 41px;
    margin-right: 6px;
    font-weight: 400;
}

.kind .flip-card-back,
.kind .flip-card-front {
    background-color: var(--white);
}

.slider-form .form-control::placeholder {
    color: #8a8a8a;
    font-weight: 300;
    font-size: 1rem;
}
.contactForm input::placeholder, .contactForm textarea::placeholder{
    color:#fff;
}
.slider-form .form-group .icon-bg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-form .form-group {
    position: relative;
    margin-bottom: 0;
}*/

.banner-form-inner .form-group i.sptico,
.slider-form .form-group i.sptico {
    color: var(--secondary-color);
    background: url(../images/form-icon1.html) no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.banner-form-inner .form-group i.icon2,
.slider-form .form-group i.icon2 {
    background: url(../images/form-icon2.html) no-repeat;
}

.banner-form-inner .form-group i.icon3,
.slider-form .form-group i.icon3 {
    background: url(../images/form-icon3.html) no-repeat;
}

.foter-cta h4,
.slider-form .form-group.btnsumb i {
    color: var(--white);
}

.btn-1 {
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    background-color: var(--secondary);
    box-shadow: 0 5px 29px 0 rgba(0, 153, 109, 0.34);
    border: none;
    transition: box-shadow 0.2s linear;
    height: 48px;
}

.phoneBtn {
    margin-left: 1.25rem;
    text-decoration: none;
    color: var(--black);
    font-size: 1.625rem;
    font-weight: 500;
    display: flex;
    line-height: 30px;
    position: relative;
    gap: 1rem;
}
.phoneBtn svg {
    /* position: absolute; */
    /* left: -30%; */
    /* top: 10%; */
    background: var(--secondary);
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 100%;
    color: var(--white);
}
.smallTitleLine {
    color: var(--black);
    font-size: 0.875rem;
    line-height: 24px;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    /* margin-bottom: 20px; */
    display: block;
}
.smallTitleLine:before {
    content: "";
    width: 35px;
    height: 2px;
    background: var(--secondary);
    position: absolute;
    left: 0;
    top: 5px;
}
.hireSection{
    padding: 60px 0;
}
.hireSection p{
    color: var(--black);
}
.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-top: 3rem;
    align-items: center;
}
.sec-title{
    font-size: 0.875rem;
    color: var(--primary);
    text-transform: capitalize;
    position: relative;
    padding-left: 3rem;
}
.sec-title::before{
    content: "";
    width: 35px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 8px;
}
.hireSection img {
    position: absolute;
    bottom: -34%;
    left: 5%;
}

.servicesSection{
    padding: 50px 0;
    background-color: var(--secondary);
}
.servicesSection p{
    font-size: 16px;
}
.servicesSection .col-md-3{
    margin-top: 2rem;
}
.serviceCard{
    padding: 3rem 2rem;
    border-radius: 25px;
    background-color: var(--primary);
    min-height: 320px;
    margin: 15px 0 15px;
    transition: all .5s ease;
    border: 1px solid #e05554;
    cursor: pointer;
    box-shadow: 0px 0px 10px 10px #cf3b3a6b;
}
.serviceCard img{
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    object-position: center;
}
.serviceCard:hover{
    background-color: var(--secondary);
    box-shadow: 0px 0px 10px 10px #0d3451;
    border-color: #455f73;
    transform: scale(1.02);
}
.serviceCard div{
    margin-bottom: 1.5rem;
}
.serviceCard h5{
    font-size: 1.625rem;
    color: var(--white);
    margin-left: 1rem;
}
.platformsSection .sec-title::before { 
    left: 44%;
    background-color: var(--white);
}
.servicesSection .sec-title::before{
    left: 46%;
    background-color: var(--white);
}
.serviceCard span{
    font-size: 7.875rem;
    color: #ffffff14;
    font-family: albra;
    position: absolute;
    font-weight: bold;
    top: 0%;
    right: 7%;
    line-height: 120px;
}
.serviceCard p{
    font-size: 17px;
}
.servicesSection .btn-group {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.servicesSection .smallTitleLine,
.servicesSection .phoneBtn,
.servicesSection .phoneBtn a{
    color: var(--white);
}
.servicesSection .phoneBtn svg,
.servicesSection .smallTitleLine:before{
    background-color: var(--white);
}
.servicesSection .phoneBtn svg{
    color: var(--secondary);
}

/*.provideSection{
    padding: 8rem 0 14rem;
    background: linear-gradient(181deg, var(--white), #ffb5b6);
}
.provideSection p{
    color: var(--black);
    margin-top: 1.5rem;
}

.provideSection .provide1{
    position: absolute;
    right: 0;
    top: 0;
}
.provideSection .provide2{
    position: absolute;
    bottom: 0%;
    left: 7%;
}
*/
.platformsSection{
    padding: 60px 0;
}
.platformsSection .sec-title{
    color: var(--black);
}
.platformsSection .sec-title::before{
    background-color: var(--black);
}
.platformsSection img {
    margin: auto;
    display: flex;
    margin-top: 2rem;
}
.optionsSection{
    padding: 60px 0;
    background: url(../../assets/images/why_bg.jpeg)no-repeat;
    background-position: center;
    background-size: cover;
}
.optionsSection .box{
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 10px #ffffff36;
}
.optionsSection .heading{
    font-size: 2.375rem;
}
.optionsSection p{
    color: var(--black);
}
/*.optionsSection img{
    position: absolute;
    right: 0;
    bottom: -22%;
}*/
.chooseSection{
    padding: 60px 0px 40px;
} 
.chooseSection .chooseCard img{
    width: 50px;
    height: 50px;
}
.chooseSection p{
    color: var(--secondary);
}
.chooseCard h4{
    font-family: 'albra';
}

.chooseCard p{
    color: var(--black);
    margin: 10px 0 0;
    min-height: 80px;
}
.chooseSection .col-md-7 .row{
    border-bottom: 1px solid #e2e2e2;
}
.primaryBox{
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #c9d3f8;
    box-shadow: 0px 0px 10px 10px #173d770f;
}
.chooseCard {
    background-color: #ffffff;
    padding: 20px 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 10px #173d770f;
    border: 1px solid #c9d3f8;
}

.chooseCard .head {
    display: flex;
    align-items: center;
}

.chooseCard .head img {}

.chooseCard .head h4 {
    margin: 0 0 0 10px;
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
}
.primaryBox span{
    color: var(--secondary);
    font-weight: 700;
    text-decoration: underline;
}
.chooseSection .btn-group {
    flex-wrap: wrap;
    gap: 1rem;
    margin-left: 2rem;
}

.chooseSection .btn-group .phoneBtn{
    margin-left: 3rem;
}
.no-border{
    border-bottom: none !important;
}

.contactSection{
    padding: 60px 0;
    background: linear-gradient(356deg, #1e1c4a, #172049, var(--primary));
    border-bottom: 1px solid #292660;
}
.contactSection .phoneBtn {
    font-size: 2.125rem;
    color: var(--white);
    margin-left: 3rem;
    margin-top: 1.75rem;
}

.contactSection .smallTitleLine {
    color: var(--white);
    font-size: 12px;
}

.contactSection .smallTitleLine:before {
    background: var(--white);
}

.contactSection .phoneBtn svg {
    left: -8%;
}
.contactSection p{
    font-size: 1.25rem;
    /* margin-top: 1.75rem; */
}
.contactSection .sec-title {
    color: var(--white);
    font-size: 1rem;
}

.contactSection .sec-title:before {
    background: var(--white);
}
.contactForm div{
    margin-bottom: 1rem;
}
.contactForm input,
.contactForm textarea{
    border: none;
    outline: none;
    background: transparent;
    color: var(--white);
    font-size: 1.25rem;
    border-bottom: 2px solid var(--white);
    padding: 1rem 5px;
    width: 100%;
    resize: none;
}
.contactForm input::placeholder{
    color: var(--white);
}
.contactForm .btnRequest {
    width: 100%;
    background: var(--secondary);
    text-align: center;
    font-size: 1rem;
    font-weight: 100;
}

.contactSection .btnRequest svg {
    background: var(--white);
    color: var(--secondary);
    left: 60%;
    width: 30px;
    height: 30px;
    top: 20%;
}

footer{
    background-color: var(--secondary);
    position: relative;
    /* padding: 4rem 0; */
}
footer .flogo{
    position: absolute;
    right: 0;
    bottom: 0;
}
footer .container-fluid{
    max-width: 95%;
    margin: auto;
}

.main-footer .col-md-4{border-right: 1px solid #292660;padding: 4rem 0;}

ul.footerContactDetails {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
ul.footerContactDetails li a {
    color: var(--white);
    font-size: 1.75rem;
    line-height: 46px;
    text-decoration: none !important;
}
ul.socialFooter {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.socialFooter li a {
    color: var(--white);
    font-size: 24px;
    line-height: 26px;
    text-decoration: none !important;
    border: 1px solid var(--white) !important;
    display: block;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/*ul.socialFooter li a:after {*/
/*    background: var(--white) !important;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    top: 15px;*/
/*    z-index: 99;*/
/*    content: "";*/
/*    border-radius: 100%;*/
/*    transition: transform 0.2s ease;*/
/*    animation: bounceOut 0.4s ease forwards;*/
/*}*/
@keyframes bounceIn {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Bounce Out */
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.95);
    }
    60% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
ul.socialFooter li a {
    position: relative;
}

ul.socialFooter {
    display: flex;
    align-items: center;
    justify-content: start;
}
ul.socialFooter li a:hover:after{
    animation: bounceIn 0.5s ease forwards;
}
ul.socialFooter li + li {
    margin-left: 20px;
}

ul.socialFooter {
    margin-top: 30px;
}



ul.FooterMenu li a {
    color: var(--white) !important;
    font-size: 1rem;
    line-height: 30px;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 0;
}

ul.FooterMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerRightWrap {
    width: 25%;
}

.footerRightTop {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 4rem 0 1rem;
    padding-left: 3.125rem;
    border-bottom: 1px solid #292660;
}

ul.FooterMenu li + li {
    margin-top: 10px;
}

span.FooterMenuTitle {
    color: var(--white) !important;
    font-size: 1rem;
    line-height: 40px;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 700;
}

ul.FooterMenu.lightMenu li a {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 24px;
}

ul.FooterMenu.lightMenu {
    margin-bottom: 1.25rem;
}

ul.FooterMenu.lightMenu li {
    position: relative;
    padding-left: 1.375rem;
}

ul.FooterMenu.lightMenu li a:before {
    content: "";
    background: var(--white) !important;
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
}

ul.FooterMenu.padingRight {
    padding-right: 1.875rem;
}

.copyRighgtBottom ul li a {
    /* font-weight: 700 !important; */
    font-size: 15px;
    line-height: 18px;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 0;
    color: var(--white) !important;
}

.copyRighgtBottom ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyRighgtBottom ul li + li a {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 2px solid var(--white) !important;
}

.copyRighgtBottom {
    padding: 0px 0 0;
    padding-left: 3.125rem;
    margin-top: 2.125rem !important;
}

.copyRightContent {
    display: flex;
    align-items: center;
}

.copyRightContent p {
    margin: 0;
    color: var(--white) !important;
    margin-right: 0.75rem;
    /* font-weight: 700 !important; */
    font-size: 0.9375rem;
    line-height: 18px;
}

.copyRightContent {
    margin-top: 1.25rem;
}

.copyRighgtBottom {
    padding-bottom: 4rem;
}
/* .fontLight{
    font-weight: 100 !important;
} */
.FooterMenuTitle a{
    color: var(--white);
}
footer .col-md-8{
    border-bottom: 1px solid #292660;
}
.headerMenuWrap ul li.hasChild.parentMenu:hover ul.dropDown {
    display: flex;
}
.heading .char {
    display: inline !important;
}

/* Inner Pages */
.innerBanner{
    padding: 220px 0 60px;
    background: url('../images/marketing-banner.png') center right / cover no-repeat ;
}
.innerBanner .heading{
    font-size: 3.125rem;
    color: var(--white);
}
.bannerForm{
    background: var(--secondary);
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0px 1px 20px 10px #ffffff26;
    border: 1px solid #ffffff52;
}
.bannerForm h3{
    font-family: albra;
    color: var(--white);
    /* font-weight: 600; */
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-align: center;
   
}

.bannerForm .formWrap{
    padding: 1rem;
    margin-top: 1rem;
    background: var(--primary);
    border-radius: 10px
}
.bannerForm .formWrap h5{
    text-align: center;
    color: var(--white);
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
}
.bannerForm .formWrap p{
    text-align: center;
    color: var(--secondary);
    font-size: 1.75rem;
    /* font-weight: 600; */
    line-height: 40px;
}

.formWrap .formFields {
    background: #fff;
    width: 100%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 1.25rem;
    margin-bottom: 1rem;
}
.formFields img {
    max-width: 25px;
    margin-right: 10px;
}
.formFields input {
    border: none;
    outline: none;
    padding: 1rem 0;
}
.innerBanner .btnRequest {
    background: var(--secondary);
}

.innerBanner .btnRequest svg {
    background: var(--primary);
    /* left: 60%; */
}
.innerBanner .bannerForm .btnRequest{
 font-size: 1rem;   
}
.innerBanner .bannerForm .btnRequest svg {
    left: 56%;
}
.bannerForm .btnRequest{
    width: 100%;
    text-align: center;
}
.reviewManinHeader {
    margin-top: 0px;
    background: url('../images/bannershadow.png') left top / contain no-repeat;
    padding: 2.625rem 0;
    display: none;
}

.reviewLogos ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.worldSection{
    padding: 5rem 0;
    background: linear-gradient(
92deg, var(--white), #ffb5b6);
}
.worldSection .heading{
    margin-bottom: 1.5rem;
}
.worldSection p{
    color: var(--black);
    margin-bottom: 1.5rem;
}

.innerServices{
    padding: 5rem 0;
    background: url(../images/services-bg.png) no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
    z-index: 1;
}
.innerServices:before{
    position:absolute;
    content:"";
    background: linear-gradient(
89deg, #ffffff, transparent);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.custom-tab-list-ghost ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-tab-list-ghost .nav-tabs .nav-link.active {
    background: #e0dcdc4f;
    border-radius: 10px 0px 0px 10px;
    padding: 1.5rem 2rem;
    border: none;
}
.custom-tab-list-ghost ul li {
    padding-bottom: 1rem;
}
.custom-tab-list-ghost ul li a {
    display: flex;
    align-items: center;
    text-decoration: none ! IMPORTANT;
}
.custom-tab-list-ghost ul li a .tabsicon {
    margin-right: 1.25rem;
}
.tabsContent span.tabTitle {
    font-family: albra;
    color: var(--black);
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 5px;
}
/*.ghostdetails {
    background: #e0dcdc4f;
    padding: 40px;
    border-radius: 0px 10px 10px 0px;
}*/
.ghostdetails p{
    color: var(--black);
}

[class^="box-"].showfirst {
    display: block;
}

.tabsContent p{
    color: var(--black);

}
.ghostdetails .tab-content{
    padding: 1rem 3rem 0;
}

.updatesSection{
    padding: 5rem 0;
    background: var(--secondary);
    display: none;
}
.updatesSection p strong{
    font-size: 2.125rem;
}
.updatesSection p strong span{
    color: var(--primary);
}

.ctaSection{
    padding: 3rem 0;
    background: linear-gradient(
356deg, var(--secondary), var(--primary));
}
.ctaSection .btn-group{
    flex-wrap: wrap;
    justify-content: start;
    gap: 2rem;
}
.ctaSection .review-img{
    width: 60%;
}

.ctaSection .phoneBtn {
    /* margin-left: 4rem; */
    color: var(--white);
    font-size: 2rem;
}

.ctaSection .smallTitleLine{
    color: var(--white);
}

.ctaSection .smallTitleLine:before{
    background: var(--white);
}
.ctaSection .phoneBtn svg {
    left: -22%;
}
.aboutSection{
    padding: 5rem 0;
}

.aboutSection p{
    color: var(--black);
}
.aboutList ul{
    column-count: 2;
    padding: 0;
    margin-top: 2rem;
}
.aboutList ul li{
    margin-bottom: 1rem;
    /* display: flex; */

}
.aboutList ul li img{
    margin-right: 0.5rem;
}

.aboutBanner {
    padding-bottom: 5rem;
}
.HelpSection,
.aboutUs{
    padding: 5rem 0 2rem ;
}
.HelpSection p,
.aboutUs p{
    color: var(--black);
}
.aboutUs ul{
    list-style: disc;
}
.aboutUs ul li{
    margin-top: 1rem;
}

.FormWrap{
    margin-top: 2rem;
}

.FormWrap  input, .FormWrap textarea {
    background: #fff;
    border: none;
    outline: none;
    width: 100%;
    padding: 16px;
    resize: none;
    margin-bottom: 1rem;
    color: var(--black);
}
.FormWrap  input::placeholder, .FormWrap textarea::placeholder {
    color: var(--black);
}

.conRightDetails {
    padding-left: 30px;
}
span.contitle {
    color: var(--black);
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.conRightDetails ul li{
    font-size: 1.25rem;
    color: var(--black);
}
.conRightDetails ul li a{
    color: var(--black);
}
button.btnRequest{
    border: none;
    border: 1px solid var(--primary);

}
.btnRequest:hover{
    border: 1px solid var(--primary);
    background: #fff;
    color: var(--primary);
}
.fb:hover{
    transition: 0.3s all;
    background-color: #3b5998;
}
.insta:hover{
    transition: 0.3s all;

    background-color: #0077B5;
}
.twit:hover{
    transition: 0.3s all;

    background-color: #1da1f2;
}
.contactSection .phoneBtn  a {
    color: #fff;
}
.ctaSection .phoneBtn a {
    color: #fff;
    font-size: 1.25rem;
}


.main-packg {
    padding: 60px 0 0 0;
}

.mainpkge {
    transition: all .2s ease-in;
    display: inline-block;
    width: 96%;
    border: 2px solid #ededed;
    border-radius: 13px;
    padding: 2em;
    margin: 0 10px 50px;
    background-color: #fff;
    min-height: 35rem;
}

.mainpkge:hover {
    background-image: -moz-linear-gradient(90deg,rgba(255 255 255) 0,#fff 100%);
    background-image: -webkit-linear-gradient(90deg,rgb(255 255 255) 0,#ffffff 100%);
    background-image: -ms-linear-gradient(90deg,rgba(255 255 255) 0,#fff 100%);
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    /*-webkit-transform: scale(1.05);*/
    -ms-transition: all .2s ease-in;
    /*-ms-transform: scale(1.05);*/
    -moz-transition: all .2s ease-in;
    /*-moz-transform: scale(1.05);*/
    transition: all .2s ease-in;
    /*transform: scale(1.05);*/
    /* background: #eaeaea; */
    border-color: var(--primary);
}

.mainpkge h2 {
    color: var(--primary);
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    width: min-content;
}

.mainpkge .namwrp span {
    color: #000000;
    font-weight: 600;
}
.mainpkge .pricewrp {
    margin-top: 1rem;
    min-height: 4.3rem;
}
.mainpkge .pricewrp h1 {
    font-weight: 600;
    font-size: 3rem;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 0;
}

.mainpkge .pricewrp h4 {
    font-size: 22px;
    display: inline-block;
    color: #000000;
    margin: 0 0 0 20px;
    position: relative;
}

.mainpkge .pricewrp h4:after {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #3a6bb1;
    content: "";
    top: 74%;
    left: 16px;
}

.mainpkge .pricewrp h4 span {
    display: block;
    text-decoration: line-through
}

.mainpkge .detailwrp ul {
    text-align: left;
    height: 240px;
    margin: 20px 0 30px;
    padding-right: 20px;
    overflow-y: scroll;
    overflow-x: hidden
}

.mainpkge .detailwrp ul li {
    border: none;
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    color: #001c4e;
    font-size: 15px;
    padding: 0 20px 2px 0;
    margin: 0 0 0 20px;
    line-height: 1.5;
}

.mainpkge:hover .detailwrp ul li {
    color: #000
}

.mainpkge .detailwrp ul li:after {
    background-image: url(../images/double-arrow.svg);
    position: absolute;
    content: "";
    width: 11px;
    height: 12px;
    filter: invert(1);
    background-repeat: no-repeat;
    top: 4px;
    left: -20px;
}

.mainpkge .btnwrp {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.mainpkge .btnwrp a {
    padding: 13px 35px;
    color: #fff;
    font-weight: 600;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.mainpkge:hover .btnwrp a.chat-btn {
    color: #fff;
    background: #000000;
    border-color: #000;
}

.mainpkge h1.getqout {
    font-size: 32px !important;
    font-weight: 600 !important;
}
.packag-slider{
    padding: 0 0.7rem;
}

.packag-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 3rem;
    line-height: 1;
    opacity: .3;
    transition: ease all .5s;
}

.packag-slider ~ .swiper-button-prev {
    left: -2rem;
}

.packag-slider ~ .swiper-button-next {
    right: -2rem;
}

.packag-slider .slick-arrow:hover {
    opacity: .8;
}
.slick-prev:before, .slick-next:before {
    content: none !important;
}
.packag-slider .slick-arrow i {
    color: #000;
}
.heading3 {
    color: #000;
    font-size: 3.25rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-rates {
    padding: 100px 0;
    border-bottom: 1px solid #ededed;
}

.services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 30%;
    margin-bottom: -1px;
    
}

.services-rates ul.nav-tabs li.nav-item a {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    padding: 30px 10px;
    text-transform: capitalize;
    text-align: center;
    border-right: 0;
    /* border-bottom: 0; */
}

.services-rates ul.nav-tabs li.nav-item:nth-child(3) a {
    border-right: 1px solid #ccc!important
}

.services-rates ul.nav-tabs li.nav-item:last-child a {
    border-right: 1px solid #ccc!important
}

.services-rates ul.nav-tabs li.nav-item:nth-child(n+4) a {
    border-bottom: 1px solid #ccc
}
.services-rates ul.nav-tabs li.nav-item a.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.services-rates .tab-content {
    padding-top: 60px
}

.tab-content article img {
    width: 100%
}

.tab-content h4 {
    font-size: 30px;
    font-weight: 600
}

.tab-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a3a3a;
    line-height: 1.2;
}
.tab-content article p {
    padding-top: 0px;
    padding-bottom: 25px;
    font-size: 1.2rem;
    color: #000;
}
.table-div {
    float: left;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.table-div table {
    width: 100%;
    font-size: .75em
}

.table-div th,td {
    padding: 20px 30px;
    vertical-align: middle;
    line-height: 130%
}

.table-div th {
    font-weight: 500;
    text-align: left;
    vertical-align: top
}

.table-div th h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700
}

.table-div th p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}

.table-div th p+p {
    font-size: 1.313em;
    line-height: 120%;
    font-weight: 400;
    margin: 4px 0 0 0
}

.table-div td p {
    font-size: 1.313em;
    line-height: 130%;
    color: #000;
}

.table-div td h3,td h4,td h5,td h6 {
    margin: 0
}

.table-div td p+p,td h3+p,td h4+p,td h5+p,td h6+p,td p+h3,td p+h4,td p+h5 {
    margin: 4px 0 0 0!important
}

.table-div td h4+h6 {
    margin: 2px 0 0 0!important
}

.table-div tr:nth-child(2n+1) td {
    background: rgb(87 144 231 / 15%);
}

.table-div th:nth-child(2n),td:nth-child(2n) {
    background: #f7f8f9
}

.table-div tr:nth-child(2n+1) td:nth-child(2n) {
    background: rgb(87 144 231 / 30%);
}

.table-div td[rowspan] {
    background: #fff!important
}

.table-div table .highlight {
    background: #051d38!important;
    color: #fff
}

.table-div table tr:nth-child(2n) .highlight {
    background: #092741!important
}

.table-div th,td>.center {
    text-align: center
}

.table-div td>.center i.fa-check {
    background-color: #0a75d7;
    color: #fff;
    width: 30px;
    height: 30px;
    padding-top: 9px;
    border-radius: 100%
}

.table-div th,td>.center span.icon-no hr {
    border-top: 2px solid #000;
    margin: 0 auto;
    width: 6%
}


.services-rates ul.nav-tabs {
    border-bottom: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 1199px)
{
    .services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 50%;
}

.services-rates ul.nav-tabs li.nav-item:nth-child(even) a {
    border-right: 1px solid #ccc;
}
}

@media (max-width: 769px)
{
    .services-rates ul.nav-tabs li.nav-item {
    flex: 0 0 100%;
}
}




a.trustpilot {
    background: #fff;
    width: 298px;
    height: 128px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    border-radius: 100px;
    color: #01b87a;
    margin-left: 20px;
    margin-bottom: 1rem;
}
.reviewLogos ul li a {
    font-size: 1.4rem;
    color: #00b67a;
    font-weight: bold;
}


section.main-privacy li,
section.main-privacy p{
        color: #212529;
}
section.main-privacy {
    padding: 60px 0 ;
}
.logoMain img {
    width: 80%;
}

@media(max-width: 767px){
    .slider-form{
        border-radius: 20px;
        padding: 25px 25px 12px 25px;
    }
    .slider-form .form-control{
        /* border-radius: 14px; */
        /* margin-bottom: 10px; */
    }
    .slider-form .btn-1{
        width: 80%;
        border-radius: 10px;
        font-size: 20px;
    }
}
.d-flex-center {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.main-banner .hero-subheadline {
    text-align: center;
    line-height: 30px;
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
/* ============================================
   World Section ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Redesign (Option A)
   Add to main.css
   ============================================ */

.worldSection {
    padding: 60px 0;
}

.worldSection .ws-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

/* ---- Row 1: Heading + Image ---- */
.worldSection .ws-top {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.worldSection .ws-top-text {
    padding: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.worldSection .ws-top-text .ws-subtitle {
    font-size: 12px;
    color: #C9A96E;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.worldSection .ws-top-text .heading {
    margin-bottom: 20px;
}

.worldSection .ws-top-image {
    position: relative;
    min-height: 260px;
}

.worldSection .ws-top-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ---- Row 2: 3 Columns ---- */
.worldSection .ws-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.worldSection .ws-col {
    padding: 28px 30px;
}

.worldSection .ws-col:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* ---- Stats Grid ---- */
.worldSection .ws-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    height: 100%;
}

.worldSection .ws-stat {
    text-align: center;
    background: #f8f8f8;
    border-radius: 12px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.worldSection .ws-stat strong {
    font-size: 24px;
    font-weight: 700;
    color: #1B2A6B;
    display: block;
}

.worldSection .ws-stat span {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    display: block;
}

/* ---- CTA Bar ---- */
.worldSection .ws-cta {
    background: #1B2A6B;
    border-radius: 0 0 16px 16px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.worldSection .ws-cta p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 15px;
}

.worldSection .ws-cta .btn-group {
    flex-shrink: 0;
    justify-content: flex-end;
}

/*.worldSection .ws-cta .btnRequest {
    border-color: #C9A96E;
    color: #C9A96E;
}

.worldSection .ws-cta .phoneBtn a {
    color: #C9A96E;
}*/

.worldSection .ws-cta .smallTitleLine {
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media (max-width: 991px) {

    .worldSection .ws-top {
        grid-template-columns: 1fr;
    }

    .worldSection .ws-top-text {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 28px 24px;
    }

    .worldSection .ws-top-image {
        min-height: 220px;
    }

    .worldSection .ws-bottom {
        grid-template-columns: 1fr;
    }

    .worldSection .ws-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .worldSection .ws-col {
        padding: 24px 20px;
    }

    .worldSection .ws-stats {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .worldSection .ws-cta {
        flex-direction: column;
        text-align: center;
        border-radius: 0 0 16px 16px;
    }

    .worldSection .ws-cta .btn-group {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 575px) {

    .worldSection {
        padding: 40px 0;
    }

    .worldSection .ws-top-text {
        padding: 22px 18px;
    }

    .worldSection .ws-top-image {
        min-height: 180px;
    }

    .worldSection .ws-stats {
        grid-template-columns: 1fr 1fr;
    }

    .worldSection .ws-stat {
        min-height: 90px;
    }

    .worldSection .ws-stat strong {
        font-size: 20px;
    }

    .worldSection .ws-cta {
        padding: 18px 16px;
    }

    .worldSection .ws-cta p {
        font-size: 13px;
    }
}



/* ============================================
   Slider Form ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Banner Style
   Add to main.css
   ============================================ */

.slider-form {
    height: auto;
    text-align: center;
    margin-top: 8px;
    z-index: 2;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 12px 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: background 0.3s ease, border-color 0.3s ease;
    width: 80%;
}
.slider-form form{
    width: 100%;
}
.slider-form .form-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    /* justify-content: space-between; */
}

/* Each input wrapper ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â white pill with red arrow clip */
.slider-form .form-group {
    position: relative;
    /* margin-bottom: 0; */
    /* display: flex; */
    /* align-items: center; */
}

/* White pill input */
.slider-form .form-control {
    border: 2px solid #fff;
    background-color: #fff;
    font-size: 0.813rem;
    font-family: "Open Sans", sans-serif;
    color: #1B2A6B;
    font-weight: 600;
    height: 52px;
    width: 100%;
    outline: 0;
    border-radius: 10px 10px;
    padding: 10px 60px 10px 15px;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
}

.slider-form .form-control::placeholder {
    color: #1B2A6B;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Icon inside input */
.slider-form .form-group .icon-bg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: none;
}

.slider-form .form-group i.sptico {
    color: #cb2a29;
    background: url(../images/form-icon1.html) no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.slider-form .form-group i.icon2 {
    background: url(../images/form-icon2.html) no-repeat;
}

.slider-form .form-group i.icon3 {
    background: url(../images/form-icon3.html) no-repeat;
}

/* Red arrow tab on right of each input */
.slider-form .form-group::after {
    content: "≡";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 60px;
    background: #cb2a29;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    clip-path: polygon(12px 0%, 100% 0%, 100% 100%, 12px 100%, 0% 50%);
    z-index: 1;
}

/* Hide pseudo on submit button group */
.slider-form .form-group.btnsumb::after {
    display: none;
}




.slider-form .form-group.btnsumb .btnc {
    background: #fff;
    border: 2px solid #fff;
    color: #cb2a29;
    font-weight: 700;
    text-transform: uppercase;
    height: 52px;
    width: 130px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    font-size: 20px;
}

.slider-form .form-group.btnsumb .btnc:hover {
    background: #cb2a29;
    color: #fff;
}

.slider-form .form-group.btnsumb .btnc i {
    display: none; /* hide power icon, we show text via CSS */
}

.slider-form .form-group.btnsumb .btnc::after {
    content: "SUBMIT";
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media (max-width: 991px) {
    .slider-form .form-inline {
        flex-direction: column;
        gap: 12px;
    }

    .slider-form .form-control {
    }

    .slider-form .form-group.btnsumb .btnc {
        margin: auto;
        width: 100%;
        background-color: var(--primary);
        color: #fff;
    }
}

@media (max-width: 575px) {
    .slider-form .form-control {
        font-size: 0.72rem;
    }

    .slider-form .form-group.btnsumb .btnc {
        /* width: 270px; */
        /* height: 48px; */
    }
}

/* ============================================
   3-Button Group Bar
   Add to main.css
   ============================================ */

.btn-group-bar {
    display: inline-flex;
    align-items: center;
    background: #f0f2f8;
    border-radius: 100px;
    padding: 6px;
    gap: 4px;
}

/* Request A Quote */
.btn-group-bar .btnRequest {
    background: #cb2a29;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    transition: all .5s ease;
}

.btn-group-bar .btnRequest:hover {
    opacity: 0.88;
    color: #fff;
}

.btn-group-bar .btnRequest svg {
    width: 11px;
    height: 11px;
    fill: #fff;
    color: #fff;
    flex-shrink: 0;
    display: inline-block;
}

/* Live Chat */
.btn-group-bar .btnLiveChat {
    background: #1B2A6B;
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    text-align: center;
}

.btn-group-bar .btnLiveChat:hover {
    opacity: 0.88;
    color: #fff;
}

/* Call Us */
.btn-group-bar .btnCallUs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px 4px 4px;
    cursor: pointer;
}

.btn-group-bar .btnCallUs-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #1B2A6B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}

.btn-group-bar .btnCallUs-icon svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.btn-group-bar .btnCallUs .smallTitleLine {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    line-height: 1.2;
}

.btn-group-bar .btnCallUs a {
    font-size: 14px;
    font-weight: 700;
    color: #1B2A6B;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    line-height: 1.3;
}

.btn-group-bar .btnCallUs a:hover {
    color: #cb2a29;
}

/* ============================================
   On dark backgrounds ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â add .btn-group-bar--dark
   ============================================ */

.btn-group-bar--dark {
    background: rgba(255, 255, 255, 0.1);
}

.btn-group-bar--dark .btnCallUs .smallTitleLine {
    color: rgba(255, 255, 255, 0.6);
}

.btn-group-bar--dark .btnCallUs a {
    color: #C9A96E;
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media (max-width: 991px) {
    .btn-group-bar {
        flex-wrap: wrap;
        border-radius: 20px;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .btn-group-bar {
        flex-direction: column;
        border-radius: 20px;
        padding: 10px;
        gap: 8px;
        width: 100%;
    }

    .btn-group-bar .btnRequest,
    .btn-group-bar .btnLiveChat {
        width: 100%;
        justify-content: center;
    }

    .btn-group-bar .btnCallUs {
        padding: 4px 10px;
    }
}

/* ============================================
   Light Version ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â for dark backgrounds
   Usage: <div class="btn-group-bar btn-group-bar--light">
   ============================================ */

.btn-group-bar--light {
    background: rgba(255, 255, 255, 0.12);
}

/* Request A Quote ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â white outlined */
.btn-group-bar--light .btnRequest {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-group-bar--light .btnRequest:hover {
    background: #fff;
    color: #cb2a29;
}

.btn-group-bar--light .btnRequest:hover svg {
    fill: #cb2a29;
    color: #cb2a29;
}

/* Live Chat ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â white solid */
.btn-group-bar--light .btnLiveChat {
    background: #fff;
    color: #1B2A6B;
}

.btn-group-bar--light .btnLiveChat:hover {
    background: rgba(255,255,255,0.85);
    color: #1B2A6B;
}

/* Call Us icon circle ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â white */
.btn-group-bar--light .btnCallUs-icon {
    background: #fff;
    color: var(--secondary);
}

.btn-group-bar--light .btnCallUs-icon svg {
    fill: #1B2A6B;
}

/* Call Us text */
.btn-group-bar--light .btnCallUs .smallTitleLine {
    color: rgba(255, 255, 255, 0.65);
}

.btn-group-bar--light .btnCallUs a {
    color: #fff;
}

.btn-group-bar--light .btnCallUs a:hover {
    color: #C9A96E;
}


/* ============================================
   Contact Section ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â Option A4
   Add to main.css
   ============================================ */

.contactSection {
    padding: 60px 0;
}

.contactSection-wrap {
    display: flex;
    /* grid-template-columns: 0.75fr 1.25fr; */
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}

/* ---- Left: Red Panel ---- */
.contactSection-left {
    background: var(--primary);
    padding: 0;
    width: 100%;
}

.contactSection-left-inner {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.contactSection-subtitle {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.contactSection-left .heading {
    /* font-size: 26px; */
    line-height: 1.25;
    /* margin-bottom: 12px; */
}

.contactSection-left p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
}

.contactSection-left .sec-title {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    display: block;
    margin-bottom: 28px;
}

/* CTA buttons on red bg */
.contactSection-cta {
    margin-bottom: 0;
}

.contactSection-cta .btn-group-bar--white {
    background: rgba(255, 255, 255, 0.15);
}

.contactSection-cta .btn-group-bar--white .btnRequest {
    background: #fff;
    color: #cb2a29;
}

.contactSection-cta .btn-group-bar--white .btnRequest svg {
    fill: #cb2a29;
    color: #cb2a29;
}

.contactSection-cta .btn-group-bar--white .btnRequest:hover {
    background: rgba(255,255,255,0.9);
}

.contactSection-cta .btn-group-bar--white .btnLiveChat {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}

.contactSection-cta .btn-group-bar--white .btnLiveChat:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.contactSection-cta .btn-group-bar--white .btnCallUs-icon {
    background: rgba(255, 255, 255, 0.2);
}

.contactSection-cta .btn-group-bar--white .btnCallUs-icon svg {
    fill: #fff;
}

.contactSection-cta .btn-group-bar--white .btnCallUs .smallTitleLine {
    color: rgba(255, 255, 255, 0.55);
}

.contactSection-cta .btn-group-bar--white .btnCallUs a {
    color: #fff;
}

/* Stats grid */
.contactSection-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contactSection-stat {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 14px 12px;
    text-align: center;
}

.contactSection-stat strong {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.contactSection-stat span {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    display: block;
}

/* ---- Right: Dark Form Panel ---- */
.contactSection-right {
    background: linear-gradient(129deg, #1c1d49, #171945);
    padding: 40px 40px;
    width: 50%;
    /*border: 8px solid #173a55;*/
    border-left: 0;
}

.contactSection-right .contactForm {
    height: 100%;
}

.contactSection-right .leadForm {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.contactSection-right .leadForm div {
    width: 100%;
}

.contactSection-right .leadForm input,
.contactSection-right .leadForm textarea {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 14px;
    outline: none;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.contactSection-right .leadForm input::placeholder,
.contactSection-right .leadForm textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contactSection-right .leadForm input:focus,
.contactSection-right .leadForm textarea:focus {
    border-color: rgba(255, 255, 255, 0.35);
}

.contactSection-right .leadForm textarea {
    resize: none;
    height: 110px;
}

.contactSection-right .leadForm .btnRequest {
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    padding: 13px 20px;
    font-size: 14px;
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media (max-width: 991px) {
    .contactSection-wrap {
        grid-template-columns: 1fr;
        display: unset;
    }

    .contactSection-left-inner {
        padding: 32px 24px;
    }

    .contactSection-stats {
        grid-template-columns: repeat(4, 1fr);
    }

    .contactSection-right {
        padding: 32px 24px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .contactSection {
        padding: 40px 0;
    }

    .contactSection-wrap {
        border-radius: 12px;
    }

    .contactSection-stats {
        grid-template-columns: 1fr 1fr;
    }

    .contactSection-left .heading {
        font-size: 22px;
    }

    .contactSection-cta .btn-group-bar {
        flex-direction: column;
        border-radius: 12px;
        width: 100%;
    }

    .contactSection-cta .btn-group-bar .btnRequest,
    .contactSection-cta .btn-group-bar .btnLiveChat {
        width: 100%;
        justify-content: center;
    }
}


/* ============================================
   Provide Section - Client Design
   Add to main.css
   ============================================ */

.provideSection {
    padding: 80px 0;
    background: linear-gradient(135deg, #dde8f8 0%, #eaf1fb 40%, #f0f5fc 100%);
    overflow: hidden;
}

/* ---- Left: Image ---- */
.provideSection-image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
}

.provideSection-image img {
    max-width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(24, 60, 120, 0.12));
}

/* ---- Right: Content ---- */
.provideSection-content {
    padding-left: 40px;
}

.provideSection-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #1B2A6B;
    letter-spacing: 0.04em;
    margin-bottom: 18px;
}

.provideSection-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #1B2A6B;
    flex-shrink: 0;
}

.provideSection-heading {
    font-size: 46px;
    line-height: 1.15;
    color: #1a1a2e;
    margin-bottom: 24px;
    font-weight: 700;
}

.provideSection-text {
    font-size: 15px;
    color: #3d4060;
    line-height: 1.8;
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media (max-width: 991px) {
    .provideSection {
        padding: 60px 0;
    }

    .provideSection-content {
        padding-left: 15px;
        margin-top: 36px;
    }

    .provideSection-heading {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .provideSection {
        padding: 40px 0;
    }

    .provideSection-heading {
        font-size: 28px;
    }

    .provideSection-text {
        font-size: 14px;
    }
}
span.field-error {
    position: absolute;
    bottom: -20px;
    left: 5px;
    font-weight: 500;
}
/* ============================================
   Button Group â€” Vertical Stack Variant
   Add to main.css (alongside existing btn-group-bar rules)
   Usage: <div class="btn-group-bar btn-group-bar--vertical btn-group-bar--light">
   ============================================ */

.btn-group-bar--vertical {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    padding: 0;
    gap: 12px;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
}

/* Request A Quote â€” full width row */
.btn-group-bar--vertical .btnRequest {
    width: 100%;
    justify-content: center;
    border-radius: 100px;
    padding: 14px 24px;
}

/* Live Chat â€” full width row */
.btn-group-bar--vertical .btnLiveChat {
    width: 100%;
    text-align: center;
    border-radius: 100px;
    padding: 14px 24px;
}

/* Call Us â€” own row, styled as a pill card */
.btn-group-bar--vertical .btnCallUs {
    width: 100%;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    justify-content: center;
    gap: 12px;
}

.btn-group-bar--vertical .btnCallUs-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
}

.btn-group-bar--vertical .btnCallUs-icon svg {
    width: 15px;
    height: 15px;
}

.btn-group-bar--vertical .btnCallUs .smallTitleLine {
    font-size: 10px;
}

.btn-group-bar--vertical .btnCallUs a {
    font-size: 14px;
}

/* Light version overrides for vertical (on dark backgrounds) */
.btn-group-bar--vertical.btn-group-bar--light .btnCallUs {
    background: rgba(255, 255, 255, 0.1);
}

/* ============================================
   Mobile â€” already full width, just tighten gap
   ============================================ */

@media (max-width: 575px) {
    .btn-group-bar--vertical {
        max-width: 100%;
        gap: 10px;
    }
}


.container{ 
    max-width: 100%;
    width: 100%;
    padding: 0 8%;
}.innerServices .custom-tab-list-ghost .tabsicon img {
    width: 60px;
    height: 60px;
    margin: 0 0 10px;
}
.aboutSection img {
    border-radius: 30px;
}
.aboutSection .col-md-6.d-flex.justify-content-center img {
    width: 60%;
}


/* ============================================
   Portfolio Section — Book Covers
   Add to main.css
   ============================================ */

.portfolioSection {
    padding: 80px 0;
    background: #fafbfd;
}

/* ---- Section Head ---- */
.portfolioSection-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.portfolioSection-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #1B2A6B;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.portfolioSection-line {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #cb2a29;
    flex-shrink: 0;
}

.portfolioSection-head .heading {
    /*font-size: 38px;*/
    color: #1a1a2e;
    margin-bottom: 14px;
}

.portfolioSection-head p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
        text-align: center;
}

/* ---- Grid ---- */
.portfolioSection-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 44px;
}

.portfolioSection-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3 / 4;
    box-shadow: 0 8px 24px rgba(20, 30, 70, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolioSection-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(20, 30, 70, 0.16);
}

.portfolioSection-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.portfolioSection-item:hover img {
    transform: scale(1.08);
}

/* Overlay */
.portfolioSection-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 42, 107, 0.1) 0%, rgba(27, 42, 107, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.portfolioSection-item:hover .portfolioSection-overlay {
    opacity: 1;
}

.portfolioSection-view {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #1B2A6B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 100px;
    transform: translateY(10px);
    transition: transform 0.35s ease;
}

.portfolioSection-item:hover .portfolioSection-view {
    transform: translateY(0);
}

/* ---- CTA ---- */
.portfolioSection-cta {
    text-align: center;
}

/* ============================================
   Lightbox
   ============================================ */

.portfolioLightbox {
    position: fixed;
    inset: 0;
    background: rgba(13, 20, 50, 0.95);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
}

.portfolioLightbox.active {
    display: flex;
}

.portfolioLightbox-imgWrap {
    max-width: 500px;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolioLightbox-imgWrap img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: portfolioFadeIn 0.25s ease;
}

@keyframes portfolioFadeIn {
    from { opacity: 0; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1); }
}

.portfolioLightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease;
}

.portfolioLightbox-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.portfolioLightbox-prev,
.portfolioLightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease;
}

.portfolioLightbox-prev:hover,
.portfolioLightbox-next:hover {
    background: #cb2a29;
}

.portfolioLightbox-prev {
    left: 24px;
}

.portfolioLightbox-next {
    right: 24px;
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media (max-width: 991px) {
    .portfolioSection-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .portfolioSection-head .heading {
        /* font-size: 30px; */
    }
}

@media (max-width: 575px) {
    .portfolioSection {
        padding: 50px 0;
    }

    .portfolioSection-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 32px;
    }

    .portfolioSection-head {
        margin-bottom: 32px;
    }

    .portfolioSection-head .heading {
        /* font-size: 24px; */
    }

    .portfolioLightbox {
        padding: 16px;
    }

    .portfolioLightbox-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .portfolioLightbox-prev,
    .portfolioLightbox-next {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .portfolioLightbox-prev {
        left: 10px;
    }

    .portfolioLightbox-next {
        right: 10px;
    }
}
/*privacy policy page*/
  .main-privacy .privacy h3 {
    margin: 30px 0 12px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .main-privacy .privacy h4 {
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: 600;
  }
  .main-privacy .privacy p {
    margin-bottom: 14px;
    line-height: 1.7;
  }
  .main-privacy .privacy ul,
  .main-privacy .privacy ol {
    margin: 0 0 18px 0;
    padding-left: 22px;
  }
  .main-privacy .privacy ul li,
  .main-privacy .privacy ol li {
    list-style-position: outside;
    margin-bottom: 8px;
    line-height: 1.7;
    padding-left: 4px;
  }
  .main-privacy .privacy ul li {
    list-style-type: disc;
  }
  .main-privacy .privacy ul li::marker,
  .main-privacy .privacy ol li::marker {
    color: inherit;
  }
  .main-privacy .term-text {
    margin-bottom: 10px;
  }
  .main-privacy .privacy a {
    text-decoration: underline;
    word-break: break-word;
  }
  /*privacy policy page*/