@import url(line-awesome.min.css);
@import url(fonts.css);

* { 
    margin: 0; 
    padding: 0; 
}

body { 
    font-family: 'Plus Jakarta Sans'; 
    font-size: 16px; 
    font-weight: 400; 
    color: #000000; 
}

a { color: #EFA61E; text-decoration: none;}
a:hover, a:active, a:focus { color: #EFA61E; outline: none; text-decoration: none;}


.border-btn { font-size:18px; font-weight: 500; color: #000000; min-width: 280px; height: 52px;
  border: 2px solid #000000; background: transparent;
	display: inline-flex; justify-content: center; gap:16px; align-items: center; padding: 0 16px; 
	-webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; border-radius: 12px;
	-webkit-transition: background-color 300ms linear; -moz-transition: background-color 300ms linear; 
	transition: background-color 300ms linear;}
.border-btn:hover, .border-btn:focus { background: #E2EBD1; border: 2px solid #000000; color: #000000;}

.border-btn.bg-white-clr { background: #FFFFFF; color: #000000; border: 0px solid transparent;}
.border-btn.bg-white-clr:hover, .border-btn.bg-white-clr:focus { background: #234F1E; border: 0px solid transparent; color: #FFFFFF;}

.border-btn.bg-light-clr { background: #E2EBD1; color: #000000; border: 0px solid transparent;}
.border-btn.bg-light-clr:hover, .border-btn.bg-light-clr:focus { background: #234F1E; border: 0px solid transparent; color: #FFFFFF;}



h1, h2, h3, h4, h5, h6 { margin: 0 0 24px 0;}
h1, h2, h3, h4, h5, h6 { font-family: 'Plus Jakarta Sans'; font-weight:400;}

p { font-family: 'Plus Jakarta Sans'; font-weight:400; font-size:16px; margin:0 0 16px 0; color:#000000;}


section { padding:80px 0;}

.section-header { margin-bottom:36px;}
.section-header h1 { font-size: 40px; font-weight:600; color:#000000; margin: 0;}

.clr-green { color: #234F1E!important;}
.clr-white { color: #FFFFFF!important;}


/* ----**** [ header css section ] ****---- */

.top-area {
  position: relative;
  width: 100%;
  height: 100%;  
}
.grecaptcha-badge { visibility: hidden; }
#header { background: #234F1E;     
    width: 100%;
    height:80px;   
    position: fixed; 
    top: 0;	
    z-index: 999;    
    left: 0; 
    right: 0;
}
#header .header-inner { display: flex; justify-content: space-between; align-items: center;}


.logo { display: flex; align-items: center;}
.logo a { display: flex; align-items: center;}
.logo img { width: 40px; height: auto; margin-right: 10px;}
.logo span { color: white; font-size: 30px; font-weight:600; margin: 0;}

.nav-links a {
    color: white; 
    text-decoration: none; 
    padding: 0 16px;
	font-size:16px;
	font-weight:600; 
}

.nav-links a:hover {
    text-decoration: none;
    color: #EFA61E; 
	font-weight: 700;
}


.header-actions button.primary {
    background-color:#EFA61E; 
    color: white;
	font-size:16px;
	font-weight:500; 
    border: none; 
    border-radius: 12px;
    padding: 10px 40px; 
    cursor: pointer;
}


.header-actions button.primary.sign-up {
    background-color: white; 
    color: black;
	font-size:16px;
	font-weight:500; 
    border: 2px solid #CBD7B9; 
    border-radius: 12px;
    padding: 10px 40px; 
    cursor: pointer;
	margin-left: 16px; 
}

.header-actions button.primary:hover {
    background-color: #D89F36; 
}

.header-actions button.primary.sign-up:hover {
    background-color: white; 
    color: #EFA61E; 
    border: 2px solid #EFA61E;
}





/* ----**** [ desktop navigation section ] ****---- */

.nav-wrapper { display: flex; gap: 160px; justify-content: center; align-items: center;}

.navbar { padding: 0; justify-content: center;}

.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center;}
.navbar ul li { position: relative;}
.navbar ul li:last-child a { margin: 0 0 0 16px;}
.navbar ul li a { display: flex; align-items: center; justify-content: space-between; 
	font-family: 'Plus Jakarta Sans'; font-weight: 600; font-size: 16px; text-transform: none; color: rgba(255,255,255,1);
	white-space: nowrap; padding: 0 16px;
	-webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}
.navbar ul li a i { font-size: 26px;}	
.navbar ul li a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: #EFA61E;}

.nav-link:focus, .nav-link:hover { color: #EFA61E;}
.navbar ul li a:hover, .navbar ul li a:active, .navbar ul li a:focus { color: #EFA61E;}

.header-inner a.login-btn, .header-inner a.signup-btn {  min-width: 120px; height: 40px; font-weight: 600; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  border:2px solid transparent;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px;
	-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;}	

.navbar ul li.join-partner-btn a:hover, .navbar ul li.join-partner-btn a:focus { background: rgba(255,255,255,1); color: #212834;}

.header-inner a.login-btn { background:#EFA61E; color: #FFFFFF;}
.header-inner a.login-btn:hover, .header-inner a.login-btn:focus { background: transparent; border:2px solid #EFA61E; color: #EFA61E;}
.header-inner a.signup-btn { background:#FFFFFF; color: #000000;}
.header-inner a.signup-btn:hover, .header-inner a.signup-btn:focus { background: transparent; border:2px solid #FFFFFF; color: #FFFFFF;}
	
/* ----**** [ mobile navigation section ] ****---- */

.mobile-nav-toggle { color: #FFFFFF; font-size: 36px; cursor: pointer; display: none; line-height: 0;
  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s;}
.mobile-nav-toggle.bi-x { color: #FFFFFF;}

@media (max-width: 991px) {
	
  .mobile-nav-toggle { display: block;}
  .navbar ul { display: none;}
  
}

.navbar-mobile { background: rgba(0, 0, 0, 0.45); overflow: hidden;
	position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 999;
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}
  
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 16px; right: 16px; font-size: 36px;}

.navbar-mobile ul { background: #E2EBD1; display: block; overflow-y: auto;
	position: absolute; top: 48px; right: 20px; bottom: 20px; left: 20px; padding: 16px;
	transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s;}	
.navbar-mobile ul li { text-align:center; margin:0;}	
.navbar-mobile ul li a { padding: 8px 16px; font-weight:500; color: #000000; justify-content: center; border-right: 0px none;
	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px;*/}
	
.navbar-mobile ul li a:focus { display:block;}
.navbar-mobile ul li a:hover, .navbar-mobile .active, .navbar-mobile ul li:hover > a { color: #EFA61E;}

.navbar-mobile ul li:last-child a { margin: 16px 0 0 0; background: #234F1E; color: #FFFFFF;}

#header.header-scrolled .navbar.navbar-mobile ul li a { color: #000000;}
#header.header-scrolled .navbar.navbar-mobile ul li a:hover, 
#header.header-scrolled .navbar.navbar-mobile .active, 
#header.header-scrolled .navbar.navbar-mobile ul li:hover > a { color: #EFA61E;}


/* Banner Section CSS */

#banner { margin-top: 80px;  
  background-color: #fff;
}

.banner-content .section-header { margin-bottom: 24px;}
.banner-content p {
  font-size: 22px;
  font-weight: 500;
  color: black;
  margin-bottom: 40px;
  line-height: 1.5;
}



/* Button reused if you want (or different class if needed) */
.secondary {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.secondary:hover {
  background-color: #f5f5f5;
  border-color: #69C04B;
}

/* Banner Image */
.banner-image-wrapper-about {
  max-width: 600px;
  flex: 1;
  text-align: center;
}

.banner-image-about {
  width: 80%;
  height: auto;
}



/* Highlight Box Section */

#highlight-box { padding: 0;}

#highlight-box .highlight-content {
  background-color: #E2EBD1; 
  padding: 60px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px;
}

#highlight-box .highlight-content p {
  font-size: 28px;
  color: black;
  margin: 0;
}

#highlight-box .highlight-content p span {
  font-weight: 700;
  color: #355E3B; 
}



#financial-tools {
}

#financial-tools .nav.nav-pills { width: 50%;}
#financial-tools .nav.nav-pills .nav-link { display: flex; color: #000000; font-size: 20px; font-weight: 500;
  width: 70%; height: 64px; align-items: center; padding: 0 24px; background: transparent; border: 2px solid transparent;}

#financial-tools .nav.nav-pills .border-btn.financial-btn { background: #EFA61E; color: #FFFFFF; width: 50%; border: 0px none; margin: 36px 0 0 0;}

#financial-tools .nav-pills .nav-link.active, #financial-tools .nav-pills .show>.nav-link { border: 2px solid #000000;}


#financial-tools .tab-content { width: 50%;}

#financial-tools .tab-content .financial-image { text-align: center;}
#financial-tools .tab-content .financial-image img { max-width: 75%;}

.features-left {
  flex: 1;
  min-width: 300px;
}

.features-left h2 {
  color: #295B37;
  font-size: 32px;
  margin-bottom: 50px;
  font-weight:500;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
}

.features-list li {
  padding: 16px 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  border: 1px solid transparent;
  border-radius:12px;
  transition: all 0.3s ease;
}

.features-list li:hover {
  border: 1px solid #000;
  border-radius:12px;
}

.explore-btn {
  background-color: #f5a623;
  border: none;
  color: #fff;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.explore-btn:hover {
  background-color: #e59400;
}

.features-right {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.features-right img {
  max-width: 80%;
  height: auto;
  transition: all 0.3s ease;
}



#why-choose-us {
    background: #FFFAF0;
    text-align: center;
}

#why-choose-us .header-content {
    display: flex; 
    align-items: center; 
    justify-content: center;  
    flex-wrap: wrap;
}
#why-choose-us .header-content h1 { width: 100%; font-size: 40px; font-weight: 600; margin: 0 0 36px 0;}
#why-choose-us .header-content h1 span { color: #234F1E;} 
#why-choose-us .header-content h1 b { color: #234F1E; font-weight: 600;}

.typing-section h2 {
    color: black; 
    margin: 0; 
    font-size: 36px; 
    font-weight: 300; 
}


.typing-effect{
    display: flex;
    justify-content: center;
    align-items: center;
}
.iam {
  color: black;
    font-size: 36px;
	font-weight: 700; 
    margin: 0 12px 0 0;
}
.text{
	color: black;
    font-weight: 700; 
    font-size: 36px;
}


#powerful-benefits {
    background-color: #355E3B;     
    text-align: center;
}

#powerful-benefits .section-header {
  margin-bottom: 60px;
}

.benefit-box {
    border: 1px solid #fff; 
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px;
    padding: 20px;
    margin: 0 0 24px 0;
    text-align: left; 
    -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px;
}

.benefit-box div { width: 68px; height: 68px;}

.benefit-box h4 { width: 100%;
    margin: 0; 
    font-size: 22px;
	  font-weight:600;
    color: #fff; 
    text-align: left; 
}

.benefit-box ul { width: 100%;
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.benefit-box ul li {
    font-size: 16px; 
    color: #fff; 
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    row-gap: 16px;
}

.benefit-box ul li i {
    font-size: 24px;
}


#business-success {
  background: url(../images/bg-home.png) center top no-repeat scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

#business-success .border-btn.business-success-btn { background: #EFA61E; color: #FFFFFF; width: 50%; border: 0px none; margin: 24px 0 0 0;}

.business-success-info .section-header { text-align: right;}
.business-success-info { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.business-success-info p { font-size: 18px; color: #000000; margin: 0;}


#why-fernbooks { padding: 0;}

#why-fernbooks .why-fernbooks-text { padding: 0 100px;}
#why-fernbooks .why-fernbooks-text p { font-size: 18px;}
#why-fernbooks .why-fernbooks-points { background: #E2EBD1; padding: 60px;
  border-top-left-radius: 30px; /* Only top-left rounded */
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;}


#why-fernbooks .why-fernbooks-points ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 40px 0px; 
}

#why-fernbooks .why-fernbooks-points ul li {
  font-size: 18px;
    color: #000;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

#why-fernbooks .why-fernbooks-points ul li i {
  color: #145317; /* Green tick color */
  font-size: 24px;  
}



/* About Page CSS */

/* Highlight Box Section */
#highlight-box { padding: 0;}

#highlight-box.bg-green-clr .highlight-content {
  background-color: #A0B27E; 
}

#highlight-box.bg-green-clr .highlight-content p   {
  font-size: 28px;
  color: white;
  margin: 0;
}



/* Financial tools boxes Section */

#financial-tools-box {
  background-color: white;     
  text-align: center;
}


#financial-tools-box .tool-box {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #234F1E;
  gap: 24px;
  padding: 20px;
  margin: 0 0 24px 0;
  text-align: center; 
  margin-top: 20px;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px;
}


#financial-tools-box .tool-box div { 
  width: 68px; 
  height: 68px;
  margin: 0 auto;
}

#financial-tools-box .tool-box h4 { 
  width: 100%;
  margin: 0; 
  font-size: 22px;
  font-weight: 500;
    color: #000;
  text-align: center; 
  
}



/* bookkeeping tools section */


#bookkeeping-tools {
  background-color: #E2EBD1;
}

#bookkeeping-tools .bookkeeping-content {
  font-size: 28px;
  color: black;
  margin-bottom: 20px;
  padding: 0 24px;
}

.bookkeeping-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000000;
}

.bookkeeping-content li {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bookkeeping-content li:last-child {
  border-bottom: none;
  margin: 0;
    padding: 0;
}



/* Who We Are Section */
#who-we-are {
  background-color: #fff;
  padding: 80px 160px;
  text-align: center;
}

#who-we-are .who-we-are p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.who-we-are-content {
  padding-bottom: 40px;
}





