@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap);

:root {
    --light_white: #f8f8f8;
    --black: #000;
    --white: #fff;
    --primary_color: #ffff;
    --secondary_color: #1b8b83;
    --font-secondary: 'Inter', sans-serif;
    --font-primary: 'Outfit', sans-serif;

}

body {
    font-family: var(--font-primary);
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: var(--primary_color) !important;
}

div#userwayAccessibilityIcon {
    right: -20px !important;
    top: 20px
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
    display: none
}

body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0;
    border-left: 1px solid #ccc
}

body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0;
    background: var(--secondary_color);
}

::selection {
    color: var(--white);
    background: var(--black);
}

a {
    text-decoration: none !important;
    color: #000
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none
}

ol,
ul {
    padding-left: 0rem !important
}

.container {
    margin: 0 auto;
    padding: 0
}

.btn,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 700 !important;
    margin: 0 !important;
    color: var(--black);
    text-transform: capitalize;
}

h1 {
    font-size: 50px !important;
    line-height: 40px !important;
    padding: 10px 0 60px 0;
    margin: 0
}

h2 {
    font-size: 36px !important;
    letter-spacing: 0;
    line-height: 1.2 !important;
    color: #fff;
}

p {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: var(--black);
    line-height: 1.8;
}

/* header */
.header {
    position: fixed;
    padding: 15px;
    z-index: 9999;
    width: 90%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 14%);
    border-radius: 21px;
    background: #fff;
    /* backdrop-filter: blur(40px); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .6s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

header.sticky {
    backdrop-filter: blur(40px);
    background: rgb(255 255 255 / 52%);
    width: 100% !important;
    border-radius: 0 !important;
    top: -15px;
}

.logo-main {
    max-width: 100%;
}

ul.main-navigation li {
    padding: 2px 15px;
}

ul.main-navigation li:last-child {
    background-color: transparent;
}

.logo-main a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.logo-main img {
    width: 90%;
}

/* DESKTOP MENU */
.main-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0px;
}

.ct-head-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

.ct-head-buttons i {
    color: var(--white);
}

.main-navigation li a {
    text-decoration: none;
    color: var(--black);
    font-size: 15px;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover underline */
.main-navigation li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--black);
    transition: 0.3s;
}

.menuList li a::after {
    background-color: #fff;
}

.main-navigation li a:hover::after {
    width: 100%;
}

.main-navigation li.active a {
    border-bottom: 1px solid;
}

/* Dropdown Mega menu  */

li.drop_down {
    position: relative;
    padding: 16px 0px;
}

ul.dp-menu {
    position: absolute;
    top: 60px;
    transform: translateX(-60%) translateY(0);
    width: 1100px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 30px;
    z-index: 999;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 4%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    background-image: url(../images/cta-background-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

ul.dp-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary_color);
    z-index: -1;
    opacity: 0.7;
    border-radius: 20px;

}

li.drop_down:hover ul.dp-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

li.drop_down:hover ul.dp-menu.services-menu {
    transform: translateX(-40%) translateY(0);
}

.services_drop_down {
    display: flex;
}

.ser_menu_left {
    width: 28%;
    padding: 0px 30px;
    border-right: 1px solid #ddd;
}

.ser_menu_left span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.ser_menu_left p {
    color: #fff;
    font-size: 13px;
}

.ser_menu_left img {
    width: 100%;
    filter: brightness(0) invert(1) contrast(120%);
}

.ser_menu_right {
    width: 72%;
    padding-left: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 40px;
    max-height: 450px;
    overflow-y: auto;
}

.ser_menu_right::-webkit-scrollbar {
    width: 6px;
}

.ser_menu_right::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.ser_menu_right::-webkit-scrollbar-thumb {
    background: var(--secondary_color);
    border-radius: 10px;
}

.drop_down i {
    transition: transform 0.3s ease;
    color: var(--secondary_color);
}

.drop_down:hover i {
    transform: rotate(180deg);
}

.menucol p {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 8px;
    align-items: center;
    color: #fff;
}

.menucol p a {
    color: #000;
}

.menucol p a::after {
    background: var(--secondary_color);
}

.menucol p a:hover {
    color: #000;
    padding-left: 5px;
}

.menucol p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.menucol p img {
    width: 22px;
}

.menuList ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.menuList ul li {
    margin-bottom: 8px;
}

