/* Increase the navbar height */
body{
  background: #ECE9E6;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */  

}
.navbar {
  padding-top: 20px; /* Adjust the value to increase/decrease the height */
  padding-bottom: 20px; /* Adjust the value to increase/decrease the height */
}

.bg-custom {
  background: #00d2ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/* Adjust the navbar brand alignment */
.navbar-brand {
  display: flex;
  align-items: center;
  height: 100%; /* Maintain full height of navbar */
}

.navbar-brand img {
  margin-right: 10px;
  height: 50px;
  width: auto;
}

/* Style the navbar links to be horizontal */
.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  flex-direction: row;
}

.navbar-nav .nav-item {
  margin-right: 15px; /* Adjust spacing between items */
  margin-left: 0;
}

.navbar-nav .nav-link {
  color: white; /* Set the font color */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s; /* Add transition effect */
  margin-right: 40px;
}

.navbar-nav .nav-link:hover {
  color: #000000; /* Change color on hover to a contrasting color */
}

.navbar-nav .nav-link h4 {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
}

/* ----------------------------------------------------------------- */

/* Styling for the slider section */
#slider {
  background: #00d2ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  padding: 40px 0 10px 0; /* Adjust the top and bottom padding as needed */
  margin-top: 50px; /* Add margin to separate from the navbar */
  padding-right: auto;
  padding-left: auto;
  margin-right: auto;
  margin-left: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

#slider .block {
  margin-top: 95px;
  padding-bottom: 75px;
}

#slider .block h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin: 0px;
  font-size: 36px;
  margin-bottom: 11px;
  text-align: left;
}

.sub-slider-text {
  margin: 0px;
  font-size: 36px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 43px;
}

.slider-p {
  margin: 0px;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
  text-align: justify;
}

.edit-button-1:hover {
  background: none;
  color: #0c3044;
  border: 3px solid #0c3044;
}

.edit-button-1 {
  background: none;
  border: 3px solid #fff;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  padding: 8px 31px;
  display: block;
  overflow: hidden;
  margin-top: 29px;
}

.phone-image-container {
  text-align: center; /* Center the image horizontally */
  margin-top: 4px; /* Adjust as needed to separate from the button */
}

.phone-image {
  max-width: 60%;
}

.col-md-3 {
  width: 25%;
}

/*------CONTENT 01 START HERE-----------------------------------------*/

#contant-1 {
  background-image: linear-gradient(#0c3044, #82E7DD);
  padding: 40px 0 10px 0;
  margin-top: 50px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

#contant-1 .block-right {
  text-align: center;
  padding-bottom: 18px;
}

.namazee-img {
  max-width: 60%;
}

.contant-1-text-area {
  padding-top: 20px;
}

.contant-1-head:after {
  background: #ffffff;
  content: "";
  height: 2px;
  position: absolute;
  width: 102px;
}

.contant-1-head h1 {
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.contant-1-text {
  padding-top: 40px;
}

.contant-1-text h2 {
  color: #ffffff;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.contant-1-text p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding-top: 20px;
}

.edit-button-2:hover {
  background: none;
  color: #0c3044;
  border: 3px solid #0c3044;
}

.edit-button-2 {
  background: none;
  border: 3px solid #ffff ;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  padding: 8px 31px;
  display: block;
  overflow: hidden;
  margin-top: 29px;
}

/*-------------------------------------------------------------------------------*/
/*CONTENT 02 START HERE*/

#content-2 {
  background: #636363;
  padding: 40px 0px 10px;
  margin-top: 50px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.contant-2-text-area {
  padding-top: 80px;
}

.contant-2-head h1 {
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #0c3044;
}

.contant-2-head:after {
  background: #0c3044;
  content: "";
  height: 2px;
  position: absolute;
  width: 102px;
}

.contant-2-text {
  padding-top: 40px;
}

.contant-2-text h2 {
  color: #0c3044;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding-bottom: 25px;
  text-align: left;
}

.contant-2-text p {
  color: #0c3044;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0px;
}

#content-2 .block-right {
  text-align: center;
}