/* System Page */

/* System boxes */

#system-box {
  background-color: #E2EBD1;
  text-align: center;
  padding: 60px 0;
}

#system-box .system-box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #A0B27E;
  gap: 16px;
  padding: 20px;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

#system-box .system-box-content:hover {
  background-color: #A0B27E;
}

#system-box .system-box-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

#system-box .system-box-content img {
  width: 48px;
  height: auto;
}


/* System features */

#system-features {}

.system-features-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;  
  color: #000000;
}

.system-features-content li {
  padding-bottom: 20px;
}


.system-features-green-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000000;
}

.system-features-green-content li {
  padding-bottom: 20px;
}



.system-features-green {
  background:#355E3B;
  padding: 60px;
}

.system-features-green .system-features-green-content h1 {
  color: #fff;;
}

.system-features-green .system-features-green-content ul {
  color: #fff;;
}

.accounts-financial {
  padding: 80px 0;
  background-color: #355E3B;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.accounts-payable, .financial-accounting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.ap-text, .fa-text {
  flex: 1 1 500px;
}

.ap-image, .fa-image {
  flex: 1 1 400px;
  text-align: center;
}

.ap-image img, .fa-image img {
  max-width: 80%;
  height: auto;
}

.ap-text h2, .fa-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}

.ap-text ul, .fa-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ap-text ul li, .fa-text ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 15px;
}

