@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap");
body {
    margin: 0;
    padding: 0;
    font-family: "Afacad", sans-serif;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}
.main-header .navbar-nav {
    margin: 0 0 0 auto;
    background: #23a8ec;
    padding: 10px 40px;
    border-radius: 0 0 22px 25px;
}
.main-header .nav-link.active {
    color: #ffeb3b !important;
    font-weight: 600;
}
.main-header .nav-item a {
    font-size: 18px;
    margin: 0 10px;
    color: white;
}
.main-header .navbar-brand img {
    height: 46px;
}
label.error {
    color: red;
    line-height: 17px;
    font-size: 14px;
}
.hm-content h1 {
    font-size: 50px;
    color: #23a8ec;
    line-height: 73px;
    font-weight: 700;
}
.hm-content p span {
    color: #e83e85;
    font-weight: 600;
}
.hm-content p {
    font-size: 32px;
    color: #263238;
    margin-top: 23px;
    line-height: 41px;
    margin-bottom: 25px;
}
.btn-theme:hover {
    background: #23a8ec;
}
.btn-theme svg {
    width: 25px;
    fill: #ffffff;
    margin-right: 8px;
}
.btn-theme {
    background: #e83e85;
    display: block;
    padding: 12px 45px;
    font-size: 25px;
    color: white;
    text-decoration: none;
    width: fit-content;
    border-radius: 27px;
    position: relative;
}
.go-pro :is(div, div *, ul, ul li) {
    color: #fff;
}
.shine {
    position: relative;
    overflow: hidden;
}

