@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    transition: all 0.5s;
    font-family: "Inter", sans-serif;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    color: var(--black-color);
}

body.loaded {
    opacity: 1;
}

:root {
    --black-color: #000;
    --theem-color: #0077FF;
    --white-color: #fff;
    --boxex-color: #EDEBEB;
    --fontsize20: clamp(1rem, 1.2vw, 1.25rem);
    --fontsize22: clamp(0.875rem, 1.2vw, 1.375rem);
    --fontsize24: clamp(1.2rem, 1.5vw, 1.5rem);
    --fontsize32: clamp(1.5rem, 2.5vw, 2rem);
    --fontsize19: clamp(1rem, 1.2vw, 1.1875rem);
    ;
    --fontsize40: clamp(1.2rem, 2vw, 2.5rem);
    --font-size128: clamp(2rem, 6.66vw, 8rem);
    ;
    --fontsize45: 2.813rem;
    --fontsize48: clamp(2rem, 3.5vw, 3rem);
    --fontsize64: clamp(2.5rem, 4vw, 4rem);
    --fontsize95: 5.938rem;
    --fontsize73: 4.563rem;
    --fontsize75: 4.688rem;
    --fontsize85: 5.313rem;
    --fontsize24: 1.5rem;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-slide--image {
    padding: 0 !important;
}

:is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
    transition: 0.5s ease-out;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button {
    border: 0;
    outline: 0;
}

a,
button,
.btn {
    transition: all 0.3s ease;
}

section {
    position: relative;
    padding: 5rem 0;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

a {
    text-decoration: none;
    color: var(--black-color);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font-size: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--theem-color);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--black-color);
}

.container-fluid {
    padding: 0 3rem;
}

.defult-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize22);
    background-color: var(--theem-color);
    color: var(--white-color);
    border: none;
    border-radius: 6px;
    transition: background 0.3s ease, transform 0.2s ease;
    transition: 0.3s;
}

.defult-btn:hover {
    color: var(--theem-color);
    background: none;
    border: 1px solid var(--theem-color);
    border-radius: 50px;
}

.towbuttons .bdrbtn {
    background-color: transparent;
    border: 1px solid var(--theem-color);
    border-style: inset;
    color: var(--black-color);
}

.towbuttons .bdrbtn:hover {
    background-color: var(--theem-color);
    color: var(--white-color);
    border-color: var(--black-color);
}

/* main-header */
.main-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 15px 0;
}

.main-header .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Menu Toggle */
.main-header .menu-toggle {
    font-size: 28px;
    color: var(--theem-color);
    display: none;
    cursor: pointer;
}


.main-header .navbar {
    flex: 1;
    text-align: center;
    justify-content: center;
}

.main-header .nav-links {
    list-style: none;
    display: inline-flex;
    gap: 19px;
    border-radius: 12px;
    background-color: #F6FFFF;
    padding: 6px 1rem;
    font-weight: 500;
}

.main-header .nav-links li {
    position: relative;
}

.main-header .nav-links a,
.nav-buttons a:first-child {
    text-decoration: none;
    font-size: var(--fontsize22);
    padding: 11px 12px;
    transition: 0.3s;
    text-align: center;
}

.nav-buttons a {
    width: clamp(7.5rem, 20vw, 9.6875rem);
    height: clamp(2.5rem, 6vw, 3.4375rem);
}

.main-header .nav-links a:hover {
    background: var(--white-color);
    color: #101820;
    border-radius: 4px;
}

/* Dropdown */
.main-header .dropdown-menu {
    display: none;
    position: absolute;
    top: 120%;
    left: 0;
    background: var(--white-color);
    color: #000;
    min-width: 200px;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.main-header .dropdown-menu li a {
    color: #101820;
    padding: 10px 20px;
    display: block;
    text-align: left;
}

.main-header .dropdown:hover .dropdown-menu {
    display: block;
}

/* Right Buttons */
.main-header .nav-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Toggle Button (Mobile) */
.main-header .menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    margin-left: 10px;
}

/* Mobile Menu */
.main-header .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #101820;
    color: var(--white-color);
    padding: 30px 20px;
    transition: 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
}