.menuList ul li a {
    position: relative;
    transition: 0.3s all ease;
    display: block;
    padding: 2px 0;
    color: #fff;
    font-size: 13px;
}

.menuList ul li a:hover {
    padding-left: 5px;
}

/* Dropdown Mega menu end  */

/* button css */
a.theme-btn {
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 500 !important;
    font-size: 15px;
    color: var(--white);
    border-color: var(--secondary_color);
    background: var(--secondary_color);
    border: 1px solid #e5e5e5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    justify-content: center;
}

/* Shine effect */
a.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent);
    transition: 0.6s;
}

a.theme-btn:hover {
    color: #fff;
    border-color: var(--black);
    background: var(--black);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px var(--black);
}

a.theme-btn:hover::before {
    left: 120%;
}

a.theme-btn:active {
    transform: scale(0.96);
    box-shadow: 0 6px 15px var(--black);
}

.icon i {
    transform: rotate(-40deg);
    transition: transform 0.3s ease;
    color: var(--white);
}

.btnWrap i {
    color: var(--white);
}

.icon:hover i {
    transform: rotate(0deg);
}

a.theme-btn:hover i {
    color: #fff;
    display: inline-block;
    animation: vibrate 0.3s linear infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 1px);
    }

    40% {
        transform: translate(-2px, -1px);
    }

    60% {
        transform: translate(2px, 1px);
    }

    80% {
        transform: translate(2px, -1px);
    }

    100% {
        transform: translate(0);
    }
}

/* button css end */

/* hero section */
section.hero {
    padding: 150px 0 170px 0;
    position: relative;
}

.hero-intro-text {
    margin-top: 100px;
}

section.hero h1 {
    line-height: 1.2 !important;
    font-size: 61px !important;
    padding: 10px 0 0;
    text-transform: capitalize;
    color: #000;
}

span.highlight {
    background: var(--secondary_color);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.menu.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu.list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.5;
}

.menu.list li i {
    color: #fff;
    font-size: 14px;
    margin-top: 4px;
    background: rgb(27 139 131);
    padding: 6px;
    border-radius: 50%;
    transition: 0.3s;
}

img.hero-image {
    border-radius: 15px;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--secondary_color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 15px;
}

.icon-box i {
    color: var(--white);
    font-size: 20px;
}

.service-box-h h2 {
    color: #000;
    margin-bottom: 30px !important;
}

/* end hero section */

/* process box section */
section.process {
    padding: 60px 0 60px 0;
    background: var(--primary_color);
}

.center {
    text-align: center;
    margin: 0 auto;
}

.whotebox P {
    color: #000;
    line-height: 1.6;
    transition: 0.3s;
}

.sectitle h2 {
    color: #000;
}

.whotebox h4 {
    color: #000;
    transition: 0.3s;
    text-transform: capitalize;
}

.sectitle.center p {
    color: #000;
}

.processbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1b8b8347;
    transition: 0.5s;
}

.processbox:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.processbox:hover::before {
    left: 100%;
}

.processbox {
    position: relative;
    background: #fff;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    z-index: 2;
    min-height: 250px;
    overflow: hidden;
    transition: 0.4s all ease;
    border-left: 4px solid var(--secondary_color);
}

.processbox:hover .icon-box i {
    animation: vibrate 0.3s linear infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 1px);
    }

    40% {
        transform: translate(-2px, -1px);
    }

    60% {
        transform: translate(2px, 1px);
    }

    80% {
        transform: translate(2px, -1px);
    }

    100% {
        transform: translate(0);
    }
}

/* process box section end */

/* work-section */
.work-section {
    /* background: #dfebea; */
    padding: 60px 0 60px 0;
}

.card {
    background: #ffffff;
    border-radius: 16px !important;
    padding: 25px;
    border: 1px solid #e0e0e0 !important;
    transition: 0.3s ease;
    text-align: center;
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-height: 370px;
    margin-bottom: 20px;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.card:hover .icon-box i {
    animation: vibrate 0.3s linear infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 1px);
    }

    40% {
        transform: translate(-2px, -1px);
    }

    60% {
        transform: translate(2px, 1px);
    }

    80% {
        transform: translate(2px, -1px);
    }

    100% {
        transform: translate(0);
    }
}

.card h3 {
    font-size: 18px;
    text-transform: capitalize;
}

.card p {
    text-align: center;
    text-transform: capitalize;
}

/* work-section end */