.edit-button-3:hover {
  background: none;
  color: #0c3044;
  border: 3px solid #0c3044;
}

.edit-button-3 {
  background: linear-gradient(to bottom, #29626c, #6dc3bd);
  border: 3px solid ;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  padding: 8px 31px;
  display: block;
  overflow: hidden;
  margin-top: 29px;
}

/*-------------------------------------------------------------------------------*/
/*CONTACT FORM START HERE*/

.center-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: white;
  margin-bottom: 20px;
}

.form-container {
  width: 700px; /* Set your desired width */
  height: auto; /* You can adjust the height as needed */
  background: #00d2ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 30px; /* Adjust the padding as needed */
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.form-container textarea {
  resize: vertical; /* Allow vertical resizing of the textarea */
}

.form-container h2 {
  margin-bottom: 20px; /* Add space under the h2 element */
  text-align: center;
  text-decoration: none; /* Remove default underline */
  position: relative; /* Set the position to relative */
}

.form-container h2::after {
  content: ""; /* Add content to create the custom underline */
  display: block;
  width: 102px; /* Adjust the width of the underline */
  height: 2px; /* Adjust the thickness of the underline */
  background-color: white; /* Customize the underline color */
  position: absolute; /* Position the underline relative to the h2 */
  bottom: -10px; /* Adjust the distance from the h2 text */
  left: 50%; /* Center the underline horizontally */
  transform: translateX(-50%); /* Center the underline horizontally */
}

.form-container button[type="submit"] {
  background: none;
  border: 3px solid #fff;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  border-radius: 30px;
  padding: 8px 31px;
  display: block;
  overflow: hidden;
  margin-top: 29px;
}

.form-container button[type="submit"]:hover {
  background: none;
  color: #0c3044;
  border: 3px solid #0c3044;
}

/*-------------------------------------------------------------------------------*/
/*Footer START HERE*/

#footer {
  background: #00d2ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  text-align: center;
  padding-top: 30px; /* Decreased padding-top */
  padding-bottom: 20px; /* Decreased padding-bottom */
  height: auto; /* Removed fixed height */
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer-contant h3 {
  color: #ffffff;
  font-size: 24px; /* Decreased font size */
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding-bottom: 15px; /* Decreased padding */
}

.social-icon a {
  margin-right: 10px;
  display: inline-block;
  text-decoration: none; /* Added to remove underline on social icons */
}

.social-icon a i {
  border-radius: 100%;
  color: #ffffff;
  font-size: 24px; /* Decreased font size */
  height: 36px; /* Decreased height */
  width: 36px; /* Decreased width */
  line-height: 36px; /* Adjusted line-height */
  text-align: center;
}

.support-link {
  padding-top: 16px; /* Adjusted padding-top */
  padding-bottom: 10px; /* Added padding-bottom */
}

.support-link ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  padding: 0; /* Add this to remove default padding */
}

.support-link li {
  margin-right: 20px; /* Decreased margin-right */
}

.support-link a {
  color: #ffffff; /* Changed text color to white */
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}

.support-link a::after {
  content: "";
  margin-bottom: 48px;
  position: absolute;
  width: 100%;
  height: 1px; /* Adjust the thickness of the underline as needed */
  bottom: 0;
  left: 0;
  background-color: #ffffff; /* Adjust the color of the underline as needed */
}


