@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: #0B1E3F;
    --primary: #5790E7;
    --secondary: #173D77;

    /* Blue scale — everything on the site is tuned to these */
    --blue-950: #061229;
    --blue-900: #0B1E3F;
    --blue-800: #102E5C;
    --blue-700: #173D77;
    --blue-600: #1E4E96;
    --blue-500: #2F6FC4;
    --blue-400: #5790E7;
    --blue-300: #8FB6F0;
    --blue-100: #DCE7FB;
    --blue-50: #F1F4FF;

    --ink: #0B1E3F;
    --body-text: #4A5568;
    --line: rgba(23, 61, 119, .14);

    --shadow-sm: 0 2px 12px rgba(11, 30, 63, .07);
    --shadow-md: 0 16px 44px rgba(11, 30, 63, .13);
    --shadow-lg: 0 30px 80px rgba(6, 18, 41, .28);

    --radius: 14px;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

::-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%;
    /* The rotating hero circle is 750px wide and sweeps past the viewport on
       narrow screens. body already clips; html must clip too or the page can
       still be dragged sideways. */
    overflow-x: hidden;
}

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;
}

/* Body copy defaults to ink. Dark sections opt back into white at the end of
   this file — the old default was white, which left paragraphs invisible on
   every light section (portfolio, audiobook, marketing, formatting, …). */
p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: var(--body-text);
}

.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;
}

.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%;
}

.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: 100%;
}

.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: 0;
    z-index: 9999;
}

.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);

}

/* Hero: library photograph under a deep blue tone overlay */
.main-banner {
    height: auto;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: var(--blue-950) url('../images/services/library.jpg') center / cover no-repeat;
    background-attachment: scroll;
    padding-top: 9.25rem;
}

/* The blue tone itself — a duotone wash so the shelves stay readable */
.main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(6, 18, 41, .78) 0%, rgba(11, 30, 63, .88) 45%, rgba(6, 18, 41, .96) 100%),
        linear-gradient(135deg, rgba(30, 78, 150, .55), rgba(47, 111, 196, .35) 55%, transparent 85%);
}

/* Soft light bloom in the top-right so the hero is not a flat block */
.main-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(760px 520px at 85% -10%, rgba(87, 144, 231, .35), transparent 62%),
        radial-gradient(620px 440px at -5% 105%, rgba(47, 111, 196, .22), transparent 58%);
}

.bannerWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-banner .heading {
    font-size: 4.625rem;
    color: var(--white);
    text-align: center;
    font-weight: 300;
}


.BookTitle {
    position: absolute;
    bottom: 25px;
    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-top: 10px;
}

.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(--secondary);
    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: #C9DEFF;
    text-align: center;
}

.btnRequest {
    background: var(--primary);
    color: var(--white);
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 16px 60px 16px 30px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btnRequest:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
}

.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;
}

.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%);
}

.slider-form .form-control {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 0.813rem;
    font-family: "Open Sans", sans-serif;
    color: grey;
    height: 49px;
    outline: 0;
    border-radius: 9px;
    padding-left: 41px;
    margin-right: 6px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.slider-form .form-control:focus {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.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;
}

.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.webp) 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.webp) no-repeat;
}

.banner-form-inner .form-group i.icon3,
.slider-form .form-group i.icon3 {
    background: url(../images/form-icon3.webp) 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: 9px;
    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: #292e0a;
    position: absolute;
    left: 0;
    top: 12px;
}

