/**a{
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul{
  padding: 0;
  margin: 0;
}
ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
.pr-10 {
    padding-right: 10px;
}
.main_header_wrapper{
}
.top_header{
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  background-color: #bfa161;
}
.top_header a{
  color: #ffffff;
}
.main_header_wrapper ul li{
  display: inline;
}
.top_header a:hover{
  color:#000000;
}
.navbar-brand img{
  height: 150px;
  width: 200px;
}
.rightMenu .menu li{
}
.rightMenu .menu a{
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  padding: 10px;
  border-radius: 10px;
}
.rightMenu .menu a:hover{
  border-bottom: 2px solid #ffffff;
}
.client_slider{
  padding: 60px 0;
}
.heading_text h1{
  color: #bfa161;
  position: relative;
}
.client_slider img{
  height: 200px;
  width: auto;
  box-shadow: 2px 2px 5px grey;
}*/

body {
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.pr-10 {
  padding-right: 10px;
}

.main_header_wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
}

.top_header {
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  background-color: #0077bd;
}

.top_header a {
  color: #ffffff;
}

.main_header_wrapper ul li {
  display: inline;
}

.top_header a:hover {
  color: #000000;
}

.navbar-collapse {
  flex-grow: 0;
}

.main_header_wrapper a img {
  width: 235px;
  height: auto;
}

.main_header .nav-link {
  color: black;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
  border-radius: 10px;
}

.main_header .nav-link:hover {
  border-bottom: 2px solid #0077bd;
}

.client_slider {
  /**background-image: url("../images/Background Image.png");*/
  background-attachment: fixed;
  padding: 60px 0;
}

/**.heading_text h1{
  color: #0077bd;
  position: relative;
  display: inline-block;
}**/
.client_slider img {
  box-shadow: 2px 2px 5px grey;
}

/** about text**/
.about_wrapper_start {
  padding: 60px 0;
}

.about-text h2,
.heading_text h1 {
  display: inline-block;
  border-right: 10px solid #0077bd;
  padding: 10px 30px 10px 0;
  text-transform: uppercase;
  border-radius: 90%;
  margin-bottom: 25px;
}

.about-text p {
  margin-bottom: 15px;
}

.more_btn {
  display: inline-block;
  margin-top: 15px;
}

.about-text a {
  padding: 10px 15px;
  background-color: #0077bd;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-area {
  padding: 60px 0;
}

/* Remove Bootstrap nav-link styling */
.nav-link {
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: inherit !important;
  background: none !important;
  border: none !important;
}

/* Animated underline navbar links */
.menu__link {
  color: #242424 !important;
  font-weight: 900;
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  /* space for underline */
  transition: color 0.3s ease;
}

/* Text hover color */
.menu__link:hover {
  color: #000000c9 !important;
}

/* Underline animation */
.menu__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0062ff;
  border-radius: 2px;
  transition: width 0.4s ease;
}

/* Expand underline on hover */
.menu__link:hover::before {
  width: 100%;
}

/* Active page link with underline always visible */
.menu__link.active::before {
  width: 100%;
}

.audioSection {
  background-color: red;
  height: fit-content;
}

.customInnerCarousel {
  height: 400px;
  width: 400px;
  border-radius: 20px;
}

#myButton {
  padding: 15px 25px;
  border: unset;
  border-radius: 15px;
  color: #212121;
  z-index: 1;
  background: #e8e8e8;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  text-decoration: none;
  /* remove underline */
  display: inline-block;
  /* makes link behave like a button */
}

#myButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #0062ff;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

#myButton:hover {
  color: #e8e8e8;
}

#myButton:hover::before {
  width: 100%;
}


/* audio cursol animation on scroll */
#audioCarousel {
  animation: slide-from-right ease-out forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
  animation-delay: 1s;
}

/* video cursol animation on scroll */
#videoCarousel {
  animation: slide-from-left ease-out forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
  animation-delay: 1s;
}

