 /* Top bar container */
.preview__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2d2d2d;
  padding: 15px 30px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
}

/* Envato logo */
.preview__envato-logo a.header-envato_market {
  font-size: 20px;
  font-weight: bold;
  color: #e7480a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.preview__envato-logo a.header-envato_market:hover {
  color: #a8e06b;
}

/* Actions container */
.preview__actions {
  display: flex;
  align-items: center;
}

/* Buy Now button */
.header-buy-now {
  padding: 10px 20px;
  background-color: #045a1d;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 4px #01410c;
  transition: background-color 0.3s, transform 0.1s;
}

.header-buy-now:hover {
  background-color: #045c2b;
  transform: translateY(-2px);
}

/* Optional 3D effect class */
.e-btn--3d {
  position: relative;
  top: 0;
}

.e-btn--3d:active {
  top: 2px;
  box-shadow: 0 2px #015032;
}
/* Core Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif; 
}
/* Header */
.main-header {
  width: 100%;
  background-color: transparent;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.auto-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-header--one__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.logo-icon {
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(45deg, #f00, #ff0, #0af);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 5px;
}
.logo-icon span{
  font-weight: bold;
  background: linear-gradient(45deg, #f00, #ff0, #0af);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
  font-size: 30px;
}
.logo-text {
  text-align: center;
}
.main-text {
  font-size: 18px;
  font-weight: bold;
  color: #f44336; /* Red-Orange gradient */
}
.highlight {
  background: linear-gradient(to right, #f44336, #ff9800);
  -webkit-background-clip: text;
  color: transparent;
}
.sub-text {
  margin-top: 5px;
  letter-spacing: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #ccc;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  padding: 5px 0;
}
.tagline {
  margin-top: 5px;
  font-size: 10px;
  color: #00bcd4;
  letter-spacing: 2px;
}
/* Main Menu */
.main-menu__list {
  display: flex;
  list-style: none;
  gap: 30px;
}

.main-menu__list li {
  position: relative;
}

.main-menu__list li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: color 0.3s;
}

.main-menu__list li a:hover,
.main-menu__list li.current > a {
  color: #f5880b;
}

.main-menu__list .dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 15px 0;
  list-style: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  z-index: 99;
}

.main-menu__list .dropdown:hover ul {
  display: block;
}

.main-menu__list .dropdown ul li {
  padding: 10px 20px;
}
.main-menu__list .dropdown ul li :hover {
  padding: 10px 20px;
  background-color: #686363;
}
.main-menu__list .dropdown ul li a {
  color: #222;
  display: block;
}

/* Contact & Social */
.main-header--one__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.number a {
  font-weight: bold;
  color: #080808;
  text-decoration: none;
}

.social-icon ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .social-icon ul li a {
    font-size: 16px;
    color: #444;
  }
  
  .social-icon ul li a:hover {
    color: #f57c00;
  }
/* Hamburger and Side Nav */
.bar-box button
{
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
}

.side-nav-menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  
  width: 700px;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.2);
  padding: 30px 20px;
  z-index: 1001;
}

.side-nav-menu ul {
  list-style: none;
  padding: 0;
}