.hireSection {
    padding: 7rem 0 14rem 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: 5rem 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: rgba(28, 67, 128, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 255px;
    transition: all 0.4s ease;
}

.serviceCard:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    background: rgba(28, 67, 128, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.serviceCard div {
    margin-bottom: 1.5rem;
}

.serviceCard h5 {
    font-size: 1.625rem;
    color: var(--white);
    margin-left: 1rem;
}

.platformsSection .sec-title::before,
.servicesSection .sec-title::before {
    left: 44%;
    background-color: var(--white);
}

.serviceCard span {
    font-size: 7.875rem;
    color: #ffffff14;
    font-family: albra;
    position: absolute;
    font-weight: bold;
    top: -11%;
    right: 4%;
}

.serviceCard p {
    font-size: 17px;
}

.servicesSection .btn-group {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.servicesSection .smallTitleLine,
.servicesSection .phoneBtn {
    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), #d1e0f8);
}

.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: 6rem 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: 6rem 0 12rem 0;
    background: linear-gradient(181deg, var(--white), #d1e0f8);
}

.optionsSection .heading {
    font-size: 2.375rem;
}

.optionsSection p {
    color: var(--black);
    margin-bottom: 2rem;
}

.optionsSection img {
    position: absolute;
    right: 0;
    bottom: -22%;
    /* width: 44%; */
}

.chooseSection {
    padding: 6rem 0;
}

.chooseSection p {
    color: var(--black);
}

.chooseCard {
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
    min-height: 240px;
}

.chooseCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.chooseCard h4 {
    font-size: 1.5rem;
    font-family: 'albra';
    color: var(--black);
    margin-bottom: 1.5rem;
}

.chooseCard p {
    color: var(--black);
}

.chooseSection .col-md-7 .row {
    border-bottom: 1px solid #e2e2e2;
}

.primaryBox {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border-radius: 25px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(23, 61, 119, 0.3);
    position: relative;
    overflow: hidden;
}

.primaryBox::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.primaryBox:hover::before {
    opacity: 1;
}

.primaryBox span {
    color: var(--secondary);
    font-weight: 700;
}

.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: 6rem 0;
    background-color: var(--primary);
}

.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 {
    max-width: 460px;
}

.contactForm div {
    margin-bottom: 1rem;
}

.contactForm input,
.contactForm textarea {
    border: none;
    outline: none;
    background: var(--primary);
    color: var(--white);
    font-size: 1.25rem;
    border-bottom: 2px solid var(--white);
    padding: 1rem 5px;
    width: 100%;
    resize: none;
}

/* textarea was left out, so "Your Message" rendered in the browser default
   grey against the blue field while the inputs above it were white. */
.contactForm input::placeholder,
.contactForm textarea::placeholder {
    color: var(--white);
    opacity: 1;
}

.contactForm .btnRequest {
    width: 100%;
    background: var(--secondary);
    text-align: center;
    font-size: 1rem;
    font-weight: 100;
}

/* `left: 60%` parked the arrow in the middle of the label instead of at the
   button's right edge; centre it vertically off its own height instead of a
   percentage of the button. */
.contactSection .btnRequest svg {
    background: var(--white);
    color: var(--secondary);
    left: auto;
    right: 14px;
    top: 50%;
    margin-top: -17px;
}

footer {
    background: linear-gradient(to top, #0f2445 0%, var(--secondary) 100%);
    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 #2C4D80;
    padding: 4rem 0;
}

ul.footerContactDetails {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

/* Plain-text items (e.g. address) — links keep their own rules below */
ul.footerContactDetails li {
    color: var(--white);
    font-family: 'ivy_moderegular';
}

ul.footerContactDetails li.footer-address {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-top: 0.35rem;
}

ul.footerContactDetails li a {
    color: var(--white);
    font-family: 'ivy_moderegular';
    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: 16px;
    line-height: 26px;
    text-decoration: none !important;
    border: 1px solid var(--white) !important;
    display: block;
    width: 140px;
    padding: 10px 20px;
    border-radius: 50px;
}

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%;
}

ul.socialFooter li a {
    position: relative;
}

ul.socialFooter {
    display: flex;
    align-items: center;
    justify-content: start;
}

ul.socialFooter li+li {
    margin-left: 20px;
}

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

/* ul.socialFooter li:hover a:after {
    width: 105%;
    height: 105%;
    border-radius: 0;
    top: 0;
    right: 0;
    z-index: 9;
} */


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 #2C4D80;
}

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 #2C4D80;
}

.headerMenuWrap ul li.hasChild.parentMenu:hover ul.dropDown {
    display: flex;
}

.heading .char {
    display: inline !important;
}

/* Inner Pages */
.innerBanner {
    padding-top: 10.625rem;
    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;
}

.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: auto;
    right: 14px;
}

.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;
}

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

.worldSection {
    padding: 5rem 0;
    background: linear-gradient(134deg, #FAFCFF, #9FC5FF);
}

.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) center right / cover no-repeat;
}