/* cta section */
section.cta {
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(../images/cta-background-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

section.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary_color);
    z-index: -1;
    opacity: 0.7;
}

section.cta p {
    color: #fff;
}

section.cta-form {
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
    background-image: url(../images/cta-background-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

section.cta-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary_color);
    z-index: -1;
    opacity: 0.7;
}

section.cta-form p {
    color: #fff;
}

/* cta section end */

/* future section */
section.future-sec {
    padding: 60px 0 60px 0;
    background: #dfebea;
}

.future-sec .row:hover .trust-img {
    transform: scale(1.05) rotate(2deg);
}

img.trust-img {
    border-radius: 15px;
}

.trust-img {
    transition: all 0.4s ease;
}

.future-content h2,
.future-content p {
    color: #000;
}

/* future section end */

/* why choose section */
section.whychooseussec {
    padding: 60px 0 60px 0;
    background: var(--primary_color);
}

.choosethumb {
    padding: 1rem 2rem 2rem;
    border-radius: 1.5rem;
    height: 100%;
    text-align: center;
    transform: scale(1);
    transition: 0.4s all ease;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    background: #fff;
    min-height: 4rem;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.choosethumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background: #1b8b8347;
}

.choosethumb:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.choosethumb:hover::before {
    left: 100%;
}

.choosethumb h2,
.choosethumb p {
    color: #000;
}

/* why choose section end */

/* FAq section */
section.faqSec {
    padding: 0 0 0 0;
    position: relative;
    z-index: 1;
}

section.faqSec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
}

.faq-sce h2 {
    color: var(--black);
}

.quest-section {
    background: linear-gradient(135deg, #f5f7ff, #eef1ff);
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

a.quest-title {
    color: #1a1a1a;
    padding: 20px 60px 20px 25px;
    display: block;
    border-radius: 12px;
    width: 100%;
    position: relative;
    font-size: 17px;
    background: #ffffff;
    transition: all 0.3s ease;
}

a.quest-title:hover {
    color: #000;
}

a.quest-title::before {
    content: "\f067";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    color: var(--white);
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    transition: all 0.4s ease;
    background: var(--secondary_color);
}

a.quest-title.active {
    color: #000;
    background: #dfebea;
}

a.quest-title.active::before {
    content: "\f068";
    transform: translateY(-50%) rotate(180deg);
    color: var(--white);
}

.quest-content {
    display: none;
    padding: 0 25px 20px;
    background: #ffffff;
    border-top: 1px solid #eee;
}

.quest-content p {
    margin: 0;
    color: #000000;
}

.quest-content.open {
    display: block;
}

/* Faqs End */

/* footer Section */

footer {
    background: var(--primary_color);
}

.footer-top {
    padding: 60px 0 30px;
    /* background: #000; */
    background-image: url(../images/cta-background-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.footer-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary_color);
    z-index: -1;
    opacity: 0.7;
}

.footer-logo img {
    max-width: 90%;
    filter: brightness(0) invert(1) contrast(120%);
}

.ft__nav p {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
}

.ft__nav h4 {
    margin-bottom: 20px !important;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}

.ft__nav h4::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #000000;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.ft__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft__nav ul li {
    margin-bottom: 10px;
    color: #fff;
}

.ft__nav ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    position: relative;
}

.ft__nav ul li a:hover {
    padding-left: 5px;
}

.ft__nav ul li i {
    margin-right: 8px;
    /* color: var(--secondary_color); */
}

.ft__nav li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
}

.ft__nav li a:hover::after {
    width: 100%;
}

.ft__nav li a:hover {
    color: #fff;
}

.ft__nav li.active a {
    border-bottom: 1px solid;
}

/* Bottom Section */
.footer-bottom {
    border-top: 1px solid #fff;
    padding: 15px 0;
    background: #196869;
}

.copy-rights p {
    margin: 0;
    font-size: 14px;
    color: #000000;
}

ul.policy-link {
    display: flex;
    justify-content: center;
    gap: 10px;
}

ul.policy-link li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
}

.ftr-address ul {
    display: flex;
    gap: 20px;
}

.ftr-address ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 500 !important;
    transition: all 0.3s ease;
    position: relative;
    max-width: 100%;
    width: 550px;
}

li.ftr-email a {
    text-transform: lowercase !important;
}

/* footer Section end */

/* inner Section */
section.inner-page-banner {
    position: relative;
    padding: 150px 0 50px 0;
}

