/*----------------------------------------------------------------------------------- 

Template Name: Codesparrow - Restaurant & Cafe PHP Template

Description: Codesparrow is a clean, modern, and fully responsive PHP template designed specifically for restaurants, cafes, bakeries, coffee shops, and food-related businesses. Crafted with attention to detail and built using the latest web technologies, Codesparrow ensures an exceptional user experience on all devices.


Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Common CSS
    # Page Banner CSS
    # About Page CSS
    # Menu Grid Page CSS
    # Menu List Page CSS
    # Shop Page CSS
    # Shop Details Page CSS
    # Cart Page CSS
    # Checkout Page CSS
    # Team Page CSS
    # Gallery Page CSS
    # Blog Page CSS
    # Blog Details Page CSS
    # Contact Page CSS
    # 404 Page CSS

-------------------------------------------------------    */
/* Common CSS */
/* Page Banner */
.page-banner {
  padding: 220px 0 160px;
}
@media (max-width: 767.98px) {
  .page-banner {
    padding: 170px 0 120px;
  }
}
.page-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(45, 68, 67, 0.40);
  z-index: -1;
}
.page-banner .page-content h1 {
  color: var(--white-color);
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .page-banner .page-content h1 {
    font-size: 42px;
    line-height: 1;
  }
}
.page-banner .page-content ul li {
  display: inline-block;
  color: var(--white-color);
}

.Codesparrow-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Codesparrow-iconic-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 22px;
  color: var(--primary-color);
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .Codesparrow-iconic-box .content h5 {
    font-size: 18px;
  }
}