.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);
}

.updatesSection p strong {
    font-size: 2.125rem;
}

.updatesSection p strong span {
    color: var(--primary);
}

.ctaSection {
    padding: 3rem 0;
    background: linear-gradient(100deg, #5790E7, #1650A8);
}

.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: #5790e745;
    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%;
    }
}




.reviewLogos ul li a {
    font-size: 1.4rem;
    color: #00b67a;
    font-weight: bold;
}

/* ==========================================================================
   Theme additions — icons, accessibility, popup, portfolio, sections
   ========================================================================== */

/* ---------- Accessibility helpers ---------- */
/* Clipped rather than pushed off-canvas, so it never affects page width */
.skip-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    padding: .75rem 1.25rem;
    background: var(--blue-700);
    color: #fff !important;
    border-radius: 0 0 8px 0;
    font-weight: 700;
    white-space: nowrap;
}

.skip-link:focus {
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:focus-visible {
    outline: 3px solid var(--blue-400);
    outline-offset: 3px;
}

/* ---------- Inline SVG icon sizing ---------- */
.headerMenuWrap svg,
.HederCtaRight svg,
.footerContactDetails svg,
.socialFooter svg,
.openDropdown svg,
.mobileMenuIcon svg {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    vertical-align: -.125em;
}

.headerMenuWrap ul li.hasChild.parentMenu>span>a svg {
    width: .7em;
    height: .7em;
    transition: transform .25s var(--ease);
}

.headerMenuWrap ul li.hasChild.parentMenu:hover>span>a svg {
    transform: rotate(180deg);
}

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

.footerContactDetails li a svg {
    width: 1.05em;
    height: 1.05em;
    margin-right: 10px;
    color: var(--primary);
}

.mobileMenuIcon {
    background: none;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
}

/* ---------- Nav active state ---------- */
.headerMenuWrap>ul>li>a.active {
    color: var(--primary) !important;
}

.headerMenuWrap ul.dropDown li a.active {
    background: var(--blue-50);
    color: var(--blue-700) !important;
    font-weight: 700;
}

.headerMenuWrap ul.dropDown li:hover a {
    background: var(--primary);
    color: #fff !important;
}

/* ---------- Sticky header ---------- */
header.sticky-header {
    position: fixed;
    background: rgba(6, 18, 41, .94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(6, 18, 41, .35);
    animation: headerDrop .28s var(--ease) both;
}

header.sticky-header .headerMenuWrap>ul>li>a,
header.sticky-header .headerMenuWrap>ul>li>span {
    padding: 1.5rem 0;
}

header.sticky-header .logoMain {
    top: 8px;
}

@keyframes headerDrop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

body.menu-open,
body.modal-open {
    overflow: hidden;
}

/* ---------- Form result messages ---------- */
.popFormResult {
    margin-top: .75rem;
    font-size: .9rem;
    font-weight: 600;
    min-height: 1.25rem;
}

.popFormResult.is-error {
    color: #ff8f8f;
}

.popFormResult.is-success {
    color: #4ade80;
}

.contactForm .popFormResult.is-error,
.FormWrap .popFormResult.is-error,
.quoteModal .popFormResult.is-error {
    color: #d92d20;
}

.contactForm .popFormResult.is-success,
.FormWrap .popFormResult.is-success,
.quoteModal .popFormResult.is-success {
    color: #067647;
}

/* ==========================================================================
   Quote popup
   ========================================================================== */
.quoteModal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    transition: opacity .25s var(--ease);
}

.quoteModal.is-open {
    opacity: 1;
}

.quoteModal[hidden] {
    display: none;
}

.quoteModal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 18, 41, .78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.quoteModal__dialog {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    width: min(980px, 100%);
    max-height: calc(100vh - 2.5rem);
    overflow: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    transform: translateY(18px) scale(.98);
    transition: transform .3s var(--ease);
}

.quoteModal.is-open .quoteModal__dialog {
    transform: translateY(0) scale(1);
}

.quoteModal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(11, 30, 63, .08);
    color: var(--blue-900);
    cursor: pointer;
    transition: .25s var(--ease);
}

.quoteModal__close svg {
    width: 18px;
    height: 18px;
}

