
h1, h2, h3, h4, h5, h6, a {
    font-family: 'Josefin Sans', sans-serif;
  }
  
  /* Paragraphs ke liye */
  p {
    font-family: 'Roboto', sans-serif;
  }
/************************************** Header Start ********************************************/
  /* Optional: Hover dropdown */
  .dropdown:hover .dropdown-menu {
    display: block;
  }

.headbtn{
background-color: #000;
padding: 6px 10px;
border-radius: 70px;
}
.headbtn:hover{
    background-color: #173425;
    padding: 7px 12px;
    border-radius: 70px;
    }

.headbtn a{
    color: #fff;
    padding: 6px 20px;
    border-radius: 70px;
    }


    button#header_button {
      background: #173425;
      color: white;
      padding: 15px;
      border-radius: 30px;
      font-size: 14px;
  }
  button#header_button a{
    color: white;
    text-decoration: none;
  }
/************************************** header End ********************************************/



/************************************** Hero Section Start ********************************************/

  /* General Styling for Hero Section */
.hero-section {
  background-image: url('/assets/image/Frame 19 (1).png');
  background-size: cover;
  background-position: center;
  padding: 70px 0px;
}
.hero-section h1 {
  font-size: 50px;
  line-height: 50px;
}

/* External CSS */
.subscribe-form .input-group {
  position: relative;
}

.subscribe-form .form-control {
  border-radius: 0px; /* Rounded corners for the input field */
  padding-left: 40px; /* Space for the icon */
  height: 50px; /* Increased height */
}

.subscribe-form .search-btn {
  position: absolute;
  right: 10px;
  top: 44%;
  transform: translateY(-50%);
  border: none;
  padding: 10px; /* Adjusted padding */
  border-radius: 0%;
  color: rgb(0, 0, 0);
  background-color: #fff;
  cursor: pointer;
  height: 40px; /* Button height */
  width: 40px; /* Button width */
}

.subscribe-form .search-btn i {
  font-size: 18px;
}

/* Mobile Responsive Styling */
@media screen and (max-width: 768px) {
  .hero-section {
      text-align: center; /* Center-align all text content */
      padding: 15vh 10px 20px 10px /* Add padding for better layout */
  }
  .hero-section h1 {
      font-size: 40px;
      line-height: 40px; /* Adjust heading size */
  }
  .hero-section p {
      font-size: 16px; /* Adjust paragraph font size */
      margin-bottom: 20px;
  }
  .row {
      flex-direction: column; /* Stack columns vertically */
      align-items: center; /* Center-align items horizontally */
  }
  .col-lg-6 {
      display: flex;
      flex-direction: column;
      /* align-items: center; */
      text-align: center; /* Center-align text */
  }
  .col-4, .col-8 {
      width: 100%; /* Full width for nested columns */
      margin-bottom: 10px; /* Add spacing between fields */
  }
  .subscribe-form .form-control {
      width: 100%; /* Make the input field full width */
  }
  .subscribe-form .input-group {
      justify-content: center;
  }
  .subscribe-form .search-btn {
      position: relative;
      top: 0;
      transform: none;
      margin-left: 10px;
  }
  .col-lg-6 img {
      width: 80%; /* Adjust image width for smaller screens */
      margin-top: 20px;
  }
}


/************************************** Hero Section End ********************************************/





/************************************** counter Section Start ********************************************/

.counter-section {
  padding: 50px 0;
  /* max-width: 800px; */
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.counter-section h2 {
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
}

.counter-section p {
  font-family: 'Roboto', sans-serif;
}

.counter-value {
  font-size: 36px;
  font-weight: bold;
  margin: 5px 0; /* Reduced margin for better spacing */
  text-align: center; /* Center-align counter value */
}

.counter-value-para {
  font-size: 14px;
  text-align: center; /* Center-align counter description */
  margin: 5px 0; /* Adjusted margin for better spacing */
}

.counter-section .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  align-items: center; /* Vertically align items */
}

.counter-section .row .col-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-section .row .col-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* Center-align text content */
}

.counter-box img {
  width: 60px; /* Adjusted icon size */
  height: auto;
  object-fit: contain;
  margin-bottom: 10px; /* Add space below the icon */
}