.ap-text ul li span, .fa-text ul li span {
  font-weight: 600;
}





.expense-tracking {
  padding: 100px 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.expense-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.expense-block.reverse {
  flex-direction: row-reverse; /* Image left, Text right */
}

.expense-text,
.promotional-text {
  flex: 1 1 500px;
}

.expense-image,
.promotional-image {
  flex: 1 1 400px;
  text-align: center;
}

.expense-image img,
.promotional-image img {
  max-width: 80%;
  height: auto;
}

.expense-text h2,
.promotional-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}

.expense-text ul,
.promotional-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expense-text ul li,
.promotional-text ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
}

.expense-text ul li span,
.promotional-text ul li span {
  font-weight: 600;
}



/* Pricing Section */

#pricing-options {
  background-color: #f6f6f6;
  padding: 60px 20px;
  text-align: center;
}

#pricing-options .section-header p {
  font-size: 22px;
  font-weight: 500;
  color: black;
  margin-bottom: 60px;
  line-height: 1.5;
  margin-top: 20px;
}

#pricing-options .pricing-grid {
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
}

#pricing-options .pricing-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

#pricing-options .pricing-box {
  background-color: #f6f6f6;;
  border: 1px solid #A0B27E;;
  -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; border-radius: 12px;
  width: 800px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