.shine::before,
.shine::before {
    -webkit-animation: shine 1.5s ease-in-out infinite;
    animation: shine 1.5s ease-in-out infinite;
}
.shine::before {
    background: linear-gradient(to right, rgba(216, 182, 182, 0) 0%, #ffffffbe);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.go-pro-btn:hover {
    background-color: #fbdc3a;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.hm-span span {
    color: #e83e85;
}
.hm-span {
    margin-top: 26px;
    font-size: 22px;
    margin-bottom: 26px;
}
.hm-logo img {
    width: 141px;
    margin-right: 23px;
}
.hm-logo {
    display: flex;
}
img.thm-img {
    width: 100%;
    border-radius: 18px;
    height: 325px;
    object-fit: cover;
    object-position: top;
}
img.hmf-img {
    width: 100%;
    border-radius: 18px;
    height: 153px;
    object-fit: cover;
}
section.hm-main {
    padding: 50px 0;
}
.ct-l {
    background: #23a8ec;
    padding: 23px;
    border-radius: 18px;
    height: 182px;
}
.d-img .ct-l:nth-child(2) {
    height: auto;
    margin: 0;
    text-align: right;
    margin-top: 16px;
}
.ri-hm {
    padding-right: 108px;
    position: relative;
}
.ct-l span {
    color: white;
    display: block;
    line-height: 15px;
}

.ct-l h3 {
    margin: 0;
    color: white;
    font-weight: 800;
    font-size: 42px;
}
.c-box h3 span {
    font-weight: 100;
    font-size: 15px;
    display: block;
    line-height: 14px;
}
.c-box h3 {
    background: #263238;
    color: white;
    font-size: 42px;
    padding: 5px 14px 13px 18px;
    width: 136px;
    border-radius: 17px;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
}
.cont-hm {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateX(-50%) translateY(-50%);
}
.ri-hm .row .col-md-5,
.ri-hm .row .col-md-7,
.ri-hm .row .col-md-12 {
    padding: 7px;
}
.wrapper1 {
    display: inline-block;
    position: absolute;
    top: 39%;
    left: 0;
    transform: translate(-50%, -50%);
}
.video-main {
    position: relative;
    display: inline-block;
    background: white;
    border-radius: 50%;
    padding: 12px;
}
.video {
    height: 120px;
    width: 120px;
    line-height: 86px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #ffffff;
    z-index: 999;
    border: 16px solid #e83e85;
}
.video svg {
    width: 16px;
    fill: white;
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}
.video svg {
    width: 60px;
    fill: white;
    background: #263238;
    padding: 18px;
    border-radius: 50%;
    height: 60px;
}
.waves {
    position: absolute;
    width: 245px;
    height: 245px;
    opacity: 0;
    background: white;
    background: linear-gradient(90deg, #ffc0cb 50%, #ffffff 50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
section.hello-sec {
    padding: 50px 0 50px 0;
}
.form {
    background: #1ca2e7;
    padding: 31px;
    border-radius: 25px;
    color: white;
}
.form-group {
    margin-bottom: 20px;
}
.form-div button:hover {
    background: #e83e85;
}
.form-div button {
    background: #40434e;
    width: 80%;
    padding: 5px 10px;
    border-radius: 16px;
    color: white;
    font-size: 19px;
    border: none;
}
.form-div a {
    color: #ffeb3b;
}
.hello {
    font-size: 158px;
    font-weight: 900;
    color: #1ca2e7;
    line-height: normal;
    height: 206px;
}
.hello-c p {
    font-size: 25px;
    line-height: 32px;
}
.hello-c p span {
    color: #e83e85;
}
.hello-c em {
    font-size: 26px;
    color: #e83e85;
}
.choose-con span {
    color: #e83e85;
    font-size: 25px;
}
.choose-con h2 {
    font-size: 45px;
    margin: 10px 0 20px 0;
    color: #1ca3e7;
    font-weight: bold;
}
.choose-con p {
    font-size: 25px;
    line-height: 32px;
}
.wrapper1:hover svg {
    background: #23a8ec;
}
.choose-con {
    padding-right: 61px;
}
.choose {
    padding: 40px 0 40px 0;
}
.traffic {
    padding: 0px 0 50px 0;
}
.traffic .row {
    background: #1ca3e7;
    padding: 50px;
    border-radius: 25px;
}
.traffic-con h2 {
    font-size: 50px;
    margin: 10px 0 20px 0;
    color: #ffffff;
    font-weight: bold;
}
.uder-d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-bottom: 1px solid;
}
.u-name h4 {
    font-size: 34px;
}
.u-name p {
    margin: 0;
    font-size: 20px;
    line-height: normal;
}
.review-text {
    margin: 12px 0;
    font-size: 20px;
    color: white;
}
.case {
    color: #ffeb3b;
    font-size: 28px;
}
.traffic-con h2 span {
    background: #e83e85;
    padding: 0 11px;
}
.uder-d img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.logos img {
    width: 100%;
}
.logos {
    background: #263238;
}
.headingh2 {
    font-size: 45px;
    margin: 10px 0 20px 0;
    color: #1ca3e7;
    font-weight: bold;
}
img.star {
    height: 35px;
    width: auto;
    margin-bottom: 21px;
}
.love-con .uder-d {
    color: #161515;
    border: none;
}
.love-con .u-name h4 {
    font-size: 24px;
    margin: 0;
}
.love-con .uder-d img {
    width: 97px;
    border-radius: 0;
    height: auto;
    padding: 5px;
    background: #f7f7f7;
}
.review .col-md-4 {
    box-shadow: 1px 0px 13px 0px #00000021 inset;
    border-radius: 12px;
    padding: 20px;
    width: 31%;
    margin: 1%;
    transition: all 0.3s ease-out 0s;
    /* background: linear-gradient(266.4deg, #FFF3EB 0%, #E9F2FF 97.21%); */
}
.choose .ct-l {
    height: 325px;
    padding: 14px;
}
.choose .ct-l span {
    line-height: 26px;
    font-size: 20px;
}
.choose .ct-l h3 {
    font-size: 50px;
    line-height: 68px;
}
.choose .ct-l img {
    height: 296px;
    object-fit: contain;
}
.coverage-slide .swiper-slide {
    padding: 13px;
    background: #ffffff;
    border-radius: 33px;
}
.review {
    padding: 20px 0 50px 0;
}
footer.main-foot {
    background: #23a8ec29;
    padding: 50px 0 0 0;
}

.logo-foot img {
    width: 150px;
}
.logo-foot p {
    font-size: 24px;
    margin: 17px 0;
}

.foot-icon img {
    width: 24px !important;
    height: auto;
    margin-right: 15px;
}
.foot-icon {
    display: flex;
}
.ft-head:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 83px;
    height: 2px;
    background: #575757;
}
.ft-head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 34px;
    position: relative;
}
.links li:hover a {
    transition: all 0.3s ease-out;
    text-decoration: underline;
    color: #03a6d6;
}
.links li a {
    color: #454545;
    transition: all 0.3s ease-out;
}
.links li {
    margin-bottom: 16px;
    list-style: circle;
    font-size: 19px;
}
.contact-foot ul li img {
    width: 26px;
    height: auto;
    position: absolute;
    left: 0;
}
.contact-foot ul li {
    list-style: none;
    position: relative;
    padding-left: 40px;
}
.contact-foot ul {
    padding: 0;
}