.quoteModal__close:hover {
    background: var(--blue-700);
    color: #fff;
    transform: rotate(90deg);
}

.quoteModal__aside {
    padding: 2.5rem 2rem;
    background: linear-gradient(160deg, var(--blue-800), var(--blue-950));
    color: #fff;
    border-radius: 20px 0 0 20px;
}

.quoteModal__logo {
    width: 190px;
    height: auto;
    margin-bottom: 1.5rem;
}

.quoteModal__aside h2 {
    font-family: albra;
    font-size: 1.9rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: .85rem;
}

.quoteModal__aside p {
    color: rgba(255, 255, 255, .8);
    font-size: .95rem;
    line-height: 1.6;
}

.quoteModal__points {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.quoteModal__points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .92rem;
    color: rgba(255, 255, 255, .92);
    margin-bottom: .7rem;
}

.quoteModal__points svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--primary);
}

.quoteModal__contact {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.quoteModal__contact a {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-weight: 600;
    font-size: .92rem;
}

.quoteModal__contact a:hover {
    color: var(--primary);
}

.quoteModal__contact svg {
    width: 16px;
    height: 16px;
    color: var(--primary);
}

.quoteModal__body {
    padding: 2.5rem 2.25rem;
}

.quoteModal__body h3 {
    font-family: albra;
    font-size: 1.6rem;
    color: var(--blue-900);
    margin-bottom: .25rem;
}

.quoteModal__sub {
    color: var(--body-text);
    font-size: .9rem;
    margin-bottom: 1.4rem;
}

.quoteModal__field {
    margin-bottom: .9rem;
}

.quoteModal__field label {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--blue-700);
    margin-bottom: .35rem;
}

.quoteModal__field input,
.quoteModal__field select,
.quoteModal__field textarea {
    width: 100%;
    padding: .78rem 1rem;
    font-size: .95rem;
    font-family: inherit;
    color: var(--blue-900);
    background: var(--blue-50);
    border: 1.5px solid transparent;
    border-radius: 10px;
    transition: .2s var(--ease);
}

.quoteModal__field input:focus,
.quoteModal__field select:focus,
.quoteModal__field textarea:focus {
    outline: none;
    background: #fff;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(87, 144, 231, .18);
}

.quoteModal__field textarea {
    resize: vertical;
    min-height: 84px;
}

.quoteModal__form .btnRequest {
    width: 100%;
    justify-content: center;
    margin-top: .5rem;
}

.quoteModal__privacy {
    margin-top: .85rem;
    font-size: .78rem;
    color: #7b8794;
    line-height: 1.5;
}

.quoteModal__privacy a {
    color: var(--blue-700);
    text-decoration: underline !important;
}

/* ==========================================================================
   Portfolio
   ========================================================================== */
.portfolioSection {
    padding: 5rem 0;
    background: var(--blue-50);
}

.portfolioSlider {
    padding: 1rem 0 2rem;
}

.portfolioSlider .swiper-wrapper {
    /* linear timing turns the autoplay into a smooth conveyor */
    transition-timing-function: linear !important;
}

.portfolioSlider .swiper-slide {
    height: auto;
}

.book-cover {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease);
    aspect-ratio: 2 / 3;
}

.book-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.book-cover:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.genre-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .6rem;
    margin-top: 1.5rem;
}

.genre-chip {
    padding: .45rem 1.1rem;
    border-radius: 100px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--blue-700);
    font-size: .85rem;
    font-weight: 600;
}

/* ==========================================================================
   Shared section furniture used by the newer pages
   ========================================================================== */
.section-pad {
    padding: 5rem 0;
}

.bg-light-blue {
    background: var(--blue-50);
}

.bg-deep-blue {
    background: linear-gradient(160deg, var(--blue-800), var(--blue-950));
}

.bg-deep-blue .heading,
.bg-deep-blue h2,
.bg-deep-blue h3,
.bg-deep-blue h4 {
    color: #fff;
}

.bg-deep-blue p {
    color: rgba(255, 255, 255, .78);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    font-size: .88rem;
    color: rgba(255, 255, 255, .75);
}

.breadcrumbs a {
    color: rgba(255, 255, 255, .75);
}