/* About Page CSS */
.Codesparrow-about-sec .Codesparrow-content-box {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-about-sec .Codesparrow-content-box {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.Codesparrow-about-sec .Codesparrow-content-box .section-title {
  max-width: 550px;
}
.Codesparrow-about-sec .Codesparrow-content-box p {
  max-width: 630px;
}
.Codesparrow-about-sec .Codesparrow-content-box .gallery-slider-wrap .gallery-slider {
  -webkit-margin-start: -50%;
          margin-inline-start: -50%;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-about-sec .Codesparrow-content-box .gallery-slider-wrap .gallery-slider {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.Codesparrow-about-sec .Codesparrow-content-box .gallery-slider-wrap .gallery-slider .slick-slide {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
@media (max-width: 767.98px) {
  .Codesparrow-about-sec .Codesparrow-content-box .gallery-slider-wrap .gallery-slider .slick-slide {
    -webkit-margin-end: 12px;
            margin-inline-end: 12px;
  }
}
.Codesparrow-about-sec .Codesparrow-content-box .gallery-slider-wrap .gallery-item .thumbnail img {
  width: 100%;
}
.Codesparrow-about-sec .Codesparrow-image img {
  border-radius: 400px 400px 0px 0px;
}

.Codesparrow-fun-fact .counter-item-wrapper .counter-item-border:not(:last-child) {
  border-right: 1px solid rgba(208, 150, 92, 0.3);
}
@media (max-width: 767.98px) {
  .Codesparrow-fun-fact .counter-item-wrapper .counter-item-border:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(208, 150, 92, 0.3);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.Codesparrow-counter-item .icon {
  color: var(--primary-color);
  font-size: 55px;
  margin-bottom: 20px;
}
.Codesparrow-counter-item .content h2 {
  margin-bottom: 12px;
}

.Codesparrow-features-sec {
  background-color: var(--primary-black-color);
}
.Codesparrow-features-sec .Codesparrow-content-box .Codesparrow-button .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.Codesparrow-features-sec .Codesparrow-image img {
  border-radius: 400px 400px 0px 0px;
}

.Codesparrow-intro-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}

.Codesparrow-intro-sec .Codesparrow-content-box .video-popup {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  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: 20px;
  color: var(--white-color);
}
.Codesparrow-intro-sec .Codesparrow-content-box h2 {
  color: var(--white-color);
}
@media screen and (max-width: 991.98px) {
  .Codesparrow-intro-sec .Codesparrow-content-box h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .Codesparrow-intro-sec .Codesparrow-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}

.rs-testimonial {
  background-color: var(--primary-black-color);
}

.testimonial-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  color: var(--primary-color);
  cursor: pointer;
}
.testimonial-slider .slick-arrow.next {
  right: -15%;
}
.testimonial-slider .slick-arrow.prev {
  left: -15%;
}

.Codesparrow-testimonial-item {
  text-align: center;
}
.Codesparrow-testimonial-item .testimonial-content .ratings {
  margin-bottom: 20px;
}
.Codesparrow-testimonial-item .testimonial-content .ratings i {
  color: #FF9F1A;
}
.Codesparrow-testimonial-item .testimonial-content p {
  font-size: 32px;
  line-height: 50px;
  color: var(--black-color);
  font-family: var(--heading-font);
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .Codesparrow-testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.Codesparrow-testimonial-item .testimonial-content span {
  color: var(--black-color);
}

.Codesparrow-blog-post .post-content {
  padding-top: 25px;
}
.Codesparrow-blog-post .post-content .post-meta span {
  margin-bottom: 10px;
}
.Codesparrow-blog-post .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}
.Codesparrow-blog-post .post-content .post-meta span i {
  margin-right: 10px;
}
.Codesparrow-blog-post .post-content h4 {
  margin-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
}
.Codesparrow-blog-post .post-content h4:hover {
  color: var(--primary-color);
}
.Codesparrow-blog-post .post-content .read-more.style-one:hover {
  color: var(--primary-color);
}

.Codesparrow-instagram-item:hover .thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
}
.Codesparrow-instagram-item:hover .thumbnail .hover-content .icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.Codesparrow-instagram-item .thumbnail {
  position: relative;
  overflow: hidden;
}
.Codesparrow-instagram-item .thumbnail .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(45, 68, 67, 0.502);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Codesparrow-instagram-item .thumbnail .hover-content .icon {
  color: var(--white-color);
  font-size: 20px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/* Menu Grid Page CSS */
.rs-booking:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(45, 68, 67, 0.5);
  z-index: -1;
}

.Codesparrow-product-item:hover .product-thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Codesparrow-product-item:hover .product-thumbnail .hover-overlay {
  visibility: visible;
  opacity: 1;
}
.Codesparrow-product-item:hover .product-thumbnail .hover-overlay .action-button {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.Codesparrow-product-item .product-thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.Codesparrow-product-item .product-thumbnail img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.Codesparrow-product-item .product-thumbnail .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Codesparrow-product-item .product-thumbnail .hover-overlay .action-button {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.Codesparrow-product-item .product-thumbnail .hover-overlay .action-button a {
  margin-left: 2.5px;
  margin-right: 2.5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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: 18px;
  background-color: var(--white-color);
}
.Codesparrow-product-item .product-thumbnail .hover-overlay .action-button a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.Codesparrow-product-item .product-info {
  padding-top: 25px;
}
.Codesparrow-product-item .product-info .ratings-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.Codesparrow-product-item .product-info .ratings-price .ratings i {
  color: var(--primary-color);
}
.Codesparrow-product-item .product-info .ratings-price .price {
  color: #FF4040;
  font-size: 20px;
  font-weight: 600;
}
.Codesparrow-product-item .product-info h4 {
  margin-bottom: 10px;
}
.Codesparrow-product-item .product-info h4:hover {
  color: var(--primary-color);
}
.Codesparrow-product-item .product-info h3 {
  margin-bottom: 8px;
}

/* Menu List Page CSS */
.Codesparrow-menu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .Codesparrow-menu-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Codesparrow-menu-list-item .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 150px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .Codesparrow-menu-list-item .thumbnail {
    margin-bottom: 20px;
  }
}
.Codesparrow-menu-list-item .content {
  width: 100%;
}
.Codesparrow-menu-list-item .content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-menu-list-item .content h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.Codesparrow-menu-list-item .content h4:hover {
  color: var(--primary-color);
}
.Codesparrow-menu-list-item .content h4 span {
  float: right;
  color: #FF4040;
  font: 600 24px var(--body-font);
  line-height: 1;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-menu-list-item .content h4 span {
    font-size: 18px;
  }
}
.Codesparrow-menu-list-item .content p {
  line-height: 27px;
  margin-bottom: 10px;
  max-width: 330px;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-menu-list-item .content p {
    font-size: 14px;
  }
}
.Codesparrow-menu-list-item .content .ratings i {
  color: #FF9F1A;
}

/* Shop Page CSS */
.Codesparrow-shop-sec .product-search .form-group {
  max-width: 300px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.Codesparrow-shop-sec .product-search .form-group .form_control {
  padding: 13px 20px;
  width: 100%;
  border: 1px solid var(--border-color);
  background-color: var(--gray-color);
}
.Codesparrow-shop-sec .product-search .form-group .submit-btn {
  position: absolute;
  bottom: 13px;
  right: 20px;
  background-color: transparent;
  color: var(--primary-black-color);
  font-size: 24px;
}

/* Shop Details Page CSS */
.Codesparrow-shop-details-sec .shop-details-wrapper .product-thumb-slider {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 20px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-thumb-slider .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-img a {
  display: block;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-img img {
  width: 100%;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info {
  padding-left: 70px;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-shop-details-sec .shop-details-wrapper .product-info {
    padding-left: 0;
  }
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .ratings {
  margin-bottom: 15px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .ratings i {
  color: #FF9F1A;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .ratings a {
  font-weight: 600;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info h4.title {
  font-size: 45px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .Codesparrow-shop-details-sec .shop-details-wrapper .product-info h4.title {
    font-size: 22px;
    line-height: 35px;
  }
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .price {
  font-size: 24px;
  color: #FF4040;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info p {
  margin-bottom: 30px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info p a {
  color: var(--primary-color);
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation ul li {
  margin-bottom: 15px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F6F7F7;
  width: 150px;
  margin: 0 auto;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation .quantity-input input {
  width: 50px;
  height: 45px;
  border: none;
  text-align: center;
  background-color: #F6F7F7;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .product-cart-variation .quantity-input button {
  width: 50px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .action-button {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .action-button a:not(:last-child) {
  margin-right: 20px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .action-button a i {
  margin-right: 10px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .product-meta {
  margin-bottom: 28px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .product-meta .title {
  font-weight: 700;
  color: var(--heading-color);
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .category span a {
  color: var(--text-color);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-weight: 400;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .social-box span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 20px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .social-box a {
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-color);
  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;
  border-radius: 50%;
  font-size: 14px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .social-box a:not(:last-child) {
  margin-right: 5px;
}
.Codesparrow-shop-details-sec .shop-details-wrapper .product-info .check-list li i {
  color: var(--primary-black-color);
  font-size: 22px;
}

.product-description-info {
  padding-top: 120px;
}
@media screen and (max-width: 1199.98px) {
  .product-description-info {
    padding-top: 60px;
  }
}
.product-description-info .Codesparrow-tabs .nav-tabs {
  border-bottom: none;
}
.product-description-info .Codesparrow-tabs li {
  margin-right: 10px;
}
.product-description-info .Codesparrow-tabs .nav-link {
  border-radius: 0;
  padding: 11px 30px;
  font-size: 18px;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background-color: #F3F5F5;
  letter-spacing: 0.1em;
}
.product-description-info .Codesparrow-tabs .nav-link.active {
  color: var(--white-color);
  background-color: var(--primary-black-color);
}
@media (max-width: 767.98px) {
  .product-description-info .Codesparrow-tabs .nav-link {
    padding-right: 10px;
    font-size: 16px;
  }
}
.product-description-info .tab-content {
  background-color: #F3F5F5;
  padding: 23px 30px;
}
@media (max-width: 767.98px) {
  .product-description-info .tab-content {
    padding: 23px 15px;
  }
}

.Codesparrow-review-area {
  background-color: #F3F5F5;
  padding: 30px;
}
@media (max-width: 767.98px) {
  .Codesparrow-review-area {
    padding: 30px 15px;
  }
}
.Codesparrow-review-area .Codesparrow-reviews-list .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .Codesparrow-review-area .Codesparrow-reviews-list .review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-thumb {
    margin-bottom: 20px;
  }
}
.Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-ratings-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-ratings-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-ratings-wrap .author-info h4 {
  font-family: var(--body-font);
}
.Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-ratings-wrap .author-info .position {
  margin-bottom: 10px;
}
.Codesparrow-review-area .Codesparrow-reviews-list .review-item .author-ratings-wrap .ratings i {
  color: var(--rating-color);
}

.Codesparrow-form-area h3 {
  margin-bottom: 20px;
}
.Codesparrow-form-area form .ratings {
  margin-bottom: 20px;
}
.Codesparrow-form-area form .ratings i {
  color: var(--rating-color);
}
.Codesparrow-form-area form label {
  margin-bottom: 10px;
}
.Codesparrow-form-area form .form_control {
  margin-bottom: 22px;
  padding: 12px 20px;
  background-color: #FBFBFB;
  border: 1px solid #F3F5F5;
}

.related-product-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.related-product-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991.98px) {
  .related-product-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Cart Page CSS */
.quantity-cart .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  width: 150px;
  margin: 0 auto;
}
.quantity-cart .quantity-input input {
  width: 50px;
  height: 45px;
  border: none;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  text-align: center;
}
.quantity-cart .quantity-input button {
  width: 50px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}

@media screen and (max-width: 991.98px) {
  .cart-wrapper .cart-table table {
    min-width: 900px;
  }
}
.cart-wrapper .cart-table table thead tr th {
  background-color: var(--gray-color);
}
.cart-wrapper .cart-table table th.remove, .cart-wrapper .cart-table table th.sub-total, .cart-wrapper .cart-table table th.price, .cart-wrapper .cart-table table th.quantity {
  text-align: center;
}
.cart-wrapper .cart-table table td {
  padding: 30px 0px;
  vertical-align: middle;
}
.cart-wrapper .cart-table table td .cart-remove, .cart-wrapper .cart-table table td .total-price, .cart-wrapper .cart-table table td .price {
  text-align: center;
  color: var(--heading-color);
  font-weight: 600;
}
.cart-wrapper .cart-table table .product-thumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-wrapper .cart-table table .product-thumb-item .product-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  margin-right: 20px;
}
.cart-wrapper .cart-table table .product-thumb-item .product-info h6.title {
  color: #0A0B0C;
}
.cart-wrapper .cart-table table .cart-remove {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 64, 64, 0.1);
  cursor: pointer;
}
.cart-wrapper .cart-table table .cart-remove i {
  color: #FF4040;
}
.cart-wrapper .cart-bottom .cart-coupon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}
.cart-wrapper .cart-bottom .cart-coupon .form_control {
  background-color: var(--gray-color);
  border: 1px solid #F3F5F5;
  padding: 12px 30px;
  margin-bottom: 20px;
}
.cart-wrapper .cart-bottom .cart-coupon a {
  font-size: 18px;
  color: var(--primary-black-color);
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

.cart-total-area .checkout-button .theme-btn {
  width: 100%;
}

.cart-total-box {
  background-color: var(--gray-color);
  border: 1px solid var(--border-color);
}
.cart-total-box h3 {
  margin-bottom: 10px;
  padding: 20px 25px;
  border-bottom: 1px solid var(--border-color);
}
.cart-total-box .cart-list {
  padding: 20px 25px 10px;
}
.cart-total-box .cart-list li {
  padding-bottom: 25px;
}
.cart-total-box .cart-list li .list-item {
  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;
  font-weight: 700;
  font-size: 18px;
  color: var(--heading-color);
}
.cart-total-box .cart-list li .list-item .item-title {
  font-weight: 400;
}
.cart-total-box .cart-list li:last-child {
  border-top: 1px solid var(--border-color);
  padding-top: 25px;
}
.cart-total-box .cart-list li:last-child .list-item .item-title {
  color: var(--heading-color);
  font-weight: 600;
}
.cart-total-box .cart-list li:last-child .list-item .total-price {
  color: #FF4040;
}
.cart-total-box .checkout-button {
  text-align: right;
}

/* Checkout Page CSS */
.Codesparrow-billing-wrapper {
  padding-right: 50px;
}
.Codesparrow-billing-wrapper .billing-wrapper form .nice-select, .Codesparrow-billing-wrapper .billing-wrapper form .form_control {
  padding: 11px 20px;
  background-color: var(--gray-color);
  border: 1px solid var(--border-color);
  margin-bottom: 22px;
}
.Codesparrow-billing-wrapper .billing-wrapper form .nice-select {
  line-height: 30px;
}
.Codesparrow-billing-wrapper .billing-wrapper form .nice-select:after {
  position: absolute;
  top: 12px;
  right: 20px;
}
.Codesparrow-billing-wrapper .billing-wrapper form label {
  margin-bottom: 10px;
}
.Codesparrow-billing-wrapper .place-order .theme-btn {
  width: 100%;
}

.billing-sidebar .checkout-total-box {
  background-color: var(--gray-color);
}
.billing-sidebar .checkout-total-box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  padding: 30px 25px;
}
.billing-sidebar .checkout-total-box ul {
  padding: 0 20px 20px;
}
.billing-sidebar .checkout-total-box ul li {
  padding-bottom: 25px;
}
.billing-sidebar .checkout-total-box ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}
.billing-sidebar .checkout-total-box ul li .list-item {
  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;
  font-weight: 700;
  font-size: 18px;
  color: var(--heading-color);
}
.billing-sidebar .checkout-total-box ul li .list-item .item-title {
  font-weight: 400;
}
.billing-sidebar .checkout-total-box ul li:last-child {
  border-top: 1px solid var(--border-color);
  padding-top: 25px;
}
.billing-sidebar .checkout-total-box ul li:last-child .list-item .item-title {
  color: var(--heading-color);
  font-weight: 600;
}
.billing-sidebar .checkout-total-box ul li:last-child .list-item .total-price {
  color: #FF4040;
}

.payment-method .form-check {
  padding-left: 0;
  margin-bottom: 25px;
}
.payment-method .form-check p {
  margin-bottom: 27px;
}
.payment-method .form-check-label {
  width: 100%;
  padding: 10px 20px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: var(--heading-color);
  background-color: var(--gray-color);
  border: 1px solid rgba(17, 34, 28, 0.1);
  border-radius: 0;
}
.payment-method .form-check-label .form-check-input {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  margin-right: 10px;
}
.payment-method .form-check-label[aria-expanded=true] {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.payment-method .form-check-label[aria-expanded=true] .form-input-radio:checked {
  border-color: var(--white-color);
}
.payment-method .form-check-label[aria-expanded=true] .form-input-radio:checked:after {
  background-color: var(--white-color);
}
.payment-method p {
  margin-bottom: 32px;
}
.payment-method p a {
  color: var(--heading-color);
}

.payment-form label {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--heading-color);
}
.payment-form .pay {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.payment-form .nice-select, .payment-form .form_control {
  background-color: var(--gray-color);
  border: 1px solid #EAECEC;
  padding: 17px 20px;
  line-height: 1;
  margin-bottom: 17px;
}
.payment-form .nice-select {
  padding: 18px 20px;
  line-height: 17px;
}
.payment-form .nice-select:after {
  position: absolute;
  right: 20px;
}

/* Team Page CSS */
.rs-team .text-box p {
  font-size: 20px;
  line-height: 35px;
}

.rs-team-item .member-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rs-team-item:hover .member-image img {
  border-radius: 300px 300px 0px 0px;
}

/* Gallery Page CSS */
.Codesparrow-gallery-sec .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.Codesparrow-gallery-item .gallery-img img {
  width: 100%;
}

/* Blog Page CSS */
.Codesparrow-blog-sec .text-box p {
  font-size: 20px;
  line-height: 35px;
}

/* Blog Details Page CSS */
.blog-details-wrapper .blog-post .content .post-meta span:not(:last-child) {
  margin-right: 20px;
}
.blog-details-wrapper .blog-post .content .post-meta span i {
  margin-right: 10px;
}
.blog-details-wrapper .blog-post .content h4 {
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post .content h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post .content .author-meta {
  margin-bottom: 40px;
}
.blog-details-wrapper .blog-post .content .author-meta img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.blog-details-wrapper .blog-post .content .author-meta span a {
  font-weight: 700;
}
.blog-details-wrapper .blog-post .content figure {
  margin-bottom: 60px;
}
.blog-details-wrapper .blog-post .content > p {
  margin-bottom: 40px;
}
.blog-details-wrapper .blog-post .content .content-box {
  padding-right: 50px;
}
@media screen and (max-width: 1199.98px) {
  .blog-details-wrapper .blog-post .content .content-box {
    padding-right: 0;
  }
}
.blog-details-wrapper .blog-post .content .content-box h4 {
  max-width: 740px;
}
.blog-details-wrapper .blog-post .content .content-box p {
  max-width: 740px;
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post .content .Codesparrow-image img {
  border-radius: 310px 310px 0 0;
}
.blog-details-wrapper .blog-post .content .Codesparrow-content-box {
  padding-left: 100px;
}
@media (max-width: 1650px) {
  .blog-details-wrapper .blog-post .content .Codesparrow-content-box {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .blog-post .content .Codesparrow-content-box {
    padding-left: 0;
  }
}
.blog-details-wrapper .blog-post .content .Codesparrow-content-box p {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post .content .Codesparrow-content-box .check-list.style-one li:not(:last-child) {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post .content blockquote {
  padding: 50px 50px 47px;
  background-color: var(--primary-black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post .content blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .blog-post .content blockquote .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
  font-size: 40px;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .blog-details-wrapper .blog-post .content blockquote .icon {
    margin-bottom: 25px;
  }
}
.blog-details-wrapper .blog-post .content blockquote h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .blog-details-wrapper .blog-post .content blockquote h3 {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post .content blockquote h5 {
  color: var(--white-color);
  font-family: var(--body-font);
  font-weight: 400;
}

.Codesparrow-iconic-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Codesparrow-iconic-box-two .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EAECEC;
  font-size: 24px;
  color: var(--heading-color);
  margin-right: 15px;
}
.Codesparrow-iconic-box-two .content h5 {
  font-family: var(--body-font);
}
@media (max-width: 1650px) {
  .Codesparrow-iconic-box-two .content h5 {
    font-size: 17px;
    line-height: 27px;
  }
}

.comments-area {
  background-color: var(--gray-color);
  padding: 40px 50px;
}
@media (max-width: 767.98px) {
  .comments-area {
    padding: 30px 30px;
  }
}
.comments-area h3 {
  margin-bottom: 30px;
}
.comments-area .comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comments-area .comment .comment-avatar {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
}
.comments-area .comment .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comments-area .comment .comment-content .author-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.comments-area .comment .comment-content .author-name span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.comments-area .comment .comment-content .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
}

.comments-form {
  background-color: var(--gray-color);
  border: 1px solid #F3F5F5;
  padding: 45px 50px 50px;
}
@media (max-width: 767.98px) {
  .comments-form {
    padding: 30px 30px;
  }
}
.comments-form h3 {
  margin-bottom: 30px;
}
.comments-form .contact-form label {
  margin-bottom: 10px;
}
.comments-form .contact-form .form_control {
  margin-bottom: 22px;
  padding: 12px 20px;
  background-color: #F6F7F7;
  border: 1px solid #F3F5F5;
}

/* Contact Page CSS */
.contact-info-box {
  background-color: var(--gray-color);
  border-color: 1px solid var(--border-color);
  padding: 40px 45px;
}
.contact-info-box .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
  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;
  color: var(--white-color);
  font-size: 32px;
  margin-bottom: 15px;
}
.contact-info-box .content h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199.98px) {
  .contact-info-box .content h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-info-box .content p {
  font-size: 20px;
  line-height: 32px;
}

.map-sec .map-box iframe {
  height: 5 00px;
}

.Codesparrow-contact-sec .Codesparrow-content-box .Codesparrow-opening-time {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.Codesparrow-open-box .content h4 {
  margin-bottom: 13px;
}
.Codesparrow-open-box .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Codesparrow-open-box .content ul li:not(:last-child) {
  margin-bottom: 7px;
}
.Codesparrow-open-box .content ul li span.days {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 95px;
  margin-right: 10px;
}

.contact-wrapper {
  background-color: var(--primary-black-color);
  padding: 50px;
}
.contact-wrapper form label {
  display: block;
  font-weight: 500;
  color: var(--white-color);
}
.contact-wrapper form .form_control {
  padding: 10px 20px;
  background-color: #374D4C;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.contact-wrapper form .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .form_control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-wrapper form .nice-select {
  color: rgba(255, 255, 255, 0.7);
  border: none;
  background-color: #374D4C;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.contact-wrapper form .nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 22px;
}
.contact-wrapper form .nice-select .list {
  background-color: #18302e;
}
.contact-wrapper form .nice-select .list li:hover, .contact-wrapper form .nice-select .list li.selected {
  background-color: #374D4C;
  color: var(--white-color);
}
.contact-wrapper form .theme-btn {
  width: 100%;
}
.contact-wrapper form .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

/* 404 Page CSS */
@media screen and (max-width: 1199.98px) {
  .error-content-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .error-content-box h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 575.98px) {
  .error-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}












/* NEW ADDED CSS */

.Codesparrow-about-sec .Codesparrow-image img {
  border-radius: 400px 400px 0px 0px;
}



/* ================= MEGA DROPDOWN MENU ================= */

.mega-menu {
    position: static !important;
}

/* KEEP THIS (theme dependency) */
.mega-dropdown {
    left: 0 !important;
}

/* MAIN DROPDOWN */
.mega-dropdown {
    position: absolute;
    top: 100%;

    width: 100%; /*  FULL WIDTH OF HEADER */
    
    display: flex;
    justify-content: center;

    background: #f5f1ec;
    padding: 40px 0; /*  no side padding here */
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s ease;

    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-radius: 0 0 30px 30px;
    z-index: 9;
}

/* INNER CONTENT WRAPPER EFFECT USING GAP + PADDING */
.mega-dropdown {
    gap: 30px;
    padding-left: 60px;   /*  equal spacing */
    padding-right: 60px;  /*  equal spacing */
}

/* SHOW */
.mega-menu:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ITEMS */
.mega-dropdown li {
    list-style: none;
    width: 330px;
}

/* CARD */
.mega-dropdown li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    text-decoration: none;
    color: #000000;

   
    padding: 5px;
    border-radius: 14px;

    transition: all 0.3s ease;
}

/* HOVER */
.mega-dropdown li a:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* IMAGE */
.mega-dropdown img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
     margin-top: 20px;
}

/* TEXT */
.mega-dropdown span {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
}


/* ===== MOBILE: REMOVE IMAGES FROM DROPDOWN ===== */
@media (max-width: 768px) {

    .mega-dropdown img {
        display: none !important;
    }

    /* optional: tighten spacing after removing images */
    .mega-dropdown li a {
        padding: 12px 14px;
    }

    .mega-dropdown span {
        margin-top: 0;
        font-size: 14px;
    }

     .mega-dropdown li a {
        text-align: center !important;
        justify-content: center;
        
}
}


.feature-box {
    background: #f4f1ee;
    padding: 35px;
    border-radius: 20px;
    height: 100%;
    transition: 0.3s;
}

.feature-box .number {
    font-weight: 600;
    color: #999;
    display: block;
    margin-bottom: 10px;
}

.feature-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.feature-box p {
    color: #666;
    line-height: 1.6;
}

/* Highlight card */
/* .feature-box.active {
    background: #918e8c;
    color: #fff;
} */

/* .feature-box.active p,
.feature-box.active .number {
    color: #fff;
} */

/* Hover effect */
.feature-box:hover {
    transform: translateY(-5px);
}




/* Promo Section CSS */
.Codesparrow-promo-item {
  padding: 60px 30px 170px;
  border-radius: 20px;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-promo-item {
    padding: 15px 30px 150px;
  }
}
.Codesparrow-promo-item .content span {
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
  line-height: 1;
}
.Codesparrow-promo-item .content h2 {
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-promo-item .content h2 {
    font-size: 24px;
    line-height: 40px;
  }
}



/* Categories Section CSS */
.categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199.98px) {
  .categories-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.categories-wrapper .Codesparrow-category-item {
  max-width: 240px;
}
@media (max-width: 1650px) {
  .categories-wrapper .Codesparrow-category-item {
    max-width: 220px;
  }
}

.Codesparrow-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
}
.Codesparrow-category-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  color: var(--heading-color);
  font-size: 24px;
  margin-right: 15px;
}
.Codesparrow-category-item.bg_one {
  background-color: #F9F4FC;
}
.Codesparrow-category-item.bg_one .icon {
  background-color: #E3C7F2;
}
.Codesparrow-category-item.bg_two {
  background-color: #FFEEEE;
}
.Codesparrow-category-item.bg_two .icon {
  background-color: #F3B9B9;
}
.Codesparrow-category-item.bg_three {
  background-color: #F6F9E1;
}
.Codesparrow-category-item.bg_three .icon {
  background-color: #C5E5A3;
}
.Codesparrow-category-item.bg_four {
  background-color: #E7F4FC;
}
.Codesparrow-category-item.bg_four .icon {
  background-color: #B9E2FB;
}
.Codesparrow-category-item.bg_five {
  background-color: #FCEFD5;
}
.Codesparrow-category-item.bg_five .icon {
  background-color: #F6C872;
}



/* CTA Section CSS */
.ds-cta .shape {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .ds-cta .shape {
    display: none;
  }
}
.ds-cta .shape.shape-one {
  left: 80px;
}
@media (max-width: 1650px) {
  .ds-cta .shape.shape-one img {
    width: 80%;
  }
}
.ds-cta .shape.shape-two {
  bottom: 0;
  right: 80px;
}
@media (max-width: 1650px) {
  .ds-cta .shape.shape-two {
    right: 50px;
    text-align: right;
  }
}
@media (max-width: 1650px) {
  .ds-cta .shape.shape-two img {
    width: 60%;
  }
}

.ds-cta-wrapper {
  padding: 85px 30px 100px;
}
.ds-cta-wrapper .ds-cta-box h2 {
  margin-bottom: 12px;
}
.ds-cta-wrapper .ds-cta-box p {
  margin-bottom: 45px;
}
.ds-cta-wrapper .ds-cta-box form .form_control {
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
}
.ds-cta-wrapper .ds-cta-box form .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.ds-cta-wrapper .ds-cta-box form .theme-btn.style-one {
  border-radius: 50px;
}
@media (max-width: 767.98px) {
  .ds-cta-wrapper .ds-cta-box form .theme-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px;
  }
}


/* About Section */
.ds-about-sec .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ds-about-sec .about-wrapper .about-left-wrap {
  width: calc(50% - 15px);
  margin-right: 15px;
  min-height: 700px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .about-wrapper .about-left-wrap {
    background-position: top center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.ds-about-sec .about-wrapper .about-right-wrap {
  width: 50%;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .about-wrapper .about-right-wrap {
    width: 100%;
  }
}
.ds-about-sec .Codesparrow-about-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 45px 50px;
  background-color: #F9F4FC;
  margin-bottom: 10px;
}
.ds-about-sec .Codesparrow-about-box .shape {
  position: absolute;
  top: 0;
  right: -150px;
  z-index: -1;
}
.ds-about-sec .Codesparrow-about-box .shape img {
  opacity: 0.05;
}
.ds-about-sec .Codesparrow-about-box .content {
  max-width: 580px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .Codesparrow-about-box .content {
    padding: 0 150px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ds-about-sec .Codesparrow-about-box .content {
    padding: 0 15px;
  }
}
.ds-about-sec .Codesparrow-about-box .section-title {
  margin-bottom: 20px;
}
.ds-about-sec .Codesparrow-about-box .section-title .sub-title {
  margin-bottom: 5px;
}
.ds-about-sec .Codesparrow-about-box p {
  line-height: 27px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .Codesparrow-about-box {
    text-align: center;
    padding: 40px 30px;
  }
}
.ds-about-sec .Codesparrow-experience-box {
  padding: 40px 50px;
  background-color: #E3C7F2;
}
.ds-about-sec .Codesparrow-experience-box .content {
  max-width: 580px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .Codesparrow-experience-box .content {
    padding: 0 150px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ds-about-sec .Codesparrow-experience-box .content {
    padding: 0 15px;
  }
}
.ds-about-sec .Codesparrow-experience-box .section-title {
  margin-bottom: 20px;
}
.ds-about-sec .Codesparrow-experience-box .section-title .sub-title {
  margin-bottom: 5px;
}
.ds-about-sec .Codesparrow-experience-box p {
  line-height: 27px;
}
@media screen and (max-width: 1199.98px) {
  .ds-about-sec .Codesparrow-experience-box {
    text-align: center;
    padding: 40px 30px;
  }
}


/* ===== CUSTOM FOOTER IMPROVED ===== */

.custom-footer {
    background: linear-gradient(135deg, #0b1b2b, #0e2438);
    color: #fff;
    padding: 60px 60px 30px;
    border-radius: 25px;
}

/* GRID LAYOUT (IMPORTANT FIX) */
.footer-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr; /*  better balance */
    gap: 60px;
    align-items: start;
}

/* LEFT SIDE */
.footer-left {
    max-width: 420px;
}

.footer-logo img {
    width: 130px;
    margin-bottom: 25px;
}

/* NAV LINKS */
.footer-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.8;
}

.footer-links a:hover {
    opacity: 1;
}

/* CONTACT */
.footer-contact p {
    margin: 6px 0;
    font-size: 14px;
    opacity: 0.9;
}

/* RIGHT SIDE */
.footer-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* MAP FIX */
.footer-map iframe {
    width: 100%;
    height: 180px;
    border-radius: 18px;
    border: none;
}

/* SOCIAL */
.footer-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-social p {
    margin: 0;
    font-size: 15px;
}

/* ICONS */
.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BOTTOM */
.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-links a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    opacity: 0.8;
}

.footer-bottom-links a:hover {
    opacity: 1;
}


@media (max-width: 768px) {

    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-social {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}



/* Categories Section CSS */
.categories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199.98px) {
  .categories-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.categories-wrapper .Codesparrow-category-item {
  max-width: 240px;
}
@media (max-width: 1650px) {
  .categories-wrapper .Codesparrow-category-item {
    max-width: 220px;
  }
}

.Codesparrow-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
}
.Codesparrow-category-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  color: var(--heading-color);
  font-size: 24px;
  margin-right: 15px;
}
.Codesparrow-category-item.bg_one {
  background-color: #F9F4FC;
}
.Codesparrow-category-item.bg_one .icon {
  background-color: #E3C7F2;
}
.Codesparrow-category-item.bg_two {
  background-color: #FFEEEE;
}
.Codesparrow-category-item.bg_two .icon {
  background-color: #F3B9B9;
}
.Codesparrow-category-item.bg_three {
  background-color: #F6F9E1;
}
.Codesparrow-category-item.bg_three .icon {
  background-color: #C5E5A3;
}
.Codesparrow-category-item.bg_four {
  background-color: #E7F4FC;
}
.Codesparrow-category-item.bg_four .icon {
  background-color: #B9E2FB;
}
.Codesparrow-category-item.bg_five {
  background-color: #FCEFD5;
}
.Codesparrow-category-item.bg_five .icon {
  background-color: #F6C872;
}


.slick-prev,
.slick-next {
  font-size: 0 !important;
}







/* Why Choose Section */
.ds-choose-sec .item-choose-list.choose-list-left {
  padding-right: 30px;
}
@media screen and (max-width: 1199.98px) {
  .ds-choose-sec .item-choose-list.choose-list-left {
    padding-right: 0;
  }
}
.ds-choose-sec .item-choose-list.choose-list-right {
  padding-left: 30px;
}
@media screen and (max-width: 1199.98px) {
  .ds-choose-sec .item-choose-list.choose-list-right {
    padding-left: 0;
  }
}

.Codesparrow-choose-item {
  background-color: var(--white-color);
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.Codesparrow-choose-item .content h4 {
  padding: 11px 30px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.Codesparrow-choose-item .content h4.bg-one {
  background-color: #F9F4FC;
}
.Codesparrow-choose-item .content h4.bg-two {
  background-color: #F6F9E1;
}
.Codesparrow-choose-item .content h4.bg-three {
  background-color: #E7F4FC;
}
.Codesparrow-choose-item .content h4.bg-four {
  background-color: #FEE;
}
@media screen and (max-width: 1199.98px) {
  .Codesparrow-choose-item .content h4 {
    font-size: 18px;
  }
}
.Codesparrow-choose-item .content p {
  padding: 20px 30px;
}