.main-header .mobile-menu ul {
    list-style: none;
}

.main-header .mobile-menu ul li {
    margin-bottom: 15px;
}

.main-header .mobile-menu a {
    color: var(--white-color);
    text-decoration: none;
    font-size: 18px;
}

.main-header .mobile-dropdown-menu {
    margin-top: 10px;
    margin-left: 10px;
    max-height: 200px;
    overflow-y: auto;
    padding-left: 10px;
    border-left: 2px solid var(--white-color);
    scrollbar-width: thin;
    scrollbar-color: #f9b000 transparent;
}

.main-header .close-btn {
    font-size: 28px;
    text-align: right;
    cursor: pointer;
    margin-bottom: 20px;
}

/* main-banner */
.main-banner {
    position: relative;
    padding: 7rem 0 3rem;
    overflow: hidden;
}

:is(.main-banner, .writer-sec, .review-page .testimonials-sec, .total-reviews, .footer-sec)::before {
    background: url(../images/banrimgleft.png) left/cover no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: '';
    z-index: -1;
}

:is(.main-banner, .writer-sec, .review-page .testimonials-sec, .total-reviews, .footer-sec)::after {
    background: url(../images/rightbnrimg.png) right / cover no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    width: 124px;
    height: 80%;
    content: '';
    z-index: -1;
}

:is(.cta-sec, .main-banner, .writer-sec) .towbuttons a {
    height: clamp(2.5rem, 3.75vw, 3.75rem);
    margin-right: 1rem;
}

:is(.cta-sec, .main-banner, .writer-sec) .towbuttons .bdrbtn {
    width: clamp(10rem, 13vw, 13rem);
}

:is(.cta-sec, .main-banner, .writer-sec) .towbuttons a:first-child {
    width: clamp(12rem, 14.4vw, 17.25rem);
}

.main-banner .towbuttons {
    margin: 4rem 0 3rem;
}

.banner-heading h1 {
    font-size: var(--fontsize64);
    font-weight: 700;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid #000;
    width: 0;
    animation: typing 4s steps(40, end) 1s infinite alternate,
        blink 0.8s step-end infinite;
}

