* { margin: 0; padding: 0; box-sizing: border-box;}
body{ font-family: "Inter", sans-serif;}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* .container{max-width: 1400px;} */


:root {
    --white: #fff;
    --black: #000;
    --charcoal: #16181D;
    --dark-slate: #1E1E1E;
    --steel-gray: #454545;
    --mid-gray: #696969;
    --cool-gray: #9CA3AF;
    --pale-blue: #E7EFF5;
    --lavender-gray: #E9E5F6;
    --blue: #2966F4;
    --indigo: #6738FF;
    --blush: #F1E0E3;
    --light-green:#DCF6F1;
    --rose: #F3607A;
    --petal-pink: #EFCDD3;
    --gradient-peach: #F0E2D5;
    --gradient-mint: #D4EAE6;
    --gradient-sky: #DBEAFE;
    --form-border:#E7E7E7;
    --input-border:#F0F0F0;
    --Pale-gray:#FDFDFD;
    --light-purple:#A5A9F7;
    --light-blue:#4BBDF8;
    --light-pink: #f373ff;
    --footer-border:#EEEEEE1A;
}
/* colors */
.black{color: var(--black);}
.white{color: var(--white);}
.charcoal{color: var(--charcoal);}
.cool-gray{color: var(--cool-gray);}
.mid-gray{color: var(--mid-gray);}

