.services-cta {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 12px;
  margin: 40px 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-left: 4px solid transparent;
}
.services-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(38, 2, 139, 0.15);
  border-left: 4px solid #26028b;
}
.services-cta h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.services-cta p {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 20px;
}
.service_header h3,
.project_header h3,
.gallery_header h3,
.contact_header h3 {
  text-align: center;
  color: #26028b;
  font-weight: bold;
}

.gallery_header {
  text-align: center;
  margin-bottom: 40px;
}
.cart-container {
  border-radius: 12px;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}

.logo-scroll-container {
  overflow: hidden;
  position: relative;
}

#gallery {
  background-color: #ffffff;
}
.gallery-container {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
}
.gallery-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.gallery-scroll {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  gap: 20px;
  padding: 10px 0;
  will-change: transform;
  transform: translateZ(0);
  transition: transform 0.5s ease;
}
.gallery-item {
  width: 280px;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
  will-change: transform;
}
.gallery-item:hover {
  transform: translateY(-10px);
}

.Service_svg svg,
.resume_svg svg,
.project_svg svg,
.contact_svg svg {
  width: 150px;
}
#contact {
  background-color: #f5f7fe;
}
.contact {
  display: inline-flex;
  padding: 10px;
  text-decoration: none;
  color: #615f5f;
  font-weight: 700;
}

.service_body {
  overflow: hidden;
  max-width: full-width;
  margin: 0 auto;
  padding: 0 20px;
}