.side-nav-menu ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #222;
}
.side-nav-toggle-btn {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: #007bff;
}
.dot-menu-wrapper {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.dot-menu-button {
  background-color:orange;
  border-radius:100%  ;
  border-color: orange;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
}
.info-section {
  display:none;
  position: absolute;
  top: 35px;
  right: 0;
  width:100%; /* Full width */
  padding: 50px 50px;
  background-color: #161414;
  border: 1px solid #ccc;
  padding-left: 25px;
  z-index: 1000;
  max-width: 400px; /* Optional: Set max width for better readability */
  opacity: 0; /* Start with hidden state */
  transition: opacity 0.3s ease, max-height 0.3s ease;
  overflow: hidden;
  max-height: 0; /* Start with collapsed height */
}

.info-section.open {
  display: block;
  max-height: 1000px; /* Set an arbitrary large value for smooth expansion */
  opacity: 1; /* Make visible */
  width: 200px;
}

.info-section h2 {
  margin-top: 10px;
  font-size: 16px;
  color: #f37906;
}

.info-section p {
  margin: 5px 0 15px;
  font-size: 14px;
  color: #555;
  display: inline-block;
}

.info-section form {
  display: flex;
  flex-direction: column;
}

.info-section input[type="email"] {
  padding: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.info-section button[type="submit"] {
  padding: 8px;
  background-color: #f5600a;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.info-section button[type="submit"]:hover {
  background-color: #5f2402;
}


@media (max-width: 992px) {
  /* Hide menu, number, social, and dot-menu */
  .main-header--one__middle,
  .number,
  .social-icon,
  .dot-menu-wrapper {
    display: none !important;
  }

  /* Show only logo and toggle */
  .main-header--one__left {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .main-header--one__right {
    flex: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .bar-box {
    display: block;
  }

  .side-nav-toggle-btn {
    display: block;
    font-size: 26px;
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
  }

  /* Hide side menu initially */
  .side-nav-menu {
    display: none;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  /* Show menu when active */
  .side-nav-menu.active {
    display: block;
    transform: translateX(0%);
  }
  }

  /* Main Slider Section */
.main-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
}

/* Swiper Container */
.swiper {
  width: 100%;
  height: 100%;
}
/* Slide-Specific Backgrounds */
.slide-1 {
  background-image: url('Aditya.jpeg');
}

.slide-2 {
  background-image: url('Aditya1.jpeg');
}

.slide-3 {
  background-image: url('/images/slider3.jpg');
}

.slide-4 {
  background-image: url('/images/slider4.jpg');
}
.swiper-slide {
  background-size: 115%; /* Start zoomed in */
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: zoomInOut 10s ease-in-out infinite alternate;
}

@keyframes zoomInOut {
  0% {
    background-size: 115%;
  }
  100% {
    background-size: 100%;
  }
}


/* Slide Inner Content */
.main-slider-one__inner {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUpLoop 5s ease-in-out infinite;
}

@keyframes slideUpLoop {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}

.main-slider-one__text {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
.main-slider-one__title {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  font-style: inherit;
  text-align: center;
}

.main-slider-one__btn {
  display: flex;
  justify-content: center;
}

.main-slider-one__btn .thm-btn {
  background-color: #ff7a01;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.main-slider-one__btn .thm-btn:hover {
  background-color: #e06600;
}

/* Swiper fade effect override (optional, for smoother fade) */
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .main-slider-one__title {
    font-size: 32px;
  }

  .main-slider-one__text {
    font-size: 16px;
  }

  .main-slider-one__btn .thm-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* Container styling */
.your-project-one__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 0;
  list-style: none;
  margin: 0;
}

/* Each item styling */
.your-project-one__single {
  width: 50%;
  max-width: 500px;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 30px 20px;
  background-color: #f9f9f9;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Circle-style "Contact Us" heading */
.your-project-one__single-content-box h4 {
  margin: 0 auto 20px;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.your-project-one__single-content-box h4 a {
  color: #ff7a01;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

/* Text content box */
.your-project-one__single-text-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-top: 10px;
}

.your-project-one__single-text-box h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.your-project-one__single-text-box p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

/* Button styles */
.your-project-one__single-btn {
  margin-top: 20px;
}

.your-project-one__single-btn .thm-btn {
  background-color: #ff7a01;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.your-project-one__single-btn .thm-btn:hover {
  background-color: #e06600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .your-project-one__wrapper ul {
    flex-direction: column;
    gap: 20px;
  }

  .your-project-one__single {
    max-width: 100%;
  }
}
/* Section Wrapper */
.about-one {
  padding: 60px 0;
  background-color: #fff;
}

/* Row with Two Columns */
.about-one__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* Left Column: Text Content */
.about-one__content-box {
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 30px;
}

.about-one__content-box .sec-title__tagline {
  font-size: 16px;
  font-weight: 600;
  color: #ff7a01;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.about-one__content-box .sec-title__title {
  font-size: 40px;
  font-weight: 700;
  color: #060707;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-one__content-box .sec-title__title span {
  font-size: 25px;
  font-weight: 600;
  color: #f7620c;
  line-height: 1.4;
  margin-bottom: 20px;
}

.about-one__content-text p {
  font-size: 12px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

/* Feature List */
.about-one__content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-one__content-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.about-one__content-list .icon {
  font-size: 24px;
  color: #ff7a01;
  margin-right: 15px;
}

.about-one__content-list .title h3 {
  font-size: 18px;
  color: #222;
  margin: 0;
}

/* Right Column: Image Box */
.about-one__img-box {
  flex: 1 1 50%;
  max-width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-one__img-box img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.shape1 {
  position: absolute;
  bottom: -150px;
  right: -2px;
  z-index: 0;
  width: 400px;
  height: 400px;
}
.about-one__img2 {
  position: relative;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-popup span {
  font-size: 28px;
  color: #fff;
  background: #ff7a01;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive Layout */
@media (max-width: 991px) {
  .about-one__row {
    flex-direction: column;
  }

  .about-one__content-box,
  .about-one__img-box {
    max-width: 100%;
    flex: 1 1 100%;
    padding-right: 0;
  }

  .about-one__img-box {
    margin-top: 30px;
  }
}
/* 1. Section layout */
.services-one {
  padding: 60px 0;
  background: #f9f9f9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* 2. Section title */
.sec-title__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #e06600;
}

.sec-title__text {
  font-size: 16px;
  color: #181615;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

/* 3. Flex wrapper */
.services-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* 4. Individual card layout */
.service-box {
  width: 30%;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

/* Optional staggered animation delays */
.service-box:nth-child(1) { animation-delay: 0.2s; }
.service-box:nth-child(2) { animation-delay: 0.4s; }
.service-box:nth-child(3) { animation-delay: 0.6s; }

/* 5. Card styling */
.services-one__single {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
}

.services-one__single:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 6. Icon styling */
.services-one__single-icon {
  font-size: 40px;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
}

.bg1 { background-color: #e74c3c; }
.bg2 { background-color: #3498db; }
.bg3 { background-color: #2ecc71; }

/* 7. Text styling */
.services-one__single h2 {
  font-size: 22px;
  margin: 15px 0;
}

.services-one__single h2 a {
  color: #333;
  text-decoration: none;
}

.services-one__single h2 a:hover {
  color: #007bff;
}

.services-one__single .text p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* 8. Responsive */
@media (max-width: 991px) {
  .service-box {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .service-box {
    width: 100%;
  }
}

/* 9. Animation */
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* General Styles */
.blog-one .container {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-one .sec-title {
  margin-bottom: 40px;
}

.blog-one .sec-title__tagline {
  font-size: 18px;
  color: hsl(29, 92%, 53%);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.blog-one .sec-title__title {
  font-size: 36px;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
}

/* Blog Container */
.blog-one {
  padding: 60px 0;
}

.blog-one__single {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  flex: 1;
}

.blog-one__single:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.blog-one__single-img {
  position: relative;
  width: 100%;
}

.blog-one__single-img img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-one__single-img .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-one__single-img:hover .overlay-icon {
  opacity: 1;
}

.blog-one__single-img .overlay-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.blog-one__single-content {
  padding: 20px;
}

.blog-one__single-content .meta-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #777;
}

.blog-one__single-content .meta-info li {
  display: inline-block;
  margin-right: 20px;
}

.blog-one__single-content .meta-info .icon {
  display: inline-block;
  margin-right: 5px;
}

.blog-one__single-content .meta-info .text {
  display: inline-block;
}

.blog-one__single-content h2 {
  font-size: 22px;
  color: #222;
  margin: 20px 0;
  font-weight: 700;
  line-height: 1.4;
}

.blog-one__single-content h2 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-one__single-content h2 a:hover {
  color: #0b7dda;
}

.blog-one__single-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Flexbox Layout for Blog Items */
.blog-one .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-one .col-xl-4,
.blog-one .col-lg-4 {
  width: 32%;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .blog-one .container {
    padding: 0 15px;
  }

  .blog-one .col-xl-4 {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .blog-one .col-lg-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-one .sec-title__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .blog-one .sec-title__tagline {
    font-size: 16px;
  }

  .blog-one .sec-title__title {
    font-size: 26px;
  }

  .blog-one__single-content .meta-info {
    font-size: 12px;
  }

  .blog-one__single-content h2 {
    font-size: 18px;
  }
}

/* Contact Page Section */
.contact-page {
  padding: 60px 0;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

.contact-page .container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-page .row {
  display: flex;
  flex-wrap: wrap;
}

/* Equal 50% Width Columns */
.contact-page .col-half {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

/* Headings */
.contact-page .title h2 {
  font-size: 32px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-page .title p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Contact Info Styles */
.contact-page__get-in-touch ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page__get-in-touch li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact-page__get-in-touch .icon {
  font-size: 18px;
  color: #fff;
  background-color: #0b7dda;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-page__get-in-touch .icon.bg2 {
  background-color: #ff5e3a;
}

.contact-page__get-in-touch .icon.rotate {
  transform: rotate(45deg);
}

.contact-page__get-in-touch .text span {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.contact-page__get-in-touch .text p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.contact-page__get-in-touch .text a {
  color: #0b7dda;
  text-decoration: none;
}

.contact-page__get-in-touch .text a:hover {
  text-decoration: underline;
}

/* Contact Form Styles */
.contact-page__comment-form .comment-form__input-box {
  margin-bottom: 20px;
}

.comment-form__input-box input,
.comment-form__input-box textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.comment-form__input-box input:focus,
.comment-form__input-box textarea:focus {
  border-color: #0b7dda;
  outline: none;
}

.comment-form__input-box textarea {
  resize: vertical;
  min-height: 120px;
}

.thm-btn.comment-form__btn {
  padding: 12px 30px;
  background-color: #0b7dda;
  border: none;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.thm-btn.comment-form__btn:hover {
  background-color: #095ca8;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-page .col-half {
    width: 100%;
  }

  .contact-page .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .contact-page .title h2 {
    font-size: 24px;
  }

  .contact-page .title p {
    font-size: 14px;
  }

  .comment-form__input-box input,
  .comment-form__input-box textarea {
    font-size: 13px;
  }

  .thm-btn.comment-form__btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
/* Footer Styles */
.footer {
    background-color: #2c3e50;
    color: #fff;
    padding: 60px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    margin: 20px;
    min-width: 250px;
}

.footer-section h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #3498db;
}

.footer-section .social-icons a {
    margin-right: 15px;
    font-size: 24px;
    color: #fff;
    transition: color 0.3s ease;
}

.footer-section .social-icons a:hover {
    color: #3498db;
}

.footer-section .newsletter input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 4px;
    width: 70%;
    margin-right: 10px;
    font-size: 14px;
}

.footer-section .newsletter button {
    background-color: #3498db;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.footer-section .newsletter button:hover {
    background-color: #2980b9;
}

.footer-bottom {
    background-color: #1a242f;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-section .newsletter input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
    }
}