.about-section{
	padding: 60px 0px;
}

.image_block_one .image-box{
	display: block;
	padding-bottom: 145px;
}

.image_block_one .image-box .image-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
}

.image_block_one .image-box .image{
	border-radius: 10px;
}

.image_block_one .image-box .image img{
	width: 100%;
	border-radius: 10px;
}

.image_block_one .image-box .image-1{
	position: relative;
	overflow: hidden;
}

.image_block_one .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.image_block_one .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_one .image-box .video-btn{
	position: absolute;
	left: 160px;
	bottom: 190px;
}

.image_block_one .image-box .video-btn a{
	position: relative;
	display: inline-block;
	width: 150px;
	height: 150px;
	line-height: 160px;
	text-align: center;
	font-size: 80px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

.image_block_one .image-box .video-btn a:before,
.image_block_one .image-box .video-btn a:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_one .image-box .video-btn a:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.content_block_one .content-box{
	display: block;
	margin-top: -7px;
}

.content_block_one .content-box .inner-box .single-item{
	position: relative;
	display: flex;
  	align-items: flex-start;
	padding: 0px 0px 0px 80px;
	margin-bottom: 25px;
	max-width: 400px;
}

.content_block_one .content-box .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.content_block_one .content-box .inner-box .single-item .icon-box{
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 4px;
	width: 60px;
	height: 60px;
	line-height: 62px;
	text-align: center;
	font-size: 26px;
	background: rgba(222, 44, 44, 0.15);
	border-radius: 50%;
}

.content_block_one .content-box .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 8px;
}


/** about-style-two **/

.about-style-two{
	position: relative;
}

.image_block_two .image-box{
	position: relative;
	display: block;
}

.image_block_two .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.image_block_two .image-box .image:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(36, 30, 47, 0) 37.66%, rgba(36, 30, 47, 0.8) 100%);
	z-index: 1;
}

.image_block_two .image-box .image img{
	width: 100%;
	border-radius: 10px;
}

.image_block_two .image-box .image-content{
	position: absolute;
	left: 60px;
	bottom: 30px;
	width: calc(100% - 120px);
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(7.5px);
	border-radius: 10px;
	padding: 32px 100px 36px 150px;
	min-height: 140px;
	z-index: 2;
}

.image_block_two .image-box .image-content h2{
	position: absolute;
	display: inline-block;
	left: 18px;
	top: 18px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}

.image_block_two .image-box .image-content h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	font-weight: 700;
}

.content_block_five .content-box{
	position: relative;
	display: block;
	margin-top: -8px;
}

.content_block_five .content-box .text p{
	color: #222;
}

.content_block_five .content-box .inner-box .single-item{
	position: relative;
	display: block;
	padding-left: 80px;
	max-width: 360px;
	margin-bottom: 25px;
}

.content_block_five .content-box .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	background: rgba(222, 44, 44, 0.15);
}

.content_block_five .content-box .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.content_block_five .content-box .inner-box .single-item h3{
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 8px;
}


/** about-style-three **/

.about-style-three{
	padding: 150px 0px;
}

.about-style-three .content_block_one .content-box .text p:first-child{
	color: #222;
	margin-bottom: 26px;
	padding-left: 20px;
}

.about-style-three .content_block_one .content-box .text p:first-child:before{
	position: absolute;
	content: '';
	width: 3px;
	height: 43px;
	left: 0px;
	top: 8px;
}

.image_block_three .image-box{
	display: block;
}

.image_block_three .image-box .image{
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}

.image_block_three .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
}

.image_block_three .image-box .image:hover img{
	transform: scale(1.05);
}

.image_block_three .image-box .image-text{
	position: absolute;
	left: -73px;
	bottom: 120px;
	padding: 44px 59px;
	border-radius: 10px;
	transform: rotate(-90deg);
}

.image_block_three .image-box .image-text h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	color: #fff;
}

/** about-style-three End**/



/** Mission & Vision **/
.mission-vision-wrap {
  padding: 60px 20px;
  background-color: #f7f7f7;
}

.mission-vision-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.mission-vision-section .mission-box,
.mission-vision-section .vision-box {
  flex: 1 1 300px;
  max-width: 600px;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.mission-vision-section .mission-box:hover,
.mission-vision-section .vision-box:hover {
  transform: scale(1.03);
  border-color: #e32636;
  box-shadow:
    0 0 0 4px rgba(227, 38, 54, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1);
}

.facility-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
}

.facility-content p {
  font-size: 16px;
  line-height: 28px;
  color: #6e6e6e;
}

.mission-circle, .vision-circle {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.mission-circle::before,
.vision-circle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 6px solid #e63946;
  border-radius: 50%;
  z-index: -1;
}

.mission-circle::before {
  transform: rotate(-20deg);
}

.vision-circle::before {
  transform: rotate(20deg);
}

.mission-inner, .vision-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-inner i,
.vision-inner i {
  font-size: 40px;
  color: #e63946;
}

/* Text Inside Box */
.mission-box h3,
.vision-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.mission-box p,
.vision-box p {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.6;
}

