<style>



/* 1. THIS IS START */

/* General Reset */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #dfccccfb;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}


button {
  padding: 10px 30px;
  border: transparent;
  border-radius: 6px;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  background-image: linear-gradient(120deg, #f857a6 10%, #ef3f6e);
}

button:focus {
  outline: 0;
}


.button_wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #228EE8;
}

.agent-zone-btn,
.search-btn,
.nav-arrow,
.see-more-btn,
.custom-btn,
.social-btn {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #228EE8;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}








/* 2. HEADER NOTES RAW */





.header {
  background-color: #000000fb;
  color: #fff;
}

.top-bar {
  background-color: #2e2020fb;
  padding: 10px;
  text-align: center;
  font-size: 14px;

}


/*header qotes */

blockquote {
  font-style: italic;
  padding: 10px;
  border-left: 4px solid #ccc;
  margin: 20px 0;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}





/* NAVIGATION RAW */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #681a68ad;
}

.navbar .logo h1 {
  font-size: 24px;
}

.navbar .menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navbar .menu ul li {
  margin-right: 20px;
}

.navbar .menu ul li a {
  color: #fdfeff;
  font-size: 16px;
}

.navbar .signin-button {
  padding: 10px 20px;
  background-color: #000000fb;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 5px;
}









/* 3. Search five section RAW */





/*input section row|*/
/* Ensure the label and input elements are styled consistently */
div {
  margin-bottom: 1px;
  font-family: Arial, sans-serif; /* Optional: For consistent font */
}

label {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
  color: #333; /* Dark color for text */
}

input[type="number"] {
  width: 100%; /* Make the input take full width of its container */
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Ensures padding is inside the element */
  max-width: 300px; /* Optional: Limiting the input width */
}

/* Optional: Adding focus effects */
input[type="number"]:focus {
  border-color: #4CAF50;
  outline: none;
}



/*  input side by side calcultor*/


.area-search-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

.area-search-form h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #333;
}

.area-search-form div {
  margin-bottom: 15px;
}

.area-search-form label {
  display: block;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 5px;
}

.area-search-form input,
.area-search-form select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.9rem;
  color: #333;
}

.area-search-form select {
  background-color: #fff;
  cursor: pointer;
}

.area-units-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.area-units-container div {
  flex: 1;
}

#swapButton {
  flex: 0;
  padding: 8px 12px;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#swapButton:hover {
  background-color: #0056b3;
}

.hover-button {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #28a745;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.hover-button:hover {
  background-color: #218838;
}

#convertedarea {
  text-align: center;
  font-size: 1rem;
  color: #444;
  margin-top: 15px;
}




/*  input side by side calcultor end*/








.combined-search-section {
  padding: 10px;
}

.container h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 5px; /* Gap of 5px between the forms */
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* SECTION 1: LOCATION, AREA, BUDGET, PROPERTY, AGENT */
.state-search-form,
.area-search-form,
.budget-search-form,
.property-search-form,
.agent-search-form {
  background-color: #ffffff;
  padding: 15px; /* Reduced padding to make the boxes smaller */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(18% - 10px); /* Adjusted to 18% for five forms to fit in one row */
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: px; /* Ensure a consistent height for all cards */
}

/* Form Headers */
.state-search-form h3,
.area-search-form h3,
.budget-search-form h3,
.property-search-form h3,
.agent-search-form h3 {
  margin-bottom: 10px; /* Reduced margin for the heading */
  font-size: 14px; /* Reduced font size */
  color: #34495e;
}

/* General Input and Button Styling */
select {
  padding: 10px;
  font-size: 14px; /* Reduced font size */
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
}

button.hover-button {
  padding: 8px 15px; /* Smaller padding */
  background-color: #4CAF50;
  color: white;
  border: none;
  font-size: 14px; /* Reduced font size */
  border-radius: 5px;
  cursor: pointer;
}

button.hover-button:hover {
  background-color: #45a049;
}

