/* font family  */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
    font-family: bg-megatoya-bold;
    src: url(../font/bg-megatoya-bold.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: bg-megatoya-regular;
    src: url(../font/bg-megatoya-regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: bg-megatoya-medium;
    src: url(../font/bg-megatoya-medium.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: bg-megatoya-light;
    src: url(../font/bg-megatoya-light.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {*/
/*    font-family: abcDiatype;*/
/*    src: url(../font/abcDiatype.woff2);*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: foundersGrotesk;*/
/*    src: url(../font/foundersGrotesk.woff2);*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: soehne;*/
/*    src: url(../font/soehne.woff2);*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: soehneMono;*/
/*    src: url(../font/soehneMono.woff2);*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    font-family: "bg-megatoya-regular", sans-serif;
}

:is(h1, h2, h3, h4, h5, h6, ul) {
    font-family: "bg-megatoya-regular", sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

/* color variable */

:root {
    --main-color: #0082fb;
    --text-color-dark: #2b2b2b;
    --text-color-light: #ffffff;
    --text-color-grey: #888282;
    --gradient-blur: linear-gradient(to top, #0082fb, #74bcff);
    --bg-white: #ffffff;
    --bg-dark: #2b2b2b;
    --bg-grey: #d7d7d7;
    --bg-grey1: #f9f8f8;
    --bg-grey-light: #f5f5f5;
    --bg-light: #f7faff;
    --grey-box: #95a0b0;
    --black: #000;

    /* whatsapp color */
    --whatsapp-primary: #25D366;
    --whatsapp-dark: #128C7E;
    --whatsapp-light: #DCF8C6;
    --whatsapp-hover: #20bd5a;
    --whatsapp-border: #0e6b5c;

    --whatsapp-gradient: linear-gradient(135deg, #25D366, #128C7E);
    --whatsapp-soft-gradient: linear-gradient(to right, #25D366, #5efc9c);

    --whatsapp-shadow: rgba(37, 211, 102, 0.3);
    --whatsapp-bg-light: #e9fff3;
}

.bg-dark {
    background-color: var(--bg-dark);
}

.bg-grey {
    background-color: var(--bg-grey);
}

.bg-grey1 {
    background-color: var(--bg-grey1);
}

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

.bg-white {
    background-color: var(--bg-white);
}

.bg-blue {
    background-color: var(--main-color);
}

.bg-greylight {
    background-color: var(--bg-grey-light);
}

.bg-blue h3.title,
.bg-blue p.subtitle {
    color: var(--text-color-light);
}

.bg-black {
    background-color: var(--black);
}

.bg-black h3.title,
.bg-black p.subtitle {
    color: var(--text-color-light);
}



.heading {
    width: 100%;
    max-width:850px;
    margin: 0 auto 2rem auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

h3.title {
    font-family: bg-megatoya-bold;
    font-size: clamp(2.5rem, 5vw, 4.5rem) !important;
}

h3.subheading {
    font-family: bg-megatoya-bold;
    font-size: 2rem !important;
}

h3.title,
p.subtitle {
    display: block;
    color: var(--text-color-dark);
    margin: 1rem auto;
}

:is(h3.title, p.subtitle) span {
    color: var(--main-color);
}

/* Font sizes for headings and paragraph */

h1 {
    font-size: 3.6rem !important;
}

h2 {
    font-size: 3rem !important;
}

h3 {
    font-size: 2.4rem !important;
}

h4 {
    font-size: 2rem !important;
}

h5 {
    font-size: 1.8rem !important;
}

h6 {
    font-size: 1.6rem !important;
}

p {
    font-size: 1.6rem !important;
    font-family: bg-megatoya-medium;
}

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

ul li {
    list-style: none !important;
    font-size: 1.6rem !important;
    font-family: bg-megatoya-medium;
}

/* owl */
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    font-size: 15px !important;
    border-radius: 50% !important;
    background-color: var(--main-color) !important;
    color: var(--text-color-light) !important;
    line-height: 0px !important;
    letter-spacing: 0px !important;
    z-index: 9999 !important;
}

.owl-prev {
    left: -15px;
}

.owl-next {
    right: -15px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 5px !important;
}

.owl-theme .owl-dots .active span {
    width: 25px !important;
    transition: all 0.3s ease-in-out !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--main-color) !important;
}


/*video icon remove*/

/* Hide the large play icon overlay shown on some browsers */
video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

video::-webkit-media-controls-overlay-play-button {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

section {
    width: 100%;
    height: auto;
    padding: 5rem 0;
    margin: 0 auto;
}

/* header section */

.sticky {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    background: var(--bg-white);
    animation: fadeInBackground 0.2s ease-in-out forwards;
}

@keyframes fadeInBackground {
    0% {
        opacity: 0.9;
        background-color: transparent;
    }

    100% {
        opacity: 1;
        background-color: var(--bg-white);
    }
}

.header {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    background: var(--bg-white);
}

/* social menu */

/* .media p {
    width: 100%;
    font-size: 1rem !important;
    text-transform: uppercase;
    color: var(--white-color);
}

.media ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0 !important;
}

.media ul li a {
    color: inherit;
    font-weight: bold;
}

.media ul li {
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    background-color: var(--bg-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.media ul li a i {
    color: var(--main-color);
}

.media ul li:hover {
    background-color: var(--bg-dark);
}

.media ul li:hover a i {
    color: var(--white-color) !important;
} */

/* topbar end */

.header-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;
    gap: 10px;
}

.v-center {
    align-items: center;
}

/* logo menu */

.header .item-left {
    /* flex: 0 0 5%; */
}

.header .item-center {
    /* flex: 0 0 60%; */
}

.header .item-right {
    /* flex: 0 0 14%; */
    display: flex;
    justify-content: flex-end;
}

/* header img */

.header .logo a img {
    width: 180px;
    height: auto;
}

/* menu right */
.header .menu>ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 5rem;
    text-align: left;
    text-transform: capitalize;
    font-weight: 100;
    font-family: bg-megatoya-medium !important;
}

/* main menu */

.header .menu ul li a {
    transition: color 0.3s ease;
    position: relative;
    color: var(--text-color-dark);
    padding: 1rem 1rem;
    background-color: transparent;
    transition: background-color 0.3s ease;
    border-radius: 0.5rem;
}

.header .menu ul li a:hover {
    background-color: #f0f3ff;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 400;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    transition: all 0.3s ease-in-out;
    /*margin-top: 2.5rem;*/
    transform: translateY(2.5rem);
    opacity: 0;
    visibility: hidden;
    background-color: var(--bg-light);
    border-radius: 10px;
}

.header .menu>ul>li .sub-menu ul li {
    line-height: 20px !important;
    position: relative;
}

.header .menu>ul>li .sub-menu ul li a {
    display: block;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1rem;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu ul li a svg {
    flex-shrink: 0;
}

.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    /*margin-top: 0;*/
    transform: translateY(0rem);
    visibility: visible;
    opacity: 1;
}

.menu-item-has-children i {
    margin-left: 0.5rem;
}

.header .menu>ul>li,
.cta-primary,
.header .menu>ul>li .sub-menu ul li {
    font-size: 16px !important;
}

.header .menu>ul>li .sub-menu ul li a {
    font-size: 12px !important;
}

/* cta menu  */

.small,
small {
    font-size: 1rem !important;
}

/* this cta use every where */

.cta-button {
    width: auto;
    height: auto;
}

.header-item .cta-primary {
    padding: 0.7rem 1.6rem;
}

.cta-primary {
    /*padding: 1rem 2rem;*/
    color: var(--text-color-light);
    /*font-weight: 100;*/
    /*font-family: bg-megatoya-medium;*/
    transition: all 0.5s ease-in-out;
    text-align: center;
    /*border-radius: 0.5rem;*/
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    border-radius: 1rem;
    padding: 1.1rem 1.6rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
}

.cta-fullwidth {
    display: block !important;
    padding: 1rem 1.5rem;
}

.cta-white {
    background-color: var(--bg-white);
    color: var(--text-color-dark);
}

.dark-text {
    color: var(--text-color-dark);
}


.grey-text {
    color: var(--text-color-grey);
}

.dark-btn {
    background-color: var(--bg-dark);
}

.light-btn {
    background-color: var(--main-color);
}

.cta-button .cta-primary:hover {
    opacity: 0.8;
}

.header .menu>ul>li .single-column-menu {
    min-width: 250px;
    max-width: 450px;
    display: flex;
    gap: 1rem;
    background-color: var(--bg-light);
}

.header .menu>ul>li .single-column-menu ul {
    width: 100%;
}

.header-sidebar-btn-flex {
    display: none;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/* --------------------------------------------------------------- */

/* mega menu css code for future */

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:first-child a {
    color: var(--main-color);
    font-weight: bold;
}

.header .menu>ul>li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

/* home-section */

.homesection {
    position: relative;
    width: 100%;
    background: var(--bg-white);
    top: 0px;
}

.hero-content h3.title {
    font-size: clamp(2rem, 5vw + 1rem, 10rem) !important;
    background-image: linear-gradient(to left top, #1f1f1f, #282828, #a2a2a2, #bbb, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    /*background-size: 400% 400%;*/
    line-height: clamp(auto, auto, 90px);
}

.hero-content h3.title span {
    font-family: bg-megatoya-bold;
}

body.noscroll {
    overflow: hidden;
}

.popup-form {
    display: none;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.popup-form.show {
    display: block;
}

.popup-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0082fb7a;
}

.popup-content {
    position: relative;
    padding: 1rem;
    border-radius: 0.5rem;
    max-width: 550px;
    width: 90%;
    margin: auto;
}

.popup-content iframe {
    width: 100%;
    aspect-ratio: 16/9;
    display: block;
    border-radius: 1rem;
}

.hero-homesection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5rem;
    flex-direction: column;
    gap: 2rem;
}

.hero-image {
    width: 100%;
    padding: 1rem;
    border: 1px solid var(--bg-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(5px);
}

.image-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    position: relative;
    border: 1px solid #eee;
    /*overflow: hidden;*/
    /*height: 450px;*/
    height: auto;
}

.image-panel::after {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 11111;
}

.image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: filter 0.3s, opacity 0.3s;
}

.default-image {
    filter: blur(3px);
    opacity: 0.5;
}

.default-image.clear {
    filter: none;
    opacity: 1;
}

.feature-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-image.active {
    display: block;
    opacity: 1;
}

.option-box {
    max-width: 400px;
    height: 500px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    z-index: 999999;
    padding: 1rem;
    border: 2px solid var(--bg-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(5px);
    background: var(--bg-white);
}

.option-box .option-box-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    background: var(--bg-white);
    height: 100%;
}

.option-box .heading,
.option-box p.subtitle {
    margin: 0px;
}

.option-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.3rem;
}

.option-item {
    flex: 1;
    flex-basis: calc(33% - 1rem);
    align-self: stretch;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid var(--bg-grey);
    position: relative;
}

.option-item.active {
    border-color: #7b68ee;
    background-color: #f0f7ff;
}

.option-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 1rem;
}

.option-item input[type="checkbox"] {
    width: 1.5rem;
    height: 1.5rem;
    accent-color: black;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    opacity: 0;
}

.option-item:has(input[type="checkbox"]:checked) .input-icon svg {
    fill: var(--bg-dark);
}

.option-item:has(input[type="checkbox"]:checked) .option-box {
    background-color: yellow;
}

.input-flex {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
    flex-shrink: 0;
    text-align: center;
}

.input-flex .input-icon img {
    width: 3rem;
    height: 3rem;
}

.input-flex .input-icon svg {
    width: 3rem;
    height: 3rem;
    /*background-color: var(--grey-box);*/
    fill: var(--text-color-grey);
    color: white;
    padding: 0.2rem;
    border-radius: 0.5rem;
}

.input-flex:hover .input-icon svg {
    fill: var(--bg-dark);
    color: white;
    transition: all 0.8s;
}

.input-text {
    font-family: bg-megatoya-light;
}

.featurespointersection {
    display: none;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(33% - 10px), 1fr));
    gap: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.feature-item {
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    cursor: pointer;
}

.feature-item svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 13px !important;
    margin-bottom: 0px;
    font-weight: 500 !important;
    font-family: bg-megatoya-medium;
}

/* Example colorful SVG icon wrappers */
.dashboard svg {
    fill: #3b82f6;
}

.automation svg {
    fill: #10b981;
}

.notes svg {
    fill: #f59e0b;
}

.integration svg {
    fill: #8b5cf6;
}

.clientlist svg {
    fill: #ec4899;
}

.reminder svg {
    fill: #ef4444;
}

.ai-calling svg {
    fill: #06b6d4;
}

.forms svg {
    fill: #9333ea;
}

.revenue svg {
    fill: #22c55e;
}


/*automate section*/


/* Different background gradients */

.ai-box1 {
    background-color: #ebf3fc;
}

.ai-box2 {
    background-color: #fffbfc;
}

.ai-box3 {
    background-color: #fffcf2;
}

.ai-box4 {
    background-color: #f9fefe;
}

.blur-box {
    background: rgba(255, 255, 255, .0001);
    box-shadow: inset 0 -40px 80px 0 rgba(255, 255, 255, .08), inset 0 -40px 80px 0 rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid #424b58;
}

.feature-box {
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    gap: 1rem;
    border: 1px solid white;
    background: rgba(255, 255, 255, .0001);
}

.feature-box img {
    border-radius: 1rem;
}

.feature-box-content h4 {
    font-weight: bolder;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
    font-size: 19px !important;
}

.feature-box-content p {
    font-size: 14px !important;
}

/*howitworkh*/

.how-its-worksh {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.how-its-worksh::after {
    position: absolute;
    top: 30px;
    right: 10px;
    content: url('https://jestycrm.com/assets/media/icon/star-icon.png');
    width: 30px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.how-its-worksh:hover::after {
    opacity: 1;
    animation: moveY 1.5s linear;
}

@keyframes moveY {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.how-its-workshpill1 {
    color: #619cf5;
    background: #d5e5fd;
}

.how-its-workshpill2 {
    color: #97772b;
    background: #faebc6;
}

.how-its-workshpill3 {
    background: #ffcfec;
    color: #995c81;
}

.how-its-workshpill4 {
    background: #b9fae1;
    color: #3b755f;
}

.how-its-workshbg1 {
    background: linear-gradient(to top, #f5f9ff, #fdfdff);
    border-color: #d5e5fd;
}

.how-its-workshbg2 {
    background: linear-gradient(to top, #fff8e6, #fdfdff);
    border-color: #fae9be;
}

.how-its-workshbg3 {
    background: linear-gradient(to top, #ffe6f5, #fdfdff);
    border-color: #ffcceb;
}

.how-its-workshbg4 {
    background: linear-gradient(to top, #e2f9f0, #fdfdff);
    border-color: #b0fadd;
}


.how-its-worksh .pill {
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px !important;
}

.how-its-worksh img {
    width: 100%;
    margin-top: auto;
}

.how-its-worksh h3.title {
    font-size: clamp(2.5rem, 5vw, 3rem) !important;
}

/*.how-its-worksh p {*/
/*    color: #838383;*/
/*    font-weight: light;*/
/*}*/


/*timeline section*/



.timeline-container {
    position: relative;
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--bg-grey);
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--main-color);
    animation: fillLine 3s ease forwards;
}

.timeline-container.animate .timeline-line::before {
    animation-play-state: running;
}


@keyframes fillLine {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}


.timeline-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.timeline-item-wrapper {
    position: relative;
    height: 100%;
}

.timeline-dot {
    width: 20px;
    height: 20px;
    background: var(--bg-grey);
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    box-shadow: 0 0 0 8px #ffffff;
    opacity: 0;
    animation: fadeInDot 0.5s ease forwards;
    animation-play-state: paused;
}

.timeline-container.animate .timeline-dot {
    animation-play-state: running;
}

.timeline-dot.active {
    background: #4169E1;
    animation: activateDot 0.5s ease forwards;
    animation-play-state: paused;
}

.timeline-container.animate .timeline-dot.active {
    animation-play-state: running;
}

@keyframes fadeInDot {
    to {
        opacity: 1;
    }
}

@keyframes activateDot {
    0% {
        background: #e0e0e0;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }

    100% {
        background: #4169E1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.timeline-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 15px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 2s ease forwards;
    animation-play-state: paused;
}

.timeline-container.animate .timeline-card {
    animation-play-state: running;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.timeline-item:nth-child(1) .timeline-card {
    animation-delay: 0s;
}

.timeline-item:nth-child(1) .timeline-dot {
    animation-delay: 0s;
    animation-name: fadeInDot, activateDot;
    animation-duration: 0.5s, 0.5s;
    animation-delay: 0s, 0.5s;
}

.timeline-item:nth-child(2) .timeline-card {
    animation-delay: 0.5s;
}

.timeline-item:nth-child(2) .timeline-dot {
    animation-delay: 0.5s;
    animation-name: fadeInDot, activateDot;
    animation-duration: 0.5s, 0.5s;
    animation-delay: 0.5s, 1s;
}

.timeline-item:nth-child(3) .timeline-card {
    animation-delay: 1s;
}

.timeline-item:nth-child(3) .timeline-dot {
    animation-delay: 1s;
    animation-name: fadeInDot, activateDot;
    animation-duration: 0.5s, 0.5s;
    animation-delay: 1s, 1.5s;
}

.timeline-item:nth-child(4) .timeline-card {
    animation-delay: 1.5s;
}

.timeline-item:nth-child(4) .timeline-dot {
    animation-delay: 1.5s;
    animation-name: fadeInDot, activateDot;
    animation-duration: 0.5s, 0.5s;
    animation-delay: 1.5s, 2s;
}

.timeline-item:nth-child(5) .timeline-card {
    animation-delay: 2s;
}

.timeline-item:nth-child(5) .timeline-dot {
    animation-delay: 2s;
    animation-name: fadeInDot, activateDot;
    animation-duration: 0.5s, 0.5s;
    animation-delay: 2s, 2.5s;
}

.timeline-day {
    font-size: 1.2rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-item:nth-child(odd) .timeline-card {
    margin-bottom: 200px;
}

.timeline-item:nth-child(even) .timeline-card {
    margin-top: 200px;
}

@media (max-width: 992px) {

    .timeline-items {
        flex-direction: column;
        gap: 0;
    }

    .timeline-line {
        top: 0;
        bottom: 0;
        left: 50%;
        width: 4px;
        height: auto;
        right: auto;
        transform: translateX(-50%);
    }

    .timeline-line::before {
        width: 100%;
        height: 0;
        animation: fillLineVertical 3s ease forwards;
        animation-play-state: paused;
    }

    .timeline-container.animate .timeline-line::before {
        animation-play-state: running;
    }

    @keyframes fillLineVertical {
        0% {
            height: 0%;
        }

        100% {
            height: 100%;
        }
    }

    .timeline-item:nth-child(odd) .timeline-card,
    .timeline-item:nth-child(even) .timeline-card {
        margin: 0 0 30px 0;
    }

    .timeline-dot {
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-item {
        margin-bottom: 30px;
    }


    .timeline-item:last-child {
        margin-bottom: 0;
    }
}


/* service card */

.owl-carousel .owl-stage {
    display: flex !important;
}

.service-card {
    width: 100%;
    border-radius: 18px;
    padding: 20px;
    color: #fff;
    min-height: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.servicefadded-effect {
    position: relative;
}

.servicefadded-effect::before,
.servicefadded-effect::after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.servicefadded-effect::before {
    left: 0;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.servicefadded-effect::after {
    right: 0;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.cta-container {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.serviceslider .center .cta-container {
    visibility: visible;
    max-height: 100px;
    opacity: 1;
}

/* Different background gradients */
.bg1 {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.bg2 {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.bg3 {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.bg4 {
    background: linear-gradient(135deg, #ec4899, #db2777);
}

.bg5 {
    background: linear-gradient(135deg, #06b6d4, #0ea5e9);
}

.bg6 {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.bg7 {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.service-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #fff;
}

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

.service-card ul li {
    font-size: 14px;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.service-card ul li i {
    margin-right: 8px;
    color: #fff;
}

.service-card p {
    font-size: 13px;
    margin-top: 10px;
    opacity: 0.9;
}

/* logo slider  */

.logo-slider-container {
    width: 100%;
    height: auto;
}

.logo-item {
    width: 100%;
    padding: 3rem;
}

.logo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-inner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
    filter: grayscale(100%);
}

.logo-inner:hover img {
    filter: grayscale(0%);
}

/* promo-box */

.promo-box {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    overflow: hidden;
    -webkit-box-shadow: -1px 6px 8px 2px #E0E0E0;
    box-shadow: -1px 6px 8px 2px #E0E0E0;
}

.promotextBox {
    padding: 2rem;
}

.promotextBox h3.title {
    font-size: clamp(2.5rem, 5vw, 3rem) !important;
}

.promo-video-box,
.promo-video-box video {
    width: 100%;
    line-height: 0;
    display: block;
    margin-top: auto;
}

/* product-featured-box */

.product-featured-box {
    width: 100%;
    height: 100%;
    background: var(--bg-light);
    border-radius: 1rem;
    padding: 3rem 3rem 0;
}

.product-featured-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.product-featured-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.product-featured-icon i {
    width: 6rem;
    height: 6rem;
    background-color: var(--main-color);
    color: var(--bg-light);
    padding: 0.2rem;
    border-radius: 0.5rem;
    font-size: 3rem;
    display: grid;
    place-content: center;
}

.product-featured-icon p {
    font-size: clamp(1.5rem, 2vw + 1rem, 3rem) !important;
    font-weight: bold;
}

.product-featured-icon p span {
    display: block;
    font-size: 1.2rem !important;
    font-weight: 200 !important;
}

.cta-flex {
    display: flex;
    gap: 1rem;
}

.product-featured-img {
    width: 100%;
}

.product-featured-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.icon-box {
    width: 5rem;
    height: 5rem;
    display: grid;
    place-content: center;
    background-color: var(--bg-light);
    border-radius: 50%;
}

.icon-box i {
    color: var(--main-color);
    font-size: 3rem;
}

:is(.product-featured-box:hover .product-featured-icon i, .icon-box:hover) {
    transform: rotate3d(0, 1, 0, 360deg);
    transition: all 0.3s ease-in-out;
}

/* case study */

.study-item {
    background: var(--bg-light);
    padding: 3rem;
    text-align: center;
    border-radius: 1rem;
}

:is(.study-item .logo,
    .study-item .stats,
    .study-item .stats .value,
    .study-item .quote) {
    margin-bottom: 1.5rem;
}

.study-item .logo img {
    display: inline-block !important;
    width: 150px !important;
}

.study-item .stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.study-item .stats .value {
    flex: 1;
    font-size: 3rem !important;
    font-weight: bold;
    color: var(--text-color-dark);
    text-align: center;
    border-right: 2px solid var(--main-color);
    padding: 0 1rem;
}

.study-item .stats .value:last-child {
    border-right: none;
}

.study-item .stats .value span,
.study-item .quote {
    display: block;
    font-size: clamp(1rem, 0.5vw + 1rem, 1.3rem) !important;
    font-weight: 600 !important;
}

.study-item .quote {
    max-width: 450px;
    margin: auto;
}

/* tab bar  */

.swiper-slide {
    background: #fff;
    border-radius: 20px;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-slide,
.card-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.card-flex {
    gap: 3rem;
    padding: 50px 30px 50px 30px;
}

.swiper-pagination {
    bottom: -30px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.5s ease;
}

.swiper-pagination-bullet-active {
    width: 30px !important;
    background: #000;
    opacity: 1;
    border-radius: 10px !important;
}


.tab-container {
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.nav-container {
    width: 100%;
}

.nav-tabs {
    border: none !important;
    width: 100%;
    gap: 1rem;
}

.nav-item {
    width: 100%;
    align-self: 100%;
    flex: 1;
    flex-basis: 100%;
    background: #fff;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
    color: #1b1f24;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}



.nav-tabs .nav-link {
    height: 100%;
    padding: 20px 18px;
    width: 100%;
    text-align: left;
    border: none !important;
    color: var(--text-color-dark) !important;
    font-size: clamp(1rem, 1vw + 1.5rem, 2rem) !important;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-tabs .nav-link.active {
    background: var(--main-color) !important;
    ;
    color: white !important;
    font-weight: bold;
}

.tab-content {
    background: linear-gradient(135deg, #f9fbff, #b7d1ee);
    height: 100%;
    overflow: hidden;
}

.tabcontentinner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.inner-content {
    background: var(--bg-light);
    padding: 1rem;
    border-radius: 1rem;
}

.animationeffect img {
    animation: scaleimg 0.6s ease-in-out forwards;
    transform-origin: center center;
}

@keyframes scaleimg {
    0% {
        transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* video-section */

.video-card {
    width: 100%;
    cursor: pointer;
    padding: 0.5rem;
}

.testimonial-video-inner {
    width: 100%;
    height: 100%;
    border: 1px solid var(--bg-grey);
    padding: 1rem;
    border-radius: 1rem;
    position: relative;
}

.video-element {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    border-radius: 10px;
}

.video-info {
    position: absolute;
    content: "";
    bottom: calc(0px + (1rem + 1px));
    z-index: 99999;
    color: var(--text-color-light);
    width: calc(100% - 2rem);
    height: auto;
    pointer-events: none;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg,
            rgba(27, 26, 40, 0) 1%,
            rgba(8, 8, 11, 0.8) 80%);
    opacity: 1;
    transition: all 0.5s ease;
}

.unmute-btn {
    position: absolute;
    content: "";
    right: calc(0px + (2rem));
    bottom: calc(0px + (2rem + 1px));
    opacity: 0;
    transition: all 0.5s ease;
}

.video-card:hover .unmute-btn {
    opacity: 1;
}

.video-card:hover .video-info {
    opacity: 0;
}

/* project-featured-img */

.project-featured-img {
    border-radius: 1rem;
    overflow: hidden;
}

.project-featured-img img {
    width: 100%;
    border-radius: inherit;
    object-fit: cover;
    display: block;
}

.hover-border {
    transition: border 0.5s ease;
    border: 1px solid transparent;
}

.hover-border:hover {
    border: 1px solid var(--black);
}

/* text-marquee  */

.text-marquee {
    width: 100%;
    height: auto;
    position: relative;
}

.text-marquee::before,
.text-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.text-marquee::before {
    left: 0;
    background: linear-gradient(to right,
            rgb(0, 130, 251) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.text-marquee::after {
    right: 0;
    background: linear-gradient(to left,
            rgb(0, 130, 251) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.text-slider {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    z-index: 1;
}

.slider-track {
    display: inline-block;
    white-space: nowrap;
}

.slider-track a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem 2rem;
    margin: 0 1rem;
    min-width: 220px;
    min-height: 80px;
    color: var(--black);
    font-weight: 500;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid var(--grey-box);
}

.slider-track a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.slider-track a span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(1.3rem, 3vw, 1.6rem);
}

.line1 {
    animation: scroll-left 15s linear infinite;
    margin-bottom: 20px;
}

.line2 {
    animation: scroll-right 15s linear infinite;
    text-align: right !important;
}

.text-slider:hover .slider-track {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-90%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* callout-section */

.callout-section {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    /*background: linear-gradient(to right,*/
    /*        #090e29,*/
    /*        #07081f,*/
    /*        #142d5a,*/
    /*        #204373,*/
    /*        #0b2654,*/
    /*        #032b58);*/
}

.callout-text h3.title {
    font-size: clamp(3rem, 5vw, 8rem) !important;
}

.callout-text p.subtitle {
    font-size: clamp(1.6rem, 5vw, 3rem) !important;
}


/*.callout-text h3.title,*/
/*.callout-text p.subtitle {*/
/*    color: var(--text-color-light);*/
/*}*/

.callout-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}


.callout-img {
    padding: 3rem 3rem 0;
    position: relative;
    z-index: 2;
}

/*.callout-img::after {*/
/*    border-radius: 1rem 1rem 0 0;*/
/*    border: 2px solid #0082fb;*/
/*    border-width: lin;*/
/*    border-bottom: none;*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: calc(100% - 4rem);*/
/*    height: 80%;*/
/*    z-index: 1;*/
/*}*/

.callout-img img {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    position: relative;
    z-index: 2;
}

/* footer  */

.footer-top-nav-container {
    width: 100%;
    height: auto;
    padding: 2rem 0;
    background: var(--bg-light);
}

.footer-logo {
    width: 30px;
    mix-blend-mode: darken;
}

.footer-top-nav {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    gap: 3rem;
}

.footer-top-nav li {
    display: flex;
    gap: 1rem;
    font-size: 1.2rem !important;
    align-items: center;
}

/* main-footer-container */

.footerslider {
    padding: 10px;
}

.main-footer-container {
    width: 100%;
    height: auto;
    padding: 3rem 0;
    background: var(--bg-white);
    border: 1px solid var(--bg-grey);
    border-left: none;
    border-right: none;
}

.footer-card {
    border-radius: 18px;
    padding: 20px;
    min-height: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
    background: var(--bg-light);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.footer-client-logo img {
    max-width: 150px;
    margin: auto;

}

.footer-inner img {
    border-radius: 10px;
}

h3.footer-title {
    font-size: 2rem !important;
    font-family: bg-megatoya-bold;
    color: var(--main-color) !important;
}

.footer-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.custom-col {
    flex: 0 0 20%;
    max-width: 20%;
}

.footer-box h5.footer-heading {
    font-size: 1.4rem !important;
    font-weight: bold;
    color: var(--text-color-dark);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.flex-link {
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.5rem;
}

.footer-links li {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.flex-link li {
    width: auto;
}

.footer-links a {
    color: var(--text-color-dark);
    font-size: 1.3rem !important;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--main-color);
}

.social-icon {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-icon a i {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--bg-light);
    color: var(--text-color-dark);
    display: grid;
    place-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--bg-grey);
}

.social-icon a i:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.footer-bottom {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
}

.footer-bottom p {
    font-size: 1.2rem !important;
    color: var(--text-color-dark);
}


.certificate-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.certificate-box,
.certificate-box img {
    width: auto;
    height: auto;
}



/* feature page css */

/* services-hero-section */

.services-hero-section {
    width: 100%;
    background-color: var(--bg-light);
    position: relative;
    position: 2;
}

.services-hero-section::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: " ";
    /* background-color: var(--bg-grey-light); */
    background-image: url("../media/icon/dots.png");
    background-repeat: repeat;
    /* will repeat dots across section */
    background-size: auto;
    /* or try contain/cover depending on effect */
    background-position: center;
    width: 40%;
    height: 100%;
    opacity: 0.3;
}

.service-page-inner-text {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.service-page-inner-text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    align-items: baseline;
}

.badgetext {
    display: inline-block;
    color: var(--main-color);
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--main-color);
    font-size: 1.2rem !important;
}

.service-page-inner-img {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-out;
}

.service-page-inner-img video,
.service-page-inner-img img {
    max-width: 450px;
    width: 100%;
    /*height: 450px;*/
    border-radius: 1rem;
    object-fit: cover;
}

.service-page-inner-text-box .heading {
    margin-bottom: 0;
}

h1.featureHeading {
    font-family: bg-megatoya-regular;
    font-size: clamp(2rem, 5vw + 1rem, 5rem) !important;
    margin: auto !important;
}

h1.featureHeading span {
    font-family: bg-megatoya-bold;
    background: linear-gradient(90deg, #007cf0, #498ebd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.service-featured-item,
.custom-featured-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
}

.custom-featured-item {
    gap: 3rem;
    flex-wrap: wrap;
}

.service-feature-icon {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.service-feature-icon-img {
    width: 4rem;
    height: 4rem;
    background-color: var(--bg-grey-light);
    border: 1px solid var(--bg-grey);
    border-radius: 50%;
    display: grid;
    place-content: center;
    flex-shrink: 0;
}

.service-feature-icon-img i {
    font-size: 2rem;
    color: var(--main-color);
}

.service-feature-icon p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.service-feature-icon p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-top: 2px;
}

/* comparison-row */

.comparison-row {
    width: 100%;
    height: auto;
    padding: 2rem;
    background-color: var(--bg-grey-light);
    border-radius: 10px;
    margin: auto !important;
    margin-top: 3rem !important;
}

.comparison-text-box {
    padding: 4rem 2rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.last-col-bg :is(p.subtitle) {
    color: var(--text-color-light);
}

.last-col-bg {
    background-color: var(--main-color);
    border-radius: 10px;
    background-image: radial-gradient(#ffffff3b 1px, transparent 1px);
    background-size: 20px 20px;
    color: var(--text-color-light);
}

.comparison-points li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
}

.comparison-points li::before {
    content: "✔";
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 8px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    color: var(--text-color-light);
    font-weight: bold;
}

.last-col-bg .comparison-points li::before {
    background-color: var(--text-color-light);
    color: var(--main-color);
}

/* howitworks-wrapper */

.howitworks-wrapper {
    width: 100%;
}

/*savemoney*/

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.stat-box {
    border-radius: 1rem;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    background: white;
}

/*.stat-box:nth-child(1) {*/
/*    grid-column: span 2;*/
/*}*/

/*.stat-box:nth-child(2) {*/
/*    grid-row: span 2;*/
/*}*/

/*.stat-box:nth-child(5) {*/
/*    grid-column: span 3;*/
/*}*/

.savemoneybox {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

@media (max-width: 768px) {

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

    .whatsnumberbox .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}

.stat-box:hover {
    transform: translateY(-5px);
}


/*blog post*/

.parent {

    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-grid-box {
    flex: 1 1 calc(33.3% - 20px);
    /* 4 columns */
    /*max-width: calc(25% - 20px);*/
    /*height:100%;*/
}


/*.blog-grid-box:nth-child(3) {*/
/*    grid-column: span 2 / span 2;*/
/*}*/

/*.blog-grid-box:nth-child(4) {*/
/*    grid-column: span 2 / span 2;*/
/*    grid-row-start: 2;*/
/*}*/


/*.blog-grid-box:nth-child(5) {*/
/*    grid-column-start: 3;*/
/*    grid-row-start: 2;*/
/*}*/

/*.blog-grid-box:nth-child(6) {*/
/*    grid-column-start: 4;*/
/*    grid-row-start: 2;*/
/*}*/



.blog-post {
    background: var(--bg-white);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    border-radius: 10px;
    position: relative;
}

.blog-post:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.post-image img {
    width: 100%;
    height: auto;
}

.blog-content-box {
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blog-post-info {
    position: absolute;
    top: 10px;
    background: var(--bg-dark);
    padding: 0.8rem;
    border-radius: 5px;
    color: var(--text-color-light);
}

.post-date {
    font-size: 1rem;
    font-weight: 500;
}

.post-title a {
    color: #222;
    font-size: 1.8rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #007bff;
}

/* .post-teaser {
    font-size: 12px;
    color: #1c1c1c;
    margin: 1rem 0;
} */

.step-number {
    width: 3rem;
    height: 3rem;
    background-color: var(--main-color);
    color: var(--text-color-light);
    display: grid;
    place-content: center;
    border-radius: 50%;
    font-size: 1.5rem !important;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content-wrapper,
.step-content-img {
    width: 100%;
    height: auto;
    padding: 2rem;
}


.step-content-img img {
    width: 100%;
    height: auto;
}

.step-content-wrapper {
    gap: 2rem;
}

.step-content,
.step-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* .accordion-item */

.accordion-item {
    margin-bottom: 12px;
    padding: 10px !important;
    border-radius: 20px !important;
    border: 1px solid #e0e0e0 !important;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid #e0e0e0 !important;
}

.accordion-button {
    background: none !important;
    font-weight: 600;
    font-size: clamp(1.3rem, 1vw + 1rem, 1.8rem) !important;
    padding: 1rem 1.25rem;
    border: none;
    box-shadow: none !important;
    color: #333;
}

.accordion-button:not(.collapsed) {
    color: var(--main-color) !important;
}

.accordion-body {
    font-size: clamp(1rem, 1vw + 1rem, 1.5rem) !important;
    color: #555;
    padding: 0 1.25rem 1rem 1.25rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* cta  section*/

.central-cta-box {
    width: 100%;
    height: auto;
    padding: 3rem;
    border-radius: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--bg-grey-light);
    gap: 1.5rem;
}


/*industry sections*/


.industrycardconatiner {
    padding: 1rem;
}

.industrycardinner {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.5s ease;
}

.industrycardinner:hover {
    transform: translateY(-10px);
}

.industrycardinner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.industrycardinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    padding: 2rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgb(59, 161, 255));
}

.number-pill {
    font-size: 7rem !important;
    font-weight: bold;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    opacity: 0.5;
}

.service-card-title {
    font-size: 2rem;
}


/*industry text-testimonail*/

.inner-card-service {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 2rem;
}

.review-img {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
}

.review-img img {
    width: 4rem !important;
    height: 4rem;
    background-color: var(--bg-grey-light);
    border: 1px solid var(--bg-grey);
    border-radius: 50%;
    display: grid;
    place-content: center;
    flex-shrink: 0;
}

.review-img h6 {
    font-size: clamp(1.5rem, 2vw, 2rem) !important;
    font-weight: bold;
}



/* whatsapp page */

.pre-line {
    white-space: pre-line;
}

.whatsapp-hero-section {
    width: 100%;
    height: auto;
}

.whatsapp-theme h3.title{
    font-size:clamp(2.5rem, 5vw, 3.2rem) !important;
    color:#1b1b1b;
}

.whatsapp-theme {
    --main-color: #25D366;
    --gradient-blur: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-theme h1.featureHeading span {
    background: linear-gradient(90deg, #25D366, #128C7E);
    -webkit-background-clip: text;
    background-clip: text;
}

.whatsapp-theme .bg1 {
    background: linear-gradient(135deg, #f0f7ff, #e6f0ff);
}

.whatsapp-theme .bg2 {
    background: linear-gradient(135deg, #eafdf3, #dff7eb);
}

.whatsapp-theme .bg3 {
    background: linear-gradient(135deg, #fff8f0, #ffefe0);
}

.whatsapp-theme .bg4 {
    background: linear-gradient(135deg, #f5f0ff, #ebe4ff);
}

.whatsapp-theme .bg5 {
    background: linear-gradient(135deg, #f0fcff, #e2f6ff);
}

.whatsapp-theme .bg6 {
    background: linear-gradient(135deg, #fff3f7, #ffe8f0);
}

.whatsapp-theme .bg7 {
    background: linear-gradient(135deg, #f4f8ff, #e8f0ff);
}

.w-cardconatiner {
    width: 100%;
    padding: 1rem;
}

.w-card {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    border-radius: 22px;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.w-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.w-card-image,
.w-card-image img {
    width: 100%;
}

.w-card-title {
    font-size: clamp(1.5rem, 2vw, 2rem) !important;
    font-weight: bold;
}

.w-card p {
    font-family: bg-megatoya-regular;
}


/* whatsnumberbox */

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

.whatsnumberbox .stats-grid h3.title {
    color: var(--main-color);
}


/* whatsapp page table  */

.comparison-table {
    border-radius: 10px;
    overflow: hidden;
}

.comparison-table thead tr th {
    padding: 2rem;
}

.official-cell i,
.grey-cell i {
    margin-right: 1rem;
}

.official-cell {
    background-color: #f0fdf4 !important;
}

.grey-cell {
    background-color: #ffebed !important;
}

.official-col {
    background: var(--whatsapp-soft-gradient) !important;
    color: var(--text-color-light) !important;
}

.grey-col {
    background: linear-gradient(135deg, #d32525, #bf1f1f) !important;
    color: var(--text-color-light) !important;
}

.comparison-table td,
.comparison-table th {
    padding: 16px;
    border: 1px solid #f0f0f0;
    font-size: clamp(1.3rem, 1.2vw + 0.5rem, 1.6rem);
    text-align: left;
}

@media (max-width: 767px) {

    .comparison-table {
        display: grid;
        grid-template-columns: 1fr;
    }

    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table tr {
        display: contents;
    }

    .comparison-table th,
    .comparison-table td {
        display: block;
        width: 100%;
        border: none;
        padding: 14px 16px;
    }

    .comparison-table th:nth-child(1),
    .comparison-table td:nth-child(1) {
        order: 1;

    }

    .comparison-table th:nth-child(2),
    .comparison-table td:nth-child(2) {
        order: 2;
    }
}



/* floating-cta */

.floating-cta {
    position: fixed;
    bottom: 0px;
    right: 20px;
    z-index: 9;
    border-radius: 1rem 1rem 0 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1.5rem;
    background: var(--whatsapp-hover);
}


.floating-cta .cta-primary {
    font-size: 14px !important;
}


@media (max-width: 768px) {
    .floating-cta {
        width: 100%;
        right: 0;
    }

    .floating-cta .cta-button {
        flex: 1;
        flex-basis: 100%;
        display: flex;
    }

    .floating-cta .cta-primary {
        flex: 1;
        flex-basis: 100%;
    }
}


/* 404 section */

.section404 {
    background: linear-gradient(270deg, #f0f9ff, #41bffd, #fce4ec);
    background-size: 600% 600%;
    animation: gradientMove 12s ease infinite;
    transition: all 0.4s ease-in-out;
    width: 100vw;
    height: auto;
}



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.error404 {
    width: 100%;
    min-height: 1px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
}

h5.heading404 {
    font-family: bg-megatoya-bold;
    font-size: clamp(8rem, 10vw + 1rem, 20rem) !important;
    background: linear-gradient(270deg, #f0f9ff, #b9e8ff, #fce4ec);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px black;
    text-shadow: 2px 2px aliceblue;
}

h5.heading404 span {
    display: inline-block;
    font-family: bg-megatoya-bold;
    animation: glitchRotate 4s infinite linear;
    color: transparent;
    background: linear-gradient(90deg, #7c4dff, #00bcd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes glitchRotate {
    0% {
        transform: rotate(0deg) scale(1);
    }

    25% {
        transform: rotate(-10deg) scale(1.1);
    }

    50% {
        transform: rotate(0deg) scale(1);
    }

    75% {
        transform: rotate(10deg) scale(1.1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}


/*pdf page*/


.pdf-container {
    width: 100%;
    height: 90vh;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
}


.whitedot {
    background-image: radial-gradient(var(--main-color) 1px, transparent 1px);
    background-size: 20px 20px;

}

/*policy-content*/

.policy-content h3.title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}


.policy-content p,
.policy-content ul li {
    font-size: 14px !important;
    margin-bottom: 1rem;
}


/*.policy-content p strong, .policy-content ul li strong{*/
/*    color:var(--main-color);*/
/*}*/


/*our-story*/
.bannerimg {
    border-radius: 10px;
    overflow: hidden;
}

.bannerimg,
.bannerimg img {
    width: 100%;
}

.description {
    white-space: pre-line;
}

.description strong {
    color: var(--main-color);
}


/* pricing page  */


.whitedot {
    background-image: radial-gradient(#0584fb 1px, transparent 1px);
    background-size: 20px 20px;
}

.toggle-container {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.toggle-btns {
    display: flex;
    gap: 1rem;
    border: 1px solid var(--main-color);
    /*padding: 0.5rem;*/
    border-radius: 0.5rem;
    border-radius: 20px;
}

.toggle-btns .btn {
    font-size: clamp(1.3rem, 1vw + 0.5rem, 1.5rem);
    transition: all 0.3s ease;
    color: var(--main-color);
    border: none;
    border-radius: 20px;
}


.toggle-btns .btn.active {
    background: var(--main-color);
    color: var(--text-color-light);
    border: none;
}


/* price box */



.card {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    padding: 1.5rem;
    flex-direction: column;
    gap: 1rem;
}

.card:hover {
    transform: translateY(-5px);
}

.card p {
    margin-bottom: 0 !important;
}

.card .card-heading,
.plan-price-container .price {
    font-family: bg-megatoya-bold;
}

.card .card-heading {
    font-size: clamp(2rem, 4vw + 1.5rem, 2rem) !important;
}

.plan-price-container .price {
    font-size: clamp(2rem, 4vw + 1.5rem, 4rem) !important;
}

/*.plan-price-container .price {*/
/*    font-size: clamp(2rem, 4vw + 1.5rem, 3rem) !important;*/
/*    font-family: bg-megatoya-bold;*/
/*}*/

.popular-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--color2);
    color: var(--text-color-light);
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid var(--color2);
}

.plan-select-container {
    text-align: center;
    width: 100%;
}

.plan-select-container p {
    font-size: 12px !important;
    margin-top: 0.5rem;
}

.select-btn {
    border-radius: 8px;
    padding: 10px;
    font-weight: bold;
    outline: none;
    border: 1px solid;
    margin-top: 1rem;
}


.plan-features-container {
    width: 100%;
    margin-top: 2rem;
}

.plan-features-container h5 {
    font-family: bg-megatoya-bold;
    font-size: 2rem !important;
    color: var(--black);
}

.plan-features-container ul {
    margin-top: 1rem !important;
    font-family: bg-megatoya-regular;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.plan-features-container ul li {
    font-size: 1.4rem !important;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}




:root {
    --color3: #8b5cf6;
    --color2: var(--main-color);
    --color1: #10b981;
    --color4: rgb(106, 106, 106);
    --lightbg4: #f4f4f5;
    --lightbg3: #e6dcff;
    --lightbg2: #e3efff;
    --lightbg1: #f2fbf9;

}



/* Backgrounds */

.card-bg1 {
    border-color: var(--color1) !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFFAF0 27%, #EFFAF0 100%);
}

.card-bg2 {
    border-color: var(--main-color) !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #eff2fa 27%, #eff2fa 100%);
}


.lighhtbg4 {
    background: var(--lightbg4);
}

.lightbg1 {
    background: var(--lightbg1);
}

.lighhtbg2 {
    background: var(--lightbg2);
}

.lighhtbg3 {
    background: var(--lightbg3);

}

.bg-card1 {
    background: var(--color1);

}

.bg-card2 {
    background: var(--color2);
    border-color: var(--color2);
}

.bg-card3 {
    background: var(--color3);
    border-color: var(--color3);
}

.bg-card4 {
    background: black;
    border-color: var(--color4);
}

/* Text colors */
.textcolor1 {
    color: var(--color1);
}

.textcolor2 {
    color: var(--color2);
}

.textcolor3 {
    color: var(--color3);
}

.textcolor4 {
    color: var(--color4);
}


.table-wrapper {
    overflow-x: auto;
    background-color: white;
    width: 100%;
}

.pricing-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    font-family: bg-megatoya-regular;
}

.pricing-table th,
.pricing-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
    text-align: left;
    min-width: 180px;
}

.sticky-col {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    font-weight: 600;
    width: 250px;
    padding: 5px;
    background-color: white;
    border-left: 1px solid #ddd;
}

.price-table-box-th {
    padding: 5px;
}

.price-table-box-th .price-table-box-div {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
}

.sticky-col div {
    background: #f8f8fc !important;
    color: white;
    padding: 50px 15px;
    font-size: 16px;
    border-radius: 5px;
    color: black;
    font-weight: bold;
    text-align: center
}

.price-table-box-div h4 {
    font-size: 14px !important;
}

.price-table-box-div .select-btn {
    font-size: 12px !important;
}

/* Optional: header sticky on scroll */
.pricing-table thead th {
    z-index: 3;
}

/*old css is unused */
/*new table */

.table-container {
    width: 100%;
    border: 1px solid #eee;
}

.table-container * {
    font-family: "Plus Jakarta Sans", sans-serif;

}

.pricingTable {
    width: 100%;
    border-collapse: separate;
    font-size: 15px;
    table-layout: fixed !important;
    border-spacing: 0;
}

.pricingTable thead th {
    background: #fff;
    z-index: 50;
    padding: 12px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 2px solid #ddd;
}

.pricingTable td,
.pricingTableth {
    padding: 12px !important;
    border-bottom: 1px solid #f1f1f1 !important;
}

.feature-title {
    font-weight: bold;
    background: var(--lightbg2);
}


.tablemiddletext {
    text-align: center !important;
    font-size: 16px;
}


/*pricing-calculator*/



.pricing-calculator-container {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f8f8fc;
}

.options-calculator-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.range-slider-box,
.option-group {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.range-slider-flex,
.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.options {
    justify-content: flex-start;
    flex-wrap: wrap;
}

h5.calculator-heading {
    font-size: 15px !important;
    margin-bottom: 1rem !important;
}

.options-calculator-container p {
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

.options-calculator-container p span {
    font-weight: bold;
    color: var(--main-color);
    font-size: 1.6rem !important;
}

.range-slider {
    width: 100%;
    height: auto;
}

.range-slider input {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e7e7ee;
    outline: none;
    -webkit-appearance: none;
}

.range-slider input::-webkit-slider-thumb,
.range-slider input::-moz-range-thumb {
    -webkit-appearance: none !important;
    appearance: none;
    width: 15px;
    height: 15px;
    background: radial-gradient(circle, #0082fb, white);
    cursor: pointer;
    border-radius: 50%;
    padding: 2px;
    outline: none;
    border: none;
}


.option {
    background: rgba(242, 242, 242, 0.61);
    border: 1px solid white;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.option svg {
    width: 20px;
    height: 20px;
}

.option.active {
    border-color: var(--main-color);
    background: rgba(255, 255, 255, 0.25);
}

/* cost box */

.cost-box {
    background: #e3efff;
    border-radius: 10px;
    padding: 20px;
}

.cost-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 15px 0;
}

.cost-row:not(:nth-of-type(3)) {
    border-bottom: 1px dashed;
}

.total {
    font-size: 2rem;
    font-weight: bold;
    border-top: 1px solid;
    padding-top: 10px;
    margin-top: 2rem;
}

.hidden-box {
    width: 100%;
    display: none;
}

.hidden-box-inner {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    background: #e3efff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Mobile-friendly */
@media screen and (max-width: 768px) {

    .table-wrapper {
        border-left: 1px solid #ddd;
    }

    .pricing-table {
        min-width: 500px;
    }
}



/*contact us page*/

.glassmorpheffect {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.glassmorpheffect .formcontainer,
.glassmorpheffect formcontainer .input-box {
    color: var(--text-color-light);
}

.formcontainer,
.formcontainer .input-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    color: var(--black);
    font-size: 1.2rem;
    justify-content: start;

}

.glassmorpheffect .formcontainer .form-label {
    color: var(--bg-grey);
}

.formcontainer .form-label {
    margin-bottom: 0rem;
    color: var(--black);
}

.formcontainer .form-control {
    padding: 0.75rem !important;
    border-color: transparent;
    outline: none;
    position: relative;
}

.formcontainer .form-control,
.formcontainer .form-select {
    color: var(--black);
    font-size: 1.4rem;
    background: var(--bg-grey-light);
}

.glassmorpheffect .formcontainer .form-control,
.glassmorpheffect .formcontainer .form-select {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.367);
    color: var(--text-color-light);
}


.formcontainer .form-select {
    padding: 0.75rem !important;
}

.formcontainer .form-select option {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.367);
    color: white;
}

.formcontainer .form-control:focus,
.formcontainer .form-select:focus {
    border: transparent;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.367);
    color: var(--text-color-light);
}

.submitbtn {
    border: none;
}

/* Fix for iOS input styling */

.formcontainer :is(input, select, textarea) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

/* Fix for select arrow */
.formcontainer select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23007bff' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 1em !important;
}

.form-error {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: red;
    pointer-events: none;
}

.error {
    color: red;
    font-size: 10px;
}

.success {
    color: green;
    font-size: 14px;
}

.iti {
    width: 100%;
}

.iti__country-name,
.iti__flag-box {
    color: #000;
}

.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    padding-left: 50px !important;
}


.contact-box {
    display: flex;
    gap: 2rem;
    height: 100%;
    color: var(--text-color-light);
    font-size: 1.5rem;
    transition: all 0.5s ease;
}

.contact-box:hover {
    transform: translateY(-10px);
}

.contact-box-i {
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 1, 0.53);
    display: grid;
    place-content: center;
    flex-shrink: 0;
    color: var(--main-color);
}

.contact-box-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--bg-grey);
}

.contact-box-text p {
    font-size: 1.3rem !important;
}

.contact-box-text h3 {
    font-size: 1.5rem !important;
    font-weight: bold;
    color: var(--text-color-light);
}