/* Media Querry For Mobile */
@media (max-width: 576px) {
  .navbar {
    padding-top: 20px; /* Adjust the value to increase/decrease the height */
    padding-bottom: 20px; /* Adjust the value to increase/decrease the height */
  }
  
  .bg-custom {
  background: #00d2ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3a7bd5, #00d2ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }
  
  
  .navbar-brand {
    display: flex;
    align-items: center;
    height: 100%; /* Maintain full height of navbar */
    margin-left: 70px;
  }
  

  .navbar-brand img {
    height: 40px;
    width: 245px;
    margin-left: 10px;
	margin-right: 25px
  }

  h3 {
    margin: 0px 2px 0; /* Reset default margin */
    font-size: 1.5rem;
    color: white;
  }

  .navbar-nav {
    display: flex;
    margin: 0 1px -20px 18px;
    flex-direction: row;
    margin-left: 42px;
  }
	
	.slider-text-area{
     margin-top: -83px;
	}

  .navbar-nav .nav-item {
    margin-right: -5px; /* Adjust spacing between items */
  }

  .navbar-nav .nav-link {
    transition: color 0.3s; /* Add transition effect */
    margin-right: 26px;
  }

  .navbar-nav .nav-link:hover {
    color: #000000; /* Change color on hover to a contrasting color */
  }

  .navbar-nav .nav-link h4 {
    font-size: 10px;
  }
  
  /* ----------Styling for the slider section -------------------------*/

#slider .block h2 {
  font-size: 33px;
}

.sub-slider-text {
  font-size: 33px;
  line-height: 44px;
  margin-top: 8px;
}

.slider-p {
  padding-top: 21px;
  text-align: initial;
}


.phone-image-container {
  text-align: center; /* Center the image horizontally */
  margin-top: -68px; /* Adjust as needed to separate from the button */
}

.phone-image {
  max-width: 60%;
  margin-top: 20px;
}

	
	/*------------------FORM--------------------------*/
	
	.form-container {
    width: 350px;
    padding: 30px;
    border-radius: 14px;
}
	
/*-----------Content-1----------------------------------------------*/

#contant-1 {
  padding: 40px 0px;
}

img {
  max-width: 60%;
}

.contant-1-text-area {
  padding-top: 40px;
}

.contant-1-head:after {
  width: 248px;
}

.contant-1-head h1 {
  font-size: 33px;
}

.contant-1-text {
  padding-top: 40px;
}

.contant-1-text h2 {
  font-size: 33px;
  padding-bottom: 15px;
  text-align: left;
}

.contant-1-text p {
  font-size: 14px;
  text-align: initial;
}

/*-----CONTENT 02 START HERE-------------------------*/

#content-2 {
  padding: 40px 0px;
}

.contant-1-text-area {
  padding-top: 23px;
}

.contant-1-head h1 {
  font-size: 33px;
}

.contant-1-head:after {
  width: 248px;
}

.contant-1-text {
  padding-top: 40px;
}

.contant-1-text h2 {
  font-size: 33px;
  padding-bottom: 10px;
}

.contant-1-text p {
  font-size: 14px;
  text-align: initial;
}

.edit-button-3 {
  padding: 8px 18px;
}

/*----CONTENT 03 START HERE*------------------------*/

#contant-3 {
  padding: 40px 0px;
}

img {
  max-width: 60%;
}

.contant-3-text-area {
  padding-top: 43px;
}

.contant-3-header h1 {
  font-size: 33px;
  text-align: initial;
}

.contant-3-header:after {
  width: 248px;
}

.contant-3-text {
  padding-top: 40px;
}

.contant-3-text h2 {
  font-size: 33px;
  padding-bottom: 10px;
  text-align: initial;
}
p {
  font-size: 14px;
  text-align: initial;
  margin-bottom: 1rem;
}

.edit-button-4 {
  padding: 8px 18px;
}

/*--------------FOOTER---------------------------------------------------*/
  #footer {
    padding-top: 22px;
    padding-bottom: 1px;
  }
  
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .footer-contant h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }
  
  .social-icon a {
    margin-right: 10px;
    display: inline-block; /* Add this line to make icons display properly */
  }
  
  .social-icon a i {
    font-size: 25px;
    line-height: 40px;
  }
  
  .support-link {
    padding-top: 6px;
  }
  
  .support-link a {
    font-size: 15px;
    font-weight: bold;
  }
	
	.support-link ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
    padding: 0 0 0 22px;
}

}
