@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
  --body: #fff;
  --black: #0f0f0f;
  --white: #fff;
  --primary: #46c34c;
  --theme: #6A47ED;
  --btn_bg2: #e9ffdb;
  --theme2: #C6F806;
  --header: #17012C;
  --text: #504E4E;
  --border: #E5E5E5;
  --bg: #F6F3FE;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.footer-content img{
  height: 40px;   
  width: auto;
}
#bookDemoModal .modal-dialog{
    max-width:700px !important;
}
#bookDemoModal input:focus,
#bookDemoModal textarea:focus,
#bookDemoModal select:focus{
  outline: none !important;
  box-shadow: none !important;
  border-color: #ccc !important; /* same normal border */
}


#enquirey .modal-dialog{
  max-width:700px !important;
  max-height:300px !important;
}

/* Input styling */
#enquirey input,
#enquirey textarea,
#enquirey select{
  font-size:13px;
  padding:8px 10px;
  width:100%;
  box-sizing:border-box;
}

/* Placeholder */
#enquirey input::placeholder,
#enquirey textarea::placeholder{
  font-size:13px;
}

/* OVERLAP FIX */
#enquirey .row{
  row-gap:10px;
}


/*  NICE-SELECT FULL FIX */
#enquirey .nice-select{
  height:38px !important;
  min-height:38px !important;
  line-height:36px !important;
  padding:0 10px !important;
  
}

/* inside text */
#enquirey .nice-select .current{
  font-size:13px !important;
  line-height:36px !important;
}


/* ONLY Monthly Message field full width */
#enquirey .nice-select{
  width:100% !important;
}

/* make second field full row */
#enquirey .col-lg-6:nth-child(4){
  flex:0 0 100% !important;
  max-width:100% !important;
}


.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--primary);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}
.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--primary);
    position: relative;
}
.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--primary);
}
.preloader .loader .loader-section .bg {
    background-color: var(--btn_bg2);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.mycustom-marque.style-3 {
    background: #97ff9c;
    transform: rotate(-2.772deg);
    margin-top: -52px;
    position: relative;
    z-index: 7;
}

.text-primary {
    color: var(--primary) !important;
}

.text-black {
    color: var(--black);
}
.font-18 {
    font-size: 18px;
}
.font-51 {
    /* font-size: 80px; */
    font-size: 60px;
    font-weight: 800;
    line-height: 125%;
    color: var(--primary);
}
.header-main .header-right {
    gap: 20px;
}
.font-40 {
    font-size: 34px;
    font-weight: 600;
    line-height: 125%;
    color: var(--black);
}
.main-button .theme-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 19.5px 35px;
    border-radius: 30px;
}
.main-button .arrow-btn {
    width: 51px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
.hero-1 {
    padding: 190px 0 0;
    position: relative;
    background-color: #f7fff9;
}
.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
}
.hero-1 .hero-image {
    position: relative;
    z-index: 8;
    /* margin-left: -140px; */
    margin-left: -70px;
}
.hero-1 .hero-content span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--white);
    display: inline-block;
    margin-bottom: 10px;
    background-color: var(--primary);
}
.hero-1 .video-btn {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 151px;
    height: 151px;
    border: 0.5px solid var(--primary);
    background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(25px);
    border-radius: 50%;
    text-align: center;
    line-height: 151px;
    font-size: 24px;
    color: var(--primary);
}
.hero-1 .hero-content p {
    color: var(--black);
    max-width: 510px;
}
.main-button:hover .theme-btn, .main-button:hover .arrow-btn {
    background-color: var(--black);
}
.about-section .brand-wrapper .brand-title::after {
    position: absolute;
    top: 15px;
    right: -9%;
    content: "";
    height: 1px;
    width: 413px;
    background-color: #E5E5E5;
}
.about-section .brand-wrapper .brand-title::before {
    position: absolute;
    top: 15px;
    left: -9%;
    content: "";
    height: 1px;
    width: 413px;
    background-color: #E5E5E5;
}
.section-title {
    color: var(--primary);
}

.header-1 .header-right .sidebar__toggle {
    color: #46c34c;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    /* display: none; */
}
.features-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 12px;
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 0 20px;
}