.inner-text h1 {
    line-height: 1.2 !important;
    font-size: 60px !important;
    padding: 10px 0 0;
    text-transform: capitalize;
}

.banner-form {
    background-size: 400% 400%;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
    background-image: url(../images/cta-background-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary_color);
    z-index: -1;
    opacity: 0.7;
    border-radius: 30px;
}

form.form-get-quote h3 {
    color: #fff;
    text-transform: capitalize;
}

.industries-banner {
    background-image: url(../images/industrie-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.industries-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0);
    z-index: -1;
    opacity: 0.7;
}

.industries-banner h1,
.industries-banner p {
    color: #fff;
}

/* inner Section end */

/*  service section */

section.inner_service_sec {
    padding: 60px 0 60px 0;
    overflow: visible !important;
}

.service-box {
    position: relative;
    border-radius: 15px !important;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #fff0;
    transition: 0.4s all ease;
    box-shadow: rgb(0 0 0 / .35) 0 5px 15px;
    background: #fff;
    overflow: hidden;
    border-left: 4px solid var(--secondary_color);
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: rgb(0 0 0 / .45) 0 10px 25px;
}

.service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1b8b8347;
    transition: 0.5s;
}

.service-box:hover::before {
    left: 100%;
}

.service__content__inner h2,
.service__content__inner p {
    color: #000;
    line-height: 1.5;
}

.service-box-text h5,
.service-box-text p {
    color: #000;
}

.service__content__inner {
    flex: 1;
    position: sticky;
    top: 120px;
}

h2.cta-h2 {
    margin-bottom: 10px !important;
}

.section-service-process {
    padding: 0px 0px 100px 0px;
    background: #e8e8e8;
    text-align: center;
}

.section-service-process h2 {
    color: #000;
}

.section-service-process>.container>.row:first-child p {
    margin: 0 auto 50px;
    color: #000;
}

section.service-sec {
    padding: 60px 0 50px 0;
    background: var(--primary_color);
}

.service-sec p,
.service-sec h2 {
    color: #000;
}

.servcie-detail:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-img {
    margin-bottom: 15px;
}

.service-text h4 {
    margin-bottom: 10px !important;
}

.servcie-detail {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    min-height: 250px;
    transition: 0.4s all ease;
}

.service__content {
    flex: 1;
    position: sticky;
    top: 120px;
}

.service-box-text {
    margin-left: 10px;
}

.service-box:hover .icon-box i {
    animation: vibrate 0.3s linear infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 1px);
    }

    40% {
        transform: translate(-2px, -1px);
    }

    60% {
        transform: translate(2px, 1px);
    }

    80% {
        transform: translate(2px, -1px);
    }

    100% {
        transform: translate(0);
    }
}

/*  service section end */

/* about us Section */
section.abtsec {
    padding: 60px 0 60px 0;
    background: var(--secondary_color);
}

.image-card {
    flex: 0 0 calc(50% - 0.5rem);
}

.digital-card {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}

/* end about us Section */

/* contact form Section */

.contact-section {
    padding: 50px 0px 60px 0px;
}

.contact-digital p {
    color: #000;
}

section.contact-banner {
    text-align: center;
}

button.theme-btn {
    margin-top: 15px;
    font-family: var(--font-primary);
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 500 !important;
    font-size: 15px;
    color: #fff;
    background: var(--secondary_color);
    border: 1px solid #e5e5e5;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    justify-content: center;
}

/* Shine effect */
button.theme-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.5),
            transparent);
    transition: 0.6s;
}

button.theme-btn:hover {
    color: var(--white);
    border-color: var(--black);
    background: var(--black);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px var(--black);
}

button.theme-btn:hover i {
    color: var(--white);
    display: inline-block;
    animation: vibrate 0.3s linear infinite;
}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 1px);
    }

    40% {
        transform: translate(-2px, -1px);
    }

    60% {
        transform: translate(2px, 1px);
    }

    80% {
        transform: translate(2px, -1px);
    }

    100% {
        transform: translate(0);
    }
}

button.theme-btn:hover::before {
    left: 120%;
}

button.theme-btn:active {
    transform: scale(0.96);
    box-shadow: 0 6px 15px rgba(124, 58, 237, 0.25);
}

button.theme-btn:hover i {
    color: #fff;
}

.contact-form-box {
    padding: 40px;
}