.content_block_one .content-box .sec-title {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}

.content_block_one .content-box .sec-title h2 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.content_block_one .content-box .text {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/** Funfact Start **/

.funfact-section {
  padding: 60px 15px;
  background: #fff;
  text-align: center;
}



.sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 50px;
}

.funfact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.funfact-card {
  background: #fff;
  padding: 40px 20px;
  border-radius: 16px;
  border: 2px solid transparent;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
}

.funfact-card:hover {
  transform: translateY(-5px);
  border-color: #e32636;
  box-shadow: 0 0 0 5px rgba(227, 38, 54, 0.1), 0 10px 25px rgba(0, 0, 0, 0.08);
}

.funfact-card .number {
  font-size: 36px;
  font-weight: 700;
  color: #e32636;
  margin-bottom: 10px;
}

.funfact-card .number span:last-child {
  font-size: 36px;         /* Match number size */
  font-weight: 700;        /* Match font weight */
  vertical-align: baseline; /* Align properly */
  line-height: 1;          /* Ensure alignment */
}

.funfact-card p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .sec-title h2 {
    font-size: 26px;
  }

  .funfact-card .number {
    font-size: 30px;
  }

  .funfact-card p {
    font-size: 14px;
  }
}

/** Funfact Start End**/

/* Responsive Styles */
@media (max-width: 768px) {
  .mission-box,
  .vision-box {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .mission-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .mission-box p,
  .vision-box p {
    font-size: 14px;
  }

  .mission-box h3,
  .vision-box h3 {
    font-size: 18px;
  }

  .mission-circle,
  .vision-circle {
    width: 90px;
    height: 90px;
  }

  .mission-inner i,
  .vision-inner i {
    font-size: 28px;
  }
}

/** Mission & Vision End **/

.testimonial-section {
    padding: 60px 0px;
}

.testimonial-section .sec-title {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.testimonial-section .sec-title p {
    margin-top: 22px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    padding: 30px 30px 25px 30px;
    min-height: auto;  /* This allows the box height to adjust based on content */
    border-radius: 12px !important;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    overflow: hidden; /* ensures rounded edges clip content if needed */
    transition: min-height 0.3s ease;
}


.testimonial-block-one .inner-box .shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 50px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #E5E5E5;
    width: 30px;
    height: 2px;
    top: 20px;
    left: 50px;
}

.testimonial-block-one .inner-box .thumb-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.testimonial-block-one .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box p {
    margin-bottom: 32px;
    overflow: hidden;
    word-wrap: break-word;
}

.testimonial-block-one .inner-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFC93D;
}

.testimonial-block-one .inner-box .rating {
    margin-bottom: 5px;
}

.testimonial-block-one .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.testimonial-block-one .inner-box .designation {
    position: relative;
    display: block;
    font-weight: 500;
}

.testimonial-section .nav-style-one .owl-nav button.owl-prev {
    margin-right: 20px;
}

.testimonial-section .nav-style-one .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 9999;
}

.testimonial-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}

.testimonial-block-one .inner-box {
    border-radius: 12px !important;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    overflow: hidden; /* ensures rounded edges clip content if needed */
    transition: min-height 0.3s ease;
}

.testimonial-style-two {
    padding: 143px 0px 135px 0px;
}

.testimonial-style-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.testimonial-block-two {
    position: relative;
    padding-left: 45px;
}

.testimonial-block-two .thumb-box {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 1;
}

.testimonial-block-two .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 40px 30px 40px;
}

.testimonial-block-two .inner-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.testimonial-block-two .inner-box p {
    margin-bottom: 30px;
}

.testimonial-block-two .inner-box .rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-right: 5px;
    color: #FFC93D;
}

.testimonial-block-two .inner-box .rating li:last-child {
    margin: 0px;
}

.testimonial-style-two .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 45px;
}

.testimonial-page-section {
    padding: 143px 0px 120px 0px;
}

.testimonial-page-section .testimonial-block-two .inner-box {
    margin-bottom: 30px;
}

.testimonial-section .sec-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Desktop and mobile styling */
.testimonial-section .nav-style-one .owl-nav {
    position: absolute;
    bottom: -60px; /* adjust as needed to place below cards */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 9999;
}

/* Left button (previous) */
.testimonial-section .nav-style-one .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background-color: #e63946;
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

/* Right button (next) */
.testimonial-section .nav-style-one .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background-color: #e63946;
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
  .testimonial-section .nav-style-one .owl-nav {
    position: absolute;
    bottom: -70px; /* ⬅ Move arrows further down */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 15px;
    z-index: 9999;
  }

  .testimonial-section .nav-style-one .owl-nav button.owl-prev,
  .testimonial-section .nav-style-one .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background-color: #e63946;
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 767px) {
    .about-style-one .image-box .image-2 {
        display: none;
    }
}

/* Floating Catalogue Button Start */
.floating-catalogue-cta {
  position: fixed;
  bottom: 350px;
  right: 20px;
  z-index: 9999;
}

