@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --white-color: #ffffff;
    --text-color: #000000;
    --primary-color: #135DF5;
    --bg-color: #FBFBFD;
    --gray-color: #6E6E6E;
}

.primary-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 12px 24px;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    width: fit-content;
}

.white-btn {
    background-color: var(--white-color);
    color: #00C16A;
    padding: 12px 24px;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    width: fit-content;
}

.border-btn {
    background-color: transparent;
    color: #7C76BB;
    border: 1px solid #7C76BB;
    padding: 12px 24px;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    width: fit-content;
}

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

.small {
    font-size: 13px;
}

.border-right {
    border-right: 2px solid #8BD827;
}

.border-left {
    border-left: 2px solid #8BD827;
}

/* navbar */
.navbar {
    background-color: var(--bg-color);
    box-shadow: 4px 4px 10px #00000009;
    padding: 18px 12px;
}

.navbar-nav {
    gap: 16px;
    align-items: center;
}

.nav-link {
    color: var(--gray-color);
    font-weight: 300;
}

.hero-section {
    height: auto;
    background-image: url('images/hero-bg.jpg');
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section .hero-left {
    display: flex;
    padding: 54px 0px;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.hero-section .hero-left h1{
    font-size:32px;
}

.hero-section .hero-left .hero-tag {
    display: flex;
    justify-content: start;
    gap: 24px;
    align-items: center;
}

.hero-section .hero-right {
    display: flex;
    align-items: end;
    height: 100%;
}


.wrapper-x {
    padding-top: 42px;
    padding-bottom: 42px;
}


.count-row {
    margin-top: 24px;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 3px 3px 10px #29292915;
}


.count-row .count {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 0px 32px;
}

#call-btn-mob{
    display:none !important;
}

.feature-section {
    background-image: url('images/section-bg.jpg');
    width: 100%;
    padding-top:64px;
    padding-bottom:64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-section .feature-carousel .feature-card {
    padding: 24px;
    border-radius: 8px;
    min-height:406px;
    background-color: var(--white-color);
    border: none;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.feature-section .feature-carousel .feature-card img{
    object-fit:contain;
}
.feature-section .feature-carousel .feature-card p{
    font-size:14px;
}

.subs-section {
    background-color: #00C16A;
    color: var(--white-color);
    padding: 72px 0px;
}

.blog-card .card .card-body p{
    font-size:14px;
}

.footer-section {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 72px 0px;
}

.accordion {
    border: none !important;
}

.accordion-item {
    background-color: var(--bg-color);
    border: 1px solid #f5f5f5 !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
    overflow: hidden;

}

.hero-img-mob{
    display: none;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.whatsapp-float{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    padding: 12px;
    background-color: #23d36647;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.whatsapp-float a{
    font-size: 16px;
    text-decoration: none;
    color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.whatsapp-float img{
    width: 40px;
}
.call-icon{
    display:flex;
    width:42px;
    height:42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:32px;
    background-color:var(--white-color);
}
.call-icon i{
    color:var(--primary-color); 
}
@media screen and (max-width:992px){
    .hero-section .hero-right{
        display: none;
    }
    .hero-section .hero-left{
        width: 100%;
        justify-content: space-between;
        padding-bottom:0px !important;
        gap: 42px;
        padding-left:24px;
        padding-right:24px;
    }
    .hero-img-mob{
        display: block;
    }
    .count-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        text-align: center;
    }
    .count-row .count{
        width: 100% !important;
    }
    .border-right{
        border: none !important;
    }
    .footer-section{
        padding: 24px !important;
    }
    .footer-section .row{
        flex-direction: column !important;
        gap: 14px !important;
        align-items: center !important;
        justify-content: center !important; 
    }
    .footer-section .row .col-md-6{
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important; 
    }
    .footer-section .row .col-md-6 p{
        text-align: center !important;
        float: none !important;
    }
    #call-btn{
        display:none !important;
    }
    #call-btn-mob{
        
        display:flex !important;
    }
}

@media  screen and (max-width:592px) {
    .hero-tag{
        flex-direction: column;
        gap: 6px !important;
        align-items: start !important;
    }
    .hero-section{
        height: 68vh;
    }
    .footer-section .row .col-md-6{
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important
    }
}


@media screen and (max-width:422px){
    .count-row {
        padding: 12px !important;
    }
    .count-row .count h2{
        font-size: 24px !important;
    }
    .count-row .count p{
        font-size: 12px !important;
    }
    .hero-section{
        height: auto !important;
    }
}



/* Default hamburger */
.navbar-toggler .toggler-icon {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler .toggler-icon::before,
.navbar-toggler .toggler-icon::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler .toggler-icon::before {
  top: -7px;
}
.navbar-toggler .toggler-icon::after {
  top: 7px;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

/* When expanded → turn into X */
.navbar-toggler:not(.collapsed) .toggler-icon {
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) .toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.navbar-toggler:not(.collapsed) .toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