.counter-section img {
  margin-right: -30px;
}

/* Mobile and Tablet Responsive Design */
@media (max-width: 768px) {
  .counter-section h2 {
      font-size: 28px;
  }

  .counter-value {
      font-size: 28px;
  }

  .counter-value-para {
      font-size: 12px; /* Adjust text size for smaller screens */
  }

  .counter-section .row .col-4,
  .counter-section .row .col-8 {
      width: 100%; /* Stack columns on mobile */
      margin-bottom: 10px;
  }
  .counter-section img {
    margin-right: auto !important;
  }
  .counter-box img {
      width: 50px; /* Smaller icon size for mobile */
  }
}


/************************************** counter Section End ********************************************/


  

/************************************** Custom Section Start ********************************************/

/* Section styling */
.custom-section {
    padding: 50px 0;
  }
  
  /* Right Column (Content) */
  .custom-section .col-md-6 {
    display: flex;
    align-items: center; /* Vertically centers the content in the column */
    height: 100%; /* Ensures the full height of the column is used */
  }
  
  /* Wrapper inside the right column */
  .content-wrapper {
    text-align: left; /* Left-align the text */
    width: 100%;
  }
  
  /* Heading Style */
  .custom-section h2 {
    font-size: 36px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px;
  }
  .custom-bg-para img {
    margin-top: -58px;
}
  /* Paragraph Style */
  .custom-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  /* Paragraph with background color and rounded corners */
  .custom-bg-para {
    display: grid;
    background-color: #173425;
    padding: 120px 10px;
    color: white;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 16px;
  }
  .custom-bg-para img{

  }
  
  /* Subheading Style with "Yellowtail" font */
  .sub-heading {
    font-family: 'Yellowtail', cursive;
    font-size: 28px;
    margin-top: 30px;
    text-align: left;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .custom-section h2 {
      font-size: 28px;
      text-align: center;
    }
  
    .custom-section p {
      font-size: 14px;
      text-align: center;

    }
  
    .sub-heading {
      font-size: 24px;
      text-align: center;

    }
    .custom-bg-para{
      text-align: center;
    }
  }
  
  
  /************************************** Custom Section End ********************************************/




/************************************** logo Section Start ********************************************/