.breadcrumbs a:hover {
    color: var(--primary);
}

.breadcrumbs .sep {
    opacity: .5;
}

.breadcrumbs [aria-current] {
    color: #fff;
    font-weight: 600;
}

/* ---------- Service cards driven by config ---------- */
.serviceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.serviceTile {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.6rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}

.serviceTile:hover {
    transform: translateY(-6px);
    border-color: var(--primary);
    box-shadow: var(--shadow-md);
}

.serviceTile__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1.1rem;
    border-radius: 14px;
    background: var(--blue-50);
    color: var(--blue-700);
    transition: .3s var(--ease);
}

.serviceTile__icon svg {
    width: 26px;
    height: 26px;
}

.serviceTile:hover .serviceTile__icon {
    background: var(--blue-700);
    color: #fff;
}

.serviceTile h3 {
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--blue-900);
    margin-bottom: .5rem;
}

.serviceTile p {
    color: var(--body-text);
    font-size: .93rem;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.serviceTile__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
    font-size: .88rem;
    color: var(--blue-700);
}

.serviceTile__link svg {
    width: 15px;
    height: 15px;
    transition: transform .25s var(--ease);
}

.serviceTile:hover .serviceTile__link svg {
    transform: translateX(4px);
}

/* ---------- Process steps ---------- */
.processGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.75rem;
    margin-top: 2.5rem;
}

.processStep {
    position: relative;
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid var(--line);
}

.processStep__num {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--blue-700);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}

.processStep h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--blue-900);
    margin-bottom: .5rem;
}

.processStep p {
    color: var(--body-text);
    font-size: .92rem;
    line-height: 1.6;
    margin: 0;
}

/* ---------- Stats band ---------- */
.stats-band {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    padding: 2.75rem 2rem;
    border-radius: 20px;
    background: linear-gradient(140deg, var(--blue-800), var(--blue-950));
    box-shadow: var(--shadow-md);
}

.stat-box {
    text-align: center;
}

.stat-num {
    font-family: albra;
    font-size: 2.85rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
}

.stat-num .suffix {
    color: var(--primary);
}

.stat-label {
    margin: .5rem 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
    letter-spacing: .03em;
}

/* ---------- Benefit / checklist ---------- */
.checkList {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.checkList li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: .85rem;
    color: var(--body-text);
    line-height: 1.6;
}

.checkList svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--primary);
}

.bg-deep-blue .checkList li {
    color: rgba(255, 255, 255, .85);
}

/* ---------- FAQ ---------- */
.faqList {
    max-width: 860px;
    margin: 2.5rem auto 0;
}

.faqItem {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: .9rem;
    overflow: hidden;
}

.faqItem summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.4rem;
    font-weight: 700;
    color: var(--blue-900);
    cursor: pointer;
    list-style: none;
}

.faqItem summary::-webkit-details-marker {
    display: none;
}

.faqItem summary::after {
    content: "+";
    font-size: 1.4rem;
    line-height: 1;
    color: var(--primary);
    flex-shrink: 0;
}

.faqItem[open] summary::after {
    content: "\2013";
}

.faqItem p {
    padding: 0 1.4rem 1.2rem;
    margin: 0;
    color: var(--body-text);
    line-height: 1.65;
}

/* ---------- CTA band ---------- */
.ctaBand {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--blue-700), var(--blue-950));
}

.ctaBand h2 {
    color: #fff;
}

.ctaBand p {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0;
}

.ctaInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

/* ---------- Floating call button (mobile) ---------- */
.floatingCall {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9998;
    display: none;
    align-items: center;
    gap: 9px;
    padding: .8rem 1.15rem;
    border-radius: 100px;
    background: var(--blue-700);
    color: #fff !important;
    font-weight: 700;
    font-size: .9rem;
    box-shadow: 0 10px 30px rgba(6, 18, 41, .4);
}

.floatingCall svg {
    width: 18px;
    height: 18px;
}

/* ---------- Social icons ---------- */
ul.socialFooter li a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    transition: .25s var(--ease);
}

ul.socialFooter li a:after {
    display: none;
}

ul.socialFooter li a svg {
    width: 19px;
    height: 19px;
}

ul.socialFooter li a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

