@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,700;1,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sen:wght@400..800&display=swap');
:root {
    --border-bottom: 1px solid #ddd;
    --color-primary: #3949ab;
    --color-secondary: #062040;

}


body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #3e3e3e;
}
img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
  }
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-top: 90px;
}

.title-heading>.text-dark {
    font-size: 1.5rem;
}
.product_width{
    width: 25%;
}
.products_section .product_text{
    font-size: 0.95rem!important;
    line-height: 1.2;
}
.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

/* --------------------------------------------
         NAVBAR / HEADER SECTION : START
 --------------------------------------------  */
.stech-header {
    border-bottom: var(--border-bottom);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #6B7280;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 0.92rem;
}
.nav_link_dropdown_font{
    font-size: 0.9rem!important;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: flex-start;
}
.produc_dec{
    font-size: 0.62rem!important;
    color: #6B7280;
}

.product_text{
    flex:1;
    color: #343232;
    font-weight: 500;
}
.contact-btn{
    font-size: 0.8rem!important;   
}
.display-4{
    font-size: 1.85rem;
}
.product-card span svg{
width: 48!important;
height: 45!important;
}
.btn_hover{
    border: none!important;
    outline: none!important;
    background-color: #fff!important;
    font-size: 1rem;
}
.border_radius_none{
    box-shadow: none!important;
    border-radius: none!important;
    border-radius: 0px!important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-primary) !important;
    font-weight: 500;
}
.product_text:hover{
    color: var(--color-primary);
    font-weight: 500;
}
.produc_dec:hover{
    
}
.nav_hover_font{
    font-weight: #6B7280;
    font-weight: 600;
}
.navbar-nav{
column-gap: 1rem;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--color-primary) !important;
    font-weight: 600;
}

.pageActive{
    color: var(--color-primary) !important;
    font-weight: 600;
}
.nav-item>.dropdown-menu {
    padding: 15px 0px;
    border: none;
    border-radius: 0.25rem;
    border-top-left-radius: 0px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 2px 19px 3px rgb(0 0 0 / 8%);
}
.img_icon{
    width: 46px;
    font-size: 35px;
}
.img_icon_width{
    width: 48px;
}
.flex_row_rev{
    border-top-left-radius: 0.25rem!important;
}
.flex_row_rev{
    justify-content: space-between;
}
.nav-item>.dropdown-menu>li>a {
    font-size: 13px !important;
    color: var(--color-secondary);
    padding: 10px 20px;
    border-bottom: 0.25px solid #f8f8f8;
}

.nav-item>.dropdown-menu>li>a:hover {
    color: var(--color-primary);
    background-color: #f5f6fa;
}

/* --------------------------------------------
         NAVBAR / HEADER SECTION : END
 --------------------------------------------  */


/* --------------------------------------------
         CAROUSEL SECTION : START
 --------------------------------------------  */
#SunTechCarousel {
    background-color: #fff;
    padding-bottom: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.carousel-title {
    font-size: 1.5rem;
    color: var(--color-secondary);
    text-transform: initial !important;
}

