@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* {
    margin: 0;
    padding: 0;
}

.hero-section {
    background: linear-gradient(to bottom, #093A63, #60180C);
    color: white;
    position: relative;
    overflow: hidden;
}


.hero-content h1 {
    font-family: "Space Mono", monospace !important;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hero-content p {
    color: #d0d0d0;
    font-size: 1rem;
    margin-bottom: 30px;
}

.hero-btn {
    font-family: "Space Mono", monospace !important;
    background: #f37b3f;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 8px 40px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-btn:hover {
    background: #ff955c;
    transform: translateY(-2px);
}

.hero-image img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .hero-section {
        text-align: center;
        padding: 70px 20px;
    }

    .hero-content {
        margin-bottom: 40px;
    }
}

/* section 3  */

.defult-section3 {
    background-color: #FFF1EB;
}


.defult-section3 h2,
.defult-section3 h3,
.defult-section3 h5

{
      font-family: "Manrope", sans-serif;
    /* font-family: "Space Mono", monospace !important; */
    /* font-weight: 600 !important; */

}

.defult-section3 p {
    font-family: 'Poppins', sans-serif;

}


.defult-section3 ul li {
    font-weight: 600;

}


.btn-orange {
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color: black;
    background-color: #f37b3f;
    color: #fff;
    transition: 0.3s ease;
}

.btn-orange:hover {
    background-color: #ff955c;
    transform: translateY(-2px);
}

.image-box img {
    width: 100%;
    object-fit: cover;
}



@media (max-width: 991px) {
    .section {
        padding: 60px 20px;
    }

    .image-box {
        margin-bottom: 30px;
    }
}










/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}