
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#features-9 {
  padding: 60px 0;
  background-color: #ffffff;
  text-align: center;
}
#features-9 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-9 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-9 .feature-item {
  position: relative;
  padding: 40px 20px;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-9 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-9 .feature-icon {
  font-size: 50px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-9 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.8);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
}
#features-9 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-9 .feature-overlay h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#features-9 .feature-overlay p {
  font-size: 14px;
}



#our-services-14 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#our-services-14 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-14 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-14 .service-grid-item {
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#our-services-14 .service-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-14 .service-icon i {
  font-size: 2.5rem;
  color: var(--bs-primary, #0d6efd);
  margin-bottom: 1rem;
}
#our-services-14 .service-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.25rem;
}
#our-services-14 .service-tagline {
  font-size: 0.85rem;
  color: #6c757d;
}
#serviceDetailModal .modal-header {
}
#serviceDetailModal .modal-header .btn-close {
}
#serviceDetailModal .modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#serviceDetailModal .modal-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
#serviceDetailModal .modal-footer {
}



#call-to-action-14 {
  padding: 80px 0;
  background-color: #343a40;
  color: #fff;
}
#call-to-action-14 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#call-to-action-14 .col {
  flex: 1;
  padding: 30px;
  text-align: center;
}
#call-to-action-14 .left-col,
#call-to-action-14 .right-col {
  max-width: 30%;
}
#call-to-action-14 .center-col {
  max-width: 35%;
}
#call-to-action-14 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
#call-to-action-14 p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
#call-to-action-14 .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#call-to-action-14 .left-col .btn,
#call-to-action-14 .right-col .btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
#call-to-action-14 .left-col .btn:hover,
#call-to-action-14 .right-col .btn:hover {
  background-color: #fff;
  color: #343a40;
}
#call-to-action-14 .center-col .btn {
  background-color: #ffc107;
  color: #343a40;
}
#call-to-action-14 .center-col .btn:hover {
  background-color: #e0a800;
}
@media (max-width: 992px) {
  #call-to-action-14 .left-col,
  #call-to-action-14 .right-col {
    max-width: 45%;
  }
  #call-to-action-14 .center-col {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #call-to-action-14 .col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}



#counter-4 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#counter-4 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-4 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-4 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-4 .counter-grid {
  max-width: 700px;
  margin: auto;
  text-align: left;
}
#counter-4 .counter-item {
  margin-bottom: 20px;
}
#counter-4 .counter-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
#counter-4 .counter-title i {
  font-size: 1.5rem;
  color: #007bff;
  margin-right: 10px;
}
#counter-4 .progress-bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
#counter-4 .progress-fill {
  height: 100%;
  width: 0;
  background: #007bff;
  border-radius: 8px;
  transition: width 1.5s ease-in-out;
}
#counter-4 .progress-percentage {
  font-size: 1rem;
  color: #007bff;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
}



#portfolio-8 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f8f9fa;
}
#portfolio-8 .section-title-container {
  margin-bottom: 50px;
}
#portfolio-8 .section-main-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
}
#portfolio-8 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
#portfolio-8 .project-timeline {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1000px;
}
#portfolio-8 .project-timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #0d6efd;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
  z-index: 0;
}
#portfolio-8 .timeline-entry {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 20px;
}
#portfolio-8 .timeline-entry:last-child {
  margin-bottom: 0;
}
#portfolio-8 .timeline-entry::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 3px solid #0d6efd;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}
#portfolio-8 .timeline-entry.timeline-left {
  left: 0;
}
#portfolio-8 .timeline-entry.timeline-right {
  left: 50%;
}
#portfolio-8 .timeline-entry.timeline-left::after {
  right: -10px;
}
#portfolio-8 .timeline-entry.timeline-right::after {
  left: -10px;
}
#portfolio-8 .timeline-content {
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #e9ecef;
}
#portfolio-8 .timeline-entry.timeline-left .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: -10px;
  border: medium solid #ffffff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
