@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');

html{
	scroll-behavior: smooth;
}

body{
	font-family: "Poppins", sans-serif !important;
	color: #333333;
	background: #ffffff;
}

ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}

a{
	text-decoration: none;
}


/*Typography*/

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

h1{
	font-size: 42px;
	font-weight: 600;
}

h2{
	font-size: 38px;
	font-weight: 600;
}

h3{
	font-size: 35px;
	font-weight: 600;
}

h4{
	font-size: 30px;
	font-weight: 600;
}

h5{
	font-size: 25px;
	font-weight: 600;
}

h6{
	font-size: 20px;
	font-weight: 600;
}

p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}


/*colors*/

.color_primary{
	color: #25D366 !important;
}
.color_secondary{
	color: #DEF89D !important;
}
.color_text{
	color: #333333 !important;
}
.color_accent{
	color: #253D2F !important;
}
.color_lightgrey{
	color: #F0FEE8 !important;
}
.color_darkgrey{
	color: #DDDDDF !important;
}
.color_white{
	color: #FFFFFF !important;
}
.color_lightgrey_2{
	color: #E9E9F5 !important;
}
.color_black{
	color: #111111 !important;
}




/*btn*/
.btn_fill{
	background: #25D366;
    color: #fff;
    border-color: #25D366;
    border-radius: 3px;
    font-weight: 600;
}
.btn_fill:hover{
	background: #181D3D;
	transition: 0.5s;
	color: #fff;
}

.btn_fill_lg{
    font-size: 18px;
    padding: 12px 24px;
    border-radius: 3px;
}
.btn_fill_md{
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 3px;
}
.btn_fill_sm{
    font-size: 12px;
    padding: 12px 16px;
    border-radius: 3px;
}



.btn_outline{
	background: transparent;
    border: 1px solid #25D366;
    color: #25D366;
    border-radius: 3px;
    font-weight: 600;
}
.btn_outline:hover{
	background: #25D366;
	color: #fff;
	transition: 0.5s;
}
.btn_outline_lg{
	font-size: 18px;
    padding: 12px 24px;
    border-radius: 3px;
}
.btn_outline_md{
	font-size: 14px;
    padding: 12px 16px;
    border-radius: 3px;
}
.btn_outline_sm{
    font-size: 12px;
    padding: 12px 16px;
    border-radius: 3px;
}

.btn_info{
	background: #fff;
    color: #25D366;
    border-color: #25D366;
    border-radius: 3px;
    font-weight: 600;
}
.btn_info:hover{
	background: #181D3D;
	transition: 0.5s;
	color: #fff;
}


.btn_center{
	display: block;
	margin: auto;
}

.section_gap{
	padding: 100px 0;
}


.showcase_sec{
	box-shadow: inset -460px 0 0px #25D366;
	background: #F6FEE8;
	padding-top: 50px;
}

.header_sec {
    background: #fff;
    border-radius: 20px;
    padding: 0px 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.header_sec .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
}

.header_sec .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #25d366;
}

.header_sec nav .navbar-nav{
	gap: 30px;
	align-items: center;
}

.header_btn{
	background: #25d366;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 5px;
}
.header_btn:hover{
	background: #253D2F;
	color: #fff !important;
}

.banner_sec .left_sec p{
	margin: 15px 0;
}

.banner_sec{
	padding: 80px 0;
}
.banner_sec .row{
	align-items: center;
}

.showcase_btns_sec{
	display: flex;
    gap: 15px;
}

.about_us_content{
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.about_us_cards .card{
	gap: 10px;
    flex-direction: row;
    padding: 10px 20px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    border: unset;
    border-radius: 15px;
    background: #fff;
    min-height: 76px;
    align-items: center;
}
.about_us_cards {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about_sec .row{
	align-items: center;
}

.img_smart_card_icon {
    max-width: 100%;
    height: 40px;
}
.smart_sec_cards .card{
	gap: 10px;
    padding: 30px;
    border: unset;
    border-radius: 15px;
    background: #fff;
    align-items: start;
    min-height: 270px;
}
.smart_sec{
	background: #F6FEE8;
}

.smart_sec_heading p{
	text-align: center;
}
.smart_sec_heading h2{
	text-align: center;
}
.smart_sec_heading{
	width: 40%;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}
.smart_card_img{
	background: #F6FEE8;
    padding: 20px;
    border-radius: 100%;
}
.smart_sec_cards{
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.followups_sec_inner {
    background: #25D366;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.followups_sec_inner .left_sec{
	width: 50%;
    color: #fff;
}


.faq_sec .accordion {
      margin: auto;
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .faq_sec .accordion-item {
      border-bottom: 1px solid #eee;
    }

    .faq_sec .accordion-header {
      padding: 20px;
      font-weight: 600;
      font-size: 16px;
      cursor: pointer;
      position: relative;
      background-color: #fff;
      transition: background 0.3s;
    }

    .faq_sec .accordion-header:hover {
      background-color: #F6FEE8;
    }

    .faq_sec .accordion-header::after {
      content: '+';
      position: absolute;
      right: 20px;
      font-size: 20px;
      transition: transform 0.2s ease;
    }

    .faq_sec .accordion-item.active .accordion-header {
      background-color: #F6FEE8;
    }

    .faq_sec .accordion-item.active .accordion-header::after {
      content: '−';
    }

    .faq_sec .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      background-color: #F6FEE8;
      padding: 0 20px;
      font-size: 15px;
      color: #333;
    }

    .faq_sec .accordion-item.active .accordion-content {
      padding: 15px 20px;
      max-height: 300px;
    }

.faq_sec{
	margin-bottom: 100px;
}

footer {
      background-color: #1e3c2e;
      color: #fff;
      padding: 60px 20px 30px;
    }

    .footer-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: space-between;
    }

    .footer-logo {
      flex: 1 1 250px;
    }

    .footer-logo img {
      height: 50px;
      margin-bottom: 15px;
    }

    .footer-logo p {
      color: #ccc;
      font-size: 14px;
      line-height: 1.6;
    }

    .footer-links, .footer-contact, .footer-newsletter {
      flex: 1 1 200px;
    }

    .footer-links h5,
    .footer-contact h5,
    .footer-newsletter h5 {
      color: #00ff84;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .footer-links ul,
    .footer-contact ul {
      list-style: none;
    }

    .footer-links li,
    .footer-contact li {
      margin-bottom: 10px;
      font-size: 14px;
    }

    .footer-links a,
    .footer-contact a {
      color: inherit;
      text-decoration: none;
    }

    .footer-contact li i {
      margin-right: 10px;
      color: #00ff84;
    }

    .footer-newsletter input[type="email"] {
      width: 100%;
      padding: 10px 12px;
      margin-bottom: 10px;
      border-radius: 4px;
      border: none;
      background: #f4ffe8;
    }

    .footer-newsletter button {
      padding: 10px 20px;
      background: #00e676;
      border: none;
      color: white;
      border-radius: 5px;
      cursor: pointer;
    }

    .footer-bottom {
      text-align: center;
      color: #aaa;
      font-size: 13px;
      margin-top: 30px;
      border-top: 1px solid #2e5543;
      padding-top: 15px;
    }

    .footer-bottom a {
      color: #00e676;
      text-decoration: none;
    }

    @media(max-width: 768px) {
      .footer-container {
        flex-direction: column;
        text-align: center;
      }

      .footer-logo,
      .footer-links,
      .footer-contact,
      .footer-newsletter {
        flex: 1 1 100%;
      }

      .footer-contact li {
        justify-content: center;
      }
    }






@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}