.carousel-description {
    font-size: 0.85rem;
    color: var(--color-secondary);
    margin-bottom: 0.5rem;
    margin: 0.5rem 0rem;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70%; /* Adjust this percentage to control strip width */
    height: 80%;
    background-image: url('../images/strip.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.slider-control {
    position: relative;
    display: flex;
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.list_font_custom{
    font-size: 0.75rem;
    margin-left: 5px;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    align-items: center;
    justify-content: center;
    width: 10%;
    position: relative;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #EBEBEB;
    color: #3949ab;
    border-radius: 50%;
    background-image: none;
    font-size: 22px;
    font-weight: 800;
    line-height: 2rem;
    opacity: 1;
}

.slider-img {
    width: 100%;
    height: 650px;
    max-height: calc(90vh - 80px);
    object-fit: contain;
    margin: 0.5rem 0rem;
}

.hero-section {
    padding: 80px 0;
}

.logo {
    height: 40px;
}

.brand-orange {
    color: #FF5722;
}

.navbar {
    padding: 20px 0;
}
.advantage_header {
    text-transform: capitalize;
}
.benefits-section .section-title{
text-transform: capitalize!important;
}
.hero-image {
    border-radius: 20px;
    width: 85%;
    height: auto;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid black;
}
.hero-image_banner{
    border-radius: 20px;
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid black;
}
.border_none{
    box-shadow: none;
    border: none;
    border-radius: 0px!important;
}
.heading_text{
    font-size: 1rem;
    font-weight: 600;
}
.stats-section1 {
    /* background-color: #FFFDF4; */
    border: none;
    margin-top: 80px;
    border-radius: 16px;
    width: 95%;
}
.stats-section {
    background-color: #FFFDF4;
    border: 1px solid #FFDBB8;
    margin-top: 80px;
    border-radius: 16px;
    width: 85%;
}
.mobile_view_txt{
    font-size: 0.7rem;
}
.stat-item {
    text-align: center;
    padding: 20px;
}
.stat-number {
    font-size: 2.6rem;
    font-weight: 800;
    color: #FF5722;
    margin-bottom: 10px;
}
.stat-number1 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 10px;
}
.text_capitalize{
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
}
.contact-btn {
    border: 2px solid #3949ab;
    padding: 10px 25px;
    margin-right: 15px;
    font-weight: 600;
    color: #3949ab!important;
}
.contact-btn:hover{
    color: #fff!important;
    background-color: #3949ab;
}
.svg-container {
    display: inline-block;
    cursor: pointer;
}

/* Original SVG path */
.svg-container svg path {
    transition: fill 0.3s ease;
}

/* Hover effect - change color */
.contact-btn:hover svg path {
    fill: #fff; /* Change to your desired hover color */
}
.stats{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fontTextSize{
    font-size: 1.1rem!important;
    color:#3949ab;
}
.fontTextSize:hover{
    background-color: none!important;
}
.stat-number{
    font-size: 3rem;
}
.heading_desc{
    font-size: 0.78rem!important;
    font-weight: 500;
    color: #5E5E5E;
}
.font_stats{
    font-size: 0.85rem;
}
.pricing-btn {
    border: 2px solid #FF5722;
    color: #FF5722;
    padding: 10px 25px;
    background: transparent;
    font-weight: 500;
}
.img_src{
    width: 14rem;
}
.h5_font_text{
    font-size: 16px;
}
.h6_font_text{
    font-size: 14px;
}
.dropdown_svg_icon{
    width: 25px;
}
.resize{
    width: 23px;
}
.dropdown_svg_font{
 font-size: 22px;
 width: 25px;
}
.nav_link_dropdown a:hover {
    background-color: #f8f9fa; /* Light gray background */
    border-radius: 5px; /* Optional: Adds rounded corners */
    padding: 5px; /* Optional: Adds some spacing */
}
.nav_link_dropdown a:hover .product_text {
    color: var(--color-primary) !important;
}



.divider{
    content: '';
    flex:1;
    height: 1px;
    background-color: #FFDBB8;
    margin-top: 80px;
}
.product-card {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    padding-top: 1.1rem;
    column-gap: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 8rem;
    cursor: pointer;
    border: 1px solid #FFDBB8;
}

.product-card:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.product-card.primary {
    background-color: #ff5722;
    color: white;
}

.product-card.primary:hover {
    background-color: #f4511e;
}

.icon {
    width: 24px;
    height: 24px;
    margin-bottom: 1rem;
}

.card-title {
    font-size: 1.1rem;
    color: #062040;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.border-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 10px;
}

.rotateArrow{
    rotate: 180deg;
}

.order-border {
    opacity: 1;
    height: 5px!important;
    background: #E95322;
    border: none;
    border-radius: 1.5px;
}

.card-text {
    font-size: 0.75rem;
    opacity: 0.8;
    color: #3e3e3e;
}

.arrow-icon {
    font-size: 0.8rem;
}
.pricing-btn:hover {
    background-color: #FF5722;
    color: white;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background-color: #3949ab;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.benefits-section {
    padding: 4rem 0;
    text-align: center;
}

.benefit-title {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.product_header{
    font-size: 1.5rem;
}
.benefit-description {
    color: #666;
    font-size: 0.8rem;
    line-height: 1.6;
}
.advantage_sub_text{
    font-size: 0.8rem!important;
}
.section-title {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    text-transform: capitalize;
    font-weight: 700;
}
.section_title{
    font-weight: 1.9rem;
}
.section_title{
    font-size: 1.85rem!important;
}
.section-subtitle {
    color: #666;
    margin-bottom: 3rem;
    font-size: 0.9rem;
    font-weight: 600;
}
.number-circle{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background-color: #3949ab;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 800;
    font-family: sans-serif;
}
.number_position{
    left: 40%;
    top: -10%;
}

.browse-btn{
    background-color: #E95322;
}
.tutor-image{
    width: 60%;
}
.w-120{
    width: 120%;
}
.tutor-image1{
    width: 75%;
    margin-right: 10px;
}
.tutor-image-fluid{
    width: 80%;
}
.li_class_list{
    font-size: 0.9rem;
}
.li_class_list strong{
    font-weight: 600!important;
}
.li_class_font{
    font-size: 0.9rem;
}
.d_flex_end{
    display: flex;
    justify-content: center;
}
.image-section {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.image-section img {
    width: 95%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.image-section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E84E1B;
    color: white;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.overlay-text h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.advantages-list {
    padding: 20px;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    box-shadow:rgba(98, 98, 172, 0.3) 0px 2px 6px -2px, rgba(90, 84, 167, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    border-radius: 15px;
    font-size: 20px;
}

.advantage-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.align_price_txt{
    font-size: 0.8rem!important;

}
.price_text_align{
    font-size: 1rem;
    font-weight: 500;
}
.price_text{
    font-size: 1.4rem!important;
    text-transform: capitalize;
}
.text_free_size{
    font-size: 1.2rem!important;
    color: #4f4d4d;
}
.advantage_header{
    font-weight: 700;
}

.advantage-icon img {
    width: 24px;
    height: 24px;
}

.advantage-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}
.benefits-section-shadow{
    box-shadow:none;
    border-radius: 10px;
}
.order_sune{
    color: #FF5722;
}
.display-text-header{
    font-size: 2rem;
    font-weight: 700;
}
.advantage-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}
.text_header{
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.hiw_header{
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.hiw_desc{
    font-size: 0.85rem;
    font-weight: 600!important;
}

.blog-section-title {
    font-size: 2.2rem;
    color: #212121;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
}
.blog-section-title{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.contact_us_header{
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-form-control {
    border-radius: 4px;
    padding: 15px 12px;
    width: 35rem;
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    display: block;
    margin-top: 20px;
    font-size: 0.8rem;
}

.blog-news-img{
    width: 95%;
    object-fit: contain;
}
.width_25{
    width: 35rem;
    max-width: 100%;
}
.width_40{
    width: 40rem!important;
    max-width: 100%;
}
.contact-section {
    padding: 20px 0;
    font-family: "Open Sans", sans-serif!important;
}
.contact-heading {
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #3e3e3e;
}
.contact-email {
    font-weight: 700;
    color: #000;
}
.terms-section {
    margin-bottom: 20px;
}
.terms-header {
    font-size: 18px;
    font-weight: bold;
    text-transform:initial;
    margin: 30px 0 15px;
}
.moon-dance-regular {
    font-family: "Open Sans", sans-serif!important;
    font-weight: 700;
    font-size: 3.7rem;
    font-style: normal;
  }
.blog-submit-btn {
    border: 2px solid #3949ab!important;
    background-color: #fff;
    color: #3949ab!important;
    border: none;
    padding: 13px 35px;
    border-radius: 4px;
    font-size: 16px;
    align-self: center;
}
.captcha-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 35rem;
  }
  .error-msg {
    color: red;
    text-align: center;
    margin-top: 10px;
  }
  #captcha {
    font-weight: bold;
    background: #e0e0e0;
    padding: 5px 10px;
    border-radius: 4px;
    flex: 1;
  }
  
  .captcha-container button {
    margin-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
  }
.blog-submit-btn:hover {
    background-color: #3949ab!important;
    color: white!important
}
.blog-news_card{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.blog-news-card {
    border: none;
    margin-bottom: 20px;
    width: 50%;
}
.bold{
    font-weight: 600;
}
.section-description{
    line-height: 1.8;
    font-size: 0.85rem;
}
.tutor_image{
    width: 80%;
}
.text_header_size1{
    font-size: 1.15rem!important;
}
.blog-news-date {
    color: #FF5733;
    font-size: 14px;
    margin-bottom: 5px;
}
.highlight {
    font-weight: bold;
}
.breadcrumb {
    margin: 20px 0;
    font-weight: 500;
    font-size: 1rem;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb .current {
    color: #e8561f;
}
.blog-news-title {
    color: #212121;
    font-size: 0.8rem;
    margin: 0;
    font-weight: 600;
}

.blog-news-img {
    height: auto;
    border-radius: 4px;
}

.blog-card-body {
    padding: 15px 0;
}

.blog-footer {
    background-color: rgb(247 247 247) !important;
    color: #000;
    padding: 20px 0;
    font-family: "Open Sans", sans-serif!important;
}
.blog-footer-links
.display-4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif!important;
    text-transform: capitalize;
}
.blog-footer h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-footer p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.blog-address {
    margin-bottom: 20px;
}
.blog-address h5,.blog-address p,.blog-footer-links a{
    font-size: 0.9rem!important;
}
.blog-footer-links {
    font-size: 15px;
    margin-bottom: 5px;
}

.blog-footer-links a {
    color: #000;
    text-decoration: none;
}

.blog-social-icons a {
    color: white;
    margin-right: 10px;
    font-size: 16px;
}

.blog-copyright {
    font-size: 15px;
    margin-top: 15px;
}

.hidden-content {
    display: none;
}

.hidden-content.show {
    display: block;
    animation: fadeIn 0.5s;
}
.show{
    display: block!important;
}
.padding_adv1{
    flex: 0.8;
}

.team-heading {
    margin-bottom: 20px;
}

.team-heading h2 {
    font-weight: bold;
    font-size: 28px;
    position: relative;
}

.team-card {
    border: none;
    padding: 0;
    margin-bottom: 30px;
    background-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.position_left_arr{
    position: absolute;
    left: 2%;
    justify-content: flex-start!important;
}
.position_right_arr{
    position: absolute;
    right: 2%;
    justify-content: flex-end!important;
}
.profile-img {
    height: 200px;
    border-radius: 10px;
}
.card_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.card-body {
    padding: 15px 0;
}
.fw-bold-position{
    font-weight: 600;
}
.team-member-name {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.team-member-position {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.team-member-bio {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
}

.social-icons a {
    color: #777;
    margin-right: 15px;
    font-size: 14px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #FF5722;
}
.align-items_center{
    align-items: center;
}
.order-button {
    width: fit-content;
    background-color: #FF5722;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 18px;
    margin: 30px auto;
    display: block;
    transition: background-color 0.3s;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  
  .order-button:hover {
    background-color: #3949ab;
    color: white;
  }
  .fw_bold{
    font-weight: 600;
  }
.col-md_2{
    width: 20%;
}

  .about-sune-name {
    color: #3949ab;
    font-weight: normal;
  }
  
  .about-solutions-text {
    color: #546e8c;
    font-weight: bold;
  }
  
  .ul_list {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  
  .ul_list li {
    margin-bottom: 5px;
    list-style-type: disc;
  }
  
  .about-happy-clients {
    font-weight: bold;
    font-style: italic;
  }
  
  .about-highlight {
    font-weight: bold;
  }
  
  .about-clickable {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .about-container {
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 4px;
  }
  
  .about-mb-2 {
    margin-bottom: 0.5rem;
  }
  
  .about-mb-4 {
    margin-bottom: 1.5rem;
  }
.d_flex_dir{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.d_flex_dir li{
    margin-bottom: 0px!important;
}
.col-md_4{
    width: 25%;
}
.col-md_8{
    width: 75%;
}
.ul_list_font_size{
    font-size: 1rem;
}
.col-md_7{
    width: 50%;
}
.col-md_5{
    width: 50%;
}
/* .p_tag{
    font-size: 0.9rem;
} */
 .width_90{
    width: 80%;
 }
 .calc_height{
    height: calc(80vh - 198px);
 }
 #carouselExampleIndicators{
    height: calc(60vh - 198px);
 }
 .news_title{
    font-size: 1.65rem;
    line-height: 1.5;
    text-transform: initial!important;
 }
 .news_des{
    font-size: 0.85rem;
 }
 .show{
    display: block!important;
 }
.crm_img1{
    width: 90%!important;
}

   
.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .pricing-header {
    background-color: #ff5722;
    color: white;
    padding: 20px 0;
  }
  
  .pricing-card {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    border-top: 5px solid #E65059;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .bg-gray-0 {
    --tw-bg-opacity: 1;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
  .pricing-card-header {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px;
  }
  
  .pricing-card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .pricing-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
  }
  
  .pricing-description {
    color: #555;
    margin-bottom: 20px;
    min-height: 100px;
  }
  
  .price {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 17px;
  }
  .text_free_size1{
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: capitalize;
  }
  .price-period {
    color: #666;
    font-size: 14px;
    text-transform: lowercase;
  }
  .text-align-price{
    color: #4a4949;
    font-size: 15px;
    line-height: 1.5;
  }
  .pricing-cta {
    background-color: #fff;
    border: 2px solid #3949ab;
    color:#3949ab;
    padding: 10px 20px;
    font-weight: 600;
    margin: 20px 0;
  }
  .pricing-cta:hover {
    background-color: #3949ab;
    color:#fff;
  }
  .feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    flex-grow: 1;
  }
  
  .feature-item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
  }
  
  .feature-icon {
    color: #ff5722;
    margin-right: 10px;
    font-size: 18px;
    min-width: 20px;
  }
  
  .feature-icon.included {
    color: #ff5722;
  }
  
  .feature-icon.optional {
    color: #9e9e9e;
  }
  
  .view-all {
    display: block;
    text-align: left;
    margin-top: 20px;
    color: #3949ab;
    text-decoration: none;
  }
  
  .view-all:hover {
    text-decoration: underline;
  }
  
  .card-footer {
    border-top: 1px solid #e0e0e0;
    padding: 15px 20px;
  }
  
  .card-superscript {
    font-size: 12px;
    vertical-align: super;
  }
 @media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: flex;
    }
    .kds_flex_img{
        display: flex;
        justify-content: flex-end;
    }
}
@media screen and (max-width:900px) and (min-width:360px) {
    .flex_row_rev{
        flex-direction: column;
    }
    .col-md_4{
        width: 100%;
    }
    .col-md_8{
        width: 100%;
    }

    .wrapper {
        padding-top: 15px !important;
    }
    
    .contact-btn{
        margin-left: 0px!important;
    }
    .col-md_2{
        width: 33%;
    }

}
@media screen and (max-width:767px) and (min-width:360px) {
    .new_header_align{
        font-size: 0.9rem!important;
    }
    .mb_view_margin{
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    .col-md_2{
        width: 33.33%;
    }
    .news_title{
        font-size: 16px;
    }
    .news_des{
        font-size: 14px;
    }
.col-md_5{
    width: 100%;
}
.col-md_7{
    width: 100%;
}
.flex_column_rev{
    flex-direction: column-reverse;
}
.order-btn{
    width: 80%;
}
.heading_text{
    padding:20px 0;
    text-align: center;
    margin-bottom: 0px;
}
.pd_mb_0{
    padding-bottom: 0px!important;
}
}
.nav-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.nav-tab {
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
}

.nav-tab.active {
    background-color: #222;
    color: white;
}

.nav-tab.inactive {
    background-color: transparent;
    color: #222;
}

.new-tag {
    background-color: #ffcc29;
    color: #222;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.main-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
}

.sidebar {
    display: flex;
    flex-direction: column;
}

.category-item {
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    color: #555;
    font-size: 18px;
}

.category-item .title {
    font-weight: 500;
    font-size: 1rem;
    display: block;
    padding: 5px 0;
}

.category-item.active {
    border-left: 4px solid #ff6b00;
    padding-left: 15px;
    color: #000;
}

.category-item.active .title {
    font-weight: bold;
}

.category-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.category-item.active .category-content {
    max-height: 200px;
    margin-top: 10px;
}

.content-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pos-content {
    display: none;
}

.pos-content.active {
    display: flex;
    gap: 20px;
}

.device-showcase {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pos-image {
    width: 100%;
    max-width: 500px;
}

.analytics-showcase {
    flex: 1;
}

.analytics-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.analytics-header {
    background: linear-gradient(90deg, #f9d1ff, #d4e3ff);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
}

.analytics-header.casual-dining {
    background: linear-gradient(90deg, #ffe8d1, #ffd4d4);
}

.analytics-tabs {
    display: flex;
}

.analytics-tab {
    padding: 5px 10px;
    cursor: pointer;
}

.analytics-content {
    padding: 20px;
}

.pos-image-small {
    width: 100%;
    border-radius: 10px;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.stat-label {
    color: #777;
    font-size: 14px;
}

.stat-value {
    font-weight: bold;
    font-size: 18px;
}

.mode-options {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.mode-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.toggle-container {
    width: 60px;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

.toggle-switch {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: all 0.3s;
}

.toggle-container.active .toggle-switch {
    left: 32px;
}

.color-options {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.color-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
}

.color-option.black {
    background-color: #222;
    border-color: #222;
}

.color-option.white {
    background-color: white;
    border: 2px solid #ddd;
}

.cafe-description {
    max-width: 450px;
    margin-bottom: 15px;
    font-size: 0.7rem;
}

.explore-link {
    color: #0066cc;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.explore-link::after {
    content: "→";
    margin-left: 5px;
}

.green-stat {
    color: #2ecc71;
    font-weight: bold;
}
.about_us_size{
    font-size: 1.4rem;
}
.text_header_size{
    font-size: 1.4rem;
    line-height: 0.8!important;
}
@media (max-width:1024px) {
   .product_width{
    width: 33.33%;
    }
    .crm_img1{
        width: 50%!important;
    }
    .crm_justify{
        display: flex;
        justify-content: center;
    }
    .hero-image{
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
        border: none;
    }
    .hero-image_banner{
        width: 100%;
        border-radius: 0px;
        box-shadow: none;
        border: none;

    }
    .moon-dance-regular {
        font-size: 2.5rem;
    }
    .li_class_font{
        font-size: 0.9rem;
    }
    /* .mb_view_margin{
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    } */
    .mb_view{
        flex-direction: column-reverse;
        row-gap: 25px;
    }
    .hero-section {
        padding: 20px 0;
    }

    .without_padding{
        padding: 0px!important;
    }
    .heading_desc {
        font-size: 0.72rem!important;
        text-align: center;
        color: #747373;
    }
    .display-4{
        text-align: center;
    }
    .pricing-btn{
        width: 90%;
    }
    .contact-btn{
        width: 90%;
        margin-right: 0px;
    }
    .jsb{
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    .stats-section{
        margin-top: 10px!important;
    }
    .section-title{
        font-size: 1.5rem!important;
        line-height: 1.4;
    }
    .text_capitalize{
        font-size: 1.5rem;
    }
    .text_capitalize1{
        font-size: 1.8rem!important
    }
    .text_header,.contact_us_header,.blog-section-title{
        font-size: 1.7rem;
    }
    .advantage_sub_text{
        font-size: 0.7rem!important;
    }
    .padding_adv{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .hiw_header{
        font-size: 1.7rem;
        font-weight: 700;
    }
    .number-circle{
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
    .tutor-profile{
        padding: 0px!important;
    }
    .tutor-image{
        width: 100%;
    }
    .tutor-image1{
        width: 100%;
        margin-right: 0px;
    }
    .tutor-image_newa{
        width: 80%;
        margin-right: 0px;
    }
    .tutor-image-fluid{
        width: 100%;
    }
    .w-120{
        width: 100%;
    }
    .li_class_list{
        font-size: 1rem;
    }
    .flex_content{
        margin-top: 1rem;
    }
    .number_position {
        left: 0;
        top: -15%;
    }
    .blog-section_title{
        font-size: 0.7rem;
        margin-top: 25px;
    }
    .blog-news-title{
        font-size: 0.7rem;
    }
    .image-section1{
        width: 100vw;
        display: flex;
        justify-content: center;
        padding-top: 0px!important;
    }
    .image-section1 img{
        border-radius: 0px!important;
        width: 90%;
    }
    .padding_adv1{
        display: flex;
        justify-content: center;
    }
    .text_header_size{
        font-size: 1rem;
    }
}

@media (min-width:1030px) {
    .flex_row_rev{
        left: 45%;
        transform: translateX(-55%);
        width: 70rem;
        justify-content: space-between;
    }
    .me_lg_5{
        margin-right: 8rem;
    }
    .navbar{
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); 
    }
    .advantages-container {
        padding: 40px 0;
    }
    .w_75{
        width: 75%;
    }
    .w_78{
        width: 80%;
    }
    .w-50{
        width: 50%;
    }
    .w-65{
        width: 65%;
    }
    .w_98{
        width: 95%; 
    }

}

@media screen and (max-width:500px) and (min-width:360px) {
    .number_position {
        top: 0!important;
    }
    .pb_bt_0{
        padding-bottom: 20px!important;
    }
    .col-md_2{
        width: 100%;
    }
    .advantages-list{
        padding-bottom: 0px;
    }
    .hws{
        padding-top: 30px;
    }
    .pb_sm_0{
        padding-bottom: 30px;
    }
}

@media (min-width:2000px) {
    .calc_height{
        height:calc(60vh - 198px);
     }
}


@media screen and (max-width:600px) and (max-height:940px) {
    .calc_height {
        height: calc(80vh - 115px);
    }    
}
@media screen and (max-width:600px) and (max-height:750px) {
    .calc_height {
        height: calc(100vh - 20px);
    }    
}
@media screen and (max-width:600px) and (max-height:750px) {
    .calc_height {
        height: calc(100vh - 130px);
    }    
}@media screen and (max-width:600px) and (max-height:670px) {
    .calc_height {
        height: calc(100vh - 120px);
    }    
}

@media screen and (min-width:400px)and (max-width:570px) {
    .calc_height {
        height: calc(72vh - 0px);
    }    
}

@media screen and (min-width:768px) and (max-width:800px) {
    .calc_height {
        height:calc(90vh - 145px);;
    }  
}

@media screen and (min-width:800px) and (max-width:950px) {
    .calc_height {
        height:calc(78vh - 125px);;
    }  
}
@media screen and (min-width:951px) and (max-width:1024px) {
    .calc_height {
        height:calc(56vh - 125px);;
    }  
}

@media (min-width: 992px) {
    .col-lg_6{
        width: 55%;
    }
    .col-lg_66{
        width: 60%;
    }
    .col-lg_5{
        width: 45%;
    }
    .col-lg_55{
        width: 40%;
    }
}

@media (max-width:600px){
    .mob_img_view{
        display: flex;
        justify-content: center;
        margin-left: 15px;
    }
    .product_width{
        width: 50%;
    }
    .display_show{
        display: block!important;
    }
    .display_visible{
        display: none;
    }
    .header-mob {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: #f5f5f5;
    }

    .logo-mob {
        color: #ff4500;
        font-size: 24px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }

    .logo-mob-icon {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .contact-mob-section {
        display: flex;
        align-items: center;
    }

    .call-sales {
        background-color: #e5e5e5;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 14px;
        margin-right: 10px;
    }

    .phone-number {
        color: #0066cc;
        font-weight: bold;
        margin-right: 15px;
    }

    .menu-mob-toggle {
        width: 25px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

    .menu-mob-toggle span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #333;
        border-radius: 1px;
    }

    .new-tag {
        background-color: #ffcc29;
        color: #222;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 8px;
        border-radius: 12px;
        position: absolute;
        top: 80px;
        right: 20px;
    }

    .nav-tabs {
        display: flex;
        margin: 10px 20px;
        background-color: white;
        border-radius: 25px;
        padding: 5px;
    }

    .nav-tab {
        flex: 1;
        padding: 10px 15px;
        text-align: center;
        border-radius: 25px;
        font-weight: 600;
        cursor: pointer;
    }

    .nav-tab.active {
        background-color: #222;
        color: white;
    }

    .nav-tab.inactive {
        color: #222;
    }

    .dropdown-container {
        position: relative;
        margin: 15px 20px;
        z-index: 10;
    }

    .dropdown-select {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: white;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-select::after {
        content: "▼";
        font-size: 12px;
    }

    .dropdown-menu-mob {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        border: 1px solid #ddd;
        border-top: none;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
    }

    .dropdown-item-mob {
        padding: 15px;
        cursor: pointer;
        color: #555;
    }

    .dropdown-item-mob:hover {
        background-color: #f9f9f9;
    }

    .dropdown-item-mob.selected {
        background-color: #e5e5e5;
        font-weight: bold;
        color: #333;
    }

    .device-showcase {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pos-image-mob {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px;
    }

    .mode-options-mob {
        width: 100%;
        display: flex;
        justify-content: space-between;
        max-width: 400px;
    }

    .mode-option-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 45%;
    }

    .mode-title-mob {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        text-align: center;
    }

    .toggle-container-mob {
        width: 60px;
        height: 30px;
        background-color: #e0e0e0;
        border-radius: 15px;
        position: relative;
        cursor: pointer;
    }

    .toggle-switch-mob {
        position: absolute;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: white;
        top: 2px;
        left: 2px;
        transition: all 0.3s;
    }

    .color-options-mob {
        display: flex;
        gap: 10px;
    }

    .color-option-mob {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid transparent;
    }

    .color-option-mob.black {
        background-color: #222;
        border-color: #222;
    }

    .color-option-mob.white {
        background-color: white;
        border: 2px solid #ddd;
    }
}

@media (min-width:601px){
    .display_visible{
    display: block;
    }
}
/* --------------------------------------------
         CAROUSEL SECTION : END
 --------------------------------------------  */