.container-1{
  display: flex;
  width: 100%;
  justify-content: center;
    /* border-bottom: 1px solid #A0B27E; */
    background-color: #E0E0E0;
     /* -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; border-top-right-radius: 12px; border-top-left-radius: 12px; */
     border-top-left-radius: 12px;
     border-top-right-radius: 12px;
}

.container-2{
  display: flex;
  margin-top: 20px;
}

/* #pricing-options .pricing-rate-content {
  text-align: center;
  color:#355E3B;
  padding: 20px;
  width: 350px;
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  align-items: center;
} */

#pricing-options .pricing-rate-content h1 { font-size: 60px; width: 50%; font-weight: 600; margin-bottom: 0; }
#pricing-options .pricing-rate-content p { font-size: 18px; width: 30%; font-weight: 400; text-align: left; color: #767676; margin-bottom: 0;}



#pricing-options .pricing-box-title {
  font-size: 24px;
  color: #355E3B;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: left;
  margin-top: 24px;
}



.pricing-card {
  background-color: #E2EBD1;
  color: #ffffff;
  border: 1px solid #355E3B;
  border-radius: 8px;
  padding-top: 1rem;
  transition: transform 0.2s ease-in-out;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-title {
  color: #000000;
  font-size:16px;
  font-weight: 500;
  margin-bottom: 0;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 8px;
}

.price {
  font-size: 60px;
  font-weight: 600;
  color: #355E3B;
}

.per-user {
  font-size: 12px;
  color: #00000;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.min-total {
  font-size: 0.9rem;
  color: #9ba9bc;
  margin-top: 0.5rem;
}


#pricing-options .pricing-box-info {
  font-size: 18px;
  font-weight: 600;
  color: #767676;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 ;
  margin-bottom: 0;
}