.contact-form-box p {
    color: #fff;
}

.ft__nav.con_nav ul li a {
    color: #000;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.form-row .form-group {
    flex: 1;
    min-width: 200px;
    margin-bottom: 15px;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.form-group input,
.form-group textarea {
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
    outline: none;
}

.form-group textarea {
    min-height: 120px;
    resize: none;
}

.contact-digital {
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    background: #ffff;
}

.form {
    padding: 40px;
    background: url(../images/cta-background-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    z-index: 1;
    border-radius: 20px;
}

.form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary_color);
    z-index: -1;
    opacity: 0.7;
    border-radius: 20px;
}

/* contact form Section end  */

/* Policy Page Section */
section.think {
    padding: 60px 0;
    background: #dfebea;
}

section.think h2,
h3,
h4,
section.think p,
section.think a {
    color: #000;
    margin: 0;
    text-transform: lowercase;
}

section.policy-banner {
    padding: 150px 0 100px 0;
}

.content_privacy {
    margin-bottom: 20px;
}

.content_privacy h2 {
    text-transform: capitalize !important;
}
/* Policy Page Section */

/* blog Section */

section.resources-section {
    background: #dfebea;
    padding: 60px 0 10px 0;
}

.blog-box {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.35s ease;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.blog-box img {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.no-image {
    display: none;
    height: 220px;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-box h2 {
    color: #000;
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.blog-img {
    border-radius: 15px;
}

/* blog Section end */

/* blog Section details */
.blog-page {
    padding: 30px 0;
    background: #fff;
}

.toc-box {
    background: #f9fafc;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 20px;
    flex: 1;
    position: sticky;
    top: 120px;
}

.nav-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nav-tabs .nav-link {
    text-align: left;
    background: var(--secondary_color) !important;
    padding: 12px 14px;
    border-radius: 12px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid #eee !important;
}

.nav-tabs .nav-link:hover {
    color: #fff;
    background: #000 !important;
}

.nav-tabs .nav-link.active {
    background: #000000 !important;
    color: #fff !important;
    border-color: #000000 !important;
    border-radius: 5px;
}

.tab-content {
    padding-left: 20px;
}

.tab-card {
    background: #fff;
    border: 1px solid #000;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* blog Section details end */

/* canvas */
/* .particle {
    position: absolute;
    z-index: -1;
} */
canvas.particle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    pointer-events: none;
}

/* canvas */

/* Model  css*/
.form-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    background: rgb(0 0 0 / .65);
    backdrop-filter: blur(6px);
}

form.form-get-quote.popupform {
    padding: 35px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
    background-image: url(../images/cta-background-img.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    width: 500px;
    max-width: 100%;
    animation: popupBounce 0.4s ease;

}

@keyframes popupBounce {
    0% {
        transform: scale(0.7);
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

form.form-get-quote.popupform::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary_color);
    z-index: -1;
    opacity: 0.7;
    border-radius: 30px;
}

.close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    background: var(--secondary_color);
    border: 0.1px solid var(--white);
}

.close_popup i {
    font-size: 16px;
    color: var(--white);
    transition: 0.3s ease
}

.close_popup:hover {
    background: var(--black);
    animation: vibrate 0.3s linear infinite;

}

@keyframes vibrate {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(-2px, 1px);
    }

    40% {
        transform: translate(-2px, -1px);
    }

    60% {
        transform: translate(2px, 1px);
    }

    80% {
        transform: translate(2px, -1px);
    }

    100% {
        transform: translate(0);
    }
}

/* Model css end */

/*  */
.solutions-section {
    background-color: #dfebea;
    padding: 60px 0;
}

.solution-box {
    background: #fff;
    border-radius: 18px;
    padding: 24px 18px 24px 18px;
    transition: all 0.35s ease;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* animation support */
    opacity: 1;
    transform: translateY(0);
}

.solution-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.solution-box img {
    border-radius: 15px;
}

.solution-info {
    display: flex;
    align-items: center;
    margin: 20px 0px;
    gap: 15px;
}

.solution-info h3 {
    color: #1b8b83;
    font-size: 17px;
    text-transform: none;
}

img.solution-icon {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(38%) saturate(650%) hue-rotate(135deg) brightness(90%) contrast(90%);
}

section.introsec {
    padding: 60px 0 0px 0;
}

section.introsec h2 {
    color: #000;
}

section.introsec p {
    margin-bottom: 5px;
}