#portfolio-8 .timeline-entry.timeline-right .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid #ffffff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
#portfolio-8 .timeline-date {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 8px;
}
#portfolio-8 .timeline-project-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#portfolio-8 .timeline-project-title a {
  color: inherit;
  text-decoration: none;
}
#portfolio-8 .timeline-project-title a:hover {
  color: #0b5ed7;
  text-decoration: underline;
}
#portfolio-8 .timeline-thumbnail {
  max-width: 100px;
  height: auto;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dee2e6;
}
#portfolio-8 .timeline-entry.timeline-left .timeline-thumbnail {
  float: right;
  margin-left: 10px;
}
#portfolio-8 .timeline-entry.timeline-right .timeline-thumbnail {
  float: left;
  margin-right: 10px;
}
#portfolio-8 .timeline-short-description {
  font-size: 0.9rem;
  color: #555e68;
  line-height: 1.6;
  clear: both;
}
@media screen and (max-width: 767.98px) {
  #portfolio-8 .project-timeline::after {
    left: 15px;
  }
  #portfolio-8 .timeline-entry {
    width: 100%;
    padding-left: 45px;
    padding-right: 15px;
    left: 0 !important;
  }
  #portfolio-8 .timeline-entry::after {
    left: 5px;
  }
  #portfolio-8 .timeline-entry.timeline-left .timeline-content::before,
  #portfolio-8 .timeline-entry.timeline-right .timeline-content::before {
    left: -10px;
    right: auto;
    border-color: transparent #ffffff transparent transparent;
    border-width: 10px 10px 10px 0;
  }
  #portfolio-8 .timeline-entry.timeline-left .timeline-thumbnail,
  #portfolio-8 .timeline-entry.timeline-right .timeline-thumbnail {
    float: none;
    margin: 10px auto;
    display: block;
  }
}



#testimonials-3 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-3 .slider-container {
  position: relative;
  overflow: hidden;
  height: 300px;
}
#testimonials-3 .slider-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-3 .slider-item.active {
  display: block;
}
#testimonials-3 .slider-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-3 .slider-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-3 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#offers-6 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#offers-6 .wheel-content-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#offers-6 .wheel-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #dc3545;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
}
#offers-6 .wheel-description {
  color: #495057;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#offers-6 .prize-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#offers-6 .prize-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #343a40;
}
#offers-6 .prize-list li i {
  color: #ffc107;
  margin-right: 10px;
  font-size: 1.1em;
  width: 20px;
  text-align: center;
}
#offers-6 .btn-spin-cta {
  padding: 0.8rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50rem;
  background-color: #dc3545;
  border: none;
  color: #fff;
  align-self: flex-start;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#offers-6 .btn-spin-cta:hover {
  background-color: #c82333;
  transform: scale(1.05);
}
#offers-6 .wheel-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-6 .lucky-wheel-image {
  max-width: 90%;
  height: auto;
  animation: spin 20s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 991.98px) {
  #offers-6 .wheel-content-col {
    text-align: center;
    order: 2;
    margin-top: 2rem;
  }
  #offers-6 .wheel-image-col {
    order: 1;
  }
  #offers-6 .lucky-wheel-image {
    max-width: 70%;
    margin: 0 auto;
    display: block;
    animation: none;
  }
  #offers-6 .prize-list {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #offers-6 .prize-list li i {
    width: auto;
  }
  #offers-6 .btn-spin-cta {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  #offers-6 .wheel-title {
    font-size: 2.2rem;
  }
  #offers-6 .lucky-wheel-image {
    max-width: 80%;
  }
}



/* style.css for post-section-4 */
#post-section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f9fa;
}

#post-section-4 .section-global-header {
    margin-bottom: 40px;
    text-align: center;
}

#post-section-4 .section-global-header .section-global-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 10px;
}

#post-section-4 .section-global-header .section-global-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Featured Post Area */
#post-section-4 .featured-post-area .area-title,
#post-section-4 .sidebar-area .area-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff30;
    display: inline-block;
}

#post-section-4 .featured-post-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#post-section-4 .featured-post-image-wrapper {
    max-height: 400px; /* Control height of featured image */
    overflow: hidden;
}

#post-section-4 .featured-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#post-section-4 .featured-post-card:hover .featured-post-image {
    transform: scale(1.03);
}

#post-section-4 .featured-post-content {
    padding: 25px;
}

#post-section-4 .featured-post-categories {
    margin-bottom: 10px;
}