#pricing-options .pricing-rate {
  font-size: 18px;
  font-weight:600;
  color: #fff;
}

#pricing-options .pricing-plan {
  padding: 30px;
}

#pricing-options .pricing-rate span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #767676;
  width: 100%;
}

.button-container{
  display: contents;
}

#pricing-options .pricing-button {
  background-color: #355E3B;
  color: #fff;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #355E3B;
  -webkit-border-radius: 16px; -moz-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px;
  margin: 0 20px 20px 20px;
  /* margin: 20px; */
  text-align: center;
  cursor: pointer;
  width: 100%;
}

#pricing-options .pricing-button:hover {
  background-color: #fff;
  color: #355E3B;
  font-weight: 600;
}

#pricing-options .pricing-features {
  list-style-type: none;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 30px;
}

#pricing-options .pricing-features ul {
  list-style-type: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}


#pricing-options .pricing-features li {
    font-weight: 500;
    display: flex;
    width: 100%;
    position: relative;
    gap: 10px;
        align-items: center;
}





#log-in {
  color: #000000;
  padding: 0;
}

#log-in .login-left {
  background-color: #f6f6f6;
  align-items: center;
  padding: 80px;
  margin-top: 80px;
}

#log-in .border-btn.bg-light-clr {
margin-top: 20px;
}