@keyframes typing {
    0% {
        width: 0
    }

    50% {
        width: max-content
    }

    100% {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

:is(.banner-heading :is(h3 a, span)) {
    color: var(--theem-color);
}

:is(.banner-heading, .servesul, .point-box, .form-text :is(h3, p)) {
    font-size: var(--fontsize20);
}

.bnr-img {
    width: clamp(40rem, 50vw, 60rem);
    height: clamp(45rem, 52vw, 61.4375rem);
    position: relative;
    right: -8rem;
}

/* end banner */
/* pont -sec */
.point-box {
    background-color: var(--boxex-color);
    border-radius: 15px;
    padding: 3rem 1rem;
    text-align: center;
    height: 100%;
}

.point-box h4 {
    font-size: var(--fontsize24);
    font-weight: 800;
    margin-bottom: 1rem;
}

.point-box figure {
    background-color: var(--white-color);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin: auto auto 2rem;
}

.point-box p {
    margin-bottom: 0;
}

/* Icon Animation */
.icon {
    animation: softBounce 1.5s ease-in-out infinite;
    display: inline-block;
}

/* Optional delay if you want a staggered look */
.icon-1 {
    animation-delay: 0s;
}

.icon-2 {
    animation-delay: 0.5s;
}

.icon-3 {
    animation-delay: 1s;
}

/* Smooth bounce animation */
@keyframes softBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.secion-hading {
    text-align: center;
}

.secion-hading h3 {
    font-size: var(--fontsize48);
    font-weight: 700;
}

.secion-hading h3 span {
    color: var(--theem-color);
}

.secion-hading p {
    font-size: var(--fontsize20);
}

/* end point */

/* trusted logos */
.logos-ul {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* trusted logos */

/* success-stories-sec */
.success-stories-sec {
    background: url(../images/storiesbg.jpg) center/cover no-repeat;

}

.success-stories-sec * {
    color: var(--white-color);
}

.success-stories-sec .secion-hading h3,
.content-wrp h3,
.servesul h4 {
    font-size: var(--fontsize64);
    font-weight: 600;
}

.success-stories-sec .secion-hading p {
    font-size: var(--fontsize32);
    font-weight: 300;
    line-height: 1.2;
}

.stories-box {
    background-color: #0060CD;
    border-radius: 15px;
    padding: 3rem 2rem;
    margin-top: 3rem;
}

.clintimg-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.stories-box p {
    font-size: var(--fontsize19);
}

.clintimg-name h6 {
    margin-bottom: 0;
    font-size: var(--fontsize19);
    font-weight: 600;
    line-height: 1.5;
}

.clintimg-name h6 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

/* end success-stories-sec */
/* your-need */
.select-your-sec .nav-tabs {
    border: 0;
    justify-content: center;
    gap: 37px;
    margin-top: 3rem;
}

.select-your-sec .nav-tabs .nav-link {
    background-color: #E9E9E9;
    border-radius: 12px;
    font-size: var(--fontsize20);
    width: clamp(9rem, 13vw, 16.5rem);
    height: clamp(4rem, 5.5vw, 5.8125rem);
    color: var(--black-color);
    text-align: left;
}

:is(.select-your-sec .nav-tabs :is(.nav-item.show .nav-link, .nav-link.active, .nav-link:hover)) {
    background-color: var(--theem-color);
    border: 0;
    color: var(--white-color);
}

.select-your-sec .tab-content {
    padding: 2rem 4rem;
}

.tab-box {
    border: 1px solid #DADADA;
    padding: 2rem;
    border-radius: 12px;

}

.tab-box h4 {
    font-size: var(--fontsize24);
    font-weight: 800;
    margin-bottom: 1.2rem;
}

:is(.tab-box, .content-wrp :is(a, p)) {
    font-size: var(--fontsize20);

}

.blinking-arrow {
    animation: blinkColor 1.2s ease-in-out infinite;
}

@keyframes blinkColor {

    0%,
    100% {
        opacity: .7;
        color: var(--black-color);
        /* red */
    }

    50% {
        opacity: 1;
        color: var(--theem-color);
        /* sky blue or your desired blink color */
    }
}

/* end your-need */
.points-boxes-sec,
.testimonials-sec {
    background-color: var(--theem-color);
}

/* testimonials - sec */
.testimonials-sec {
    overflow: hidden;
}


.testimoials-slider .item img {
    margin-bottom: 1rem;
    width: auto !important;
}

.testimoials-slider .item p {
    font-size: var(--fontsize20);
    color: var(--boxex-color);
}

.testimoials-slider .item strong {
    font-size: var(--fontsize24);
}

.testimoials-slider {
    position: relative;
}

.testimoials-slider::before,
.testimoials-slider::after {
    background-color: #0077ff24;
    width: 13%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    content: '';
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.testimoials-slider::after {
    right: 0;
    left: auto;
}

.testimonials-sec .owl-carousel .owl-stage-outer {
    overflow: visible;
    transform: translate(-22.5%, 10px) !important;
    margin-top: 5rem;
}

.testimonials-sec .container-fluid {
    padding: 0;
}

.testimoials-slider .item {
    margin-right: 50px;
}

.testimonials-sec .owl-nav {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 4;
    position: relative;
    transform: translate(0, -17rem);
}

.testimonials-sec .owl-theme .owl-nav [class*=owl-] {
    width: 81px;
    height: 81px;
    border-radius: 46.5px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    color: var(--black-color);
    font-weight: 500;
}

.testimonials-sec .owl-prev {
    margin-left: 3rem !important;
}

.testimonials-sec .owl-next {
    margin-right: 3rem !important;
}

.cta-sec .towbuttons {
    text-align: center;
}

/* end testimonials */
/* footer */
.main-footer {
    background-color: #F4EFE6;
    padding: 4rem;
    padding-bottom: 10px;
}

.main-footer .secion-hading {
    text-align: left;
}

.ftr-p {
    padding: 2rem 3rem 0 0;
    margin-bottom: 0;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 2rem;
}

.social-media i {
    font-size: var(--fontsize24);
}

.services-link li a {
    display: block;
    padding-bottom: 1.5rem;
}

.services-link li a:hover {
    color: var(--theem-color);
}

.ftrbtn,
.about-sec {
    background-color: var(--theem-color) !important;
    color: var(--boxex-color) !important;
}

.services-link i {
    font-size: var(--fontsize22);
    margin-right: 10px;
    color: var(--theem-color);
}

.services-link li h5 {
    font-size: var(--fontsize20);
    margin-bottom: 2rem;
    font-weight: 600;
}

/* end footer */
/* inner pages */
.banner-images {
    background: url(../images/our-expertsbnr.jpg) right/cover no-repeat;
    margin-right: -3rem;
    position: relative;
    width: auto;
    height: 100vh;
}

.about-uspage .trusted-sec {
    padding-top: 0;
}

.animation-img {
    position: absolute;
    top: 6%;
    right: 10%;
    left: auto;
    animation: swingLeftRight 3s ease-in-out infinite;
    transform-origin: center;
    display: inline-block;
    width: clamp(10rem, 18.7vw, 22.4375rem);
    height: clamp(14rem, 27.14vw, 32.5625rem);
}

@keyframes swingLeftRight {

    0%,
    100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }
}

.writer-sec .towbuttons {
    margin-top: 3rem;
}

.writer-sec .secion-hading h3:last-of-type {
    display: none;
}

.writer-sec .secion-hading h3 {
    font-size: var(--fontsize40);
}

.writer-sec {
    position: relative;
}

.writer-sec img {
    width: clamp(13rem, 32.65vw, 39.1875rem);
    height: clamp(20rem, 50.31vw, 60.375rem);
}

.content-wrp {
    padding-right: 4rem;
}

.text-p {
    padding: 3rem;
    border: 1px solid var(--black-color);
    margin-left: 2rem;
    font-size: var(--fontsize32);
    border-radius: 22px;
}

.author-sec img {
    width: clamp(14rem, 41.77vw, 50.125rem);
    height: clamp(20rem, 45.26vw, 54.3125rem);
}

.servesul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.author-sec .row {
    align-items: center;
    justify-content: space-between;
}

.servesul h4 {
    color: var(--theem-color);
}

.revies-images {
    position: relative;
    height: 700px;
    overflow: hidden;
    margin-top: 4rem;
}

.revies-images img {
    position: absolute;
}

.revies-images img:nth-child(1) {
    left: 26%;
    animation: bubbleFloat 5s ease-in-out infinite;
}

.revies-images img:nth-child(2),
.revies-images img:nth-child(3) {
    width: 12%;
}

.revies-images img:nth-child(2) {
    left: 30%;
    top: 0%;
    right: 0;
    margin: auto;
    animation: bubbleFloat 6s ease-in-out infinite;
}

.revies-images img:nth-child(3) {
    top: 41%;
    left: 26%;
    animation: bubbleFloat 5.5s ease-in-out infinite;
}

.revies-images img:nth-child(4) {
    left: 11%;
    top: 26%;
    right: 0;
    margin: auto;
    animation: bubbleFloat 6.5s ease-in-out infinite;
}

.revies-images img:nth-child(5) {
    right: 10%;
    top: 28%;
    animation: bubbleFloat 7s ease-in-out infinite;
}

.revies-images img:nth-child(6) {
    bottom: 29%;
    left: -9%;
    right: 0;
    margin: auto;
    animation: bubbleFloat 5s ease-in-out infinite;
}

.revies-images img:nth-child(7) {
    bottom: 35%;
    left: 19%;
    right: 0;
    margin: auto;
    animation: bubbleFloat 6s ease-in-out infinite;
}

.revies-images img:nth-child(8) {
    bottom: 0%;
    left: -13%;
    right: 0;
    margin: auto;
    animation: bubbleFloat 7s ease-in-out infinite;
}

.revies-images img:nth-child(9) {
    bottom: 8%;
    right: 25%;
    animation: bubbleFloat 5.8s ease-in-out infinite;
}

@keyframes bubbleFloat {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, -5px);
    }

    50% {
        transform: translate(-5px, 5px);
    }

    75% {
        transform: translate(5px, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

:is(.review-page :is(.testimonials-sec, .cta-sec)) {
    padding-top: 5rem;
}

/* end inner pages */
:is(.form-text, .star-text) h3 {
    font-size: var(--font-size128);
    font-weight: 600;
    padding-left: 7rem;
    color: var(--black-color);
}

.star-image img {
    width: clamp(14rem, 41.56vw, 49.875rem);
    height: clamp(4rem, 6.25vw, 7.5rem);
}

.star-image p {
    font-size: var(--fontsize48);
    margin-top: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

/* foter form-sec */
.footer-sec {
    background-color: #F4EFE6;
    padding: 8rem 0;
}

.footer-sec::before,
.footer-sec::after {
    z-index: 1 !important;
    height: 100% !important;
}

.form-img {
    position: absolute;
    width: 45%;
    top: -28%;
    right: 0%;
    animation: floatTilt 5s ease-in-out infinite;
    transition: transform 0.3s ease-in-out;
}

.form-text h3 {
    padding-left: 0;
}

@keyframes floatTilt {
    0% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(-2deg) scale(1.02);
    }

    50% {
        transform: rotate(2deg) scale(1.04);
    }

    75% {
        transform: rotate(-1deg) scale(1.01);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

.custom-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row input {
    flex: 1;
}

.custom-form input,
.custom-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #00000024;
    background-color: #ECECEC;
    height: clamp(3rem, 4.63vw, 5.5625rem);
    font-size: var(--fontsize20);
    border-radius: 0;
    resize: none;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: #00000035;
}

.custom-form textarea {
    min-height: 180px;
}

.custom-form button {
    padding: 12px 25px;
    color: #fff;
    border: 1px solid transparent;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.footer-sec .container {
    position: relative;
    z-index: 2;
}

/* end footer form-sec */
/* pricing */
.packages-sec {
    background-color: #F4EFE6;
    padding: 8rem 0;
}

.pricingbnrimg {
    width: clamp(16rem, 49.38vw, 59.25rem);
    height: clamp(15rem, 47.7vw, 57.25rem);
    margin-left: 13%;
    display: block;
}

.pricng-sec h3 {
    font-size: var(--fontsize64);
    font-weight: 600;
}

.pricing-list {
    margin-top: 2rem;
}

.price-hdg p {
    font-size: var(--fontsize20);
}

.pricing-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #898989;
}

.plan-info span {
    width: 75px;
    display: inline-flex;
}

.price-div p {
    font-size: var(--fontsize32);
    margin-bottom: 0;
}

.plan-info p,
.price-div strong,
.plan-info span {
    font-size: var(--fontsize48);
    margin-bottom: 0;
    font-weight: 700 !important;
}

.price-div strong {
    margin: 0 20px;
}

.packages-wraper {
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    box-shadow: -8px 25px 29px -30px rgba(0, 0, 0, .2);
    transition: all 0.3s ease-in-out;
}

.package-head {
    padding: 50px 20px 0;
    position: relative;
    background-color: #181818;
    height: 187px;
}

.package-head h4 {
    font-size: var(--fontsize32);
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}

.circle-price {
    width: 130px;
    height: 130px;
    transform: translate(0px, 25px);
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize40);
    font-weight: 700;
    color: var(--black-color);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

.circle-price::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 7px solid #63636391;
    z-index: -1;
    border-bottom-style: double;
}

.features-list {
    margin: 85px 0 10px;
    max-height: 350px;
    overflow-y: auto;
    padding-right: 10px;
}

.features-list::-webkit-scrollbar {
    width: 6px;
}

.features-list::-webkit-scrollbar-track {
    background: transparent;
}

.features-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    /* light black */
    border-radius: 10px;
}

.features-list li {
    padding: 13px 10px;
    font-size: 16px;
    color: #464646;
}

.features-list li:nth-of-type(even) {
    background-color: #f7f7f5;
}

.packages-wraper .defult-btn {
    background-color: var(--black-color);
    width: 90%;
    padding: 13px 0;
    border: 1px solid transparent;
}

.packages-wraper.active,
.packages-wraper:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.packages-wraper.active .features-list li:nth-of-type(even),
.packages-wraper:hover .features-list li:nth-of-type(even) {
    background-color: #0077ff16;
}

.packages-wraper.active .package-head,
.packages-wraper:hover .package-head {
    background-color: var(--theem-color);
}

.packages-wraper.active .package-head,
.packages-wraper:hover .circle-price::before {
    border-color: var(--theem-color);
}

.packages-wraper.active .defult-btn,
.packages-wraper:hover .defult-btn {
    background-color: var(--theem-color);
    color: var(--white-color);
}

.choose-btn {
    padding: 20px 0 30px;
}

/* end pricing */

/* popup css */


.popupform-main-new-popup-auto {
    position: fixed;
    backdrop-filter: blur(8px);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center
}

.popup-main-box-auto {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.pop-box-2-new-pop {
    background: 0 0/cover no-repeat;
    height: auto;
    width: auto;
    text-align: center;
    padding: 0;
    position: relative;
    margin-right: 3px
}

.pop-box-2-new-pop img {
    position: relative;
    left: 25px;
    z-index: 1
}

.pop-form-new-popp.ta-center-new-pop {
    background: center/cover no-repeat #fff;
    width: 400px;
    height: auto;
    border-radius: 23px 23px 0;
    position: relative;
    padding: 25px 15px 25px 36px
}

.popupform-main-new-popup-auto .close-btn {
    right: -1px;
    top: -1px;
    width: 50px;
    height: 50px;
    background: var(--theem-color);
    border: 0;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    padding-top: 3px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    z-index: 9;
    color: #fff
}

.pop-form-new-popp.ta-center-new-pop h3 {
    margin: 0;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 33px;
    text-align: center
}

.pop-form-new-popp.ta-center-new-pop h3 span {
    font-weight: 700
}

.pop-form-new-popp.ta-center-new-pop h5 {
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0 10px
}

.pop-form-new-popp.ta-center-new-pop input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff;
    height: 42px;
    margin: 0 0 20px;
    padding: 0 0 0 16px
}

.pop-form-new-popp.ta-center-new-pop button {
    width: 100%;
}

.pop-form-new-popp.ta-center-new-pop textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fff;
    height: 100px;
    margin: 0 0 15px;
    padding: 10px 5px 5px 15px
}

label.error {
    display: none !important
}

input.error {
    background-color: #ff000052 !important
}

.pop-box-2-new-pop a {
    display: block;
    width: 100%;
    height: 100%
}

.contact-us-section * {
    color: #fff;
}

.contact-us-section {
    background-color: var(--theem-color);
}

.contact-form .defult-btn {
    background-color: var(--boxex-color);
    color: var(--black-color);
    padding: 1rem;
}

.contact-info h3 {
    font-size: var(--fontsize75);
    margin-bottom: 1rem;
}

.contact-info a {
    font-size: 16px;
    display: block;
    margin-bottom: 1.5rem;

}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
        color: #000;
}


.contact-form textarea {
    resize: none;
    height: 140px;
}

.aboutus .bnr-img {
    height: auto;
    right: -2rem;
}

.bdrtop {
    margin-top: 3rem;
    border-top: 1px solid var(--theem-color);
}

.bdrtop p {
    margin-bottom: 0;
    padding-top: 1rem;
}

.text-right p {
    text-align: right;
}


.responseMsg {
    color: var(--theem-color);
    background: #fff0;
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 700;
    display: inline-block
}

.dropdown-toggle .bi {
    transition: transform 0.3s ease
}

.show>.dropdown-toggle .bi {
    transform: rotate(180deg)
}

.loader {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../images/loader.gif) no-repeat center center;
    background-size: contain;
    margin-top: 10px
}

.feature-box:hover .feature-box-content .ext-extra-dark-gray {
    color: #fff!important
}

.banner-list {
    padding-left: 1.5rem
}

.banner-list li {
    margin-bottom: 14px
}

.caption strong {
    color: #d22222;
}
 /* Thanks You Page  */

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  color: var(--button-color);
}

.main-thankyou {
  text-align: center;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  color: var(--theem-color);
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 18px;
}
/* Thanks You Page  */
.services-section {
    padding: 60px 0;
    background: #f8f9fb;
}

.services-section .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.services-section .section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.service-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.service-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.service-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.services-bottom-text {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}