/* Responsive Layout */
@media (max-width: 1200px) {
  .row {
    flex-wrap: wrap; /* Allow forms to wrap to the next line if necessary */
  }

  .state-search-form,
  .area-search-form,
  .budget-search-form,
  .property-search-form,
  .agent-search-form {
    flex: 1 1 calc(5% - 7px); /* five forms per row on medium screens */
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar .logo h1 {
    font-size: 20px;
  }

  .navbar .menu ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .state-search-form,
  .area-search-form,
  .budget-search-form,
  .property-search-form,
  .agent-search-form {
    flex: 1 1 100%; /* Full width on small screens */
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 10px;
  }

  .navbar .logo h1 {
    font-size: 18px;
  }

  .navbar .menu ul li a {
    font-size: 14px;
  }

  .state-search-form,
  .area-search-form,
  .budget-search-form,
  .property-search-form,
  .agent-search-form {
    padding: 15px;
  }

  button.hover-button {
    font-size: 14px;
    padding: 8px 15px;
  }
}





/* 4. HERO SEARCH RAW */

.hero {
  background-image: url('store/5.jpg');
  background-size: cover;
  background-position: center;
  color: rgb(255, 249, 249);
  padding: 20px;
  text-align: center;
  margin-top: 2px;
  padding-top: 10px;
  position: relative; /* Position for the arrows */
}

.hero h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.hero::before, .hero::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero::before {
  left: 10px;
  /* Left arrow icon */
  background-image: url('left-arrow-icon.png'); /* Replace with your left arrow icon */
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.hero::after {
  right: 10px;
  /* Right arrow icon */
  background-image: url('right-arrow-icon.png'); /* Replace with your right arrow icon */
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.search-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.search-form select,
.search-form input {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #000000;
  border-radius: 50px;
  height: 50px;
  width: 700px;
  margin: 5px;
  font-display: center;
}

.search-form button {
  padding: 10px 20px;
  background-color: #000000fb;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}



/* 5. FEATURED HOMES RAW MULTIPLE */

.featured-homes {
  padding: 40px 20px;
  text-align: center;
  background-color: #f3f3f3; /* Light background for contrast */
}

.featured-homes .homes-grid,
.featured-homes .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.featured-homes-container {
  padding: 40px 20px;
  background-color: #fff9e6; /* Luxury light golden background */
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Elegant shadow */
}

.featured-headline {
  font-size: 30px;
  font-weight: bold;
  color: #b88a4f; /* Golden color */
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Times New Roman', serif;
}

.homes-grid {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px; /* Spacing for better alignment */
}

/* Responsive Layout */
.homes-grid .home-card {
  width: 100%;
  max-width: 300px; /* Consistent size for all cards */
  border: 1px solid #ddd;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3)); /* Elegant gradient */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease-in-out;
}

.homes-grid .home-card:hover {
  transform: translateY(-10px); /* Hover effect for luxurious feel */
}

.home-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px; /* Round image corners */
  transition: transform 0.3s ease-in-out;
}

.home-card img:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

.home-card p {
  padding: 15px;
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 600;
}

.home-card .price {
  font-size: 18px;
  font-weight: bold;
  color: #b88a4f; /* Golden price text */
  margin-top: 10px;
}

.home-card .location {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.home-card .view-btn {
  padding: 10px 20px;
  background-color: #b88a4f; /* Golden button */
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.home-card .view-btn:hover {
  background-color: #9e793c; /* Darker golden on hover */
}


/* Layout:5    ---- 3ietm each per row   */
@media (max-width: 1200px) {
  .homes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .homes-grid .home-card {
    width: 25%; /* Ensures three items per row */
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .homes-grid {
    flex-direction: column;
  }

  .homes-grid .home-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .homes-grid .home-card {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* Navigation Arrows (<< and >>) for Sliding */
.arrow-container {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
}

.arrow-container .prev, 
.arrow-container .next {
  font-size: 30px;
  color: #fff;
  background-color: #5f48c4; /* Golden color */
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.arrow-container .prev:hover, 
.arrow-container .next:hover {
  background-color: #7932a8; /* Darker golden on hover */
}

/* Forward and Rewind Buttons */
.forward-rewind-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.forward-rewind-container .forward, 
.forward-rewind-container .rewind {
  font-size: 18px;
  color: #fff;
  background-color: #6e6cc9; /* Golden color */
  padding: 12px 25px;
  border-radius: 25px;
  cursor: pointer;
  margin: 0 50px;
  transition: background-color 0.3s ease;
}

.forward-rewind-container .forward:hover, 
.forward-rewind-container .rewind:hover {
  background-color: #2f3bad; /* Darker golden on hover */
}


/* "See More" Styles */
.see-more-container {
  margin-top: 30px;
  text-align: center; /* Center the "See More" button */
  position: relative;
}

.see-more {
  padding: 10px 20px;
  background-color: #311da5; /* Golden color */
  color: white;
  font-size: 16px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.see-more:hover {
  background-color: #8727be; /* Darker golden color */
  transform: translateX(10px); /* Sliding effect */
}

/* Homes Grid Styles */
.homes-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.home-card {
  width: 300px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.home-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* Responsive Design for smaller screens */
@media (max-width: 768px) {
  .homes-grid {
    flex-direction: column;
    align-items: center;
  }
}


/* 6. FEATURED HOMES RAW / BUY, RENT, SHORT-TERM */



.property-featured {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.property-featured:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.property-featured img {
  width: 100%;
  height: auto;
  display: block;
}

.property-body {
  padding: 10px;
  text-align: center;
}

.property-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.property-title a {
  text-decoration: none;
  color: #007bff;
}

.property-title a:hover {
  text-decoration: underline;
}

.tab-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab-nav-item {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  transition: background-color 0.3s ease;
}

.tab-nav-item.active {
  background-color: #007bff;
  color: #fff;
}

.tab-nav-content {
  display: none;

}

.tab-nav-content.active {
   display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.tab-nav-item a {
  text-decoration: none;
  color: #495057;
  font-weight: bold;
}

.tab-nav-item.active a {
  color: #fff;
}

.tab-nav-item:hover {
  background-color: #dee2e6;
}







/* Responsive Design */

/* For screens up to 1200px (3 items per row) */

@media (max-width: 1200px) {
  .tab-nav-content {
    flex-direction: row; /* Ensure horizontal layout */
  }

  .tab-nav-item {
    width: calc(33.333% - 20px); /* 3 items per row */
    font-size: 14px;
    padding: 12px;
  }


/* For screens up to 768px (2 items per row) */
@media (max-width: 768px) {
  .tab-nav-content {
flex-direction: row; /* Horizontal layout */
    gap: 15px;
  }

  .tab-nav-item {
    font-size: 14px;
    padding: 8px;
     width: calc(50% - 20px); /* 2 items per row */
  }
}

.tabs {
  flex-direction: column;
}

.tabs button {
  margin-bottom: 10px;
}



/* For screens up to 480px (1 item per row) */
@media (max-width: 480px) 

}




  /* 7. CARDS SECTION */
  
    
  .card {
  width: 80%;
  }

  .cards-section {
    padding: 25px;
    background: rgb(223, 225, 230);
    
 flex-direction: column;
 align-items: center;
 flex-direction: column; /* Ensures cards are stacked vertically */
  }
  
  
.cards-section .container {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; /* Wrap cards to a new line if needed */
}

  .card {
    background: #dfccccfb;
    border: 1px solid #98a3a5;
    padding: 20px;
    width: 300px;
    text-align: center;
    border-radius: 8px;
    
  }
  
  .card img {
    width: 80px;
    margin-bottom: 20px;
  }
  
  .card h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  
  .card p {
    color: #555;
    margin-bottom: 20px;
  }
  
  .card .btn {
    padding: 10px 20px;
    background: #dfccccfb;
    color: white;
    border-radius: 5px;
    Display: inline-block;
    Text-decoration: none;
  }
  










  /* 8. BROKER AND AGENT ZONE */
  
  .recommendations {
    padding: 30px 20px;
    background: #9e8d8d;
    text-align: center;
  }
  
  .recommendations h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
  .recommendations .signin-button {
    padding: 10px 20px;
    background: #dfccccfb;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
  }

  .recommendations p {
    margin-bottom: 20px;
    color: #dac6c6;
  }
  





  /* 9. QUICK HELP FOR ALL PEOPLE TOOLS */
  
  .quick-help {
    padding: 30px 20px;
    background: #56858b;
    text-align: center;
  }
  
  .quick-help .quick-links a {
    padding: 10px 20px;
    background: #dfccccfb;
    color: white;
    border-radius: 5px;
  }
  

  .quick-help h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  

  /*white line */

  .white-line {
    width: 100%;
    height: 2px; /* Line thickness */
    background-color: white; /* Line color */
    margin: 20px 0; /* Optional: space above and below the line */
   }


  /* 10. OWNER DETAILS IMAGE IN CIRCLE or all sepcail effects html/css  */
  

/* Owner Details Section */
.owner-details .container {
  text-align: center;
  padding: 20px;
}

.owner-details h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

/* Image Row - 5 Images in a row */
.image-row {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.image-item img {
  width: 120px;
  height: 120px;
  
  border-radius: 40%;
  object-fit: cover;
  gap: 1px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Bio Details Section */
 /* Bio Details Section CSS */
    @font-face {
      font-family: 'Balmy';
      src: url('fonts/Knife\ Princess.otf') format('truetype'); /* Add your path to Balmy.ttf */
    }.bio-details {
      margin-top: 20px;
      text-align: left;
      font-family: 'Abel', sans-serif; /* Apply Abel font */
      color: #f857a6; /* Adjust text color */
      font-weight: 500; /* Medium boldness */
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Subtle shadow effect */
      line-height: 1.6; /* Adjust vertical spacing between lines */
      letter-spacing: 0.9px; /* Slight spacing between letters */
      word-spacing: 11px; /* Add a bit of space between words */
    }
    
    .bio-details h3 {
      font-size: 20px;
      margin-bottom: 15px;
      font-family: 'Balmy', serif; /* Apply Balmy font */
      color: #d8c798; /* Specific color for h3 text */
      font-weight: bold; /* Make it bold */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Add shadow for emphasis */
      line-height: 1.7; /* Adjust vertical spacing between lines */
      letter-spacing: 4px; /* Slight spacing between letters */
      word-spacing: 2px; /* Add a bit of space between words */
    }
    
    /* Additional styles */
    .bio-details h3 {
      font-size: clamp(20px, 2.5vw, 30px); /* Responsive font size */
      font-weight: 700; /* Ensure bold styling */
    }
    
    .bio-details p {
      font-size: 20px; /* Default paragraph size */
      color: #967e7e; /* Softer color for readability */
      font-weight: 400; /* Normal weight for paragraph text */
      text-shadow: 0.5px 0.5px 1px rgba(22, 17, 17, 0.1); /* Subtle shadow */
      line-height: 1.7; /* Adjust vertical spacing between lines */
      letter-spacing: 0.9px; /* Slight spacing between letters */
      word-spacing: 25px; /* Add a bit of space between words */
    }
    
    /* Utility classes for reusability */
    .text-light {
      font-weight: 300; /* Light text */
    }
    
    .text-bold {
      font-weight: bold; /* Bold text */
    }
    
    .text-large {
      font-size: 24px; /* Larger text */
    }
    
    .text-small {
      font-size: 14px; /* Smaller text */
    }
    

    
  </style>


  /* Comment Section Container */
  .comment-section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
}

/* Header for Comment Section */
.comment-section h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

/* Textarea Styling */
textarea {
    width: 85%;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    font-size: 16px;
    resize: vertical;
    outline: none;
    transition: border-color 0.3s ease;
}

textarea:focus {
    border-color: #66afe9;
}

/* Emoji Picker Styling */
.emoji-picker {
    margin-top: 10px;
    margin-bottom: 10px;
}

.emoji-picker button {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 18px;
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.emoji-picker button:hover {
    background-color: #ddd;
}

/* Submit Button Styling */
.comment-section button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.comment-section button:hover {
    background-color: #0056b3;
}

/* Auto-save Message */
.auto-save-message {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

/* Comment List Styling */
.comment-list {
    margin-top: 20px;
}

.comment-item {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.comment-item h4 {
    font-size: 18px;
    color: #333;
}

.comment-item p {
    font-size: 16px;
    color: #555;
}

/* Responsive Design */
@media (max-width: 600px) {
    .comment-section {
        padding: 15px;
    }

    .comment-section h3 {
        font-size: 20px;
    }

    textarea {
        height: 80px;
    }
}
</style>


/* Seminars Section */
.seminars {
  margin-top: 40px;
  text-align: center;
}

.seminars button {
  padding: 10px 20px;
  background-color: #008CBA;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.seminars button:hover {
  background-color: #007B9E;
}

/* Social Links Section */
.social-links {
  margin-top: 40px;
  text-align: center;
}

.social-links a {
  margin: 0 15px;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  display: inline-block;
}

.social-links a:hover {
  color: #4CAF50;
}


.social-links img {
  display: block; /* Ensures the image and text stack vertically */
  margin: 0 auto; /* Centers the image */
}


.social-links img:hover {
  transform: scale(1.1); /* Slight zoom effect on hover */
  transition: transform 0.3s ease-in-out;
}

  .quick-find {
    padding: 30px 20px;
    background: #5a5263;
    text-align: center;
  }
  

  .quick-find h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  


  .button-grid,
  .quick-links {
   display: flex;
   flex-wrap: wrap;
   gap: 15px;
   justify-content: center;
  }



  .button,
  .quick-links a {
   padding: 10px 20px;
   background: # #dfccccfb;
   color: white;
   border-radius: 5px;
   text-decoration: none;
   font-size: 1rem;
   display: inline-block;
  }


  .button:hover,
  .quick-links a:hover {
   background-color: #a01a95;
  }

  
.text-semi-strong {
  font-weight: bold;
  color: #343a40;
 }
 




  /* 11. FOOTER RAW */
  
  .footer {
    background-color: #333;
    color: white;
    padding: 40px 20px;
  }
  
  .footer .footer-links {
    display: flex;
    justify-content: space-between;
    
 margin-bottom: 20px;
}
  }
  
  .footer a {
    color: white;
    transition: color 0.3s;
  }
  
  .footer a:hover {
    color: #dfccccfb;
  }
  
  .footer .footer-note {
    text-align: center;
    font-size: 11px;
  }
  
  
.footer h3 {
  font-size: 18px;
  margin-bottom: 10px;
 }
 
 .footer ul li {
  margin-bottom: 10px;
 }

 

 <style>
 ......