/* Slick Slider custom CSS */
.logo-slider {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.logo-slider .slick-slide {
  display: flex;
  justify-content: center;
}
.logo-slider img {
  width: 100%;
  max-width: 150px;  /* Adjust the logo size */
  margin: 0 10px;     /* Space between logos */
}

  
/************************************** logo Section End ********************************************/


/************************************** Book Section Start ********************************************/
.book-section {
  padding: 60px 0; /* Top and bottom padding */
}
.book-learn-more-btn {
  background-color: #173425;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 35px; /* Button radius */
}

.book-learn-more-btn:hover {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
}
.book-learn-more-btn a{
  color: white !important;
  text-decoration: none;
}
.book-learn-more-btn:hover  a{
  color: #000 !important;
}

.rating {
  font-size: 18px;
  color: #f39c12; /* Gold color for stars */
}

/* Make the section fully responsive */
.book-section img {
  max-width: 100%;
  height: auto;
  margin-left: -25px;
  margin-bottom: -20px !important;
}

.book-item {
  padding: 20px;
}
.book-item img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-item:hover img {
  transform: scale(1.1); /* Image ko thoda zoom karega */
}


/************************************** Book Section End ********************************************/


/************************************** Event Section Start ********************************************/
.event {
  padding: 60px 0;
}

.event-bg {
  border-radius:30px;
  background-size:contain ;
  padding: 50px 0px !important;
  background-position: center;
  background-repeat: no-repeat;

}
.event-date {
  justify-items: center;

}
.event-date h3{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.event-date p{
  text-align: center;
}

.event h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.event p {
  font-size: 16px;
  color: #666;
}

.event .btn {
  background-color: #173425;
  border-color: #173425;
  border-radius: 50px;
  padding: 8px 18px;
}

.event .btn:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.event .col-md-4 {
  margin-bottom: 30px;
}

.event ul {
  list-style-type: none;
  padding: 0;
}

.event ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.event ul li i {
  color: #28a745;
}

.event i {
  font-size: 16px;
  color: #28a745;
}

.event i.bi-flag,
.event i.bi-geo-alt,
.event i.bi-star {
  font-size: 24px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .event h2 {
    font-size: 28px;
  }

  .event p {
    font-size: 14px;
  }

  .event .col-md-4 {
    margin-bottom: 20px;
  }

  .event .row {
    display: flex;
    flex-direction: column;
  }

  .event-bg {
    padding: 40px 0;
  }
}

.event-list,.event-date {
  display: flex;            /* Enable flexbox */
  flex-direction: column;   /* Stack content vertically */
  justify-content: center;  /* Vertically center content */
  align-items: center;         /* Ensure the container takes full height */
}


.event2 {
  margin-top: -85px;
}


/************************************** Event2  ********************************************/


.event-txt{
  margin-bottom: 0px !important;
}
.event-bg2 {
  border-radius: 30px;
  margin-top: -60px;
  margin-left: 30px;
  background-size: contain;
  padding: 100px 0px 0px 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.event-date2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-date2 h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.event-date2 p {
  text-align: center;
}

.event-image2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-image2 img {
  max-width: 100%;
  border-radius: 10px;
}

.event-list2{
  flex: 0 0 auto;
width: 25%;
display: flex
;
justify-content: center;
flex-direction: column;
}


.event-list2 ul {
  list-style-type: none;
  padding: 0;
}

.event-list2 ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.event-icon2 {
  color: #28a745;
}

.event-button2 {
  background-color: #173425;
  border-color: #173425;
  border-radius: 50px;
  padding: 8px 18px;
}

.event-button2:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

/* Responsive Design */
@media (max-width: 768px) {
  .event-bg2 {
    padding: 40px 0;
    margin-left: 0px;
    background-image: url(/assets/image/Event2.png);
    background-position: center;
    background-size: cover;
}
.event-list2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.event h2 {
  text-align: center;
}
.event p {
  text-align: center;
}
.event-bg {
  padding: 40px 0;
  background-position: center;
  background-size: cover;
}
  
 

  .event-date2 h3 {
    font-size: 24px;
  }

  .event-date2 p {
    font-size: 14px;
  }

  .event-list2 ul li {
    font-size: 14px;
  }

  .event-image2 img {
    width: 80%;
  }
}





/************************************** Event Section End ********************************************/


/************************************** Progress Section Start ********************************************/

.progress-section {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

.progress-heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.progress-item {
  margin-bottom: 20px;
}

.progress-bar {
  background-color: #173425;
  width: 100%; /* Default width */
}

@media (min-width: 992px) { /* Desktop view */
  .progress-bar {
    width: 80%; /* Reduce width on larger screens */
  }
}

.right-heading {
  font-size: 24px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .progress-section .row {
    gap: 20px;
  }
 
}
@media screen and (min-device-width: 1px) and (max-device-width: 481px) {
  .procecol1{
    padding-right: 0px !important;
    }
}
.procecol1{
padding-right: 60px;
}
.progress {
  height: 6px;
}

/************************************** Progress Section End ********************************************/


/************************************** Review Section Start ********************************************/

.review-section h3{
  color: #fff;
}
.review-section p{
  color: #fff;
}
.review-section strong{
  color: #fff;
}
.review-section span{
  color: #fff;
}
.review-section {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
}

.review-left,
.review-right {
  border-radius: 30px;
  padding: 20px;
}

.review-left {
  background: linear-gradient(90deg, #58BAA2, #b3dacd70);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 60px 30px 60px 60px;
}

.reviewer-img {
  width: 8%;
  margin-bottom: 15px;
}

.review-stars {
  font-size: 14px;
  padding: 10px 0px;
}

.reviewer-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer-details .avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.review-right {
  margin-left: -30px;
}
.review-right .right-img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-device-width: 1px) and (max-device-width: 481px) {
  .review-right {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
    gap: 20px;
  }
}

/************************************** Review Section End ********************************************/



/************************************** Newsletter Section End ********************************************/

/* Newsletter Section */
.newsletter-section {
  padding: 50px 0;
}

.newsletter-section .left-image {
  max-width: 100%;
  border-radius: 10px;
}

.newsletter-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.newsletter-section p {
  font-size: 16px;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form .form-field {
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
  flex: 1 1 30%; /* Default width for larger screens */
  width: 100%;

}

.newsletter-form .btn-submit {
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  background-color: #173425;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form .btn-submit:hover {
  background-color: #14562d;
}

/* Responsive Design */
@media (max-width: 768px) {
  .newsletter-section {
    text-align: center;
  }

  .newsletter-section .row {
    flex-direction: column;
  }

  .newsletter-form {
    flex-direction: row; /* Fields and button stay in one row */
    flex-wrap: nowrap;
  }

  .newsletter-form .form-field {
    flex: 1 1 auto; /* Adjusts width for smaller screens */
    max-width: 45%; /* Field width reduced */

  }

  .newsletter-form .btn-submit {
    flex: 0 0 auto;
    max-width: 25%; /* Button width reduced */
  }
}

/************************************** Newsletter Section End ********************************************/



/************************************** Footer End ********************************************/

.footer-section {
  background-color: #F9F3EE;
  padding: 50px 0;
  font-family: 'Roboto', sans-serif;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #555;
}

.footer-contact i {
  margin-right: 10px;
  color: #173425;
}

.footer-contact li {
  display: flex;
  align-items: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-section .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-contact li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .footer-links,
  .footer-contact {
    text-align: center;
  }
}

/************************************** Footer End ********************************************/


/************************************** about-hero Start ********************************************/
.about-hero {
  background-color: #f9f3ee; /* Light grey background */
  padding: 120px 0px 60px 0px; /* Add some spacing */
  text-align: center; /* Center the content */
}

.about-hero .container {
  max-width: 800px; /* Limit width for better readability */
  margin: 0 auto; /* Center the container */
}

.about-hero h1 {
  font-size: 44px;
  font-weight: 900;
  position: relative;
  display: inline-block;
}

.about-hero h1 .icon {
    position: absolute;
    top: -24px;
    right: -25px;
    width: 40px;
    height: auto;
}

.about-hero p {
  font-size: 16px;
  color: #555; /* Slightly darker grey for better readability */
  line-height: 1.6;
  margin-top: 20px;
}

/************************************** about-hero End ********************************************/





/************************************** about-hero End ********************************************/

.about-counter{
  padding: 60px 0px;
  background-color: #58BAA2;
}
.about-counter img {
  margin-right: -40px;
}
.about-counter .counter-value {
  color: #fff;
}
.about-counter .counter-value-para {
  color: #fff;
}

@media (max-width: 768px) {
  .about-counter img {
    margin-right: auto;
  }
}

/************************************** about-hero End ********************************************/


/************************************** Award section End ********************************************/

.award-section {
  padding: 60px 20px; /* Top & bottom padding for spacing */
}

.left-column {
  text-align: left;
  padding-right: 30px; /* Add space between left and right columns */
}

.left-column h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.left-column p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.learn-more-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #173425; /* Button background color */
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #218838; /* Hover effect */
  color: #fff;
}

.right-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-column .image-column {
  text-align: center; /* Center images */
  margin-bottom: 20px; /* Space between rows */
}

.right-column .image-column img {
  max-width: 100%; /* Ensure responsiveness */
  height: auto;
  border-radius: 10px; /* Optional rounded corners */
}

/* Responsive Design */
@media (max-width: 768px) {
  .row {
      flex-direction: column; /* Stack columns vertically on small screens */
  }

  .left-column {
      text-align: center;
      padding-right: 0; /* Remove extra padding */
  }

  .right-column .image-column {
      margin-bottom: 15px; /* Reduce spacing for smaller screens */
  }
}


/************************************** Award section End ********************************************/




/************************************** Collection section End ********************************************/

.collection-section {
  background-color: #58BAA2; /* Background color */
  padding: 60px 20px; /* Top & bottom padding for spacing */
  text-align: center; /* Center align all content */
}

.collection-section h3 {
  font-size: 20px; /* Font size for h3 */
  color: #ffffff; /* Text color */
  margin-bottom: 10px; /* Space below h3 */
  font-weight: 600; /* Semi-bold font weight */
}

.collection-section h2 {
  font-size: 36px; /* Font size for h2 */
  color: #ffffff; /* Text color */
  font-weight: bold; /* Bold font weight */
}

/* Responsive Design */
@media (max-width: 768px) {
  .collection-section h2 {
      font-size: 28px; /* Smaller font size for h2 on mobile */
  }

  .collection-section h3 {
      font-size: 18px; /* Smaller font size for h3 on mobile */
  }
}


/************************************** Collection section End ********************************************/




/************************************** Book section End ********************************************/

.bookser-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.bookser-section h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
}

.bookser-section p {
  font-family: 'Roboto', sans-serif;
  color: #666;
  margin-top: 10px;
  font-size: 16px;
}

.bookser-section img {
  max-width: 100%;
  height: auto;
}
.bookser-section h3 {
  font-size: 20px;
  padding: 20px;
}

@media (max-width: 768px) {
  .bookser-section .row {
    flex-direction: column;
  }

  .bookser-section .col-md-3 {
    width: 100%;
  }
}
brorder
/************************************** Book section End ********************************************/




/************************************** brorder section Start ********************************************/
section.bkorder-section.py-5 {
  margin-bottom: 60px;
}
  .bkorder-section {
    padding: 60px 0;
    color: #fff;
    margin-bottom: 40px;
  }

  .bkorder-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .bkorder-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .bkorder-section p {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .bkorder-section .btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  @media (max-width: 768px) {
    .bkorder-section .row {
      flex-direction: column;
      text-align: center;
    }

    .bkorder-section .col-lg-6 {
      margin-bottom: 20px;
    }

    .bkorder-section h2 {
      font-size: 28px;
    }

    .bkorder-section h3 {
      font-size: 20px;
    }
  }

  .brordbtn{
    padding: 8px 40px;
    background-color: #14562d;
    color: #fff;
    border: 0px;
  }

  .bkorder-section h2{
    color: #000;
  }
  .bkorder-section h3{
    color: #000;
  }
  .bkorder-section p{
    color: #000;
  }

/************************************** brorder section End ********************************************/




/************************************** contactinfo Start ********************************************/

  .contactinfo-section h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
  }

  .contactinfo-section p {
    font-size: 14px;
    color: #fff;
    margin: 0;
  }

  @media (max-width: 768px) {
    .contactinfo-section .row {
      flex-direction: column;
    }

    .contactinfo-section .col-md-4 {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }

    .contactinfo-section img {
      margin-bottom: 15px;
    }

    .contactinfo-section div {
      text-align: center;
    }
  }

  /************************************** contactinfo End ********************************************/


  /************************************** ebkser Start ********************************************/

  /* General Card Styling */
  .ebkser h3{
    margin-bottom: 0px !important;
  }

.ebkser .card {
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Default light shadow for cards */
  height: 250px;
}

/* Hover effect for cards */
.ebkser .card:hover {
  transform: translateY(-5px); /* Slightly reduced hover effect */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); /* Slightly larger shadow on hover */
}

/* Image Centering inside the card */
.ebkser .card-img-wrapper {
  display: flex;
  justify-content: center; /* Center the image horizontally */
}

/* Image Styling */
.ebkser .card-img-top {
  width: 10%;
  object-fit: cover;
}
.card-body.text-center {
  display: flex;
      flex-direction: column;
      justify-content: end;
      gap: 30px;
}

/* Card Body Text */
.ebkser .card-body h3 {
  font-size: 1.25rem;
  margin: 0px;
}

.ebkser .card-body p {
  font-size: 1rem;
}

/* Padding for the columns */
.ebkser .col-md-4 {
  padding: 10px; /* Adjusted padding for columns */
}

/* Responsive Design */
@media (max-width: 768px) {
  .ebkser .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ebkser .card {
  padding: 40px 0px;
}


  /************************************** ebkser End ********************************************/


  /************************************** ebkser End ********************************************/
  .suser-section {
    background-color: #f9f9f9;
    padding: 50px 0;
  }

  .suser-section h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    margin-bottom: 15px;
  }

  .suser-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #555;
  }

  .suser-section h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .suser-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .suser-section .row {
      flex-direction: column;
    }

    .suser-section img {
      margin-bottom: 20px;
    }

    .suser-section h3 {
      text-align: center;
    }

    .suser-section p {
      text-align: center;
    }
  }
 
 
 
  /************************************** ebkser End ********************************************/




  /************************************** Header2 Start ********************************************/