@font-face {
    font-family: 'Nohemi Bold';
    src: url('../assets/fonts/gotham/Gotham-Bold.woff2') format('woff2'),
    url('../assets/fonts/gotham/Gotham-Bold.woff')format('woff'),
    url('../assets/fonts/gotham/Gotham-Bold.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Nohemi medium';
    src: url('../fonts/nohemi-font-family-1751507399-0/Nohemi-Medium-BF6438cc57ddecd.woff') format('woff2');
    font-style: normal;
}
@font-face {
    font-family: 'Nohemi light';
    src: url('../fonts/nohemi-font-family-1751507399-0/Nohemi-Light-BF6438cc5702321.woff') format('woff2');
    font-style: normal;
}
/* font-family */
.Nohemi-light{ font-family: 'Nohemi light';}
.Nohemi-medium{ font-family: 'Nohemi medium';}
.Nohemi-bold{ font-family: 'Nohemi bold';}



/* Scrollbar */
::-webkit-scrollbar {  width: 10px;  background-color: transparent;  }
::-webkit-scrollbar-track {  background-color: transparent;  }
::-webkit-scrollbar-thumb {  background-color: #888;  border-radius: 20px;  }
::-webkit-scrollbar-thumb:hover {  background-color: #555;  }

/* Font Sizes */
h1, h2, h3, h4, h5, h6 { line-height: 1.2;
    word-break: break-word;
}
p, a, span { line-height: 1.5;
    word-break: break-word;
}
h1{font-size: 64px; font-weight: 500;}
h2{font-size: 56px; font-weight: 600;}
h3{font-size: 48px; font-weight: 500;}
h4{font-size: 24px;}
h5{font-size: 20px;}
h6{font-size: 16px;}
p{font-size: 18px;}


.fs-48{font-size: 48px;}
.fs-42{font-size: 42px;}
.fs-38{font-size: 38px;}
.fs-28{font-size: 28px;}
.fs-22{font-size: 22px;}
.fs-20{font-size: 20px;}
.fs-18{font-size: 18px;}
.fs-16{font-size: 16px;}
.fs-14{font-size: 14px;}

.fw-700 {font-weight: 700;}
.fw-600 {font-weight: 600;}
.fw-500 {font-weight: 500;}
.fw-400 {font-weight: 400;}
.fw-300{font-weight: 300;}

/* links */
a {text-decoration: none;}
li {list-style: none;}
.btn{
    background: var(--black);
    color: var(--white);
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid var(--black) !important;
}
.btn:hover{
    background: transparent !important;
    border: 2px solid var(--black) !important;

}
ul.log-btn li a{
    padding: 12px 18px;
}

ul.log-btn li a:hover {
    background: transparent ;
    color:var(--black) ;
    border-radius: 30px;
    cursor: pointer;

}
ul.log-btn li a:hover {
    background: var(--black) ;
    color: var(--white);
}


/* bg-img */
.bg-img {background-position: center;background-size: cover;background-repeat: no-repeat;}
/* img */
img{width: 100%;height: 100%; object-fit:contain;}

.navbar-nav li a{font-size: 18px; font-weight: 500; color: var(--white); background:transparent;  padding: 10px 23px; border-bottom: 2px solid transparent;}
.navbar-nav li a:hover{font-size: 18px; font-weight: 500; color: var(--white); background:transparent;  padding: 10px 23px; border-bottom: 2px solid var(--white);}
.navbar-nav .nav-link.active{font-size: 16px; font-weight: 500; color: var(--white); background:transparent;  padding: 10px 23px; border-bottom: 2px solid var(--white);}

.button{font-size: 16; font-weight: 500; color: var(--black);}
.log-btn li a{font-size: 16px; font-weight: 500; color: var(--white); padding: 12px;}
button.navbar-toggler {
    background: white;
}

/* footer */
.footer-section {
    padding: 17rem 0 1rem 0;
    background-color: var(--charcoal);
    margin-top: 4rem;
}


.footer-section ul li a{font-size: 16px;}
.img-fluid-footer {
    max-width: 74%;
    height: auto;
}
.footer-section img{width: unset;}
.get-hired{padding-block: 7rem;}
.get-hired .hired-container {
    background: linear-gradient(89deg, var(--petal-pink) 6.22%, var(--gradient-mint) 52.59%, var(--gradient-sky) 75.78%, var(--gradient-peach) 98.96%);
    border-radius:20px;
    padding: 6rem 6rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);

}
.hired-buttons a {
    border: 1px solid var(--black);
    border-radius: 30px;
    padding: 10px 20px;
}
.hired-buttons .job-btn{color: var(--white); background-color: var(--black);}
/* faq-template */
.faq-template-sec {
    padding-block: 5rem;
}

.accordion-button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f067"; /* fa-plus */
    font-size: 18px;
    line-height: 1;
    margin-left: auto;
    padding-right: 18px;
    display: inline-block;
    min-width: 1em;
    background: linear-gradient(130deg, #E0A4AE -16.36%, #4BBDF8 186.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: all 0.3s ease;
}

.accordion-button[aria-expanded="true"]::after {
    content: "\f068";
    background: linear-gradient(130deg, #E0A4AE -16.36%, #4BBDF8  186.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}




/* banner */
.banner-content{background: linear-gradient(89deg, var(--petal-pink) 6.22%, var(--gradient-mint) 52.59%, var(--gradient-sky) 75.78%, var(--gradient-peach) 98.96%);
    border-radius: 20px;
    padding: 5rem 6rem;}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    border-bottom:1px solid rgba(18, 58, 76, 0.10);
}
.accordion-item{
    border: none;
    border-bottom:1px solid rgba(18, 58, 76, 0.10);
}
.accordion-item:last-child {
    border-bottom: 0;
}

/* contact-us */
.contact-us .card.contact-card {     background: linear-gradient(104deg, #edbfcd 0%, #cde7e7 100%); /*background: var(--bg-gradient);}*/ }
.contact-us .contact-form-content {background: var(--bg-gary);}
.contact-us .contact-form-content {padding: 20px;border-radius: 10px;border: 2px solid #EFCDD3;background: var(--bg-white);}
.contact-us .form-input {padding: 8px;border: 1px solid var(--input-gary);border-radius: 32px;}
.contact-us .text-message {border: 1px solid var(--input-gary);border-radius: 12px;outline: none;}
.contact-us .form-btn {padding: 10px 30px;}
.contact-us input {outline: none;}
.contact-us .contact-form-content label {margin-block: 10px;}

.contact-us .card-content {
    padding: 1rem;
    border-radius: 10px;
    padding: 2rem 4rem 2rem 2rem;
    border: 1px solid var(--form-border);
}


.contact-form-content input.form-input {
    border-radius: 27px;
    border: 2px solid #EFCDD3;
    padding: 14px;
}
.contact-form-content input.form-input::placeholder {
    color: var(--black);
}
.contact-form-content textarea.form-input {
    border-radius: 12px;
    border: 2px solid #EFCDD3;
    padding: 14px;
}
.contact-form-content textarea.form-input::placeholder{color: var(--black);}

.contact-icon {
    background: linear-gradient(130deg, #E0A4AE -16.36%, #4BBDF8 186.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}


/* .contact-us .card{border-radius: ;} */
/* plans-sec */
.plans-container{border-radius: 20px;background: linear-gradient(168deg, var(--gradient-sky) -90.37%, var(--Pale-gray) 97.99%); padding: 7rem 3rem;}
.btn-wrapper {
    display: inline-block;
    padding: 12px 2px;
    border-radius: 50px;
    background: linear-gradient(to right, var(--light-pink), var(--light-blue));

}
.gradient-btn {
    padding: 12px 60px;
    border: none;
    border-radius: 50px;
    background: rgb(248, 246, 246);
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.gradient-btn:hover {
    background: linear-gradient(to right, var(--light-pink), var(--light-blue));
    color: var(--white);
}
.gradient-btn-login {
    padding: 12px 60px;
    border: none;
    border-radius: 50px;
    background: black;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.pricing-card {
    border-radius: 20px;
    position: relative;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); */
    background: var(--white);
    overflow: hidden;
}

/* Gradient border at the bottom */
.pricing-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
/* .pricing-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
} */
.card-blue{
    border-bottom: 10px solid var(--light-blue);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* Pink Gradient Border */
.card-pink {
    border-bottom: 10px solid var(--light-purple);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gradient-border-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 1px;
    border-radius: 50%;
    background: linear-gradient(to right, var(--light-blue) 0%, var(--light-purple) 50%, var(--light-pink) 100%);
}

.gradient-border-wrapper i {
    background: white; /* or match your card background */
    border-radius: 50%;
    font-size: 20px;
    color: black;
    padding: 5px 5px;
    display: inline-block;
}

.image-wrapper {
    position: absolute;
    display: inline-block;
    width: 42%;
    top: 1px;
    left: 0;
}

.image-wrapper img {
    width: 85%;
    height: auto;
    display: block;
}

.overlay-text {
    position: absolute;
    top: 14%;
    left: 26%;
    transform: translate(-49%, -50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    width: 181px;
    rotate: -31deg;
}
/* our-mission template */
.our-mission-sec{padding-block: 3rem;}
.our-mission-sec .img-sec{border-radius: 20px; }

/* reach-out */
.reach-content{border-radius: 10px;background: linear-gradient(168deg, #a1cceb -90.37%, #f0f5f8 97.99%); padding: 3rem 3rem 7rem 3rem;}
.reach-second-content {
    border-radius: 10px;
    background-image: url('../images/human-bots.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 3rem 7rem 3rem;
}
/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #444; */
    display: flex;
    justify-content: center;
    align-items: center;
}

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


.swiper-content .swiper .swiper-slide-img {
    aspect-ratio: 1 / 0;
    width: 80%;
}
/* about-us */
.img-div{

    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-div img {
    width: 30px;
    height: 83%;
    object-fit: contain;
}
/* .why-we-card .card{border-radius: 20px; border: 1px solid var( --form-border);}
.why-card {border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  background: var(--white);
  overflow: hidden;} */
/* about-us our story */
.our-story-content {
    border-radius: 10px;
    background-image: url(../images/our-story-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3rem;
}
.our-story .img-sec {
    width: 526px;
}
.team-img {
    margin: 15px;
    margin-bottom: 0px;
    border-radius: 20px;
    height: 415px;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1rem;
}

/* Common icon styles */
.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7.523px;
    text-decoration: none;
}

/* Individual platform background colors */
.social-icons a:nth-child(1) {
    background: #E7EFF5; /* Facebook */
}
.social-icons a:nth-child(2) {
    background: #E9E5F6; /* Twitter */
}
.social-icons a:nth-child(3) {
    background: #F1E0E3; /* Instagram */
}

/* Optional: Smooth hover effect */
.social-icons a:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
/* home-page */
.home-banner{
    height: 700px;
}
.banner-img-sec {
    aspect-ratio: 1 / 1;
    height: 507px;
    width: 535px;
    margin-top: 8rem;
}
.home-bg-img {
    width: 540px;
    height: 611px;
    background-image: url(../images/home-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: calc(50% - -95px);
    z-index: 0;
}


.home-info-img {
    position: absolute;
    top: 130px;
    left: calc(50% - 270px);
    width: 553px;
    height: 400px;
    pointer-events: none;
    z-index: 1;
}

.home-info-img img:nth-child(1) {
    position: absolute;
    top: -54px;
    left: -112px;
    width: 267px;
}
.home-info-img img:nth-child(2) {
    position: absolute;
    bottom: -165px;
    left: -100px;
    width: 275px;
}
.home-info-img img:nth-child(3) {
    position: absolute;
    top: -1%;
    right: -27px;
    width: 220px;
}

.nav-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}


/* Home page transparent header */
.nav-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--black);
}

/* Common scroll effect on all pages */
.nav-scrolled {
    background-color:var(--black) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: sticky !important;
    top: 0;
    z-index: 1001;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#mainNavbar{
    background: var(--black);
}

body .contact-bg-image {
    background-image: url(../images/login-bg.png);
    background-size: cover;
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    width: 407px;
}
.pricing-content {
    background: linear-gradient(89deg, var(--petal-pink) 6.22%, var(--gradient-mint) 52.59%, var(--gradient-sky) 75.78%, var(--gradient-peach) 98.96%);
    border-radius: 20px;
    padding: 2rem 5rem;
}
body .terms-sec ul li{color: var(--mid-gray); font-size: 18px; list-style: decimal; margin-bottom: 8px;}

.contact-link {
    text-decoration: underline;
    color: inherit;
    font-weight: 600;
}

.contact-link:hover {
    color: var(--primary-blue);
}

.page-padding-inner {
    padding: 5rem 0 1rem 0;
}

.page-padding-home {
    padding: 15rem 0 1rem 0;
}
[data-kt-scrolltop=on] .scrolltop{opacity: 1;}
#kt_scrolltop {
    background: linear-gradient(to right,  #d570d5, #A5A9F7, #6ac1e1);
    border-radius: 6px;
    padding: 10px;
    transition: all 0.3s ease;
}

#kt_scrolltop i {
    color: white;
    font-size: 14px;
    transition: color 0.3s ease;
}


#kt_scrolltop:hover i {
    color: white;
    font-size: 14px;
}

#kt_scrolltop.active {
    background: linear-gradient(to right, #d570d5, #A5A9F7, #6ac1e1);
}

#kt_scrolltop.active i {
    color: white;
}

/*contact us*/
body .g-recaptcha {
    zoom: 0.9;
}
