
@font-face 
{
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.TTF');
  src: local("?"), url('../fonts/Poppins-Regular.woff') format("woff"), url('../fonts/Poppins-Regular.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.TTF');
  src: local("?"), url('../fonts/Poppins-SemiBold.woff') format("woff"), url('../fonts/Poppins-SemiBold.TTF') format("truetype"); 
}

@font-face 
{
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.TTF');
  src: local("?"), url('../fonts/Roboto-Regular.woff') format("woff"), url('../fonts/Roboto-Regular.TTF') format("truetype"); 
}

/*@font-face 
{
  font-family: 'Sarala';
  src: url('../fonts/Sarala.TTF');
  src: local("?"), url('../fonts/Sarala.woff') format("woff"), url('../fonts/Sarala.TTF') format("truetype"); 
}*/

/* General Styles */
body {font-family:Roboto-Regular, Poppins-Regular, Arial, Tahoma, sans-serif; color:#344e6c; font-size:14px; line-height: 30px; }
#navbar .container {
    background-color: #b8ffff;
}
#navbar .container .nav{ margin-right: 20px;}
#navbar .container ul li{ font-family: 15px;}
#navbar .container ul li a:hover{text-decoration: none; color: #24918c; }
.nav-link {color: #333;}
.nav-link:hover {text-decoration: underline;}

.logo {font-size: 1.5rem;font-weight: bold; height: 39px; width: 202px; margin-left:-93px;}
.py-3 {padding-top: 0rem !important;padding-bottom: 0rem !important; background-color: #b8ffff;}
/* .py-4 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
} */

/* Hero Section */
.bg-info {background-color: #e8e8e8 !important;max-height: 329px;width: 100%; background-image: url(../images/bg_image_1.jpg); background-repeat: no-repeat; object-fit: cover;}
.bg-info h2 {font-size: 2.5rem;margin-bottom: 1rem; color: #65a4a6 ; font-weight: 700;}
.bg-info p { font-size: 1.2rem; color: black;}

/* Features Section */
.features-section img {border-radius: 10px;}

/* Designer-Assisted Section */
.bg-light {background-color: #f8f9fa !important;}

.bg-light h3 {font-size: 1.8rem; }

/* How It Works Section */
.how-it-works {display: flex;justify-content: center;align-items: center;gap: 10px; }
.how-it-works .col-md-4 {box-sizing: border-box;border: 2px solid #ccc; border-radius: 10px; padding: 10px; text-align: center; background-color: #f9f9f9; transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);width: 260px; height: 212px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.how-it-works .col-md-4:hover {border-color: #65a4a6; box-shadow: 2px 2px 12px rgba(0, 123, 255, 0.3); }
.how-it-works img {width: 60px;height: auto;display: block;margin-bottom: 10px; }
.mb-5 {font-size: 2.5rem;margin-bottom: 1rem; color: #65a4a6 ; font-weight: 700;}
.how-it-works p {margin: 0; font-size: 1rem;font-weight: 500;color: #333;}

/* button */
.btn {color: #000000;background-color: #6ee8e8;border-color: #86dcdb;border-radius: 50px;padding: 10px 20px;}
.btn:hover {color:#ffffff;background-color: #348989;border-color: #67b9b6;  box-shadow: 2px 2px 12px rgba(0, 123, 255, 0.3);}

/* image */

.img-fluid { max-width: 62%;height: 306px;margin-left: 111px;margin-top: -67px;}
.col-md-6 h3{font-size: 2.5rem;margin-bottom: 1rem; color: #65a4a6 ; font-weight: 700;}
p {margin-top: 0;margin-bottom: 1rem;font-size: 15px;}
.mb-3 {margin-bottom: 1rem !important;height: 60px;width: 60px;} 

/* form section */

.form-section {background-color: #e8fafa;padding: 20px;border-radius: 8px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.custom-select {appearance: none;-webkit-appearance: none;-moz-appearance: none;background-image: url(/Assets/images/down-arrow-56-512.png);background-repeat: no-repeat;
  background-position: right 10px center;background-size: 16px;padding-right: 30px;cursor: pointer;}
.custom-select:hover {background-color: #f0f0f0;}
#address {height: 60px; resize: none; }
.text-center{font-size: 2rem; color: #65a4a6 ; font-weight: 700;}
.list-item { width: 600px; margin: 20px auto; padding: 20px;border: 2px solid #ddd; border-radius: 10px; background-color: #fff; text-align: left; }
.list-item ul {list-style: none; padding: 0;}
.list-item li {padding: 8px 0; font-size: 16px;color: #333; display: flex; justify-content: space-between; }
.right-align {margin-left: auto; font-weight: bold;}
/* form section */

/* Footer */
.footer-middle{background:#464451; padding:20px 0 0; color:#fff; margin:15px 0 0;}
.footer-middle .title{font-size:22px; color:#fff; padding:0 0 5px; border-bottom:1px solid #ccc; margin:10px 0 10px; font-weight:600;}
.footer-middle ul{margin:0; padding:0;}
.footer-middle ul li{margin:0; padding:1px 0; list-style-type:none; display:block; color:#fff; text-decoration:none;}
.footer-middle ul li a{color:#fff; text-decoration:none; padding:5px 0;}
.footer-middle ul li a:hover{color:b0eeed; text-decoration:none;}

.footer-middle .sociallink{width:100%;}
.footer-middle .sociallink li{margin:0 5px 0 0; padding:5px 0; list-style-type:none; display:inline-block; color:#fff; text-decoration:none;}
.footer-middle .sociallink li a{color:#fff; text-decoration:none; padding:5px 0; font-size:30px;}
.footer-middle .sociallink li a:hover{color:#4acbc5; text-decoration:none;}

.copyright{font-size:12px; color:#ccc; text-align:center; padding:7px 0; margin:10px 0 0 !important; background:b0eeed;}
/* Footer */


/* pricing section */
.pricing-section {padding: 50px 15px;text-align: center;
}
.pricing-section h1 {font-size: 2rem;margin-bottom: 30px;color: #5d7577;
}
.plan-card {border: 1px solid #e0e0e0;border-radius: 12px;padding: 20px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);transition: transform 0.3s, box-shadow 0.3s;background-color: #ffffff;height: 100%;
}
.plan-card:hover {transform: translateY(-5px);box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.plan-title {font-size: 1.2rem;font-weight: bold;margin-bottom: 10px;color: #319f90;text-align: left;
}
.plan-details {margin: 15px 0;text-align: left;
}
.plan-details p {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5d7577;
}
.plan-details button {
  border: none;
  background: none;
  font-size: 0.8rem;
  cursor: pointer;
  color: #319f90;
}
.plan-details button:hover {
  color: #267a6c;
}
.btn-plan {
  background-color: #319f90;
  color: #ffffff;
  border: none;
  padding: 5px 20px;
  border-radius: 8px;
  transition: background-color 0.3s;
}
.btn-plan:hover {
  background-color: #267a6c;
}
.horizontal-line {
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}
.row.g-4 {
  row-gap: 20px;
}
@media (max-width: 768px) {
  .plan-card {
      margin-bottom: 20px;
  }
}
/* pricing section */


/* Plan details */
* {
  box-sizing: border-box;
}

.details-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.details-header {
  color: teal;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.details-section {
  margin-bottom: 20px;
}
.details-section hr {
  margin: 10px 0;
}
.details-row {
  display: flex;
  justify-content: space-between;
}

/* payment success */

.success-container {
  max-width: 600px;
  max-height: 600px;
  margin: 50px auto;
  padding: 50px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  border: 0px solid #28a745;
  box-sizing: border-box;
}
.success-icon {
  font-size: 50px;
  color: #28a745;
}


/* payment failure */
.error-container {
  max-width: 600px;
  max-height: 600px;
  margin: 10px auto;
  padding: 50px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  border: 0px solid #28a745;
  box-sizing: border-box;
}
.error-icon {
  font-size: 50px;
  color: #ff0505;
}
.error-container p{ font-weight: 0; color: black;}

.mandatory {
    color: #cd1414;
}

.error_msg {
    color: #cd1414;
    position: absolute;
    font-size: 11px;
    margin: -2px 0 0 5px;
}

#button {
    border-radius: 50px;
    background-color: #6ee8e8;
    border:none;
}
button:hover {
    background-color: #55c3c3;
    color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
}