#post-section-4 .featured-post-category-badge {
    font-size: 0.8rem;
    padding: 0.3em 0.7em;
    margin-right: 6px;
    background-color: #6c757d;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
#post-section-4 .featured-post-category-badge:hover {
    background-color: #5a6268;
}

#post-section-4 .featured-post-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 12px;
    line-height: 1.3;
}

#post-section-4 .featured-post-title a {
    color: inherit;
    text-decoration: none;
}
#post-section-4 .featured-post-title a:hover {
    color: #007bff;
}

#post-section-4 .featured-post-meta {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 15px;
}
#post-section-4 .featured-post-meta .meta-icon {
    margin-right: 5px;
}

#post-section-4 .featured-post-excerpt {
    font-size: 1rem;
    color: #495057;
    line-height: 1.6;
    margin-bottom: 20px;
}

#post-section-4 .featured-post-readmore-btn {
    font-weight: 500;
    padding: 0.6rem 1.2rem;
}
#post-section-4 .featured-post-readmore-btn .btn-icon {
    margin-left: 7px;
}

/* Sidebar Area */
#post-section-4 .sidebar-area {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

#post-section-4 .sidebar-post-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}
#post-section-4 .sidebar-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#post-section-4 .sidebar-post-thumbnail-wrapper {
    flex-shrink: 0;
    width: 80px;
    height: 65px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 15px;
}

#post-section-4 .sidebar-post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#post-section-4 .sidebar-post-content .sidebar-post-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 5px;
}
#post-section-4 .sidebar-post-content .sidebar-post-title a {
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s ease;
}
#post-section-4 .sidebar-post-content .sidebar-post-title a:hover {
    color: #007bff;
}

#post-section-4 .sidebar-post-meta {
    font-size: 0.8rem;
    color: #888;
}
#post-section-4 .sidebar-post-meta .meta-icon {
    margin-right: 4px;
}

#post-section-4 .sidebar-pagination-container {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
/* Adjust Bootstrap pagination for smaller size in sidebar */
#post-section-4 .sidebar-pagination-container .pagination {
    font-size: 0.85rem;
}
#post-section-4 .sidebar-pagination-container .page-link {
    padding: 0.3rem 0.6rem;
}


/* Responsive */
@media (max-width: 991.98px) { /* Medium devices (tablets, less than 992px) */
    #post-section-4 .sidebar-area {
        margin-top: 30px;
    }
    #post-section-4 .featured-post-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 767.98px) { /* Small devices (landscape phones, less than 768px) */
    #post-section-4 .section-global-header .section-global-title {
        font-size: 2rem;
    }
    #post-section-4 .featured-post-title {
        font-size: 1.4rem;
    }
     #post-section-4 .featured-post-image-wrapper {
        max-height: 300px;
    }
} 




#cta-banner-3 {
  padding: 3.5rem 1rem;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  background-color: #e9ecef;
  color: #343a40;
}
/*
#cta-banner-3::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.1); // Default light overlay
    // overlay_color set via inline style
}
#cta-banner-3 .container { position: relative; z-index: 2; }
*/
#cta-banner-3 .container {
  max-width: 800px;
}
#cta-banner-3 .cta-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}
#cta-banner-3 .cta-button .btn {
  padding: 0.8rem 2rem;
  font-size: 1.05rem;
  font-weight: 500;
}
#cta-banner-3 .cta-button .btn i {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  #cta-banner-3 {
    padding: 4rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  #cta-banner-3 .cta-title {
    margin-bottom: 0;
    font-size: 2.2rem;
    padding-right: 2rem;
  }
  #cta-banner-3 .cta-button {
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-3 {
    padding: 3rem 1rem;
  }
  #cta-banner-3 .cta-title {
    font-size: 1.8rem;
  }
}



#how-it-works-1 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-1 .timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#how-it-works-1 .timeline::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
}
#how-it-works-1 .timeline-item {
  position: relative;
  margin-left: 70px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#how-it-works-1 .timeline-item::before {
  content: attr(data-step);
  position: absolute;
  left: -40px;
  top: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
}
#how-it-works-1 .timeline-item h4 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  color: #007bff;
}
#how-it-works-1 .timeline-item p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}