/* ---------- Footer polish ---------- */
ul.footerContactDetails li a {
    display: flex;
    align-items: center;
}

span.FooterMenuTitle {
    display: block;
}

.copyRighgtBottom ul li a:hover,
ul.FooterMenu li a:hover {
    color: var(--primary);
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .quoteModal__dialog {
        grid-template-columns: 1fr;
    }

    .quoteModal__aside {
        border-radius: 20px 20px 0 0;
        padding: 2rem 1.5rem;
    }

    .quoteModal__aside h2 {
        font-size: 1.55rem;
    }

    .quoteModal__points,
    .quoteModal__contact {
        display: none;
    }

    .quoteModal__body {
        padding: 1.75rem 1.5rem;
    }

    .floatingCall {
        display: inline-flex;
    }

    .stat-num {
        font-size: 2.25rem;
    }

    .section-pad {
        padding: 3.25rem 0;
    }
}

@media (max-width: 575px) {
    .floatingCall span {
        display: none;
    }

    .floatingCall {
        width: 52px;
        height: 52px;
        justify-content: center;
        padding: 0;
    }

    .portfolio-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 1rem;
    }

    .quoteModal {
        padding: .75rem;
    }

    .stats-band {
        padding: 2rem 1.25rem;
    }
}


/* ---------- Inner banner ---------- */
.innerBanner {
    padding-bottom: 4.5rem;
}

.innerBanner__sub {
    max-width: 640px;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .85);
    font-size: 1.05rem;
    line-height: 1.6;
}

.innerBanner .btn-group {
    margin-top: 1.75rem;
}

/* Same story for the phone badge: 10px of padding inside a 22px circle left
   a 2px handset, i.e. a dot. */
.innerBanner .phoneBtn svg,
.ctaBand .phoneBtn svg,
.contactSection .phoneBtn svg {
    width: 44px;
    height: 44px;
    padding: 12px;
}

/* ---------- Icon-in-circle variant for process steps ---------- */
.processStep__num svg {
    width: 20px;
    height: 20px;
}

/* ---------- Service tile without body copy (genre list) ---------- */
.serviceTile h3 + .serviceTile__link {
    margin-top: .75rem;
}

/* ---------- Contact page ---------- */
.mapWrap {
    margin-top: 2.5rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    line-height: 0;
}

.conRightDetails .contitle svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    color: var(--primary);
    vertical-align: -.2em;
}

/* The arrow on a .btnRequest is an icon-in-a-circle: the svg *is* the circle
   and carries 9px of its own padding. Sizing it at 18px left ~2px of glyph,
   so every button rendered a bare dot. 34px keeps a legible arrow and still
   clears the 60px right padding on the button. */
.FormWrap .btnRequest svg,
.contactForm .btnRequest svg,
.quoteModal__form .btnRequest svg,
.btnRequest svg {
    width: 34px;
    height: 34px;
    padding: 9px;
}

/* ---------- Footer DMCA badge ---------- */
.dmcaBadge {
    height: 24px;
    width: auto;
    opacity: .85;
}

.dmcaBadge:hover {
    opacity: 1;
}

/* ---------- Section headings on light backgrounds ---------- */
.section-pad .sec-title,
.portfolioSection .sec-title {
    display: inline-block;
}

.text-center .sec-title::before {
    display: none;
}

.portfolioSection .btnRequest {
    display: inline-flex;
}


/* ==========================================================================
   Scroll reveal
   --------------------------------------------------------------------------
   Everything below is scoped to html.js-anim, a class set by an inline script
   in includes/header.php only when the browser can animate AND has
   IntersectionObserver. Without it nothing is hidden, so a failed script or a
   blocked CDN can never leave a section blank.
   ========================================================================== */

html.js-anim [data-aos] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .45s var(--ease), transform .45s var(--ease);
    will-change: opacity, transform;
}

html.js-anim [data-aos].is-revealed {
    opacity: 1;
    transform: none;
    will-change: auto;
}

/* Word-by-word cascade for headings — fast enough to read straight away. */
html.js-anim .heading .rw {
    display: inline-block;
    opacity: 0;
    transform: translateY(.42em);
    transition: opacity .34s var(--ease), transform .34s var(--ease);
}

