/*
Theme Name: Abhilash Theme New
Theme URI: https://codefacetech.com
Author: Codeface Technologies
Author URI: http://example.com/
Description: A WordPress theme converted to use Advanced Custom Fields (ACF).
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: abhilash-theme
*/

.header-sec .title-area .sub-text{
    float:left;
    margin: 20px;
}
.th-team .team-img img{
     height: 100%;
    object-fit: cover;
}
        
      .single-project .btn-primary:hover {
    background: #b89851;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(201, 169, 97, 0.3);
}

.single-project .btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
    border: 2px solid white;
}

.single-project .btn-secondary:hover {
    background: white;
    color: #1a1a1a;
}

/* About Section */
.single-project .about {
    padding: 120px 50px 40px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    gap: 80px;
    align-items: center;
}

.single-project .about-image {
    position: relative;
}

.single-project .about-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    background: url('https://images.unsplash.com/photo-1600210492493-0946911123ea?w=800&q=80');
    background-size: cover;
    background-position: center;
}

.single-project .about-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #c9a961;
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.single-project .about-badge h3 {
    font-size: 48px;
    margin-bottom: 5px;
}

.single-project .about-badge p {
    font-size: 14px;
}

.single-project .about-content h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #000000;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}
.details-list {
    margin-top: 50px;
}
.detail-box h4 {
	    font-size: 23px;
    font-weight: 600;
	color: #575454;
    margin-bottom: 0px;
}
.detail-box {
    border-bottom: 1px solid #00000040;
    margin-bottom: 30px;
    padding-bottom: 30px;
	    display: flex;
		flex-direction:column;
}
.detail-box:last-child {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.detail-box p{
   margin-left: 0px;
       font-size: 30px !important;
    color: black !important;
    font-weight: 600 !important;
    margin-top: 2px;
    margin-bottom: 0px !important;
}
.single-project .about-content p {
        color: #6c6b6b;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
}

.single-project .about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.single-project .stat-item h4 {
    font-size: 36px;
    color: #c9a961;
    margin-bottom: 5px;
}

.single-project .stat-item p {
    font-size: 14px;
    color: #999;
}

/* Services Section */
.single-project .services {
    background: #f9f9f9;
    padding: 120px 40px;
}

.single-project .services-container {
    max-width: 1400px;
    margin: 0 auto;
}

.single-project .section-header {
    text-align: center;
    margin-bottom: 80px;
}

.single-project .section-header p {
    font-size: 21px;
    text-align: left;
}

.container.leader-s {
	padding: 100px 0;
    padding-bottom: 100px !important;
    border-top: 1px solid #bbb8b8;
}

.single-project .section-header span {
    color: #c9a961;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.single-project .section-header h2 {
    text-align: left;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.single-project .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.single-project .service-card {
    background: white;
    padding: 50px 40px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.single-project .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c9a961;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.single-project .service-card:hover::before {
    transform: scaleX(1);
}

.single-project .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.single-project .service-icon {
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #c9a961;
}

.single-project .service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.single-project .service-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.single-project .service-card a {
    color: #c9a961;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.single-project .service-card a:hover {
    gap: 15px;
}

/* Projects Section */
.single-project .projects {
    padding: 120px 40px;
    max-width: 1600px;
    margin: 0 auto;
}

.single-project .projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 0px;
}

.single-project .project-card {
    position: relative;
    height: 500px;
    overflow: hidden;
    cursor: pointer;
    background: #e0e0e0;
}

.single-project .project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.single-project .project-card:hover img {
    transform: scale(1.1);
}

.single-project .project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    padding: 60px 40px 40px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

.single-project .project-card:hover .project-overlay {
    transform: translateY(0);
    opacity: 1;
}

.single-project .project-overlay h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 10px;
}

.single-project .project-overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* Testimonials */
.single-project .testimonials {
       background: #f2fbf3;
    padding: 120px 40px;
    color: white;
	    margin-top: 130px;
	}

.single-project .testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.single-project .testimonial-card {
    max-width: 800px;
    margin: 40px auto 0;
}

.single-project .testimonial-text {
       font-size: 22px;
    letter-spacing: -.3px;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 40px;
    color: rgb(5 104 57);
}

.single-project .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.single-project .author-image {
    width: 60px;
	    display: none;
    height: 60px;
    border-radius: 50%;
}

.single-project .author-info h4 {
    color: #3e3e3e;
	    margin-bottom: 0;
    font-size: 18px;
}

.single-project .author-info p {
    color: #3e3e3e;
    font-size: 14px;
}

/* CTA */
.single-project .cta {
    padding: 120px 40px;
    background: linear-gradient(135deg, #c9a961 0%, #b89851 100%);
    text-align: center;
    color: white;
}

.single-project .cta h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.single-project .cta p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.9;
}

.single-project .cta .btn-secondary {
    background: white;
    color: #1a1a1a;
    border: none;
}

.single-project .cta .btn-secondary:hover {
    background: #1a1a1a;
    color: white;
}

/* Animations */
.single-project @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Fixes */
.single-project @media (max-width: 1024px) {
    .single-project .about-content { flex-direction: column; }
    .single-project .content { width: 100% !important; }
    .single-project .row.project-sect { flex-direction: column; }
    .single-project .col-right { display: none; }
}

.single-project @media (max-width: 768px) {
    .single-project .services-grid { grid-template-columns: 1fr; }
    .single-project .projects-grid { grid-template-columns: 1fr; }
}

/* Custom Layout Overrides */
.single-project .about-content {
    display: flex;
}
.single-project .content {
    width: 45%;
}
.single-project .content.text {
    width: 55%;
	    margin-left: 50px;
}
.single-project .row.project-sect .container{
    display: flex;
    justify-content: space-between;
}
.single-project .col-left {
    width: 40.33%;
}
.single-project .col-left .img-lga {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.single-project .col-right {
    width: 50%;
}
.single-project .col-right .img-lga {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.single-project .col-right .img-lga img {
    position: absolute;
    left: 0;
	height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all linear;
}

/* --------------- portfolio pg style1 --------------- */
.blog-pg-style1 {
  position: relative;
}
.blog-pg-style1 .tc-main-slider-style1 {
  padding: 150px 3vw 0;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider {
  position: relative;
  overflow: hidden;
}
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .swiper-slide-active
  .slider-card
  .content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows {
  position: absolute;
  right: 10vw;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  padding: 15px 10px;
  border-radius: 30px;
  z-index: 20;
  min-width: 140px;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows .swiper-button-prev,
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .arrows
  .swiper-button-next {
  position: static;
  margin: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .arrows
  .swiper-button-prev::after,
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .arrows
  .swiper-button-next::after {
  font-size: 10px;
  color: #fff;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .swiper-pagination {
  position: absolute;
  color: #fff;
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: calc(10vw + 58px);
  bottom: 90px;
  z-index: 50;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card {
  position: relative;
  height: 800px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  border-radius: 30px;
  overflow: hidden;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000af),
    color-stop(#0000005c),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000000af,
    #0000005c,
    transparent
  );
  background-image: -o-linear-gradient(
    bottom,
    #000000af,
    #0000005c,
    transparent
  );
  background-image: linear-gradient(to top, #000000af, #0000005c, transparent);
  z-index: 1;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 70px 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blog-pg-style1 .tc-latest-posts-style1 .content {
  position: relative;
  padding: 150px 0;
  border-bottom: 1px solid #ccc;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-prev,
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-next {
  position: static;
  margin: 0;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}
.blog-pg-style1
  .tc-latest-posts-style1
  .content
  .arrows
  .swiper-button-prev::after,
.blog-pg-style1
  .tc-latest-posts-style1
  .content
  .arrows
  .swiper-button-next::after {
  font-size: 18px;
  color: #000;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .posts-slider {
  position: relative;
  overflow: hidden;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .post-card:hover .img img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.blog-pg-style1 .tc-latest-posts-style1 .content .post-card .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}
.blog-pg-style1 .tc-filter-posts-style1 {
  position: relative;
  padding: 10px 0;
}
.blog-pg-style1 .tc-filter-posts-style1 .filter .links a {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  text-transform: uppercase;
}
.blog-pg-style1 .tc-filter-posts-style1 .filter .links a.active {
  color: var(--color-orange1);
}
.blog-pg-style1 .tc-filter-posts-style1 .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #222;
}
.blog-pg-style1 .tc-filter-posts-style1 .search-group .form-control {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
  font-size: 14px;
}
.blog-pg-style1 .tc-filter-posts-style1 .search-group button {
  border: 0;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .blog-pg-style1 .tc-main-slider-style1 {
    padding-top: 100px;
  }
  .blog-pg-style1 .fsz-45 {
    font-size: 25px !important;
  }
  .blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card {
    height: 400px;
  }
  .blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows {
    bottom: 15px;
  }
  .blog-pg-style1 .tc-main-slider-style1 .main-slider .swiper-pagination {
    bottom: 25px;
  }
  .blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-prev,
  .blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-next {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }
  .blog-pg-style1 .tc-latest-posts-style1 .content {
    padding: 100px 0;
  }
  .blog-pg-style1 .tc-filter-posts-style1 {
    padding: 100px 0;
  }
  .blog-pg-style1 .tc-filter-posts-style1 .filter .links a {
    font-size: 12px;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    font-weight: bold;
  }
}

/* --------------- portfolio pg style1 --------------- */
.post-pg-style1 {
  position: relative;
}
.post-pg-style1 .tc-main-img-style1 {
  position: relative;
}
.post-pg-style1 .tc-main-img-style1 .main-img {
  height: 600px;
  /* border-radius: 30px 30px 0 0; */
  overflow: hidden;
}
.post-pg-style1 .tc-main-img-style1 .main-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000c8),
    color-stop(#00000079),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000000c8,
    #00000079,
    transparent
  );
  background-image: -o-linear-gradient(
    bottom,
    #000000c8,
    #00000079,
    transparent
  );
  background-image: linear-gradient(to top, #000000c8, #00000079, transparent);
}
.post-pg-style1 .tc-main-img-style1 .main-img img {
  max-height: unset;
  height: 200%;
  -o-object-position: top;
  object-position: top;
  margin-top: -25%;
  -webkit-transition: all linear;
  -o-transition: all linear;
  transition: all linear;
}
.post-pg-style1 .tc-main-img-style1 .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 120px 0;
  text-align: center;
}
.post-pg-style1 .tc-main-img-style1 .content .title {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -0.03em;
}
.post-pg-style1 .tc-post-content-style1 {
  position: relative;
  padding: 110px 0 0;
  background-color: #fff;
  /* border-radius: 30px 30px 0 0; */
  margin-top: -30px;
  z-index: 20;
}
.post-pg-style1 .tc-post-content-style1 .breadcromb {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
  margin-bottom: 90px;
}
.post-pg-style1 .tc-post-content-style1 .breadcromb .icon {
  margin: 0 5px;
}
.post-pg-style1 .tc-post-content-style1 .breadcromb a:last-of-type {
  opacity: 0.7;
}
.post-pg-style1 .tc-post-content-style1 .lg-letter {
  font-size: 90px;
  line-height: 55px;
  letter-spacing: -0.03em;
  color: #000;
  float: left;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}
.post-pg-style1 .tc-post-content-style1 .share-content .tags a {
  font-size: 12px;
  color: #000;
  background-color: #ebebf3;
  padding: 5px 10px;
  border-radius: 30px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-weight: 500;
}
.post-pg-style1 .tc-post-content-style1 .share-content .tags a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}
.post-pg-style1 .tc-post-content-style1 .share-content .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-pg-style1 .tc-post-content-style1 .share-content .share .links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}
.post-pg-style1 .tc-post-content-style1 .share-content .share .links a:hover {
  border-color: var(--color-orange1);
  background-color: var(--color-orange1);
  color: #fff;
}
.post-pg-style1 .tc-post-content-style1 .editor {
  margin-top: 110px;
  position: relative;
  padding: 80px 0;
  border-top: 1px solid #ccc;
}
.post-pg-style1 .tc-post-content-style1 .editor .img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.post-pg-style1 .tc-post-content-style1 .editor .social-links {
  position: relative;
  margin-top: 30px;
}
.post-pg-style1 .tc-post-content-style1 .editor .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}
.post-pg-style1 .tc-post-content-style1 .editor .social-links a:hover {
  border-color: var(--color-orange1);
  background-color: var(--color-orange1);
  color: #fff;
}
.post-pg-style1 .tc-post-content-style1 .related-posts {
  position: relative;
  padding: 110px 0 30px;
  border-top: 1px solid #ccc;
}
.post-pg-style1 .tc-post-content-style1 .related-posts .arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-prev,
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-next {
  position: static;
  margin: 0;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-prev::after,
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-next::after {
  font-size: 18px;
  color: #000;
}
.post-pg-style1 .tc-post-content-style1 .related-posts .related-slider {
  position: relative;
  overflow: hidden;
}
.post-pg-style1 .tc-comments-style1 {
  position: relative;
  background-color: #f1eee9;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  z-index: 40;
  padding: 110px 0;
}
.post-pg-style1 .tc-comments-style1 .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}
.post-pg-style1 .tc-comments-style1 .form-control:hover,
.post-pg-style1 .tc-comments-style1 .form-control:focus {
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .post-pg-style1 .th-450 {
    height: 300px !important;
  }
  .post-pg-style1 .fsz-45 {
    font-size: 30px !important;
  }
  .post-pg-style1 .tc-main-img-style1 .main-img {
    height: 400px;
  }
  .post-pg-style1 .tc-main-img-style1 .content .title {
    font-size: 40px;
    line-height: 60px;
  }
  .post-pg-style1 .tc-post-content-style1 .breadcromb {
    display: block;
  }
  .post-pg-style1 .tc-post-content-style1 .share-content .tags a {
    margin-bottom: 10px;
  }
  .post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-prev,
  .post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-next {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }
  .post-pg-style1 .comment-replay-cont .d-flex {
    display: block !important;
  }
  .post-pg-style1 .comment-replay-cont .ms-90 {
    -webkit-margin-start: 30px !important;
    margin-inline-start: 30px !important;
  }
}
.top-text span{
    color:red;
}
.top-text h6
{
        font-size: 22px;
    text-transform: none;
}
.post-pg-style1 .tc-main-img-style1 .content .title A{
    COLOR:#FFF;
}
.post-pg-style1 .tc-main-img-style1 .content .info a{
    COLOR:#FFF;
}
.hero-6 .swiper-button-next, .hero-6 .swiper-button-prev{
    background:none;
        width: 20px;
    height: 20px;
    z-index: 9999999999999;
}
.newsletter-area3.space.background-image{
      height: 650px;
}
.accordion-card .accordion-button:not(.collapsed):after {
   content: "\2212"; 
       color: white;
}
.accordion-card .accordion-button::after {
    content: "\2b"; /* + sign */
    height: 100%;
    width: 20px;
    line-height: 1;
    font-weight: 700;
        background-image: none;
}

.brand-flex {
	margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.brand-area.style2 {
	    border-bottom: 1px solid #bbb8b8;
    padding-bottom: 100px;
    margin-bottom: 0px !important;
}