* {
  box-sizing: border-box;
}

body,
html {
  font-family: 'Open Sans', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  overflow-x: hidden;
  width: 100vw !important;
  /* height: 100% !important; */
}

h2,
h3,
h4 {
  font-family: 'Raleway', sans-serif;
}

h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p {
  font-size: 15px;
}

p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}

a {
  color: #eba028;
  font-weight: 400;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}

ul,
ol {
  list-style: none;
}

ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}

#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

#menu a.navbar-brand {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  #menu a.navbar-brand {
    font-size: 18px;

  }
}

#menu.navbar-default .navbar-nav>li>a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}

#menu.navbar-default .navbar-nav>li>a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #eba028 0%, #6372ff 100%);
  content: '';
  transition: width 0.2s;
}

#menu.navbar-default .navbar-nav>li>a:hover:after {
  width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #eba028 0%, #6372ff 100%);
  content: '' !important;
  transition: width 0.2s !important;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #eba028;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #eba028;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section-title h2::after {
  position: absolute;
  content: '';
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}

.section-title p {
  font-size: 18px;
}

.btn-custom {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background: linear-gradient(to right, #eba028 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background: linear-gradient(to right, #eba028 0%, #3f6be5d6 100%);
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}

/* Header Section */
.intro {
  width: 100vw;
  padding: 0;
  background: url(../img/hero-bg1.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .overlay {
  background: rgba(0, 0, 0, 0.3);
  /* height: 70vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.header-link-container {
  position: absolute;
  left: 30px;
  top: 90px;
  width: max-content;
}

@media (max-width:500px) {
  .header-link-container {
    display: none;
  }
}

.header-link {
  font-size: 32px;
  color: #fff;
  font-family: Raleway;
  font-weight: 700;
}

.header-link-span {
  font-style: italic;
  font-size: 14px;
  text-transform: lowercase;
  position: absolute;
  right: 17px;
  bottom: -13px;
}

@media (max-width:700px) {
  .header-link-span {
    right: 17px;
    bottom: -6px;
  }
}

@media (max-width:700px) {
  .header-link {
    font-size: 18px;
    font-weight: 600;
  }
}

@media (max-width:768px) {
  .intro h1 {
    font-size: 48px;

  }
}

.intro p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}

header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
  margin: auto auto;
  max-width: 600px
}

@media (max-width:500px) {
  header .intro-text {
    padding-top: 200px;
    padding-bottom: 200px;

  }
}

/* welcome note Section */
#welcome-note {
  padding: 100px 0;
}

#welcome-note h2 {
  margin-top: 15px;
  text-align: center;
}

#welcome-note p {
  line-height: 24px;
  margin: 30px 0;
}

/* About Section */
#about {
  padding: 100px 0;
  background: linear-gradient(to right, #e5e4d830 0%, #efefed22 100%);
}

#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#about h2::after {
  position: absolute;
  content: '';
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}


#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

#about p {
  line-height: 24px;
  margin: 30px 0;
}

/* Books Section */
#books {
  padding: 100px 0;

}

#books h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#books h2::after {
  position: absolute;
  content: '';
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 50%;
}


#books img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

#books p {
  line-height: 24px;

}

/* Blogs */
#blog {
  padding: 100px 0;
  background: #d0ae471b;
  /* background: #f1e0c2cf; */
  text-align: center;
}

.blog-image {
  background: #f1e0c2cf;
  border-radius: 50%;
  width: 300px;
  margin: 0px auto;
}

#blog .blog-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 4px;
  font-size: 16px;
  font-weight: 500;
}

.blog-text li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #d9c20b;
  font-size: 16px;
  font-weight: 400;
  padding-right: 8px;
}

.blog-paragraph {
  text-align: center;
}

@media (max-width: 768px) {
  .blog-paragraph {
    text-align: left;
  }

}

/* #blog {
  padding: 80px 0;
  background: #e5b52445;
}

@blog (min-width: 768px) {
  #blog {
    padding: 100px 0;
  }
}

} */
@media (max-width: 500px) {
  .mobile-invisibility {
    display: none;
  }
}



.content-container {

  padding: 0px 20px;

}

@media (max-width: 500px) {
  .content-container {
    padding: 0px;
  }
}

.custom-scroll {
  max-height: 65%;

  overflow-y: auto;

  padding: 0px 20px;
  /* Add padding to avoid overlapping scrollbar */
  text-align: justify;
}

@media (max-width: 500px) {
  .custom-scroll {
    padding: 0px;
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #383636cf;
  border-radius: 10px;
}

.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #383636cf transparent;
}