@keyframes slide-from-right {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-from-left {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.icon-scroll-animation {
  opacity: 0;
  transform: translateY(-30px);
}

.icon-scroll-animation.animate {
  animation: slide-from-top 0.8s ease-out forwards;
}

@keyframes slide-from-top {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero scroll animation styles */
.tr_slider_section {
  background-color: #fff;
  /* Ensure background is white for fade-out effect */
}

.tr_slider_section .carousel-item img {
  height: 90vmin;
  width: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform, opacity;
  transition: transform 0.1s linear, opacity 0.1s linear;
  /* Smooth transition */
  transform-origin: center center;
}

/* ----------------------------------- */
/* About Page Specific Styles          */
/* ----------------------------------- */

/* Page Header */
.page-header {
  margin-bottom: 6rem;
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-attachment: fixed;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.text-primary {
  color: #0077bd !important;
}

.text-white {
  color: #fff !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.btn-square {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background-color: #0077bd;
  color: #fff;
  transition: all 0.3s;
}

.btn-square:hover {
  background-color: #000;
  color: #fff;
}

/* Service / Business Segments */
.service-item {
  background: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.service-item:hover {
  background: #0077bd;
}

.service-item .service-text {
  transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p,
.service-item:hover .service-text i {
  color: #FFFFFF !important;
}

.service-item .btn-square {
  width: 50px;
  height: 50px;
  border-radius: 50px 0 0 0;
  /* Corner effect */
  background: #0077bd;
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-item:hover .btn-square {
  background: #fff;
  color: #0077bd;
}

/* Media Cards */
.pro-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 100%;
}

.pro-card:hover {
  transform: translateY(-10px);
}

.pro-card .img-box {
  height: 200px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.pro-card .img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Primary Button Override */
.btn-primary {
  color: #fff;
  background-color: #0077bd;
  border-color: #0077bd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005a9e;
  border-color: #005696;
}

/* ----------------------------------- */
/* Portfolio / Gallery Styles          */
/* ----------------------------------- */
.portfolio-item .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  padding: 30px;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-item img {
  transition: .5s;
}

.portfolio-item:hover img {
  transform: scale(1.1);
}

/* ----------------------------------- */
/* Home Page Redesign Styles           */
/* ----------------------------------- */

/* Hero CTA Button */
.hero-cta-btn {
  padding: 15px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  background: #0077bd;
  color: white;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 119, 189, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-cta-btn:hover {
  background: white;
  color: #0077bd;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Automation Section */
.automation-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Background Image.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.automation-content h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.automation-badge {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  margin-bottom: 20px;
}

/* ----------------------------------- */
/* Brand Carousel Styles               */
/* ----------------------------------- */
.brand-carousel .item img {
  /* filter: grayscale(100%); Removed as per user request */
  /* opacity: 0.6; Removed as per user request */
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 150px !important;
  /* Standardize size */
  margin: 0 auto;
}

.brand-carousel .item:hover img {
  /* filter: grayscale(0%); */
  /* opacity: 1; */
  transform: scale(1.1);
}

/* ----------------------------------- */
/* Gallery Section Styles              */
/* ----------------------------------- */

.gallery-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.gallery-masonry {
  column-count: 3;
  column-gap: 20px;
}

@media (max-width: 991px) {
  .gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .gallery-masonry {
    column-count: 1;
  }
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  min-height: 250px;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Specific heights for collage effect */
.gallery-item.h-300 {
  height: 300px;
}

.gallery-item.h-400 {
  height: 400px;
}

.gallery-item.h-500 {
  height: 500px;
}

.gallery-item.h-250 {
  height: 250px;
}

/* ----------------------------------- */
/* Footer Styles                       */
/* ----------------------------------- */
footer {
  background-color: #242424;
  color: #fff;
}

footer h5,
footer strong {
  color: #fff;
}

footer p {
  color: #b0b0b0;
}

footer a {
  color: #e0e0e0;
  transition: all 0.3s ease;
}

footer a:hover {
  color: #0077bd !important;
  padding-left: 5px;
}

footer .border-secondary {
  border-color: #444 !important;
}

footer .fab,
footer .fas {
  color: #0077bd;
}

/* nav dropdown css start */

.fade-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Desktop hover ONLY on arrow */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
  }
}

/* Prevent arrow link navigation */
.nav-item .dropdown-toggle::after {
  margin-left: 0;
}

/* Mobile dropdown animation fix */
@media (max-width: 991px) {
  .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}


/* nav dropdown css end */


/* ----------------------------------- */
/* Customers / Trusted By Section      */
/* ----------------------------------- */
.customer-section {
  background-color: #ffffff;
}

.customer-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  /* Fixed height for consistency */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  /* Subtle initial shadow */
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.customer-card img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  /* Start grayscale */
  transition: all 0.4s ease;
}

/* Hover Effects */
.customer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 119, 189, 0.15);
  /* Blue glowish shadow */
  border-color: #0077bd;
  /* Highlight border */
}

.customer-card:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

/* Response handling for smaller screens if needed (Bootstrap grid does most of it) */
@media (max-width: 576px) {
  .customer-card {
    height: 100px;
    padding: 10px;
  }
}

/* ----------------------------------- */
/* Success Stories Section Breakdown   */
/* ----------------------------------- */
.success-story-section {
  padding: 80px 0;
  overflow: hidden;
}

.success-story-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.success-story-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.success-story-img:hover {
  transform: translateY(-10px);
  transform: scale(1.03);
}

.success-story-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  position: relative;
  display: inline-block;
}

.success-story-content h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 3px;
  background: #0077bd;
  border-radius: 2px;
}

.success-story-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.success-story-list li {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #444;
}

.success-story-list i {
  color: #0077bd;
  margin-right: 10px;
}


/* ----------------------------------- */
/* Split Section & Autoscrolling Styles*/
/* ----------------------------------- */
.split-section {
  padding: 80px 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .split-section {
    padding: 40px 0;
    overflow: hidden;
  }
}

/* Alternating Backgrounds */
.split-section:nth-of-type(odd) {
  background-color: #ffffff;
}

.split-section:nth-of-type(even) {
  background-color: #f8f9fa;
}

.section-content {
  padding: 40px;
}

.section-icon {
  font-size: 3rem;
  color: #0077bd;
  margin-bottom: 20px;
  display: inline-block;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #242424;
}

.section-desc {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.scroll-wrapper {
  height: 600px;
  /* Viewport height for the gallery */
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: #e1e1e1;
}

.scroll-track {
  display: flex;
  flex-direction: column;
  /* Move up by 50% since we duplicated the content */
  animation: scrollVertical 40s linear infinite;
}

.scroll-wrapper:hover .scroll-track {
  animation-play-state: paused;
}

@keyframes scrollVertical {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-1 * var(--scroll-distance)));
  }
}

.masonry-grid {
  column-count: 2;
  column-gap: 15px;
  padding-inline: 15px;

  animation-name: scrollVertical;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: var(--scroll-duration);
}

@media (max-width: 576px) {
  .masonry-grid {
    column-count: 1;
  }
}

.masonry-item {
  border-radius: 10px;
  overflow: hidden;
  break-inside: avoid;
  margin-bottom: 15px;
}

.masonry-item img {
  width: 100%;
  height: 100%;
  /* Allow different aspect ratios */
  object-fit: cover;
  transition: transform 0.3s ease;
}

.masonry-item:hover img {
  transform: scale(1.05);
}

@keyframes scrollVertical {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .section-content {
    padding: 20px 0;
    text-align: center;
  }

  .scroll-wrapper {
    height: 400px;
    margin-top: 30px;
  }
}

/* ----------------------------------- */
/* Carousel Caption Styles             */
/* ----------------------------------- */

/* Custom carousel caption positioning */
.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 90%;
  max-width: 1200px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  animation: fadeInUp 0.8s ease-out;
}