#reviews {
  background-color: #f9f9f9;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.review_header {
  text-align: center;
  margin-bottom: 40px;
}
.review_header h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #26028b;
  margin-bottom: 15px;
}
.reviews-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin-left: 15px;
  margin-right: 15px;
}
.review-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 90%;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top: 4px solid transparent;
}
.review-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(38, 2, 139, 0.03) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}
.review-card:hover::after {
  opacity: 1;
}
.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(38, 2, 139, 0.1);
  border-top: 4px solid #26028b;
}
.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reviewer-image {
  margin-right: 15px;
  transition: transform 0.4s ease;
}
.review-card:hover .reviewer-image {
  transform: scale(1.05);
}
.reviewer-image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f0f0f0;
  transition: border-color 0.4s ease;
}
.review-card:hover .reviewer-image img {
  border-color: #26028b;
}
.reviewer-info h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}
.review-card:hover .reviewer-info h5 {
  color: #26028b;
}
.rating {
  margin-top: 5px;
}
.rating i {
  color: #ffd700;
  font-size: 14px;
  margin-right: 2px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.review-card:hover .rating i {
  transform: scale(1.1);
}
.review-body {
  margin-bottom: 15px;
}
.review-body p {
  color: #666;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.6;
  /* font-style: italic; */
  transition: color 0.3s ease;
}
.review-card:hover .review-body p {
  color: #444;
}
.review-footer {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.review-card:hover .review-footer {
  color: #666;
}
.review-body p::before {
  /* content: '"'; */
  font-size: 20px;
  color: rgba(38, 2, 139, 0.3);
  font-family: serif;
  position: relative;
  top: 5px;
  left: -5px;
  transition: color 0.3s ease;
}
.review-body p::after {
  /* content: '"'; */
  font-size: 20px;
  color: rgba(38, 2, 139, 0.3);
  font-family: serif;
  position: relative;
  top: 5px;
  transition: color 0.3s ease;
}
.review-card:hover .review-body p::before,
.review-card:hover .review-body p::after {
  color: rgba(38, 2, 139, 0.7);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.review-card {
  animation: fadeInUp 0.5s ease forwards;
}
.row .col-lg-4:nth-child(1) .review-card {
  animation-delay: 0.1s;
}
.row .col-lg-4:nth-child(2) .review-card {
  animation-delay: 0.2s;
}
.row .col-lg-4:nth-child(3) .review-card {
  animation-delay: 0.3s;
}
.row .col-lg-4:nth-child(4) .review-card {
  animation-delay: 0.4s;
}
.row .col-lg-4:nth-child(5) .review-card {
  animation-delay: 0.5s;
}
.row .col-lg-4:nth-child(6) .review-card {
  animation-delay: 0.6s;
}
.logo-card {
  flex: 0 0 auto;
  width: auto;
  margin: 0 15px;
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.logo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.logo-item img {
  width: auto;
  height: 350px;
}

.logo-item p {
  font-size: 14px;
  color: #26028b;
  font-weight: 500;
  margin: 0;
}
.logo-item p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
}
.card {
  width: 270px;
  height: 450px;
  margin-top: 60px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card:hover img {
  transform: scale(0.9);
}
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(38, 2, 139, 0.8) 0%,
    rgba(38, 2, 139, 0) 100%
  );
  color: white;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.card:hover .card-content {
  padding-bottom: 25px;
}
.card-content h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 600;
}
.cards-wrapper:hover {
  animation-play-state: paused;
}

.fixed-download-btn {
  padding: 6px 6px;
  margin-left: 15px;
  background-color: #444;
  color: black;
  border-radius: 6px;
}
.logo-scroll {
  display: flex;
  width: 100%;
}
.slide-container {
  display: flex;
  transition: transform 0.5s ease;
}
.logo-card {
  flex: 0 0 auto;
  margin-right: 20px;
}

.social-icons {
  display: none;
  gap: 12px;
  margin-top: 15px;
  justify-content: left;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .social-icons {
  display: flex;
}
.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
}
.social-icon i {
  color: white;
  font-size: 16px;
}
.custom-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-favicon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
@media (max-width: 360px) {
  .gallery-item {
    width: 85% !important;
    margin: 0 auto !important;
    flex-shrink: 0;
  }
  .gallery-scroll {
    justify-content: center !important;
    overflow: visible !important;
    padding: 0 15px !important;
  }
  .image-container {
    height: 240px;
  }
  .overlay-content h4 {
    font-size: 13px;
  }
  .overlay-content p {
    font-size: 11px;
  }
}
@media (max-width: 368px) {
  .reviews-scroll {
    overflow-x: hidden;
  }
  .review-col {
    width: 100%;
    height: 100%;
    margin-left: 5px;
    margin-right: 8px;
  }
  .row.flex-nowrap {
    justify-content: flex-start;
  }
  .gallery-item {
    width: 85% !important;
    margin: 0 auto !important;
  }
  .gallery-scroll {
    justify-content: center !important;
    overflow: visible !important;
    padding: 0 15px !important;
  }
}
@media (max-width: 480px) {
  .gallery-item {
    width: 85% !important;
    margin: 0 auto !important;
  }
  .gallery-scroll {
    justify-content: center !important;
    overflow: visible !important;
    padding: 0 15px !important;
  }
  .image-container {
    height: 240px;
  }
  .overlay {
    padding: 10px;
  }
  .overlay-content h4 {
    font-size: 14px;
  }
  .overlay-content p {
    font-size: 12px;
  }
  .social-icons {
    gap: 8px;
  }
  .social-icon {
    width: 28px;
    height: 28px;
  }
  .social-icon i {
    font-size: 14px;
  }
  .card {
    width: 160px;
    height: 280px;
  }
  .card-content {
    padding: 10px;
  }
  .reviews-container {
    padding: 10px 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .review-card {
    padding: 15px;
    height: 80%;
  }
  .reviewer-image img {
    width: 50px;
    height: 50px;
  }
  .reviewer-info h5 {
    font-size: 15px;
  }
  .rating i {
    font-size: 12px;
  }
  .review-body p {
    font-size: 13px;
  }
  .review-footer {
    font-size: 12px;
  }
  .review_header h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .gallery-item {
    min-width: 80%;
  }
  .image-container {
    height: 260px;
  }
}
@media (max-width: 600px) {
  .logo-item img {
    width: 200px;
    height: 150px;
  }
  .logo-item p {
    font-size: 12px;
    margin-top: 5px;
  }
  .logo-scroll-container {
    padding: 10px 0;
  }
  .service_card {
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: 400px;
    margin: 10px 0;
  }
  .service_icon {
    height: 150px;
    width: 170px;
    padding: 15px;
  }
  .Description p {
    height: auto;
    min-height: 100px;
  }
  .service_header h3 {
    font-size: 1.6rem;
  }
  .service_body {
    margin-left: 20px;
    margin-right: 20px;
  }
  .card {
    width: 180px;
    height: 300px;
  }
  .review-card {
    padding: 15px;
  }
  .reviewer-info h5 {
    font-size: 16px;
  }
  .rating i {
    font-size: 12px;
  }
  .review_body p {
    font-size: 13px;
  }
  .review-footer {
    font-size: 12px;
  }
  .review_header h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .service_body {
    margin-left: 20px;
    margin-right: 20px;
  }
  .logo-item img {
    width: 300px !important;
    height: auto !important;
    margin-bottom: 10px !important;
  }
  .card {
    width: 200px !important;
    height: auto !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .gallery-item {
    min-width: 220px;
  }
  .image-container {
    height: 280px;
  }
  .overlay {
    padding: 15px;
  }
  .overlay-content h4 {
    font-size: 16px;
  }
  .overlay-content p {
    font-size: 12px;
  }
  .gallery_header h3 {
    font-size: 22px;
  }
  .service_card {
    width: 280px;
    height: 380px;
  }
  .service_icon {
    height: 160px;
    width: 180px;
  }
  .service_header h3 {
    font-size: 1.8rem;
  }
  .logo-item img {
    width: 200px;
    height: 200px;
  }
  .logo-item p {
    font-size: 13px;
  }
  .service_body {
    margin-left: 40px;
    margin-right: 40px;
  }
  .card {
    width: 200px;
    height: 350px;
  }
  .card-content {
    padding: 15px;
  }
  .card-content h4 {
    font-size: 16px;
  }
  .card-content p {
    font-size: 12px;
  }
  .reviews-container {
    padding: 15px 10px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  #reviews {
    padding: 40px 0;
  }
  .review-card {
    padding: 20px;
    height: 80%;
    margin-bottom: 20px;
  }
  .reviewer-image img {
    width: 55px;
    height: 55px;
  }
  .reviewer-info h5 {
    font-size: 16px;
  }
  .review-body p,
  .review_body p {
    font-size: 14px;
  }
  .review_header h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .gallery-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .gallery-scroll {
    width: 100% !important;
  }
  .gallery-item {
    min-width: 250px;
  }
  .service_body {
    margin-left: 60px;
    margin-right: 60px;
  }
  .card {
    width: 220px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .review-card {
    padding: 25px;
    margin-bottom: 30px;
    height: 80%;
  }
  .reviewer-image img {
    width: 60px;
    height: 60px;
  }
  .review_header h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .logo-card {
    margin: 0 10px;
  }
  .logo-item img {
    width: 300px;
    height: 300px;
  }
  .service_body {
    margin-left: 60px;
    margin-right: 60px;
  }
  .review-card {
    padding: 25px;
  }
  .reviewer-image img {
    width: 60px;
    height: 60px;
  }
  .review_header h3 {
    font-size: 1.8rem;
  }
  .service_card {
    width: 300px;
    height: 400px;
    margin: 10px auto;
  }
  .service_icon {
    height: 180px;
    width: 200px;
  }
  .Description p {
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .cart-container {
    border-radius: 12px;
    max-width: 900px;
  }
}
@media (max-width: 1200px) {
  .service_body {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  .gallery-item {
    min-width: 300px;
  }
}