/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  padding: 0px 10px;
}
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #f9f3ee;
  z-index: 99;
  margin-bottom: 230px;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 50px;
}
.navbar .logo a{
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 14px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 66px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
  padding-left: 4px;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: -80px;
  line-height: 40px;
  background: #f9f3ee;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}

.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.sub-menu .more:hover .more-sub-menu {
  display: block;
  padding: 20px 0px;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
.htmlCss-sub-menu{
  padding: 0px 20px 10px 20px;
}

@media(min-width:801px){
  nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block !important;
}
/* .links li .sub-menu:hover>{
  display: block;
} */
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}

@media (max-width:800px){
  nav .navbar .links li.show>.sub-menu {
    display: block;
}
nav .navbar .links li:hover .htmlCss-sub-menu
{
  left:20px;
  top: 40px;
  display: block !important;
}
.links li .sub-menu .more span.show-more + .more-sub-menu {
  display: block;
}
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    padding: 0px;
    left: -100%;
    display: block;
    max-width: 470px;
    width: 100%;
    background:  #f9f9f9;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
    padding: 0px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
/* nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
} */

/* nav .navbar .links li .sub-menu:hover {
  position: relative;
  top: 0;
  box-shadow: none;
  display: block;
  left: -23px;
  background: white;
} */

nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }



  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
  /* nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
} */
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}