/* Carousel title styling */
.carousel-title {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  animation: fadeIn 1s ease-out 0.2s both;
}

/* Icon grid container */
.carousel-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin-top: 30px;
  animation: fadeIn 1.2s ease-out 0.4s both;
}

/* Individual icon items */
.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-item:hover {
  background: rgba(0, 119, 189, 0.3);
  transform: translateY(-5px);
  border-color: rgba(0, 119, 189, 0.5);
}

.icon-item i {
  font-size: 2.5rem;
  color: #0077bd;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.icon-item:hover i {
  background: #ffffff;
  transform: scale(1.1);
}

.icon-item span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* CTA Button styling */
.carousel-cta-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 18px 45px;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 50px;
  background: #0077bd;
  color: white;
  border: 2px solid #0077bd;
  box-shadow: 0 10px 30px rgba(0, 119, 189, 0.4);
  transition: all 0.4s ease;
  text-decoration: none;
  animation: fadeIn 1.4s ease-out 0.6s both, pulse 2s ease-in-out infinite;
}

.carousel-cta-btn:hover {
  background: white;
  color: #0077bd;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

/* Fade in up animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Subtle pulse animation for CTA button */
@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 10px 30px rgba(0, 119, 189, 0.4);
  }

  50% {
    box-shadow: 0 10px 40px rgba(0, 119, 189, 0.6);
  }
}

/* Responsive adjustments for carousel captions */
@media (max-width: 991px) {
  .carousel-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .carousel-icons {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
  }

  .icon-item {
    padding: 10px;
  }

  .icon-item i {
    font-size: 2rem;
    padding: 12px;
  }

  .icon-item span {
    font-size: 0.8rem;
  }

  .carousel-cta-btn {
    padding: 15px 35px;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .carousel-caption-custom {
    padding: 20px 15px;
    width: 95%;
  }

  .carousel-title {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }

  .carousel-icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .icon-item {
    padding: 8px;
  }

  .icon-item i {
    font-size: 1.5rem;
    padding: 10px;
  }

  .icon-item span {
    font-size: 0.7rem;
  }

  .carousel-cta-btn {
    padding: 12px 25px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}