/* 360-degree spin for the icon */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.catalogue-button {
  display: flex;
  align-items: center;
  gap: 0;
  height: 50px;
  /* Use a consistent padding on both sides */
  padding: 0 15px; 
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #c00;
  text-decoration: none;
  font-family: 'Segoe UI', Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  /* Remove fixed width, use max-width for the text instead */
  max-width: 50px; 
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.catalogue-button:hover {
  background: #f5f5f5;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #a00;
  /* Let the button expand to its content's size */
  max-width: 250px;
}

.catalogue-button i {
  flex-shrink: 0;
  font-size: 18px;
  color: #e74c3c;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.catalogue-button:hover i {
  animation: spin 0.6s ease-out;
}

.catalogue-text {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.4s ease, margin-left 0.4s ease;
  color: #c00;
  /* Hide the text initially */
  margin-left: 0;
}

.catalogue-button:hover .catalogue-text {
  opacity: 1;
  /* Add a gap between the icon and text */
  margin-left: 10px;
}

/* Click/Active Feedback */
.catalogue-button:active {
  transform: scale(0.95);
  background: #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease-out;
}
/* Floating Catalogue Button End */

/* Banner Image Start */
.page-title.about .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(banner/about.jpg);
}

/* CSS for Mobile View (active on screens up to 767px wide) */
@media (max-width: 767px) {
  .page-title.about .bg-layer {
    background-image: url(banner/about-m.jpg);
    background-position: center;
    background-size: cover;
  }
}
/* Banner Image End*/

/* Our Strenght Banner Image Start*/
.bg-layer.parallax-bg {
  background-image: url(banner/strenght.jpg);
  background-size: cover;
  background-position: center;
}

/* Mobile background */
@media (max-width: 767px) {
  .bg-layer.parallax-bg {
    background-image: url(banner/strenght-m.jpg);
  }
}
/* Our Strenght Banner Image End*/

/* About Us section Start */
.about-highlights-section {
  padding-top: 0 !important;      /* remove internal top padding */
  margin-top: 0 !important;       /* remove any outside margin */
  padding-bottom: 60px;  /* adds space below */
}

/* Also remove bottom spacing from the about-section just above */
.about-section {
  margin-bottom: 0 !important;    /* remove gap below the about section */
  padding-bottom: 0px !important;/* optional: shrink if needed */
}


.about-highlights-section .highlights-inner {
  display: flex;
  justify-content: center;    /* center across page */
  align-items: flex-start;
  gap: 80px;                   /* space between the two */
  flex-wrap: wrap;             /* stack on mobile */
}

/* Each item: icon left, text right (original look) */
.about-highlights-section .single-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  max-width: 420px;
  width: 100%;
  text-align: left;
}

/* Icon style */
.about-highlights-section .single-item .icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  font-size: 26px;
  color: #de2c2c;
  background: rgba(222, 44, 44, 0.15);
  border-radius: 50%;
}

/* Heading + paragraph */
.about-highlights-section .single-item h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

/* Main Highlights Section */
.about-highlights-section {
  padding-top: 0 !important;      /* remove internal top padding */
  margin-top: 0 !important;       /* remove any outside margin */
  padding-bottom: 60px;           /* adds space below */
}

/* Remove bottom spacing from the about section above */
.about-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Flex container for highlights */
.about-highlights-section .highlights-inner {
  display: flex;
  justify-content: center;   /* center items */
  align-items: flex-start;
  gap: 80px;                 /* space between items */
  flex-wrap: wrap;           /* stack on smaller screens */
}

/* Each single item: icon + text */
.about-highlights-section .single-item {
  display: flex;
  flex-direction: row;       /* icon left, text right */
  align-items: flex-start;
  gap: 20px;
  max-width: 420px;
  width: 100%;
  text-align: left;
}

/* Icon styling */
.about-highlights-section .single-item .icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  font-size: 26px;
  color: #de2c2c;
  background: rgba(222, 44, 44, 0.15);
  border-radius: 50%;
}

/* ----------------------- Responsive ----------------------- */

/* Tablets (768px - 1024px) */
@media screen and (max-width: 1024px) {
  .about-highlights-section .highlights-inner {
    gap: 50px;   /* reduce gap for smaller screens */
  }

  .about-highlights-section .single-item {
    max-width: 350px;
  }

  .about-highlights-section .single-item h3 {
    font-size: 20px;
  }

  .about-highlights-section .single-item p {
    font-size: 15px;
  }
}

/* Small tablets / large phones (600px - 767px) */
@media screen and (max-width: 767px) {
  .about-highlights-section .highlights-inner {
    flex-direction: column;   /* stack items vertically */
    align-items: center;
    gap: 40px;
  }

  .about-highlights-section .single-item {
    flex-direction: row;      /* keep icon left, text right */
    max-width: 300px;
    text-align: center;
  }

  .about-highlights-section .single-item .icon-box {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 52px;
  }

  .about-highlights-section .single-item h3 {
    font-size: 18px;
  }

  .about-highlights-section .single-item p {
    font-size: 14px;
  }
}

/* About Us section Start */