/************************************** Header2 Start ********************************************/












/* Contact Page Conttact Section  */


.contact_form_section_left_inner {
  width: 70%;
  display: flex;
  justify-content:center;
  flex-direction: column;
 gap: 20px;
}

.contact_form_section_left{
  display: flex;
  justify-content:center;
  align-items: end;
  flex-direction: column;
 gap: 20px;
}
.contact_form_section_left h1
{
  border-bottom: 1px solid #E6D4D5;
  width: 70%;
  padding-bottom: 10px;
}

#Icon_Box div{
  display: flex;
  justify-content: start;
  gap: 10px;
}

#Contact_form_div_inner{
  width: 70%;
   display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
}

#Contact_form_div {
  background-color: #79C8B5;
  color: white;
  padding: 3vw;
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
}
#Contact_form_div h1{
  font-size: 30px;
  font-weight: 500;
}
#Contact_form_div p{
  font-size: 16px;
}
#Contact_form {
  display: flex
;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
#Contact_form_flex{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#Contact_form_flex input{
  width: 50% !important;
}
#Contact_form  input,textarea{
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  border: none;
}
#Contact_form  textarea{
  height: 30vh;
}
div#Contact_form button {
  background: transparent;
  border: none;
  text-align: left;
  color: white;
  font-size: 18px;
  padding-left: 10px;
  width: max-content;
  padding: 10px 25px;
  border-radius: 10px;
  animation-duration: 0.5s;
}
div#Contact_form button:hover{
  background-color: white;
  color: black;
}

@media screen and (min-device-width: 1px) and (max-device-width: 541px) {
  #Contact_form_div{
text-align: center;
  }
  .contact_form_section_left_inner{
    text-align: center;
    align-items: center;
    width: 100%;
  }
  #Contact_form_div_inner{
    width: 100%;
  }
}
@media screen and (min-device-width: 542px) and (max-device-width: 1024px) {

  .contact_form_section_left_inner{
    width: 100%;
  }
  #Contact_form_div_inner{
    width: 100%;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width:1366px ) {

  .contact_form_section_left_inner{
    width: 87%;
  }
  #Contact_form_div_inner{
    width: 90%;
  }
}



.img-fluid{
  margin: auto;
}
.right-img {
margin: auto;
}