.copyright p {
    margin: 0;
}
.copyright {
    text-align: center;
    padding: 10px 0;
    background: #0b0b0b;
    color: whitesmoke;
    font-size: 14px;
    margin-bottom: 0;
}
footer.main-foot a {
    text-decoration: none;
}
img.results-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 25px;
}
.results {
    background: #23a8ec;
    padding: 50px;
}
.results-con p {
    font-size: 28px;
    line-height: 34px;
    color: white;
}
.results-con .accordion-button {
    font-size: 23px;
    font-weight: bold;
}
.results-con .accordion-item {
    margin-bottom: 10px;
}
.accordion-body {
    padding: 11px 23px;
    font-size: 21px;
}
.testimonial1-section-area {
    padding: 50px 0;
}
p {
    font-size: 20px;
}
.proven {
    padding: 50px 0;
    background: #1ca3e7;
}
.coverage-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 278px;
    border-radius: 25px;
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.proven .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.8;
}
.proven .swiper-pagination-bullet-active {
    background: #ffeb3b !important;
}
.swiper-slide-active .coverage-card {
    height: 289px;
}
.swiper-wrapper {
    align-items: center;
}
.coverage-card span {
    position: relative;
    font-size: 50px;
    color: white;
    text-shadow: 0px 0px 18px #000000;
}
.swiper-wrapper {
    padding-bottom: 60px;
}
.coverage .swiper-button-prev,
.swiper-button-next {
    display: none;
}
a {
    text-decoration: none;
}
.project4-section-area {
    position: relative;
    z-index: 1;
}
.project4-section-area .gallery-boxarea {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.project4-section-area .gallery-boxarea:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}
.project4-section-area .gallery-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.project4-section-area .gallery-boxarea:hover .btn-area1 {
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
.project4-section-area .gallery-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s;
}
.project4-section-area .gallery-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 16px;
    background: rgba(7, 5, 20, 0.2);
    backdrop-filter: blur(2px);
    visibility: hidden;
    opacity: 0;
}
.project4-section-area .gallery-boxarea .img1 img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border: 16px;
    transition: all 0.4s;
}
.project4-section-area .gallery-boxarea .btn-area1 {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s;
}
.project4-section-area .gallery-boxarea .btn-area1 a {
    background: var(--ztc-bg-bg-1);
    display: inline-block;
    padding: 2px;
    border-radius: 50%;
}
.project4-section-area .gallery-boxarea .btn-area1 a span {
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 51px;
    display: inline-block;
    transition: all 0.4s;
    background: #e83e85;
    color: white;
    border-radius: 50%;
    transform: rotate(-45deg);
}
.project4-section-area .gallery-boxarea .btn-area1 a span svg {
    height: 24px;
    width: 24px;
    text-align: center;
    display: inline-block;
}
.project4-section-area {
    padding: 50px 0 20px 0;
}
.gallery-row .col-lg-4:nth-child(3) {
    width: 41.66%;
}
.gallery-row .col-lg-4:nth-child(2) {
    width: 33.33%;
}
.gallery-row .col-lg-4:nth-child(1) {
    width: 25%;
}
.gallery-row .col-lg-4:nth-child(4) {
    width: 33.33%;
}
.gallery-row .col-lg-4:nth-child(5) {
    width: 25%;
}
.gallery-row .col-lg-4:nth-child(6) {
    width: 41.66%;
}
.faq-section-area {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.faq-section-area .faq-area .accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
    padding: 0;
    outline: none;
    background: rgb(223 238 245);
    border-radius: 8px;
}
.faq-section-area .faq-area .accordion .accordion-item button {
    font-size: 26px;
    font-style: normal;
    line-height: 20px;
    display: inline-block;
    box-shadow: none;
    border: none;
    padding: 26px 24px;
    border-radius: 7px;
    background: rgb(190 229 248 / 37%);
}
.faq-section-area .faq-area .accordion .accordion-item button:not(.collapsed) {
    background: #1ca3e7;
    color: white;
}
.faq-section-area .faq-area .accordion .accordion-item button:not(.collapsed)::before {
    display: none;
    transition: all 0.4s;
}
.faq-section-area .faq-area .accordion .accordion-item button::after {
    flex-shrink: 0;
    width: 16px;
    height: 2px;
    margin-left: auto;
    content: "";
    background-color: var(--white-100, #fff);
    filter: brightness(0);
    position: absolute;
    right: 24px;
    top: 34px;
}
.faq-section-area .faq-area .accordion .accordion-item button::before {
    flex-shrink: 0;
    width: 2px;
    height: 16px;
    margin-left: auto;
    content: "";
    background-color: var(--white-100, #fff);
    filter: brightness(0);
    position: absolute;
    right: 31px;
    z-index: 3;
    position: absolute;
    display: block;
    transition: all 0.4s;
}
.faq-section-area .faq-area .accordion .accordion-item .accordion-body {
    padding: 0;
}
.faq-section-area .faq-area .accordion .accordion-item .accordion-body p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
    padding: 24px 53px 24px 24px;
}
@media (max-width: 767px) {
    .faq-section-area .faq-area .accordion .accordion-item .accordion-body p {
        padding: 24px;
    }
}

.faq-inner-area {
    position: relative;
    z-index: 1;
}
.faq-inner-area .faq-area .accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
    padding: 0;
    outline: none;
    background: rgba(3, 14, 15, 0.05);
    border-radius: 8px;
}
.faq-inner-area .faq-area .accordion .accordion-item button {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    display: inline-block;
    box-shadow: none;
    border: none;
    padding: 26px 24px;
    border-radius: 7px;
    background: rgba(3, 14, 15, 0.05);
}
.faq-inner-area .faq-area .accordion .accordion-item button:not(.collapsed) {
    background: none;
}
.faq-inner-area .faq-area .accordion .accordion-item button:not(.collapsed)::before {
    display: none;
    transition: all 0.4s;
}
.faq-inner-area .faq-area .accordion .accordion-item button::after {
    flex-shrink: 0;
    width: 16px;
    height: 2px;
    margin-left: auto;
    content: "";
    background-color: var(--white-100, #fff);
    filter: brightness(0);
    position: absolute;
    right: 24px;
    top: 34px;
}
.faq-inner-area .faq-area .accordion .accordion-item button::before {
    flex-shrink: 0;
    width: 2px;
    height: 16px;
    margin-left: auto;
    content: "";
    background-color: var(--white-100, #fff);
    filter: brightness(0);
    position: absolute;
    right: 31px;
    z-index: 3;
    position: absolute;
    display: block;
    transition: all 0.4s;
}
.faq-inner-area .faq-area .accordion .accordion-item .accordion-body {
    padding: 0;
}
.faq-inner-area .faq-area .accordion .accordion-item .accordion-body p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 26px;
    padding: 0 110px 24px 24px;
}
@media (max-width: 767px) {
    .faq-inner-area .faq-area .accordion .accordion-item .accordion-body p {
        padding: 0 24px 24px 24px;
    }
}

.logos-sec {
    background: #2632381a;
    padding: 14px;
    overflow: hidden;
}
.logos-list img {
    padding: 5px;
    background: white;
    border-radius: 6px;
    margin: 0 4px;
}

.logos-list {
    overflow: hidden;
    position: relative;
}

.logos-track {
    display: flex;
    width: calc(200%); /* doubled because of duplicated logos */
    animation: scroll-logos 30s linear infinite;
}

.logos-track img {
    height: 60px;
    margin: 0 30px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Animation */
@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.logos-imgs img {
    width: 18%;
    margin: 6px 4px;
    padding: 5px;
    background: white;
}
.whatsapp-review {
    padding: 51px 0;
    background: #d3eaf6;
}
.whatsapp-review img {
    padding: 12px;
    background: white;
    border-radius: 12px;
}
.Footer_call {
    top: 45%;
    color: #fff;
    background-color: #475358 !important;
}
.Footer_call svg {
    width: 26px;
    fill: #fff;
    transition: 0.5s ease-in-out;
    position: relative;
    top: 0;
    left: -2px;
    margin: 10px 12px;
}
.Footer_call a span,
.Footer_whats a span {
    color: #fff;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}
.Footer_whats {
    top: 55%;
    color: #fff;
}
.Footer_whats svg {
    width: 26px;
    fill: #fff;
    margin: 7px 12px;
    transition: 0.5s ease-in-out;
}
.Footer_call:hover,
.Footer_whats:hover {
    color: #fff;
    transform: translate(0);
}
.Footer_call svg,
.Footer_whats svg {
    transform: rotate(0);
    text-align: center;
    animation: 1s infinite Footer_hithere__1kdPX;
}
.Footer_call,
.Footer_whats {
    position: fixed;
    transform: translate(112px);
    right: 0;
    width: 160px;
    overflow: hidden;
    background-color: #35d13b;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    vertical-align: middle;
    height: 45px;
    transition: 0.5s ease-in-out;
}
@keyframes Footer_hithere__1kdPX {
    30% {
        transform: scale(1.2);
    }
    40%,
    60% {
        transform: rotate(-20deg) scale(1.2);
    }
    50% {
        transform: rotate(20deg) scale(1.2);
    }
    70% {
        transform: rotate(0) scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
i.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
}
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
.project4-section-area {
    padding: 10px 0 20px 0;
}
span.s-ex {
    margin-left: 56px;
    margin-top: 11px;
}
.traffic-con {
    height: 225px;
    display: flex;
    align-items: center;
}
.slider-icon button {
    background: none;
    border: none;
    padding: 0;
    margin: 8px;
}
.slider-icon img {
    padding: 0;
    background: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
.flip-box {
    perspective: 1000px;
    width: 100%;
    height: 100%;
        border-radius: 18px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-back {
  transform: rotateY(180deg);
}






























@media only screen and (max-width: 767px) {
    .hm-logo img {
        width: 96px;
    }
    .hm-content h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .traffic-con {
        height: auto;
    }
    .cont-hm {
        top: 73%;
        right: -49px;
    }
    .logos-track img {
        margin: 0px 8px;
    }
    .video {
        height: 70px;
        width: 70px;
        line-height: 56px;
        border: 6px solid #e83e85;
    }
    .video-main {
        padding: 5px;
    }
    .waves {
        width: 155px;
        height: 155px;
        right: -36px;
        bottom: -36px;
    }
    .video svg {
        width: 46px;
        padding: 12px;
        height: 46px;
    }
    .ri-hm,
    .choose-con {
        padding-right: 10px !important;
    }
    .wrapper1 {
        display: inline-block;
        position: absolute;
        top: 13%;
        left: 48%;
        transform: translate(-50%, -50%);
    }
    .traffic-con h2 {
        font-size: 37px;
    }
    .traffic .row {
        padding: 15px;
    }
    section.hm-main {
        padding: 35px 0;
    }
    .hello {
        font-size: 100px;
    }
    .review .col-md-4 {
        width: 100%;
    }
    img.thm-img,
    .choose .ct-l,
    img.results-img {
        height: auto;
    }
    .form {
        padding: 14px;
    }
    .results {
        padding: 10px;
    }
    .Footer_call {
        left: 0;
    }
    .Footer_call,
    .Footer_whats {
        transform: none;
        width: 50%;
        bottom: 0;
        top: auto;
    }
    .btn-theme {
        padding: 6px 34px;
        font-size: 22px;
    }
    .hm-content p {
        font-size: 23px;
        margin-top: 20px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .hm-span {
        margin-top: 22px;
        font-size: 18px;
        margin-bottom: 19px;
    }
    .ct-l {
        padding: 23px;
        height: auto;
        width: 100%;
    }
    .d-img {
        display: flex;
    }
    .img.hmf-img,
    span.s-ex {
        display: none;
    }
    .grecaptcha-badge {
        opacity: 0;
    }
    .hello-c p {
        font-size: 24px;
        line-height: 28px;
    }
    .choose-con h2 {
        font-size: 39px;
    }
    .choose-con p {
        font-size: 24px;
        line-height: 28px;
    }
    .choose .row {
        flex-direction: column-reverse;
    }
    section.hello-sec {
        padding: 30px 0 0 0;
    }
    .choose {
        padding: 20px 0 0 0;
    }
    .traffic-con h2 {
        font-size: 26px;
    }
    .headingh2 {
        font-size: 30px;
    }
    .traffic {
        padding: 20px 0 0 0;
    }
    body {
        overflow-x: hidden;
    }
    .choose .ct-l h3 {
        font-size: 41px;
        line-height: 60px;
    }
    .review {
        padding: 20px 0 0 0;
    }
    .choose-con h2 {
        font-size: 30px;
        margin: 10px 0 14px 0;
    }
    #solutions {
        margin-top: 29px;
    }
    .testimonial1-section-area {
        padding: 18px 0;
    }
    .proven {
        padding: 26px 0;
        margin-top: 24px;
    }
    .swiper-slide-active .coverage-card,
    .coverage-card {
        height: 158px;
    }
    .gallery-row .col-lg-4:nth-child(1),
    .gallery-row .col-lg-4:nth-child(2),
    .gallery-row .col-lg-4:nth-child(3),
    .gallery-row .col-lg-4:nth-child(4),
    .gallery-row .col-lg-4:nth-child(5),
    .gallery-row .col-lg-4:nth-child(6) {
        width: 50%;
        padding: 5px;
    }
    .project4-section-area .gallery-boxarea {
        margin-bottom: 0px;
    }
    .project4-section-area .gallery-boxarea .img1 img {
        height: auto;
    }
    .faq-section-area .faq-area .accordion .accordion-item button {
        font-size: 21px;
        line-height: 23px;
        padding: 13px 49px 13px 24px;
    }
    .faq-section-area .faq-area .accordion .accordion-item button::before {
        top: 27px;
    }
    .main-foot .col-md-2 {
        width: 50%;
        margin-top: 20px;
    }
    .copyright {
        font-size: 17px;
        margin-bottom: 46px;
    }
    img.hmf-img {
        display: none;
    }
    .faq-section-area {
        padding-top: 10px;
    }

















}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .hm-logo img {
        width: 96px;
    }
    .hm-content h1 {
        font-size: 50px;
        line-height: 47px;
    }
    .cont-hm {
        top: 73%;
        right: -49px;
    }
    .logos-track img {
        margin: 0px 8px;
    }
    .video {
        height: 70px;
        width: 70px;
        line-height: 56px;
        border: 6px solid #e83e85;
    }
    .video-main {
        padding: 5px;
    }
    .waves {
        width: 155px;
        height: 155px;
        right: -36px;
        bottom: -36px;
    }
    .video svg {
        width: 46px;
        padding: 12px;
        height: 46px;
    }
    .ri-hm,
    .choose-con {
        padding-right: 10px !important;
    }
    .wrapper1 {
        display: inline-block;
        position: absolute;
        top: 13%;
        left: 48%;
        transform: translate(-50%, -50%);
    }
    .traffic-con h2 {
        font-size: 37px;
    }
    .traffic .row {
        padding: 15px;
    }
    section.hm-main {
        padding: 35px 0;
    }
    .hello {
        font-size: 100px;
    }
    .review .col-md-4 {
        width: 100%;
    }
    img.thm-img,
    .choose .ct-l,
    img.results-img {
        height: auto;
    }
    .form {
        padding: 14px;
    }
    .results {
        padding: 10px;
    }
    .Footer_call {
        left: 0;
    }
    .Footer_call,
    .Footer_whats {
        transform: none;
        width: 50%;
        bottom: 0;
        top: auto;
    }
    .btn-theme {
        padding: 6px 34px;
        font-size: 22px;
    }
    .hm-content p {
        font-size: 23px;
        margin-top: 20px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .hm-span {
        margin-top: 22px;
        font-size: 18px;
        margin-bottom: 19px;
    }
    .ct-l {
        padding: 23px;
        height: auto;
        width: 100%;
    }
    .d-img {
        display: flex;
    }
    .img.hmf-img,
    span.s-ex {
        display: none;
    }
    .grecaptcha-badge {
        opacity: 0;
    }
    .hello-c p {
        font-size: 24px;
        line-height: 28px;
    }
    .choose-con h2 {
        font-size: 39px;
    }
    .choose-con p {
        font-size: 24px;
        line-height: 28px;
    }
    .choose .row {
        flex-direction: column-reverse;
    }
    section.hello-sec {
        padding: 30px 0 0 0;
    }
    .choose {
        padding: 20px 0 0 0;
    }
    .traffic-con h2 {
        font-size: 26px;
    }
    .headingh2 {
        font-size: 30px;
    }
    .traffic {
        padding: 20px 0 0 0;
    }
    body {
        overflow-x: hidden;
    }
    .choose .ct-l h3 {
        font-size: 41px;
        line-height: 60px;
    }
    .review {
        padding: 20px 0 0 0;
    }
    .choose-con h2 {
        font-size: 30px;
        margin: 10px 0 14px 0;
    }
    #solutions {
        margin-top: 29px;
    }
    .testimonial1-section-area {
        padding: 18px 0;
    }
    .proven {
        padding: 26px 0;
        margin-top: 24px;
    }
    .swiper-slide-active .coverage-card,
    .coverage-card {
        height: 158px;
    }
    .gallery-row .col-lg-4:nth-child(1),
    .gallery-row .col-lg-4:nth-child(2),
    .gallery-row .col-lg-4:nth-child(3),
    .gallery-row .col-lg-4:nth-child(4),
    .gallery-row .col-lg-4:nth-child(5),
    .gallery-row .col-lg-4:nth-child(6) {
        width: 50%;
        padding: 5px;
    }
    .project4-section-area .gallery-boxarea {
        margin-bottom: 0px;
    }
    .project4-section-area .gallery-boxarea .img1 img {
        height: auto;
    }
    .faq-section-area .faq-area .accordion .accordion-item button {
        font-size: 21px;
        line-height: 23px;
        padding: 13px 49px 13px 24px;
    }
    .faq-section-area .faq-area .accordion .accordion-item button::before {
        top: 27px;
    }
    .main-foot .col-md-2 {
        width: 50%;
        margin-top: 20px;
    }
    .copyright {
        font-size: 17px;
        margin-bottom: 46px;
    }
    img.hmf-img {
        display: none;
    }
    .faq-section-area {
        padding-top: 10px;
    }

















}


@media (min-width: 992px) {

.hm-content h1 {
    font-size: 40px;
    line-height: 45px;
}
span.s-ex{
    display: none;
}










}
@media (min-width: 1200px) {
.hm-content h1 {
    font-size: 40px;
    line-height: 45px;
}
span.s-ex{
    display: none;
}









}
@media (min-width: 1400px) {
.hm-content h1 {
    font-size: 50px;
}
span.s-ex{
    display: block;
}










}

/* =============================================================================
   SEO company section (#seo-company)
   -----------------------------------------------------------------------------
   First pass was three flat white boxes: near-invisible borders, headings
   wrapping to three lines, and ragged bottoms because the copy lengths
   differed. The third card had a third of the text of the first, so it read
   as unfinished rather than concise.

   Fixed by giving each card a coloured icon to anchor it, capping the heading
   at two lines by shortening the copy rather than the type, and making the row
   a flex grid so all three share a height regardless of content.
   ============================================================================= */
.pf-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.pf-seo-card {
    background: #fff;
    border: 1px solid #dfeaf3;
    border-radius: 22px;
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px -6px rgba(28, 63, 92, .18);
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.pf-seo-card:hover {
    border-color: #bfe0f5;
    box-shadow: 0 22px 44px -26px rgba(28, 163, 231, .55);
    transform: translateY(-4px);
}

/* The anchor the flat version was missing. Alternating brand blue and brand
   pink so the row has rhythm instead of three identical blocks. */
.pf-seo-card__ic {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #e8f6fe;
    color: #1ca3e7;
    flex: none;
}
.pf-seo-card:nth-child(2) .pf-seo-card__ic { background: #fdeaf2; color: #e83e85; }
.pf-seo-card__ic svg { width: 27px; height: 27px; }

.pf-seo-card h3 {
    font-size: 25px;
    line-height: 1.28;
    font-weight: bold;
    color: #14304a;
    margin: 0 0 12px;
}
.pf-seo-card p {
    font-size: 17px;
    line-height: 28px;
    color: #55697d;
    margin: 0;
}

/* The disqualification block. Quieter than the cards above it -- it is doing
   honest work, not selling. */
.pf-seo-notfor {
    background: #f7fbfe;
    border-left: 5px solid #e83e85;
    border-radius: 0 22px 22px 0;
    padding: 34px 38px;
}
.pf-seo-notfor ul { margin: 16px 0 0; padding-left: 20px; }
.pf-seo-notfor li {
    font-size: 18px;
    line-height: 33px;
    color: #55697d;
    margin-bottom: 10px;
}
.pf-seo-notfor li strong { color: #14304a; }

@media (max-width: 991px) {
    .pf-seo-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 640px) {
    .pf-seo-grid   { grid-template-columns: 1fr; gap: 16px; }
    .pf-seo-card   { padding: 26px 22px; border-radius: 18px; }
    .pf-seo-card h3{ font-size: 21px; }
    .pf-seo-card p { font-size: 16px; line-height: 26px; }
    .pf-seo-card__ic { width: 50px; height: 50px; border-radius: 14px; margin-bottom: 16px; }
    .pf-seo-notfor { padding: 24px 22px; border-radius: 0 18px 18px 0; }
    .pf-seo-notfor li { font-size: 16px; line-height: 29px; }
}

/* =============================================================================
   Responsive images
   -----------------------------------------------------------------------------
   Nothing in this stylesheet, nor in Bootstrap's reboot, caps image width.
   Bootstrap only offers .img-fluid as an opt-in class, and these pages use it
   on none of their ~70 images. Combined with the width/height attributes
   ImageDimensions stamps on every image, an <img width="1180"> rendered 1180px
   wide on a 360px phone and pushed the whole document sideways -- which is the
   horizontal scrollbar visible at the bottom of the page.

   max-width only ever CAPS, never expands, so this cannot enlarge anything.
   height:auto is its required companion: capping the width while an explicit
   height attribute still applies would squash the image instead of scaling it.

   NOT the same as the `img { width:auto; height:auto }` guard tried earlier and
   reverted -- that removed sizing and let a decorative hero fill the viewport.
   Rules that size a specific image (img.star, .foot-icon img) have class-level
   specificity and still win here.
   ============================================================================= */
img {
    max-width: 100%;
    height: auto;
}

/* =============================================================================
   One WhatsApp entry point, not two
   -----------------------------------------------------------------------------
   The page carried a legacy fixed .Footer_whats button at right/55% AND the
   lead-capture widget's floating pill, so two WhatsApp affordances sat on
   screen at once doing different things -- the old one jumped straight to
   wa.me, losing the lead if the visitor never sent the message.

   Desktop: the legacy button is gone; the pill is the only one.
   Mobile:  the 50/50 bottom bar is KEPT, because removing half of it would
            leave the Call button stranded at 50% width. Its WhatsApp half now
            opens the widget instead of wa.me, and the floating pill hides so
            the bar is the single entry point there.
   ============================================================================= */
.Footer_whats { display: none !important; }

@media only screen and (max-width: 767px) {
    .Footer_whats { display: block !important; }
    /* The bottom bar is the mobile entry point, so the pill would be a
       second one sitting directly on top of it. */
    #pf-wa-toggle { display: none !important; }
}
