* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.breadcrumb-contact-container {
  background-color: #F9FAFB;
  padding: 20px 0px;
  margin-top: 125px;
}

.breadcrumb-contact-container h1 {
  text-align: center;
  font-size: 42px;
  color: #1E2939;
  font-weight: 700;
  margin: 15px 0px;
}

.breadcrumb-contact-container p {
  margin: 15px 0px;
  text-align: center;
}

.breadcrumb-contact-points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.breadcrumb-contact-points h2 {
  font-size: 16px;
  margin-top: 21px;
}

@media(max-width:768px) {
  .breadcrumb-contact-points {
    gap: 10px;
    padding: 10px;
  }

  .breadcrumb-contact-container p {
    padding: 10px;
  }

  .breadcrumb-contact-container h1 {
    padding: 10px;
  }
}

/* contact Detail */
#contact .contact_detail-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.contact-div {
  border-radius: 14px;
  width: 294px;
  height: 243px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 10px 1px #ccc;
  transition: transform 0.5s ease-in-out;
}

.contact-icon:hover {
  transform: scale(1.05);
}

.contact-information {
  padding-left: 25px;
}

.contact-icon {
  background-color: #E6F1F1;
  width: 50px;
  height: 50px;
  margin: 25px 0px;
  border-radius: 13px;
  padding: 10px;
}

.subtitle {
  margin-top: -16px;
  margin-bottom: 20px;
}

.subtitle p {
  font-weight: 700;
  color: black;
}

.contact-inner-heading h2 {
  font-size: 22px;
  margin-bottom: 18px;
}

#contact-heading-id {
  font-size: 22px;
  margin-bottom: 18px;
  text-align: left;
}

#contact-heading-id-2 {
  font-size: 22px;
  margin-bottom: 18px;
  text-align: left;
  margin-left: -30px;
}

#title-inner {
  margin-top: -13px;
}

@media(max-width:768px) {
  #contact {
    background-image: none !important;
  }

  #contact .contact_detail-container {
    display: block;
    padding: 17px;
  }

  .contact-div {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}

.contact-section {
  background-color: #F0F8FF;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  margin-top: 65px;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.contact-form {
  margin-top: -0px;
  width: 65%;
  margin: 0 auto;
}

.contact-form h5 {
  font-size: 24px;
  color: #1E2939;
  font-weight: 600;
  text-align: center;
}

.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  flex: 1 1 480px;
}

.contact-location {
  width: 100%;
  /* full width */
  max-width: 100%;
  margin: 0 auto;
}

.contact-form h5,
.contact-location h6 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #002233;
}

form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 6px;
  font-weight: bold;
  color: #333;
}

input,
select,
textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}


#contact-btn {
  background-color: #ff7300;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

#contact-btn:hover {
  background-color: #ff7300;
}

.location-section {
  background-color: #fff;
  padding: 0px 20px;
  font-family: Arial, sans-serif;
  margin-top: -60px;
}

.location-container {
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.location-section h6 {
  font-size: 24px;
  color: #1E2939;
  font-weight: 600;
  margin-bottom: 20px;
}

.location-container iframe {
  width: 100%;
  height: 370px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.location-info p {
  margin: 5px 0;
  font-size: 16px;
  opacity: 0.8;
  color: black;
}

/* Privacy Policy CSS */

#privacy .privacy-container {
  margin: 40PX 140PX;
  box-shadow: 1px 2px 10px 1px #ccc;
}

#privacy .privacy-container p {
  color: black;
  font-family: Roboto, serif;
  font-size: 18px;
  padding: 0px 30px;
}

#para-2 {
  text-align: justify;
}

#circle {
  font-size: 8px;
}

#span-para {
  visibility: hidden;
}

h5 {
  color: #333;
  font-family: Roboto, serif;
  font-size: 22px;
  padding: 0px 30px;
}

h3 {
  font-size: 37px;
  font-family: Roboto, serif;
  color: #333;
  padding: 0px 30px;
}

@media(max-width:966px) {
  #privacy .privacy-container {
    margin: 0px;
    padding: 20px;

  }

  .topnav {
    display: none;
  }

  #privacy .privacy-container p {
    margin-top: 70px;
  }
}

/* SEO Text Styling */
.seo-banner-overlay {

  padding: 30px;
  border-radius: 10px;
  color: white;
  max-width: 800px;
  margin-left: 5%;
  text-align: left;
}

.seo-banner-heading {
  font-size: 100px;
  font-weight: 650;
  color: #fff;
  margin-bottom: 15px;
  margin-left: 37px;
}

.seo-banner-text {
  font-size: 16px;
  line-height: 1.6;
}

#seo_banner {
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 130px;
}

/* Blog CSS */
.blog_wrapper {
  width: 1304px;
  margin: 0px auto;
}

.line {
  border-bottom: 2px solid #000;
  margin: 8px 0px;
}

.container_blog {
  display: flex;

  gap: 30px;
  margin-top: 43px;
}

.box1,
.box2 {
  width: 436px;
  height: 183px;
  border-radius: 12px;
}

.blog_img {
  width: 436px;
  height: 183px;
}

.imgBox {
  width: 294px;
  height: 398px;
}

.container_blog_2 {
  display: flex;
  gap: 30px;
  margin-top: -73px;
}

.box1 h1 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 14px;
}

.box2 h1 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 14px;
}
.stats_blog{
  margin-top: 12px;
  display: flex;
  gap: 10px;
}
.stats_blog p{
  font-size: 12px;
  
}
.line_container{
  border-bottom: 2px solid #ccc;
}