.card-item {
    gap: 17px;
    padding: 40px 20px;
    position: relative;
    border: 1px solid var(--border);
    border-radius: 20px;
}
.card-feature-1 {
    grid-row: 1 / 2;
    background-color: #d9f3ff;
}
.card-feature-2 {
    grid-column: 2 / 4;
    background-color: #efffe6;
}
.card-feature-3 {
    grid-column: 1;
    grid-row: 2 / 4;
    background-color: #f8eeff;
}
.card-feature-4 {
    grid-column: 2;
    grid-row: 2;
    background-color: #fffce7;
}
.card-feature-5 {
    grid-column: 3;
    grid-row: 2;
    background-color: #fff4f8;
}
.card-feature-6 {
    grid-column: 2 / 3;
    grid-row: 3;
    background-color: #ffe7e5;
}

@media (max-width: 768px) {

    .features-cards-grid{
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .card-feature-1, .card-feature-2, .card-feature-3, .card-feature-4, .card-feature-5, .card-feature-6{
        grid-column: 1;
        grid-row: auto;
    }

    .font-51 {
        /* font-size: 80px; */
        font-size: 30px;
        font-weight: 800;
        line-height: 125%;
        color: var(--primary);
    }
    .font-40 {
        font-size: 18px;
        font-weight: 600;
        line-height: 125%;
        color: var(--black);
    }

    .hero-1 .mike-shape {
        position: absolute;
        top: 10%;
        left: 20px;
    }

    .hero-1 .energy-shape {
        position: absolute;
        right: 14px;
        top: 39%;
    }
        .hero-1 .hero-image {
        margin-left: 0 !important;
    }
        .section-title {
        margin-bottom: 20px;
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate(0);
        /* display: none; */
    }
}

.p-enterprise{
    background-color: var(--primary) !important;
}
.pricing-box-items.style-2 .price-button .theme-btn {
    border: 1.5px solid var(--primary);
    display: inline-block;
    color: var(--primary);
    background: transparent;
}
.pricing-box-items.style-2 .price-button .theme-btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
.pricing-box-items .price-button .theme-btn:hover {
    background-color: var(--primary);
}

.footer-bg {
    background-color: #004c3d;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
    position: absolute;
    bottom: 0;
    left: 25px;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #98e99c;
}
.cta-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #004c3d;
    top: 60%;
    height: initial;
}
.footer-bottom {
    background-color: #004c3d;
    padding: 30px 0;
    position: relative;
    margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
    color: var(--white);
}
.footer-bottom .scroll-icon {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    line-height: 60px;
    background-color: var(--black);
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    border: 5px solid var(--white);
    display: inline-block;
    z-index: 99;
}
.footer-widgets-wrapper {
    padding: 50px 0 50px;
}
.cta-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    margin-left: 0px;
}

.contact-card {
    background: #fff;
    border-radius: var(--card-radius);
    padding: 3rem 2.5rem;
    /* max-width: 960px; */
    width: 100%;
    box-shadow: 0 12px 48px rgba(0,0,0,0.08);
    display: flex;
    gap: 3rem;
    align-items: center;
    border-radius: 40px;
}
/* ── LEFT SIDE ── */
/* .left-side { flex: 1 1 420px; min-width: 0; } */

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid var(--black);
    border-radius: 50px;
    padding: 7px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}
.badge-pill .icon-circle {
    width: 26px; height: 26px;
    background: var(--yellow);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.75rem;
}

.desc {
      font-size: 0.9rem;
      color: var(--gray-text);
      line-height: 1.7;
      margin-bottom: 2rem;
      max-width: 380px;
    }

/* Contact info items */
.contact-info { display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.contact-item {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.88rem; font-weight: 600; color: var(--black);
}
.contact-item .ci-icon {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--black);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

/* ── RIGHT SIDE (FORM CARD) ── */
.form-card {
    flex: 0 0 340px;
    background: var(--yellow);
    border-radius: 20px;
    padding: 2rem 1.75rem;
}

.contact-wrapper {
    background-color: var(--white);
    padding: 0px !important; 
    border-radius: 30px;
    position: relative;
    z-index: 9;
    margin-top: 0px !important;
}
.contact-wrapper .contact-form-area .form-clt input, .contact-wrapper .contact-form-area .form-clt textarea {
    outline: none;
    border: none;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--border);
    padding: 12px 20px;
    line-height: 1;
    color: var(--text);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    outline: 0;
    border-radius: 40px !important;
}

.contact-wrapper .contact-form-area .theme-btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--primary);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 19.5px 35px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}