#log-in .log-in-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #A0B27E;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.03);
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}

#log-in .form-bottom {
  margin-top: 40px;
}

#log-in .form-bottom a {
  color: #355E3B;
  font-weight: 600;
}





#sign-up {
  color: #000000;
  padding: 0;
}

#sign-up .signup-left {
  background-color: #f6f6f6;
  align-items: center;
  padding: 80px;
  margin-top: 80px;
}
#sign-up .border-btn.bg-light-clr {
margin-top: 20px;
}

#sign-up .sign-up-content {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #A0B27E;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.03);
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}

#sign-up .form-bottom {
  margin-top: 40px;
}

#sign-up .form-bottom a {
  color: #355E3B;
  font-weight: 600;
}




#contact-info {
  background-color: #E2EBD1;
  padding: 0px;
}

#contact-info .contact-info-right {
  background-color: #F6F6F6;
  padding: 60px;
  width: 100%;
  margin: auto;
}

#contact-info .contact-info-left {
  padding: 80px;
}


#contact-info .info-1 {
margin-bottom: 40px;
}

.contact-image-wrapper .img-fluid {
   width: 60%;
   margin-top: 60px;
}


#contact-info a {
  color: #355E3B;
  font-weight: 600;
}

#contact-info .contact-info-right .border-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  color: #fff;
  background-color: #355E3B;
}

#contact-info .contact-info-right .border-btn:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #355E3B;
}



/* Know More Section */
#know-more {
  background-color: #A0B27E;
  padding: 80px 160px;
  text-align: center;
}

#know-more .border-btn {
  background-color: #fff;
}

#know-more .border-btn:hover {
  background-color: #355E3B;
  color: #fff;
  border: 1px solid #fff;;
}




/* Join Us Section */
#join-us {
  background-color: #E0E0E0;
  padding: 80px 160px;
  text-align: center;
}
#join-us.joinus-bg-clr {
  background-color: #A0B27E;
}

#join-us .border-btn {
  background-color: #fff;
}

#join-us .border-btn:hover {
  background-color: #355E3B;
  color: #fff;
  border: 1px solid #000;;
}



.terms-conditions-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  flex-wrap: wrap;
}


.terms-conditions-inner .terms-conditions-block ul li.terms-head {
  display: flex
;
}
.terms-conditions-inner .terms-conditions-block ul li {
  width: 100%;
}

#terms-conditions-main {
  background-color: #E2EBD1;
}

.terms-conditions-block {
  width: 100%;
}

.terms-conditions-block h3 {
  font-size: 24px;
  font-weight: 600;
}








#footer {
  background: #355E3B; padding: 60px 0 0 0;
}

.footer-top {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-about {
  flex: 1 1 300px;
  margin-bottom: 30px;
}

.footer-about h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-about p {
  max-width: 300px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff;
    margin-top: 20px;
}

.other-app p {
  font-weight: 600;
  color: #c5c9a8;
  margin-bottom: 10px;
}

.btn-fernstore {
  display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    background: #A0B27E;
    padding: 0 16px;
    height: 40px;
    min-width: 220px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.btn-fernstore i {
  font-size: 20px;
}

.btn-fernstore:hover { background: #EFA61E; color: #FFFFFF;}


.footer-links {
  display: flex;
  gap: 60px;
  flex: 2 1 600px;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 160px;
}

.footer-column h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #c5c9a8;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #c5c9a8;
}


.footer-bottom {
  text-align: center;
  border-top: 1px solid #A0B27E;
  padding: 20px 0;
}
.footer-bottom p {
  color: #c5c9a8;
  margin: 0;  
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
}

.footer-bottom-links li a {
  text-decoration: none;
  color: #c5c9a8;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-bottom-links li a:hover {
  color: #fff;
}



