@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Roboto-Regular.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
h1{
	color: #5B5846;
}
h2{
	color: #5B5846;
}
body{
	font-family: "Montserrat";
margin: 0;
}

ul li {
    margin-bottom: 10px;
}
.main-wrapper{
	float: left;
	width: 100%;
	/* background-color: #fdcc05; */
	display: flex;
	background-image: linear-gradient(to right,  #fdcc05, white );
}
.head{
	width: 100%;float: left;
}
.gen-ogo img{
	max-width: 46%;
	position: absolute;
	left: 0;
}
.head-text1{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	left: -58px;
}
.mid-content{
	margin-top: 60px;display: block;float: left;width: 100%;
}

.btn {
	width: 185px;
	height: 60px;
	border: none;
	background-color: #5b5846;
	outline: none;
	cursor: pointer;
	color: #fff;
	position: relative;
	transition: .1s all ease-in-out;
	margin-top: 30px;
	overflow: hidden;
	}
  .btn:after{
	position: absolute;width: 80%;height: 150%;background-color: #fff;opacity: .3;content: '';top: 0;left: -150px;transition: .7s all ease-in-out;transform: rotate(64deg);
  }
  .btn:hover:after{
	left: 100%;
  }
  .btn__logo {
	width: 30px;
	height: 30px;
	float: left;
	margin: 10px 0 14px 9px;
	position: relative;
	}
  
  .btn__content {
	width: 110px;
	height: 28px;
	font-size: 12px;
	float: right;
	margin-right: 10px;
	text-align: left;
	}
  .btn__content + .btn__content {
	margin-top: 2px;
  }
  
  .btn__content--big {
	height: 21px;
	font-size: 19px;
	margin-top: 8px;
	}
  
  .btn--ios {
	background-color: #5b5846;
	color: #fff;
  }
  
  .btn--radius {
	border-radius: 30px;
  }

.right-cont img{
	position: absolute;
	max-width: 48%;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	transform: scaleX(-1);
}
.circe{
}
.circe:after{
	width: 800px;
	height: 800px;
	background-color: #fdcc05;
	content: '';
	position: absolute;
	bottom: -112px;
	border-radius: 100%;
	right: -36%;
	z-index: 3;
}
.phone{
	color: #333;
	position: absolute;
	right: 62px;
	top: 56px;
	/* border-radius: 29px; */
	/* padding: 7px 22px; */
	/* border: 2px solid #fdcc05; */
	/* background: #fff; */
	transform: skewY(-2deg);
	line-height: 24px;
	transition: .3s all ease-in-out;
	z-index: 7;
}
.phone p,h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.phone p{
	font-size: 14px;
}
/* .phone:hover{
	background: #fdcc05;color: #fff;
}  */
.right-cont .board{
	top: 32px;
	max-width: 18%;
	right: 34px;
}
.footer-wrapper{
	background-image: linear-gradient(to right,  #fdcc05, white );float: left;width: 100%;display: flex;

}
.sub-foot{
	width: 1100px;
	float: left;
	margin: auto;
	display: inline-grid;
}
.foot-left{
	float: left;
}
.foot-left p{
	padding-top: 5px;
}

.foot-left ul{
	padding: 16px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.foot-left ul li{
	list-style: none;display: inline;padding-left: 10px;
}

.display-text {
	display: inline-grid;
}

.foot-left a{
	color: #333;
}
.foot-right{
	text-align: center;
}
.foot-left button, .foot-left button.btn{
	background-color: #5b5846;padding: 8px 16px !important; color: #fff;border-radius: 30px;font-size: 17px;font-family: 'Montserrat';cursor: pointer;
width: initial;height: initial;margin-top: initial;
}
.modal {
	display: none;
	position: fixed;
	z-index: 10; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	transition: .3s all ease-in-out;
	font-family: 'Montserrat';

  }
  
  .modal-content {
	background-color: #fefefe;
	margin: 5% 20%;float: left; 
		padding: 20px;text-align: center;
	border: 1px solid #888;
	width: 50%;
  }
  
  .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: initial;
  }
  
  .close:hover,
  .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }
.modal-content p{
	text-align: center;font-weight: bold;margin-bottom: 35px;text-transform: uppercase;
}  
.modal-content label{
	width: 100%;float: left;text-align: left;padding-left: 15px;
}

.modal-content input,.modal-content select{
	width: 45%;float: left;margin-left: 2%;border: 1px solid #eee;height: 35px;margin-bottom: 20px;padding-left: 10px;font-family: 'Montserrat';
}
.modal-content textarea{
	width: 45%;margin-left: 2%;border: 1px solid #eee;height: 80px;margin-bottom: 20px;padding-left: 10px;font-family: 'Montserrat';float: left;
}
.modal-content .drop-seect{
	width: 45%;float: left;
}
.modal-content .drop-seect label{
	width: 100%;
}
.modal-content button{
	margin-top: 30px;margin-left: 2%;border-radius: 30px;padding: 10px 30px;font-size: 18px;background-color: #5b5846;border: none;color: #fff;margin: auto;text-align: center;
cursor: pointer;width: initial;height: initial;
}
input:focus,textarea:focus,select:focus{
	outline: none !important;
}
.btn img{
	max-width: 15%;position: absolute;top: 27%;left: 20px;
}
.modal-content select{
	width: 100%;margin-top: 10px;margin-left: 4%;
}



@media (min-width:992px) and (max-width:1199px) {
	.modal-content{
		width: 60%;
	}
	.circe:after{
		right: -50%;
	}
	.right-cont .board{
		max-width: 21%;
	}
	.content-wrapper{
		width: 850px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.modal-content{
		width: 75%;margin: 5% 8%;
	}
	.content-wrapper{
		width: 750px;
	}
	.left-cont{
		width: 65%;
	}
	.phone{
		top: 230px;
	}
	.right-cont .board{
		top: 207px;max-width: 26%;
	}
	.right-cont img{
		max-width: 37%;
	}
	.circe:after{
		right: -74%;
	}
}
@media (max-width:767px){
	.modal-content{
		width: 77%;margin: 5%;
	}
	input,textarea,select{
		width: 90% !important;
	}
	.drop-seect{
		width: 100% !important;
	}
	.left-cont{
		width: 100%;
	}
	.circe:after{
		display: none;
	}
	.right-cont img{
display: none;	}
.phone-device {
    display: flex;
    align-items: center;
	background-color: #5b5846;
    border-radius: 30px;
    padding: 15px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    transition: transform 0.3s ease;
    max-width: 400px;
    margin: 0 auto;
}

.style-bg {
	background-image: linear-gradient(to right,  #fdcc05, white );
	margin: 1rem;
}

.no-mobile{
	display: none;
}

.foot-left ul {
	margin: 0;
	gap: 12px;
}

.phone-device:hover {
    transform: scale(1.05);
}

.phone-icon {
    background-color: #FFD700;
    color: #fff;
    border-radius: 50%;
	width: 26px;
	height: 26px;
    padding: 8px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s;
}

.phone-icon img {
    width: 40px;
    height: 40px;
}

.phone-content {
    text-align: left;
}

.phone-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.phone-number {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 0;
}

.main-vector {
	margin: 1rem !important;
}

.phone-link {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-link:hover {
    color: #FFF200;
}

.phone {
	display: none;
}
.phone h4{
	font-size: 15px;
}
.text2{
	bottom: -18px;
}
.foot-left{
	padding-left: 18px;
}
.foot-right{
	/* padding-right: 18px; */
}
.right-cont {
		float: left;width: 100%;
	}
	.main-wrapper{
		text-align: center;
	}
	.head-text1{
		left: initial;
	}
	.content-wrapper{
		width: 100%;
	}
	.head-text1 .text2{
		max-width: 26%;
	}
	.mid-content{
		margin-top: 40px;
	}
	.mid-content .para p{
		font-size: 16px;
	}
	.btn{
		margin-top: 15px;
	}
	.reponsive-div {
		/* height: 100vh; */
		background-image: linear-gradient(to right, #fdcc05, white);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
@media (max-width : 500px){
.foot-left,.foot-right{
	text-align: center;float: initial;padding-left: initial;
}
}
@media (min-width:768px) {
	.phone-device {
		display: none;
	}
	.in-mobile {
		display: none;
	}
	.head-text1 .text2{
		max-width: 20%;
		position: absolute;
		bottom: -30px;
		left: 15px;
		margin: auto;
		right: 0;
	}
	.mid-content .para p{
		line-height: 26px;font-size: 18px;text-align: justify;
	}
	.head-text1 img{
		max-width: 30%;
		margin-left: 30px;
	}
	.gen-ogo{
		float: left;width: 25%;position: relative;
	}
	.d-flex {
		display: flex;
		justify-content: center;
		gap: 16px;
	}
	.foot-right{
		float: right;text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
	.content-wrapper{
		width: 1000px;
		margin: 4% auto;
		background-color: #fff;
		border-radius: 30px;
		float: left;
		overflow: hidden;
		padding: 50px;
		position: relative;padding-bottom: 60px;
		/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
		}
		.left-cont{
			width: 50%;float: left;
		}
}
@media (max-width:767px) { 
	.head-text1 .text2{
		max-width: 50%;
		position: absolute;
		bottom: -30px;
	}
	.left-cont{
		width: 100%;
		float: left;
		margin-top: 1rem;
	}
	.mid-content .para p{
		line-height: 35px;font-size: 18px;text-align: justify;
	}
	.content-wrapper{
		width: 100%;
		margin: 4% auto;
		background-color: #fff;
		border-radius: 20px;
		float: left;
		overflow: hidden;
		padding: 25px;
		position: relative;padding-bottom: 60px;
		/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
		}
	.gen-ogo{
		float: left;width: 50%;position: relative;
	}
	.head-text1 img{
		max-width: 50%;
		margin-left: 30px;
	}
	.head-text1 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.d-flex {
		display: flex;
		justify-content: center;
		gap: 6px;
	}
	.foot-right{
		float: right;text-align: center;
		padding-bottom: 16px;
	}
	.none {
		display: none;
	}
}
  #contactModal {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
  }

  .contact-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .contact-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
  }

  .contact-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .contact-close:hover,
  .contact-close:focus {
    color: #000;
    text-decoration: none;
  }

  /* Form Styles */
  .contact-form-group {
    margin-bottom: 15px;
  }

  .contact-input,
  .contact-textarea {
    width: 100% !important;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /* font-size: 1em; */
  }

  .contact-select {
    width: 100% !important;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
  }

  .contact-textarea {
    height: 100px;
  }

  .contact-label {
    font-size: 1em;
    margin-bottom: 5px;
    display: block;
  }

  .contact-submit-btn {
    width: 100%;
    background-color: #5b5846;
    color: white;
    padding: 14px 20px;
    margin-top: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
  }

  .contact-submit-btn:hover {
    background-color: #5b5846;
  }

  @media screen and (min-width: 768px) {
    .contact-modal-content {
      margin: 2% auto;
    }
  }
  @media screen and (max-width: 768px) {
    .contact-modal-content {
      margin: 2% auto;
	  width: 85% !important;
    }
  }

  .footer-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-right: 20px; /* Adjust spacing between items */
}

.footer-menu li:last-child {
    margin-right: 0; /* Remove right margin from the last item */
}

.contact-btn {
    background-color: #ff5722; /* Customize button background */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: #e64a19; /* Darker shade on hover */
}

.social-icon {
    font-size: 18px;
    color: #555;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #ff5722;
}

.social-icon.facebook:hover {
    color: #3b5998;
}

.social-icon.whatsapp:hover {
    color: #25d366;
}

.social-icon.linkedin:hover {
    color: #0077b5;
}

.social-icon.twitter:hover {
    color: #1da1f2;
}
.phone-number {
	color: #5b5846;
}
.toast {
    display: none;
	text-align: justify;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-size: 16px;
    width: 300px;
}

.toast.show {
    display: block;
}
.loader {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #555;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.contact-submit-btn[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Button hover effects */
.btn:hover {
    opacity: 0.8;
}

/* For responsive design */
@media screen and (max-width: 768px) {
    .modal-content {
        width: 90%;
    }
}
.availability-text {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
    margin: 20px 0;
}

/* Highlight important parts */
.highlight {
    color: #4CAF50;
    font-weight: bold;
}

/* Phone number styling */
.phone-highlight {
    color: #d9534f;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-highlight:hover {
    color: #c9302c;
    text-decoration: underline;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .availability-text {
        font-size: 1rem;
        line-height: 1.4;
    }
}