html.js-anim .heading.is-revealed .rw {
    opacity: 1;
    transform: none;
}


/* ==========================================================================
   Contrast + alignment corrections
   --------------------------------------------------------------------------
   Loaded last on purpose: the section rules above set `color: var(--black)`
   on wrappers such as .chooseSection, so the dark blocks nested inside them
   have to reclaim white here rather than earlier in the file.
   ========================================================================== */

/* ---------- Text on the dark sections ----------
   These are every section on the site with a dark backdrop — navy fill,
   navy gradient, or a photo under a navy tone. Anything that defaults to
   ink has to be flipped back to white inside them. Keep this list in sync
   when a new dark section is added. */
.main-banner p,
.innerBanner p,
.servicesSection p,
.updatesSection p,
.contactSection p,
.ctaSection p,
.ctaBand p,
.bg-deep-blue p,
.primaryBox p,
.primaryBox span,
footer p {
    color: var(--white);
}

.ctaBand p {
    color: rgba(255, 255, 255, .8);
}

/* …but the service tiles and FAQ cards are white cards sitting on top of a
   dark section, so their copy stays ink. */
.servicesSection .serviceTile p,
.servicesSection .faqItem p,
.bg-deep-blue .serviceTile p,
.bg-deep-blue .faqItem p {
    color: var(--body-text);
}

/* "Call Us" is #0B1E3F with a #292e0a rule beside it — both invisible on a
   dark backdrop. The phone number itself is a bare <a>, so it fell through
   to the browser default link blue. */
.main-banner .smallTitleLine,
.innerBanner .smallTitleLine,
.servicesSection .smallTitleLine,
.updatesSection .smallTitleLine,
.ctaBand .smallTitleLine,
.bg-deep-blue .smallTitleLine,
.main-banner .phoneBtn,
.innerBanner .phoneBtn,
.updatesSection .phoneBtn,
.main-banner .phoneBtn a,
.innerBanner .phoneBtn a,
.servicesSection .phoneBtn a,
.updatesSection .phoneBtn a,
.ctaBand .phoneBtn,
.ctaBand .phoneBtn a,
.bg-deep-blue .phoneBtn,
.bg-deep-blue .phoneBtn a {
    color: var(--white);
}

.main-banner .smallTitleLine:before,
.innerBanner .smallTitleLine:before,
.servicesSection .smallTitleLine:before,
.updatesSection .smallTitleLine:before,
.ctaBand .smallTitleLine:before,
.bg-deep-blue .smallTitleLine:before {
    background: rgba(255, 255, 255, .65);
}

/* The inner-page banner painted its button and phone badge in --secondary,
   the same navy as the banner photo behind them, so both read as flat
   shapes. Use the light-blue pill the rest of the site uses. */
.innerBanner .btnRequest {
    background: var(--primary);
}

.innerBanner .btnRequest svg {
    background: var(--secondary);
}

.innerBanner .phoneBtn svg,
.ctaBand .phoneBtn svg {
    background: var(--primary);
    color: var(--white);
}

/* On light sections the number was still the browser's default link blue
   (#007bff) — never a brand colour, and only ~3:1 on the tinted panels.
   Dark sections override this above. */
.phoneBtn a {
    color: var(--secondary);
}

/* ---------- Section kickers ----------
   Two patterns exist in the markup and each was mis-aligned:

   1. <div class="text-center"><span class="sec-title">  — the rule line is
      hidden, but its 3rem indent stayed, pushing the "centred" text right.
   2. <span class="sec-title text-center">               — .sec-title is
      display:inline, so text-align did nothing (the kicker sat hard left)
      and the absolutely-positioned rule line was chased across breakpoints
      with hand-tuned `left: NN%` values that struck through the text on
      narrow screens. */
.text-center .sec-title {
    padding-left: 0;
}

.text-center .sec-title::before {
    display: none;
}

.sec-title.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding-left: 0;
}

/* Static position retires every `left: NN%` override in responsive.css. */
.sec-title.text-center::before {
    position: static;
    flex: 0 0 auto;
}

/* ---------- Review logo strip (service page headers) ---------- */
.reviewLogos ul {
    flex-wrap: wrap;
    justify-content: center;
}
