.headerBigDiv{width: 100%;
  position: relative;
  z-index: 99999;  
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  background-color: white;
	
}

.headerBigBigDiv{
	background-color:#047650;
}
.headerBigDiv2{
	  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
			.button {
			  background-color: #2F2F2F;
			  border: none;
			  color: white;
			  padding: 7px 20px;
			  text-align: center;
			  text-decoration: none;
			  display: inline-block;
			  font-size: 16px;
			  margin: 4px 2px;
			  cursor: pointer;
			  border-radius: 20px;
			}
			.signUp{font-size: 16px;}
			.changelanguage, .logIn, .signUp{
				float:left;
			}
			.header1, .header2{
				float:left;
			}
			.signUp, .changelanguage{
			
			}
			a{
				text-decoration: none;
			}
			
			.dropbtn {
			  color: black;
			  font-size: 16px;
			  border: none;
			  cursor: pointer;
			  background-color: white;
			}

			.dropdown {
			  position: relative;
			  display: inline-block;
			}

			.dropdown-content {
			  display: none;
			  min-width: 160px;
			  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			   position: absolute;
			 z-index: 99999;
			  border-radius: 10px;
			}

			.dropdown-content a {
			  color: black;
			  padding: 12px 16px;
			  text-decoration: none;
			  display: block;
			  
			}

			.show {display: block;}
			.headerBigDiv{
				height: 61px;
				width: 100%;

			}
			body{
				margin: 0;	
				  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  background-color: #F9FAFB;
			}
			.inputform{
				background-color: #F3F3F3;
				border: 0px;
				border-radius: 5px;
				padding: 10px;
			}
			.inputblock{
				padding-top: 17px;
			}

    .input-wrapper label {
      display: block;
      margin-bottom: 4px;
    }
    .input-group {
      position: relative;
      display: flex;
      align-items: center;
    }
    .input-group svg {
      position: absolute;
      left: 10px;
      width: 18px;
      height: 18px;
      color: #444;
      pointer-events: none;
    }
    .input-group input {
      width: 180px;
      padding: 8px 10px 8px 36px; /* space for icon */
      border: none;
      background: #f3f3f3;
    }
    .input-group input:focus {
      outline: 2px solid #007bff;
      background: #fff;
    }
    /* Hide browser default right-side icons */
    input[type="date"]::-webkit-calendar-picker-indicator,
    input[type="time"]::-webkit-calendar-picker-indicator {
      display: none;
      -webkit-appearance: none;
    }
    input[type="date"],
    input[type="time"] {
      -moz-appearance: textfield;
    }
input[type="date"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit {
  color: #F3F3F3;           
}


.inputbuttonn{
	background-color: #FACC15;
	border: 0px;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.section2{
	
	  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.sssd{
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.inputbuttonn2{
	background-color: white;
	border: 0px;
	border-radius: 5px;
	font-size: 16px;
	padding: 10px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	color: #2F2F2F;
}


.services-section {
            padding: 60px 20px;
        }

        .services-list i {
            color: #3cb371;
            font-size: 20px;
            margin-right: 10px;
        }

        .services-list a {
            font-weight: 600;
            text-decoration: none;
            color: #0d6efd;
        }

        .services-list p {
            margin-left: 30px;
            color: #555;
        }

        .service-item {
            margin-bottom: 25px;
        }

        .illustration img {
            width: 100%;
            max-width: 480px;
        }
		
		      .timeline {
            position: relative;
            margin: 0 auto;
            padding: 40px 0;
            width: 100%;
            max-width: 900px;
        }

        .timeline:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            width: 2px;
            height: 100%;
            background: #dcdcdc;
            transform: translateX(-50%);
        }

        .timeline-step {
            position: relative;
            width: 50%;
            padding: 40px 20px;
        }

        .timeline-step.left {
            text-align: right;
            padding-right: 50px;
        }

        .timeline-step.right {
            text-align: left;
            padding-left: 50px;
            margin-left: 50%;
        }

        .timeline-icon {
            transform: translateX(-50%);
            background: #4abd59;
            color: #fff;
            font-size: 18px;
            width: 40px;
            height: 40px;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
			float: left;
        }

         .step-number1 {
            position: absolute;
            top: 58px;
            left: 50%;
            transform: translateX(-50%);
            background: #f9c247;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }

		.step-number2 {
            position: absolute;
            right: 96.5%;
            background: #f9c247;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }

		.step-number3 {
            position: absolute;
            left: 48.4%;
            background: #f9c247;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }

		.step-number4 {
            position: absolute;
            right: 96.5%;
            background: #f9c247;
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }

        h4 {
            font-weight: 600;
        }
		
		.timeline-step2{
			width: 50%;
            padding: 10px 10px;
		}
		
		
        .section-title {
            font-size: 2.5rem;
        }

        .feature-card {
            background: #F9FAFB;
            border-radius: 14px;
            padding: 25px;
            height: 100%;
        }

        .feature-icon {
            width: 45px;
            height: 45px;
            background: #24C45E;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100px;
            font-size: 22px;
            margin-bottom: 15px;
        }

        .feature-card .hjn {
           
            margin-bottom: 10px;
        }

        .feature-card p {
            color: #6c757d;
            font-size: 0.95rem;
        }
		
		
		
		
		.testimonial-box {
		background: #F9FAFB;
		border-radius: 12px;
		padding: 25px;
		height: 100%;
		}
		.stars {
		color: #f7c948;
		font-size: 18px;
		}
		.section-title {
		text-align: center;
		margin-bottom: 10px;
		letter-spacing: 1px;
		}
		.main-title {
		text-align: center;
		font-size: 32px;
		font-weight: 600;
		}
		.subtitle {
		text-align: center;
		margin-bottom: 50px;
		color: #555;
		}
		
		
		
		.faq-card {
background: white;
border-radius: 12px;
padding: 20px 25px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
cursor: pointer;
}
.faq-question {
font-size: 16px;
font-weight: 600;
}
.faq-answer {
margin-top: 10px;
display: none;
color: #555;
}
.icon-toggle {
transition: 0.3s;
}
.rotate {
transform: rotate(180deg);
}

.green-section {
	background: #0c6b48;
	color: white;
	padding: 80px 0;
}
.feature-item i {
	color: #ffcc00;
	font-size: 18px;
	margin-right: 8px;
}
.app-card {
	background: white;
	border-radius: 14px;
	padding: 40px 30px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.app-btn {
	background: #ffbf00;
	color: black;
	border: none;
	padding: 14px 20px;
	border-radius: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
}
.app-btn:hover {
	background: #e0a800;
}



@media (max-width: 992px) {

    /* Header becomes stacked */
    .headerBigDiv {
        height: auto;
        padding: 15px 0;
    }

    .header1,
    .header2 {
        float: none !important;
        margin: 0 !important;
        width: 100%;
        text-align: center;
    }

    .header2 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .signUp,
    .changelanguage,
    .logIn {
        float: none !important;
        padding-left: 0 !important;
    }

    /* Buttons spaced vertically */
    .signUp,
    .logIn {
        text-align: center;
    }

    /* Hide crazy 110px margins on mobile */
    .signUp[style],
    .logIn[style] {
        padding-left: 0 !important;
    }

    /* Hero section: stack text and image */
    .section2 .row {
        flex-direction: column;
        text-align: center;
    }

    .section2 img {
        width: 80% !important;
        margin: 20px auto 0;
        display: block;
    }

    /* Download buttons go full width */
    .inputbuttonn {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}


/* For very small screens */
@media (max-width: 576px) {

    .section2 img {
        width: 100% !important;
    }

    h1 {
        font-size: 24px !important;
    }

    .inputblock2 {
        font-size: 14px !important;
    }
}



.bg-green {
    background: #047650;
}

.app-btn {
    background: #facc15;
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.app-btn:hover {
    background: #e0b91c;
}


.tdn{
	text-decoration: none;
}