.slick-slide {
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

.slick-slide:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card-blog {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-blog:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-blog h4,
h5 {
  margin: 0;
  color: #333;
}

.card-blog p {
  color: #666;
}

.skeleton-blog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  background-color: #e0e0e0;
  border-radius: 10px;
}

/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}

#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}

.testimonial {
  position: relative;
  padding: 20px;
}

.testimonial-image {
  float: left;
  border-radius: 50%;
  background: #e3d5b524;
  margin-right: 15px;
}

.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.testimonial-content {
  position: relative;
  overflow: hidden;
}

.testimonial-content p {
  margin-bottom: 0;
  /* font-size: 14px; */
  font-style: italic;
}

.testimonial-text {
  font-size: 14px;
  /* font-style: italic; */
}

.testimonial-meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}

/* Media Section*/

#media {
  padding: 100px 0;
  background: #d0ae471b;
  /* background: #f1e0c2cf; */
  text-align: center;
}

.media-image {
  background: #f1e0c2cf;
  border-radius: 50%;
  width: 300px;
  margin: 0px auto;
}

#media .media-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 4px;
  font-size: 16px;
  font-weight: 500;
}

.media-text li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #d9c20b;
  font-size: 16px;
  font-weight: 400;
  padding-right: 8px;
}

.media-paragraph {
  text-align: center;
}

@media (max-width: 768px) {
  .media-paragraph {
    text-align: left;
  }

}

/* media questions Section*/
.media-questions {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.section-title {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}

.question-section {
  margin-bottom: 30px;
}

.question-category {
  font-size: 20px;
  /* color: #d9c20b; */
  margin-bottom: 10px;
}

.question-list {
  list-style-type: none;
  padding-left: 20px;
  color: #555;
}

.question-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.question-list li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #d9c20b;
  font-size: 16px;
  font-weight: 400;
  padding-right: 8px;
}

.footer-section {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #7f8c8d;
  text-align: center;
}

/* Contact Section */

#contact {
  padding: 60px 20px;
  background: linear-gradient(to right, #9a7c44 0%, #9a7c44 100%);
  color: rgba(255, 255, 255, 0.75);
}

#contact .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

#contact .section-title p {
  font-size: 14px;
}

#contact h2 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#contact h3 {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.contact-form-container {
  width: 400px;
  flex: 1;
  margin-top: 20px;
}


form input {
  margin: 10px 0px
}

#contact .form-control {
  font-size: 14px;
  padding: 8px 12px;
}

#contact .btn-custom {
  margin: 20px 0;
  padding: 10px 20px;
  font-size: 16px;
}

.newsletter-form {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  width: 400px;
  flex: 1;
}

.newsletter-form h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.newsletter-form .btn-custom {
  margin-top: 10px;
  padding: 8px 16px;
  font-size: 16px;
}

.social {
  text-align: center;
  margin-top: 40px;
}

.social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social ul li {
  display: inline-block;
  margin: 0 10px;
}

.social i.fa {
  font-size: 30px;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  color: #fff;
}

.modal-content {
  max-width: 400px;
  width: 90%;
  padding: 20px;
}

@media (max-width: 768px) {
  #contact {
    padding: 100px 0 60px;
  }

  #contact .cont {

    flex-direction: column;
  }

  #contact .section-title p {
    font-size: 16px;
  }

  #contact h2 {
    font-size: 32px;
  }

  #contact h3 {
    font-size: 24px;
  }

  .contact-form-container {
    width: 100%;
    margin-top: 0;
  }

  .newsletter-form {
    margin-top: 0;
    padding: 30px;
    width: 100%;
  }

  /* Modal*/
  .modal-content {
    max-width: 500px;
  }
}


.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* 
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
  text-align: center;
} */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}



.flex-container {
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;

  width: 70vw;
  margin: 0px auto;
  height: fit-content;
}

.image-container {
  /* flex: 1 1 300px; */
  padding: 10px;
  margin: 2px;
}

.image-container img {
  max-width: 100%;
  /* height: auto; */
  border-radius: 8px;
}

.text-container {
  /* flex: 2 1 300px; */
  padding: 10px;
  margin: 2px;
}

.text-container h2 {
  margin-bottom: 15px;
  color: #333;
}

.text-container p {
  margin-bottom: 15px;
  color: #555;
}

/* Responsive Styles */
/* @media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .image-container,
  .text-container {
    flex: 1 1 100%;
    text-align: center;
  }

  .text-container {
    padding-top: 10px;
  }
} */

@media (min-width: 1200px) {
  #blog{
      height: 220vh !important;
  }
}

@media (min-width: 1200px) {
  #blog{
      height: 250vh !important;
  }
}

@media (min-width: 320px) {
  #blog{
      height: 400vh !important;
  }
}

@media (min-width: 424px) {
  #blog{
      height: 220vh !important;
  }
}