@charset "UTF-8";


.elementor-widget-text-editor p {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
.elementor-widget-text-editor p:last-child {
	margin: 0;
}


.cs_slider_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}
.cs_slider_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.gmaps iframe {
	filter: grayscale(1);
}


/* Animation  */
.updown-ani {
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.rotate-ani {
  animation-name: Rotate;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.spinner-ani {
  animation: spin 9s linear infinite;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
  to {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Preloader CSS */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  text-align: center;
}
.loader-inner {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}
.preloader .loader-icon-img img {
  width: 200px;
  height: 200px;
}

/* Hobble Effect CSS */
.hover-layer,
.hover-layer-1,
.hover-layer-2,
.hover-layer-4 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

/* SVG Draw Animation CSS */
.animatsvg path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 1.5s ease-out;
}
/*================================================================================================
    Start Header Area
===================================================================================================*/
.header {
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(25, 219, 204, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: top 0.5s ease;
}
.header.style2 {
  background: linear-gradient(90deg, #00155b 0%, #0a5954 100%);
}
.header.hide {
  top: -200px;
  transition: top 0.5s ease;
}

.header.sticky {
  background: linear-gradient(90deg, #00155b 0%, #0a5954 100%);
  border: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.header-logo img {
  max-width: 150px;
  height: 48px;
  object-fit: contain;
}
.header-menu .nav-item,
.header-menu li {
  display: inline-block;
  position: relative;
  margin-right: 32px;
}
.header-menu .nav-item:hover .nav-link,
.header-menu li:hover .nav-link {
  color: var(--accent-color);
}
.header-menu .nav-item:last-child,
.header-menu li:last-child {
  margin: 0;
}
.header-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 30px 0px;
  color: #e2f5f4;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.6px;
  transition: all 0.3s ease;
}
.header-menu li a:hover,
.header.sticky .header-menu li a:hover,
.header-menu .nav-item.active .nav-link,
.header-menu li.active .nav-link {
  color: var(--accent-color);
}
.header-menu li a i {
  font-size: 14px;
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Backdrop Blur */
.backdrop-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 34, 32, 0.2);
  backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 900;
  pointer-events: none;
}

.backdrop-blur.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Dropdown Styles */
.megamenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #effffe;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  min-width: 872px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all 0.4s ease;
  z-index: 1001;
  margin-top: 14px;
  display: flex;
  /* align-items: center; */
  gap: 62px;
}
.megamenu::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #effffe;
  top: -8px;
  left: 50%;
  border-radius: 2px;
  background: #effffe;
  transform: rotate(-45deg);
}
.nav-item {
  position: relative;
}

.nav-item:hover .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}

.nav-item:hover a i {
  transform: rotate(180deg);
}

.megamenu-item-info h4 {
  color: #20262e;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
}

.megamenu-item-info p {
  color: #617170;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
.megamenu-item {
  padding: 12px 52px 12px 16px;
  position: relative;
  display: block;
  border-radius: 8px;
  border: 1px solid transparent;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.megamenu-item:hover {
  background: #d2fffb;
  border: 1px solid var(--accent-color);
}
.megamenu-item:last-child {
  margin: 0;
}
.megamenu-item-icon {
  position: absolute;
  right: 16px;
  top: 68%;
  font-size: 20px;
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  color: var(--accent-color);
}
.megamenu-item:hover .megamenu-item-icon {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.menu-featured-product-info {
  margin-top: 24px;
}
.menu-featured-product-info.service {
  margin-top: 0;
  margin-bottom: 24px;
}
.menu-featured-product {
  width: 392px;
  min-width: 392px;
  padding: 24px 20px 20px;
  background: #e5f9f8;
  border-radius: 20px;
}
.menu-featured-img {
  border-radius: 12px;
  overflow: hidden;
}
.menu-featured-product img {
  width: 100%;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.menu-featured-product:hover img {
  transform: scale(1.08);
}
.menu-featured-product-info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}

.menu-featured-product-info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.menu-featured-product-info .theme-btn {
  margin-top: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #00155b 0%, #009c91 100%);
  box-shadow: 0 4px 4px 0 rgba(7, 7, 18, 0.08) inset;
  padding: 12px 20px;
}

.menu-featured-product-info .theme-btn i {
  transform: none !important;
}

.dropdown-header {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}

.dropdown-image {
  width: 200px;
  height: 140px;
  border-radius: 10px;
  object-fit: cover;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.dropdown-content h3 {
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.dropdown-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.view-all-btn {
  background: #00d4aa;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

.view-all-btn:hover {
  background: #00b89a;
}

.dropdown-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 10px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.service-item:hover {
  background: #f8f9fa;
}

.service-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
  font-size: 12px;
}

.service-details h4 {
  color: #333;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.service-details p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}
/*================================================================================================
    End Header Area
===================================================================================================*/


/*============================================================================================
    Start Hero Area
==============================================================================================*/
.hero {
  padding-top: 158px;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #070712 0%, #033129 100%);
  padding-bottom: 80px;
}
.hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/hero/bg-pattern.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
}

.hero-content .sm-title {
  border-radius: 24px 0 0 24px;
  background: linear-gradient(90deg, #08bcaf -10.82%, rgba(0, 21, 91, 0) 100%);
  color: #e3f2ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 16px;
}

.hero-content .title {
  color: #e3f2ff;
  font-size: 56px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 32px;
}
.hero-content .text {
  color: #e3f2ff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.hero-content-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.theme-btn.border-btn {
  background: transparent;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.theme-btn.border-btn::before {
  display: none;
}
.theme-btn.border-btn:hover {
  background: var(--accent-color);
  color: var(--white-color);
}
.hero-widget {
  position: relative;
  width: 664px;
  height: 569px;
}
.hero-widget .single-element {
  background: linear-gradient(
    180deg,
    rgba(0, 183, 170, 0.48) -8.89%,
    rgba(10, 89, 84, 0.36) 118.75%
  );
}

.hero-images .single-img {
  position: absolute;
}
.single-img.img-1 {
  right: 116px;
  top: 8px;
}
.single-img.img-2 {
  bottom: 57px;
  left: 8px;
}
.single-img.img-3 {
  right: 204px;
  bottom: 8px;
}
.hero-widget .single-element.elem-1 {
  border-radius: 100px 4px 4px 4px;
  width: 212px;
  height: 160px;
}
.hero-widget .single-element.elem-2 {
  border-radius: 4px 4px 4px 100px;
  width: 200px;
  height: 160px;
}
.hero-widget .single-element.elem-3 {
  border-radius: 4px 100px 4px 4px;
  width: 212px;
  height: 160px;
}
.hero-widget .single-element.elem-4 {
  border-radius: 4px 4px 4px 100px;
  width: 188px;
  height: 160px;
}
.hero-widget .single-img.img-1 img {
  border-radius: 4px 94px 4px 4px;
}

.hero-widget .single-img.img-2 img {
  border-radius: 4px 4px 4px 100px;
}

.hero-widget .single-img.img-3 img {
  border-radius: 80px 4px 74px 4px;
}

.hero-widget .single-element h3 {
  color: #e2f5f4;
  font-size: 48px;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 4px;
}

.hero-widget .single-element p {
  color: #e2f5f4;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.hero-widget .single-element {
  position: relative;
}

.hero-widget .single-element img {
  position: absolute;
  right: 8px;
  bottom: 0;
}
.hero-widget .single-element {
  overflow: hidden;
  padding: 40px;
}
.hero-elements .single-element {
  position: absolute;
}
.hero-widget .single-element.elem-1 {
  top: 56px;
  left: 8px;
}
.hero-widget .single-element.elem-2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-widget .single-element.elem-3 {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.hero-widget .single-element.elem-4 {
  right: 0;
  bottom: 29px;
}

@media only screen and (max-width: 1640px) {
  .hero-widget {
    right: 0;
  }
}
/* Responsive CSS for Hero Section */

@media only screen and (max-width: 1640px) {
  .hero-widget {
    right: 0;
  }
}

/*=============================================================================================
    End Hero Area
==============================================================================================*/


/*============================================================================================
    Start Trsuted Clients Area
==============================================================================================*/
.trusted-clients.section-gap-2 {
  padding: 40px 0px;
}
.trusted-clients-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.trusted-clients-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.trusted-clients-info .info-icon img {
  width: 72px;
  height: 72px;
  min-width: 72px;
}

.trusted-clients-info .info-content h4 {
  color: #1b9c85;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  font-family: var(--font-family);
  margin-bottom: 6px;
}

.trusted-clients-info .info-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.trusted-clients-slider .swiper-slide img {
  /* max-width: 132px;
  height: 32px; */
  object-fit: contain;
}

/*============================================================================================
    End Trsuted Clients Area
==============================================================================================*/


/*============================================================================================
    Start Solution Area
==============================================================================================*/
.soultion-innner {
  border-radius: 24px;
  box-shadow: 0 16px 48px 0 rgba(44, 44, 84, 0.08);
  padding: 48px 112px 48px 112px;
}

.soultion-content h3 {
  color: #e3f2ff;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.heading_shape_line .elementor-heading-title {
	z-index: 11;
	position: relative;
}
.soultion-content h3::before, .heading_shape_line .elementor-heading-title::before {
  position: absolute;
  content: "";
  background: var(--accent-color);
  bottom: 4px;
  width: 190px;
  height: 8px;
  z-index: -1;
}

.soultion-content p {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.soultion-cont-btn {
  margin-top: 32px;
}
.soultion-image-wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
}
.soultion-image-wrapper .circle-layer {
  position: absolute;
  left: -8px;
  top: 12px;
  z-index: -1;
}
.total-soultion {
  border-radius: 20px;
  border: 2px solid #08bcaf;
  background: linear-gradient(209deg, #027061 -14.71%, #001e80 107.84%);
  box-shadow: 8px 4px 8px 0 rgba(0, 37, 31, 0.1) inset,
    0 48px 72px 0 rgba(44, 44, 84, 0.12);
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 14px 16px;
  position: absolute;
  right: 68px;
  bottom: 64px;
}
.total-soultion h5 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
.total-soultion p {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

/*============================================================================================
    End Solution Area
==============================================================================================*/
/*=============================================================================================
    Start Why Choose Area
===============================================================================================*/
.why-choose-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
  margin-top: 8px;
}
.single-why-choose {
  position: relative;
}
.why-choose-img {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 16px;
}

.why-choose-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  background: linear-gradient(
    170deg,
    rgba(1, 48, 109, 0.08) 7.93%,
    #01306d 50.23%,
    #00524c 113.67%
  );
  z-index: 1;
}
.why-choose-img img {
  border-radius: 16px;
}
.single-why-choose:hover img {
  transform: scale(1.04);
}
.why-choose-content {
	position: absolute;
	bottom: 0;
	padding: 24px 32px;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.why-choose-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/why-choose/overlay.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.why-choose-content h4 {
  color: #0ae5d5;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  padding-right: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.why-choose-content p {
  color: #e3f2ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.why-choose-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	/* padding: 12px; */
	background: var(--accent-color);
	border-radius: 32px;
	font-size: 16px;
	width: 64px;
	height: 40px;
	text-align: center;
	color: var(--heading-color) !important;
	padding: 0;
	display: flex;
	justify-content: cv;
	justify-content: center;
	align-items: center;
}
.why-choose-btn:hover {
  background: var(--white-color);
}

.why-choose-btn i {
	transform: rotate(-45deg);
	margin: 0;
	padding: 0;
}

/*==============================================================================================
    End Why Choose Area
===============================================================================================*/


/*============================================================================================
    Start Work Process Area
==============================================================================================*/
.work-process-inner {
  margin-top: 16px;
}
.wp-details {
  position: relative;
}
.wp-details .circle-shape {
  position: absolute;
  left: -124px;
  bottom: 96px;
}
.wp-tab-img {
  position: relative;
  width: 536px;
  height: 600px;
  border-radius: 24px;
  z-index: 2;
}
.wp-tab-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 16px;
  left: 16px;
  border-radius: 24px;
  border: 1px solid #08bcaf3b;
  z-index: -1;
}
.wp-tab-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(25, 219, 204, 0) 12.4%,
    rgba(5, 70, 59, 0.5) 100%
  );
}
.wp-tab-img img {
  width: 100%;
  border-radius: 24px;
}
.wp-tab-menu {
  max-height: 80vh;
  overflow-y: auto;
  position: sticky;
  top: 20px;
  scrollbar-width: none;
}
.wp-tab-menu .list-group-item {
  background: transparent !important;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.wp-tab-menu-icon {
  position: absolute;
  content: "";
  width: 60px;
  height: 84px;
  top: 87px;
  left: -14px;
  background-image: url("../images/work-process/line-shape.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.wp-tab-menu-icon svg{
  stroke:#C9E0DF;
}
.wp-tab-menu .list-group-item.active svg{
  stroke:#08BCAF;

}
.wp-tab-menu .list-group-item:last-child::before {
  display: none;
}
.wp-tab-menu .list-group-item:last-child {
  margin: 0;
}
.wp-tab-menu .list-group-item:last-child .wp-tab-menu-icon {
	display: none;
}
.wp-number {
	width: 88px;
	height: 88px;
	border-radius: 24px;
	background: #e2f6f5;
	min-width: 88px;
	padding: 12px 16px;
	text-align: right;
	color: #08bcaf;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
	transition: all 0.3s ease;
	border: 1px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-number span {
  position: relative;
}
.wp-tab-menu .list-group-item.active .wp-number {
  border-radius: 24px;
  border: 1px solid #08bcaf;
  background: linear-gradient(209deg, #027061 -14.71%, #001e80 107.84%);
  color: var(--white-color);
}

.wp-content h4 {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
.wp-content p {
  color: var(--Tint-Black-400, #4c5157);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/*=============================================================================================
    End Work Process Area
===============================================================================================*/



/*================================================================================================
  Start Contact Area
===================================================================================================*/
.contact-hero {
  padding-top: 136px;
}
.contact-hero-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.contact-hero-images img {
  border-radius: 24px;
}
.contact-hero-info {
  padding-top: 10px;
  padding-left: 24px;
}
.contact-hero-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.contact-hero-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.contact-hero-content img {
  width: 100%;
  border-radius: 24px;
  margin-top: 40px;
}
.contact-info-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.contact-info-card {
  padding: 24px 20px;
  border-radius: 16px;
  background: #e6f8f6;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info-text span {
  display: block;
  overflow: hidden;
  color: #4e535a;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
}

.contact-info-text a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.contact-form {
  border-radius: 24px;
  background: var(--white-color);
  padding: 24px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #d0edea;
  background: var(--white-color);
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border: 1px solid var(--accent-color);
}

.contact-form .form-group textarea {
  height: 224px;
}
.contact-form .nice-select {
  width: 100%;
  height: 56px;
  line-height: 55px;
  padding-left: 20px;
}

.contact-form .form-group label {
  color: #222831;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
  margin-left: 20px;
}
.contact-form .form-group {
  margin-bottom: 24px;
}
.contact-form-bottom {
  background: #f0fefd;
  border-radius: 8px;
  padding: 12px 20px;
}

.contact-form-text {
  color: #222831;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.contact-form-check .form-check-label {
  color: #222831;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  cursor: pointer;
}
.contact-form-check .form-check-input:checked {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
.contact-form-check .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid var(--accent-color);
  margin: 0;
  cursor: pointer;
}
.contact-form-check .form-check-input:focus {
  box-shadow: none;
}
.contact-form-btn {
  margin-top: 24px;
}


.contact-sidebar-widget:last-child {
  margin: 0;
}
.contact-sw-head h4 {
  color: #20262e;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.contact-sw-head p {
  color: #64696f;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.contact-sw-head h4 {
  margin-bottom: 4px;
}
.contact-sidebar-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #e0eeff;
  padding: 16px 20px;
  margin-bottom: 8px;
}

.contact-sidebar-info-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-sidebar-info-text span {
  color: var(--heading-color);
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.contact-sw-head {
  margin-bottom: 20px;
}
.contact-sidebar-info i {
  transition: all 0.3s ease;
}
.contact-sidebar-info:hover i {
  color: var(--accent-color);
}
.contact-sidebar-info:nth-child(1) {
  background: #e0eeff;
}
.contact-sidebar-info:nth-child(2) {
  background: #e6f8f6;
}

.contact-sidebar-info:nth-child(3) {
  background: #eff5ff;
}

.contact-sidebar-office {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  background: #e6f8f6;
  padding: 16px 20px;
  margin-bottom: 20px;
}
.contact-sidebar-office:last-child {
  margin: 0;
}
.contact-sidebar-office-info .office-type {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.contact-sidebar-office-info .opening-time {
  border-radius: 2px;
  background: var(--accent-color);
  padding: 4px 6px;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}

.contact-sidebar-office-info .address-title {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: block;
  margin-top: 6px;
}
.contact-sidebar-office-info .address {
  overflow: hidden;
  color: #4e535a;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin-top: 4px;
}
.contact-sidebar-office i {
  transition: all 0.3s ease;
}
.contact-sidebar-office:hover i {
  color: var(--accent-color);
}

.contact_form p label {
	color: #222831;
	margin-left: 20px;
	font-size: 16px;
}
/*================================================================================================
  End Contact Area
===================================================================================================*/
/*=============================================================================================
    Start Service Area
===============================================================================================*/

.service-head {
  position: relative;
}
.service-head .section-head {
  margin-bottom: 24px;
  position: absolute;
  width: 600px;
  margin-left: 40px;
  top: 20px;
  overflow: hidden;
}

.service-head .section-head .title {
  font-size: 40px;
}
.service-video {
  position: relative;
}
.service-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 345px;
  background: linear-gradient(
    180deg,
    rgba(25, 219, 204, 0) 12.4%,
    rgba(5, 70, 59, 0.5) 100%
  );
  bottom: 0;
  border-radius: 40px 0 24px 24px;
}
.service-video-action {
  position: absolute;
  top: 50%;
  right: 125px;
  border-radius: 74.5px;
  background: linear-gradient(
    270deg,
    rgba(0, 156, 145, 0.5) 0%,
    rgba(0, 54, 50, 0) 100%
  );
  padding: 46px 186px;
  transform: translate(0, -50%);
}
.service-video-action .popup-video {
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 62px;
	border-radius: 24px;
	background: linear-gradient(90deg, #00155b 0%, #009c91 100%), var(--Accent-Color, #08bcaf);
	color: var(--white-color);
	font-size: 24px;
	display: inline-block;
}
.service-tab-inner {
  padding-top: 60px;
}
.service-tab-menu {
  max-height: 80vh;
  overflow-y: auto;
  position: sticky;
  top: 20px;
  scrollbar-width: none;
}

/* ScrollBar CSS */
.service-tab-menu::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  display: block;
}
.service-tab-menu::-moz-scrollbar {
  width: 0px !important;
  height: 0px !important;
  display: block;
}
.service-tab-menu::-ms-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
.service-tab-menu::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  background: transparent !important;
  border-radius: 0;
}

.service-tab-menu .list-group-item {
  margin-bottom: 32px;
  background: transparent !important;
  border: none;
  border-top: 1px solid #d0e8e6 !important;
  border-bottom: 1px solid #d0e8e6 !important;
  border-radius: 0 !important;
  padding: 24px 0px;
  overflow: hidden;
}
.service-tab-menu .list-group-item.active {
  border-top: 1px solid var(--accent-color) !important;
  border-bottom: 1px solid var(--accent-color) !important;
}
.service-tab-menu .list-group-item h4 {
  color: var(--heading-color);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.service-tab-menu .list-group-item h4 img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
}
.service-tab-menu .list-group-item.active h4 img {
  opacity: 1;
  visibility: visible;
}
.service-tab-menu .list-group-item p {
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 50px;
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin-top: 8px;
	margin-bottom: 0;
}
.service-tab-menu .list-group-item.active p {
  height: 80px;
  opacity: 1;
  visibility: visible;
}
.service-tab-details.tab-details {
  position: sticky;
  top: 16%;
}
.service-preview {
  position: relative;
  margin-top: 60px;
}
.service-preview-inner {
  width: 580px;
  margin: auto;
}
.service-preview .arrow-shape {
  position: absolute;
  left: 12px;
  bottom: 80px;
}
.service-preview .square-shape {
  position: absolute;
  right: 4%;
  top: -14%;
}
.service-image {
  text-align: center;
}
.service-image img {
  border-radius: 16px;
  border: 1px solid rgba(8, 188, 175, 0.12);
}
.service-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 28px;
  color: var(--heading-color) !important;
}
.service-btn:hover {
  color: var(--accent-color) !important;
}
.service-btn i {
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
}
.service-btn:hover i {
  transform: rotate(45deg);
}

/*=============================================================================================
    End Service Area
===============================================================================================*/


/*================================================================================================
    Start Testimonial Area
===================================================================================================*/

.testimonial .section-head .sm-title {
  color: var(--hints-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

.testimonial .section-head .title {
  margin-bottom: 0;
}

.testimonial-slider {
  margin-top: 16px;
}
.testimonial-item {
  border-radius: 24px;
  margin-bottom: 1px;
  padding: 24px;
  background: #e6f8f6;
}
.testimonial-item .client-img {
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #b6d5d3;
  padding: 16px 20px;
  margin-bottom: 32px;
}
.testimonial-item .client-img img {
  max-width: 160px;
  height: 32px;
  object-fit: contain;
}
.testimonial-info p {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-item .client-info {
  margin-top: 24px;
  position: relative;
  padding-left: 12px;
}
.testimonial-item .client-info::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 40px;
  background: var(--accent-color);
  left: 0;
  top: 3px;
}
.testimonial-item .client-info .name {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 2px;
}
.testimonial-item .client-info .designation {
  color: #4c5157;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

/* Slider Controls  */
.testimonial .swiper-button-next::after,
.testimonial .swiper-button-prev::after {
  display: none;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
 
}
.testimonial .swiper-button-next:hover,
.testimonial .swiper-button-prev:hover {
  background: var(--accent-color);
  color: var(--white-color);
}
.testimonial .swiper-button-prev,
.testimonial .swiper-rtl .swiper-button-next {
  right: 60px;
  left: auto;
}
.testimonial .swiper-button-next,
.testimonial .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

/* Style 2  */
.testimonial-item.style2 .client-img {
  margin-bottom: 0;
  margin-top: 32px;
}
.testimonial-arrow {
	display: flex;
	gap: 10px;
	justify-content: end;
}

.sf_slick_arrow {
	width: 48px;
	height: 48px;
	color: #fff;
	background: var(--heading-color);
	border-radius: 100%;
	font-size: 16px;
	transition: all 0.3s ease;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
}
.sf_slick_arrow:hover {
	background: var(--accent-color);
}

.section-head {
  margin-bottom: 40px;
}
.section-head.d-flex {
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.section-head.d-flex .section-head-content {
  max-width: 752px;
}

.section-head .sm-title {
  color: var(--accent-color);
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}
.section-head .title {
  color: var(--heading-color);
  font-size: 38px;
  line-height: 120%;
  margin-bottom: 12px;
}
.section-head .title b {
  color: var(--accent-color);
  font-style: italic;
  font-weight: 700;
}
.section-head .title.text-white {
  color: #e3f2ff !important;
}
.section-head.d-flex .title {
  margin-bottom: 16px;
}
.section-head .text {
  color: var(--paragraph-color);
  font-size: 18px;
  line-height: 150%;
}
.section-head .text.text-white {
  color: #e3f2ff !important;
}

/*================================================================================================
    End Testimonial Area
===================================================================================================*/


/*===========================================================================================
    Start Faq Area
==============================================================================================*/
.faq-inner {
  margin-top: 16px;
}
.faq-img {
  text-align: center;
}

.faq-info {
  position: relative;
  margin: 48px 0px;
}
.faq-counter-box {
  padding: 28px;
  width: 168px;
  height: 168px;
  padding: 40px 28px;
}
.faq-counter-box h4 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  margin: 0;
}

.faq-counter-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  color: #4c5157;
}

.faq-counter-box.box-1 {
  border-radius: 0 100px 8px 48px;
  background: #e3f2ff;
  position: absolute;
  right: 0;
  top: -48px;
}

.faq-counter-box.box-2 {
  border-radius: 8px 48px 8px 100px;
  background: #e2f5f4;
  position: absolute;
  left: 0;
  bottom: -48px;
  text-align: right;
}
.faq-content {
  margin-top: 20px;
}
.faq-content .accordion-item {
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-content .accordion-item .accordion-button {
  background: transparent;
  color: var(--heading-color);
  padding: 24px 80px 24px 32px;
  border-radius: 0 !important;
  box-shadow: none;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.4s ease;
  display: flex;
  gap: 32px;
  position: relative;
  border-bottom: 1px solid #d0edea !important;
  align-items: self-start;
}
.faq-content .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: #f0fefd;
  border-radius: 16px 16px 0px 0px !important;
  border: 1px solid #d0edea !important;
  border-bottom: none !important;
}
.faq-content .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-content .accordion-item .accordion-button span {
  font-size: 32px;
  color: #4f5969;
}
.faq-content .accordion-item .accordion-button svg {
  position: absolute;
  right: 4px;
  top: 12px;
}
.faq-content .accordion-body {
  padding: 0px 72px 32px 96px;
  transition: all 0.4s ease;
  background: #f0fefd;
  border-radius: 0px 0px 16px 16px !important;
  border: 1px solid #d0edea !important;
  border-top: none !important;
}
.faq-content .accordion-body p {
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.faq-content .accordion-body .theme-btn {
  margin-top: 24px;
  padding: 14px 24px;
}
.faq-content .accordion-button::after {
	background-image: none;
	transform: none;
	position: absolute;
	right: 16px;
	border-radius: 100%;
	text-align: center;
	color: var(--accent-color);
	transition: all 0.4s ease;
	font-size: 14px;
	top: 18px;
	width: 40px;
	height: 40px;
	background: #e2f5f4;
	line-height: 42px;
	font-family: "Font Awesome 6 Free";
	content: "\f107";
	font-weight: 900;
}
.faq-content .accordion-button:not(.collapsed)::after {
	content: "\f107";
}

/* Style 2  */
.faq-area.style2 .faq-inner {
  margin-top: 0;
}
.faq-content.style2 {
  margin-top: 0;
}
.faq-area.style2 .section-head .text {
  font-size: 16px;
}
.faq-content.style2 .accordion-item {
  margin-bottom: 12px;
}
.faq-content.style2 .accordion-item:last-child {
  margin: 0;
}
.faq-content.style2 .accordion-item .accordion-button {
  padding: 32px 80px 32px 24px;
}
.faq-content.style2 .accordion-button::after {
  right: 24px;
  top: 24px;
}

.faq-content.style2 .accordion-body {
  padding: 0px 72px 32px 92px;
}

/*============================================================================================
    End Faq Area
==============================================================================================*/


.brand-slider-single {
	justify-content: center;
	align-items: center;
	display: flex;
}

.brand-slider-single img{
  object-fit: cover;
}

/*================================================================================================
    Start Our Concern Area
===================================================================================================*/
.common-hero {
  padding: 200px 0px 160px;
}
.common-hero-content h4 {
  color: #e3f2ff;
  font-family: "Red Hat Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.common-hero-content h3 {
  color: #e3f2ff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.common-hero-content p {
  color: #e3f2ff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

/* Concern  */
.concern-sidebar {
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0 1px 2px 0 rgba(44, 44, 84, 0.08);
  padding: 32px;
  margin-right: 44px;
}
.concern-sidebar-head {
  margin-bottom: 28px;
}

.concern-sidebar-head h3 {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.concern-sidebar-head p {
  color: #383e46;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.concern-tab-menu .list-group {
  border-radius: 0;
}

.concern-tab-menu .list-group-item {
  border: none !important;
  padding: 12px 16px;
  border-radius: 16px !important;
  margin-bottom: 16px;
  position: relative;
}
.concern-tab-menu .list-group-item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 56px;
  background: var(--accent-color);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease;
}
.concern-tab-menu .list-group-item.active::before {
  opacity: 1;
  visibility: visible;
}
.concern-tab-menu .list-group-item:last-child {
  margin: 0;
}
.concern-tab-menu .list-group-item.active {
  background-color: #f0fefd;
}
.concern-tab-menu-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.concern-tab-menu-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.concern-tab-icon {
  width: 88px;
  height: 88px;
  border-radius: 24px;
  border: 1px solid #d0edea;
  background: #fff;
  min-width: 88px;
  line-height: 88px;
  text-align: center;
}
.concern-tab-text h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
}

.concern-tab-text p {
  color: #4e535a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.concern-tab-details.tab-details {
  border-radius: 16px;
  background: var(--white-color);
  padding: 40px;
  margin-left: 24px;
}

.concern-tab-details-img img {
  width: 100%;
  border-radius: 24px;
}
.concern-tab-details-content {
  margin-top: 24px;
}
.concern-tab-details-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  font-style: italic;
}
.concern-tab-details-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.concern-tab-service h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
.concern-tab-service ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.concern-tab-service ul li {
  border-radius: 8px;
  background: #ebfffe;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #383e46;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.concern-tab-details-widget .theme-btn {
  margin-top: 24px;
}
.concern-tab-service {
  margin-top: 24px;
}

/* Concern Matter  */
.concern-matter-inner {
  padding: 0px 80px;
}
.concern-matter-content h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}

.concern-matter-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.concern-matter-content {
  margin-right: 80px;
}
.concern-matter-img {
  text-align: right;
}
.concern-matter-img img {
  border-radius: 24px;
}
/*================================================================================================
    End Our Concern Area
===================================================================================================*/

/*================================================================================================
  Start All Products Area
===================================================================================================*/
.bod-hero {
  padding: 152px 0px 72px;
  position: relative;
}
.bod-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 624px;
  width: 100%;
}
.bod-hero-bg img {
  width: 100%;
  height: 100%;
}
.bod-hero-inner {
  z-index: 2;
  position: relative;
}
.bod-hero-content .title {
  color: #e3f2ff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.bod-hero-content .text {
  color: #e3f2ff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.bod-hero-action {
  margin-top: 40px;
}
.bod-hero-img {
  text-align: right;
}
.bod-hero-img img {
  border-radius: 24px;
}

/* Team  */
.bod-team-section-head {
  display: flex;
  align-items: end;
  gap: 136px;
  margin-bottom: 48px;
}
.bod-team-section-head .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  min-width: 536px;
  margin: 0;
  position: relative;
  padding-top: 16px;
}
.bod-team-section-head .title::before {
  position: absolute;
  content: "";
  width: ;
  width: 140px;
  height: 8px;
  background: linear-gradient(90deg, #08bcaf 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
}
.bod-team-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bod-team-card {
  position: relative;
}
.bod-team-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  left: 0;
  border-radius: 0px 0px 16px 16px;
  background: linear-gradient(180deg, rgba(8, 188, 175, 0) 0%, #045650 100%);
  bottom: 0;
  z-index: 1;
}
.bod-team-img {
  border-radius: 16px;
  overflow: hidden;
}
.bod-team-img img {
  width: 100%;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.bod-team-card:hover img {
  transform: scale(1.06);
}
.bod-team-info {
  position: absolute;
  bottom: 0;
  padding: 0px 32px 24px 32px;
  width: 100%;
  z-index: 1;
}
.bod-team-info .name {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 4px;
}
.bod-team-info .designation {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

/* Board Message  */
.board-message-inner {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.board-message-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  min-width: 424px;
  padding: 48px 40px;
}
.board-message-widget img {
  width: 100%;
  border-radius: 24px;
}
.board-message-desc {
  padding: 32px 24px;
}
/*================================================================================================
  End All Products Area
===================================================================================================*/














/*============================================================================================
    Start Product Area
=============================================================================================*/


.products-inner {
  position: sticky;
}
.products-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative;
}
.product-card {
	border-radius: 24px;
	position: sticky;
	flex-direction: column;
	flex-wrap: wrap;
	margin: auto;
	display: flex;
	/* margin-bottom: 32px; */
	grid-column-gap: 8.75rem;
	grid-row-gap: 8.75rem;
	justify-content: flex-start;
	align-items: center;
	padding: ;
	text-decoration: none;
	top: 6.25rem;
	overflow: visible;
}
.product-card:last-child {
  margin: 0;
}
.product-card.card-2 {
  top: 10.4rem;
}
.product-card.card-3 {
  top: 14.5rem;
}
.product-card.card-4 {
  top: 18.6rem;
}

.product-card.card-5 {
  top: 23rem;
}

.product-card.card-6 {
  top: 27.1rem;
}

.product-card.card-7 {
  top: 31.4rem;
}

.all-products-wrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
.product-card.all-products {
  padding: 50px 40px;
  gap: 32px;
  height: 440px;
}
.all-products-wrapper .single-product {
  border-radius: 12px;
  background: var(--white-color);
  padding: 16px 24px;
}
.all-products-wrapper .single-product img {
  max-width: 140px;
  object-fit: contain;
}

.product-title {
  font-size: 32px;
  line-height: 38.4px;
  margin-bottom: 8px;
}
.product-category {
  font-family: var(--font-family-3);
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
  color: var(--heading-color);
}
.product-desc {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.product-funfact {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 32px;
}
.product-funfact .single-fact p {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin-bottom: 8px;
}
.product-funfact .single-fact h5 {
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}

.product-action {
  margin-top: 28px;
}
.product-action .theme-btn {
  border-radius: 32px;
  background: transparent;
  box-shadow: none;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  padding: 12px 24px;
}
.product-action .theme-btn:hover {
  border: 1px solid transparent;
  background: var(--accent-color);
  color: var(--white-color);
}
.product-img {
  text-align: right;
}
.product-img img {
  border-radius: 16px;
}
.product-card .elementor {
	width: 100%;
}
/*============================================================================================
    End Product Area
=============================================================================================*/



/*================================================================================================
    Start About Area
===================================================================================================*/
.about-hero {
  position: relative;
}
.about-hero-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.ah-bg-glow {
  position: absolute;
  z-index: 2;
  bottom: -38%;
  left: 50%;
  transform: translate(-50%, 0);
}
.about-hero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #00312e 0%, #0d0019 100%);
  mix-blend-mode: multiply;
}
.about-hero-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/about-page/hero-bg-pattern.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
}
.about-hero-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.about-hero-inner {
  padding: 200px 0px 120px;
}
.about-hero-content .sm-title {
  color: #e3f2ff;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.about-hero-content .title {
  color: #e3f2ff;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2.56px;
  margin-bottom: 32px;
}

.about-hero-content {
  z-index: 2;
  position: relative;
}
.about-hero-content .text {
  color: #e3f2ff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.about-hero-action {
  margin-top: 48px;
}

.about-hero-images {
  z-index: 2;
  position: relative;
  text-align: right;
}

.ah-object-img {
  position: absolute;
}
.ah-object-img.obj-1 {
  left: -16px;
  bottom: 16px;
}
.ah-object-img.obj-2 {
  right: -115px;
  top: -20px;
}
.ah-object-img.obj-3 {
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  z-index: -1;
}

/* CEO Message  */
.ceo-msg-img {
  text-align: center;
}
.ceo-msg-info {
  margin-top: 24px;
}
.ceo-msg-info h5 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 4px;
}
.ceo-msg-info span {
  color: #4e535a;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
}
.msg-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 16px;
}

/* What We Do  */
.what-we-do-content {
  margin-right: 48px;
}
.what-we-do-content h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}
.what-we-do-content h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--accent-color);
  bottom: 0;
  left: 0;
}
.what-we-do-content h3 {
  display: inline-block;
}
.what-we-do-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.what-we-do-content hr {
  margin: 20px 0px;
  background-color: #b7d5d2;
  height: 2px;
}

/* Company Goal  */
.company-goal-content {
  margin-left: 48px;
}
.company-goal-section-info h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.company-goal-section-info h3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--accent-color);
  bottom: 0;
  left: 0;
}
.company-goal-widget .sort-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 24px 32px;
  border-radius: 24px;
  border: 1px solid #d0e8e6;
  margin-top: 32px;
}
.company-goal-features {
  margin-top: 20px;
}
.company-goal-features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.company-goal-features .title {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.company-goal-card {
  border-radius: 16px;
  background: #e6f8f6;
  padding: 24px;
}

.goal-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 4px 28px 4px 4px;
  background: #f6ffff;
  line-height: 56px;
  text-align: center;
}
.goal-card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.goal-card-info h5 {
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 6px;
}
.goal-card-info p {
  color: #7a7e83;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.goal-card-info {
  margin-top: 12px;
}

/* Mission Vission  */
.mv-tab-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 100px;
	border-radius: 40px;
	padding: 56px 56px 56px 112px;
	position: relative;
	background-repeat: no-repeat;
}
.mv-tab-inner-shape{
  animation-name: Rotate;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.mv-tab-menu {
  width: 35%;
  min-width: 35%;
}
.mv-tab-menu .list-group-item {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #909398 !important;
  font-family: var(--font-family-2);
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 64px;
}
.mv-tab-menu .list-group-item:last-child {
  margin: 0;
}
.mv-tab-menu .list-group-item.active {
  color: var(--white-color) !important;
}
.mv-tab-images {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: right;
}
.mv-tab-info-box {
  border-radius: 24px;
  border: 1px solid #04766d;
  background: rgba(11, 37, 35, 0.32);
  backdrop-filter: blur(5px);
  padding: 24px 32px;
  margin-top: 60px;
}

.mv-tab-info-box p {
  color: var(--white-color);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Core Values  */

.core-values-inner .section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  padding-left: 28px;
  margin-bottom: 32px;
}
.core-values-inner .section-title::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 40px;
  border-radius: 0 9px 0 0;
  background: linear-gradient(-270deg, #08bcaf 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 10px;
}
.core-values-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.core-values-info {
  margin-left: 30px;
}

.cv-features-card {
  background: #e6f8f6;
  padding: 24px;
  border-radius: 16px;
}

.cv-features-info {
  margin-top: 8px;
}

.cv-features-info h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cv-features-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

/* Team  */
.team-cta-inner {
  display: flex;
  border-radius: 24px;
  padding: 40px;
}

.team-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}

.team-cta-title {
  color: #e3f2ff;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
  position: relative;
}

.team-cta-title::before {
  position: absolute;
  content: "";
  width: ;
  width: 100%;
  height: 2px;
  background: var(--accent-color);
  bottom: 0;
}

.team-cta-title {
  min-width: 390px;
  width: 390px;
  padding-bottom: 8px;
}

.team-cta-desc p {
  color: #e3f2ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.team-cta-desc .theme-btn.outline-btn {
  margin-top: 24px;
  border: 2px solid var(--accent-color);
}
.team-cta-desc .theme-btn.outline-btn:hover {
  background: var(--accent-color);
  color: var(--white-color);
  border: 2px solid transparent;
}

.team-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
}
.team-img {
  overflow: hidden;
  border-radius: 4px;
}
.team-img img {
  border-radius: 4px;
}
.team-card:hover .team-img img {
  transform: scale(1.08);
}
.team-info {
  margin-top: 16px;
  padding: 16px 24px;
}

.team-info p {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 6px;
}

.team-info span {
  color: #7a7e83;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

/* Career  */
.career-group-image {
  margin-top: 24px;
}
.career-area img {
	border-radius: 16px;
	width: 100%;
}
.career-contents span {
  color: var(--accent-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
.career-contents h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
  margin-bottom: 24px;
}
.career-contents .theme-btn.gradient-border {
  margin-top: 32px;
}
/*================================================================================================
    End About Area
===================================================================================================*/


/*================================================================================================
  Start Life At Softifybd Area
===================================================================================================*/

.life-at-hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 48px;
}
.life-at-hero-widget img {
  border-radius: 24px;
}
.life-at-hero-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 32px;
}

.life-at-hero-widget2 {
  position: relative;
}
.life-at-hero-favicon {
  position: absolute;
  left: -60px;
  top: 24px;
}
.life-at-hero-widget2-content {
  margin-left: 224px;
}
.life-at-hero-widget2-head {
  margin-left: 120px;
  margin-bottom: 56px;
}

/* Slider Controls  */
.life-at-hero-widget2 .swiper-button-next::after,
.life-at-hero-widget2 .swiper-button-prev::after {
  display: none;
}

.life-at-hero-widget2 .swiper-button-next,
.life-at-hero-widget2 .swiper-button-prev {
  width: 48px;
  height: 48px;
  color: var(--accent-color);
  background: var(--white-color);
  border-radius: 100%;
  font-size: 16px;
  transition: all 0.3s ease;
}
.life-at-hero-widget2 .swiper-button-next:hover,
.life-at-hero-widget2 .swiper-button-prev:hover {
  background: var(--accent-color);
  color: var(--white-color);
}
/* .life-at-hero-widget2 .swiper-button-prev,
.life-at-hero-widget2 .swiper-rtl .swiper-button-next {
  right: 60px;
  left: auto;
}
.life-at-hero-widget2 .swiper-button-next,
.life-at-hero-widget2 .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
} */

/* What We Value  */
.what-we-value-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.what-we-value-card {
  background: #e6f8f6;
  padding: 32px 24px;
  border-radius: 24px;
}

.what-we-value-card .icon {
  border-radius: 8px 28px 8px 8px;
  background: #f6ffff;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
}

.what-we-value-card .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.what-we-value-card .info {
  margin-top: 16px;
}

.what-we-value-card .info h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  font-family: var(--font-family);
  margin-bottom: 8px;
}
.what-we-value-content {
  margin-left: 68px;
}
.what-we-value-card .info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #4e535a;
}
.what-we-value-content h3 {
  color: #e3f2ff;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.what-we-value-content p {
  color: #e3f2ff;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.what-we-value-action {
  margin-top: 40px;
}

/* Beyond Work  */
.beyond-work-images {
  display: flex;
  align-items: center;
  gap: 22px;
}
.beyond-work-images img {
  border-radius: 24px;
}

/* Career  */

.career-card {
  border-radius: 16px;
  background: #e2f5f4;
  padding: 32px;
}

.career-meta li {
  display: inline-block;
  margin-right: 12px;
  padding: 8px 16px;
  background: var(--white-color);
  border-radius: 24px;
  color: #222831;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.career-meta li:last-child {
  margin: 0;
}
.career-meta li.active {
  background: var(--accent-color);
  color: var(--white-color);
}
.career-card .title {
  font-size: 33px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  margin-top: 24px;
}

.career-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}

.career-action-info p {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.career-action-info span {
  color: #4e535a;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: block;
  margin-top: 4px;
}

.career-action .apply-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: var(--heading-color);
}
.career-action .apply-btn span {
  text-decoration-line: underline;
}
.career-action .apply-btn i {
  position: relative;
  top: 4px;
  transition: all 0.3s ease;
}
.career-action .apply-btn:hover i {
  transform: rotate(45deg);
  top: 2px;
}
.career-action .apply-btn:hover {
  color: var(--accent-color);
}
.career-section-btn {
  margin-top: 32px;
}
.career-section-btn .theme-btn.border-btn {
  border: 2px solid var(--accent-color);
}

/* Office Image Showcase  */

.office-image-showcase .swiper-slide {
  width: auto !important;
}
.office-image-showcase .swiper-wrapper {
  transition-timing-function: linear;
}
.showcase-img-item img {
  border-radius: 24px;
}

/*================================================================================================
  End Life At Softifybd Area
===================================================================================================*/

/*============================================================================================
    Start Blog Area
=============================================================================================*/

.blog-area .section-head.d-flex {
  margin-bottom: 16px;
}
.single-blog {
  border-radius: 16px;
  margin-top: 24px;
  background: linear-gradient(180deg, #d8f5f3 0%, rgba(255, 255, 255, 0) 100%);
}
.single-blog .blog-content {
  padding: 20px 24px 24px;
}
.single-blog .blog-title {
  font-family: var(--font-family-2);
  color: var(--heading-color) !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 86px;
}
.single-blog .blog-title:hover {
  color: var(--accent-color) !important;
}

.single-blog .blog-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.single-blog .blog-meta {
  border-radius: 4px;
  background: var(--white-color);
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--accent-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.single-blog .blog-meta i {
  position: relative;
  top: 1px;
}
.single-blog .blog-btn {
  font-size: 20px;
  color: var(--accent-color);
}
.single-blog .blog-image {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.single-blog .blog-image img {
  width: 100%;
}
.single-blog:hover .blog-image img {
  transform: scale(1.05);
}
/*============================================================================================
    End Blog Area
=============================================================================================*/

/*================================================================================================
  Start Company Overview Area
===================================================================================================*/

.ch-hero-content h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.ch-hero-images {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ch-hero-images img {
  border-radius: 24px;
}

/* Company History Tree  */

.ch-tree-inner {
  position: relative;
}
.ch-tree-inner-end {
	margin-top: 150px;
}
.ch-tree-border {
	width: 4px;
	height: 76%;
	position: absolute;
	border-radius: 24px;
	background: #d0edea;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}
.ch-tree-dot {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid var(--accent-color);
	background: #e2f5f4;
	border-radius: 100%;
	position: absolute;
	right: -125px;
	justify-content: center;
	display: flex;
	align-items: center;
	top: 5px;
	z-index: 20;
}
.ch-tree-dot::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 24px;
  background-image: url("../images/company-overview/favicon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ch-tree-inner-end .ch-tree-dot {
	left: initial;
	right: initial;
	left: -120px;
	top: -10px;
}
.ch-tree-widget .ch-tree-card:first-child {
	margin: 0;
}
.ch-tree-dot.dot-2 {
  bottom: 946px;
}

.ch-tree-dot.dot-3 {
  bottom: 69%;
}
.ch-tree-dot.dot-4 {
  bottom: 51%;
}
.ch-tree-dot.dot-5 {
  bottom: 34%;
}
.ch-tree-dot.dot-6 {
  bottom: 18%;
}
.ch-tree-dot.dot-7 {
  bottom: 30px;
}
.ch-tree-card {
  border-radius: 16px;
  background: #f0fefd;
  padding: 24px;
  margin-top: 40px;
  position: relative;
}
.time-line-arrow {
	position: absolute;
	content: "";
	width: 122px;
	height: 130px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	right: -24%;
	top: 7%;
	z-index: -1;
	z-index: 19;
}
.ch-tree-widget.widget-2 .time-line-arrow {
	position: absolute;
	content: "";
	width: 122px;
	height: 130px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	left: -24%;
	top: 2%;
}
.ch-tree-card.card-5 {
  margin-top: 148px;
}
.ch-tree-card .year {
  border-radius: 99px;
  background: var(--accent-color);
  display: inline-block;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  padding: 6px 12px;
  margin-bottom: 18px;
}

.ch-tree-card .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

/* Company Profile CTA  */
.cp-cta-inner {
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 56px 112px;
  justify-content: space-between;
  gap: 40px;
}
.cp-cta-content {
  max-width: 450px;
}
.cp-cta-content h3 {
  color: #e3f2ff;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}
.cp-cta-content h3 span {
  color: var(--accent-color);
  font-style: italic;
}
.cp-cta-content p {
  color: #e3f2ff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.cp-cta-action {
  margin-top: 32px;
}
.cp-cta-inner {
  justify-content: space-between;
  gap: 40px;
}

/* Company Overview  */
.company-overview-inner {
  border-radius: 40px;
  background: var(--white-color);
  padding: 40px;
  margin: 0px 40px;
}
.company-overview-inner .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}

.company-overview-inner .section-title span {
  color: var(--accent-color);
  font-style: italic;
}
.company-overview-widget {
  margin-bottom: 40px;
}
.company-overview-widget:last-child {
  margin: 0;
}
.cv-widget-identity-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cv-widget-identity-card {
  border-radius: 16px;
  border: 1px solid #d0edea;
  background: var(--white-color);
  padding: 24px;
  transition: all 0.3s ease;
}
.cv-widget-identity-card:hover {
  border: 1px solid var(--accent-color);
}
.cv-widget-identity-icon img {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  object-fit: contain;
}

.cv-widget-identity-info {
  margin-top: 16px;
}

.cv-widget-identity-info span {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: var(--title-color);
  display: block;
  margin-bottom: 8px;
}
.cv-widget-identity-info p {
  color: #7a7e83;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.cv-widget-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}

.cv-widget-leadership-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cv-widget-leadership-card {
  border-radius: 16px;
  border: 1px solid #d0edea;
  background: var(--white-color);
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.cv-widget-leadership-card:hover {
  border: 1px solid var(--accent-color);
}
.cv-widget-leadership-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
}

.cv-widget-leadership-info {
  margin-top: 16px;
}

.cv-widget-leadership-info p {
  color: #111827;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.cv-widget-leadership-info span {
  color: #7a7e83;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: block;
  margin-top: 6px;
}

.cv-widget-contact-info-wrapper {
  display: flex;
  gap: 32px;
}

.cv-widget-cinfo-widget {
  border-radius: 16px;
  border: 1px solid #d0edea;
  background: var(--white-color);
  padding: 24px;
  transition: all 0.3s ease;
}
.cv-widget-cinfo-widget:hover {
  border: 1px solid var(--accent-color);
}
.cv-widget-cinfo-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}

.cv-widget-cinfo-widget-wrapper.map-widget {
  display: flex;
  gap: 36px;
}

.cv-widget-cinfo-item iframe {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  filter: grayscale(1);
}
.cv-widget-cinfo-text h5 {
  color: #111827;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.cv-widget-cinfo-text p {
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cv-widget-cinfo-text {
  position: relative;
}

.cv-widget-cinfo-text::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  background: var(--accent-color);
  left: 0;
  top: 0;
}

.cv-widget-cinfo-text {
  padding-left: 24px;
  margin-top: 8px;
}

.cv-widget-cinfo-single {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.cv-widget-cinfo-single:last-child {
  margin: 0;
}
.cv-widget-cinfo-single .icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 100%;
  min-width: 32px;
}

.cv-widget-cinfo-single .info span {
  display: block;
  color: #909398;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 2px;
}

.cv-widget-cinfo-single .info a {
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.cv-technical-cap-widget-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.cv-technical-cap-widget-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}

.cv-technical-cap-widget ul {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.cv-technical-cap-widget {
  border-radius: 16px;
  background: #f0fefd;
  padding: 24px;
}

.cv-technical-cap-widget ul li {
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  background: var(--white-color);
  box-shadow: 0 1px 2px 0 rgba(44, 44, 84, 0.08);
}
.cv-technical-cap-widget ul li.bg-1 {
  background: #dbeafe;
  color: #1e40af;
  box-shadow: none;
}
.cv-technical-cap-widget ul li.bg-2 {
  background: #dcfce7;
  color: #166534;
  box-shadow: none;
}

.cv-technical-cap-widget ul li.bg-3 {
  background: #f3e8ff;
  color: #6b21a8;
  box-shadow: none;
}

.cv-technical-cap-widget ul li.bg-4 {
  background: #ffedd5;
  color: #9a3412;
  box-shadow: none;
}

.cv-technical-cap-widget ul li.bg-5 {
  background: #fee2e2;
  color: #991b1b;
  box-shadow: none;
}
.cv-technical-cap-widget ul li.bg-6 {
  background: #e0e7ff;
  color: #1e40af;
  box-shadow: none;
}

.cv-departnemnt-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cv-departnemnt-card {
  text-align: center;
  border-radius: 16px;
  border: 1px solid #d0edea;
  background: var(--white-color);
  padding: 40px 24px;
  transition: all 0.3s ease;
}
.cv-departnemnt-card:hover {
  border: 1px solid var(--accent-color);
}
.cv-departnemnt-card .icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 100%;
}

.cv-departnemnt-card .info {
  margin-top: 16px;
}

.cv-departnemnt-card .info h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}

.cv-departnemnt-card .info p {
  color: #64696f;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

/*================================================================================================
  End Company Overview Area
===================================================================================================*/



/*============================================================================================
    Start Service Details Area
==============================================================================================*/
.service-details-hero {
  position: relative;
}
.sd-hero-bg {
  width: 100%;
  height: 880px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.sd-hero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00312e 0%, #0d0019 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  top: 0;
  left: 0;
}
.sd-hero-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/service-details/bg-pattern.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
}
.sd-hero-bg .effect-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sd-hero-bg .effect-2 {
  position: absolute;
  right: 0;
  top: 13%;
  z-index: 1;
}
.sd-hero-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sd-hero-inner {
  padding-top: 200px;
}

.sd-hero-content .title {
  color: #e3f2ff;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2.56px;
  margin-bottom: 32px;
}

.sd-hero-content {
  z-index: 2;
  position: relative;
}

.sd-hero-content .text {
  color: #e3f2ff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.sd-hero-action {
  margin-top: 48px;
}
.sd-hero-img {
  z-index: 2;
  position: relative;
  margin-top: 126px;
}
.sd-hero-img img {
  border-radius: 40px;
  width: 100%;
}

/* Sub Service  */

.sd-service-head {
  margin-bottom: 40px;
}
.sd-service-head .sm-title {
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  display: block;
}
.sd-service-head .title {
  color: var(--primary-color);
  text-align: center;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.sd-service-head .text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.sd-service-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sd-service-card {
  border-radius: 16px;
  background: #e2f5f4;
  padding: 32px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.sd-service-card:hover {
  border: 1px solid var(--primary-color);
}
.sd-service-content h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sd-service-img {
  margin-top: 28px;
  border-radius: 16px;
  overflow: hidden;
}
.sd-service-img img {
  border-radius: 16px;
  width: 100%;
}

.sd-service-card:hover .sd-service-img img {
  transform: scale(1.04);
}

/* Why Choose  */
.sd-why-chooose-image-wrapper {
  position: relative;
  margin-top: 80px;
}
.why-chooose-main-img img {
  border-radius: 105px 105px 0 200px;
}
.sd-why-chooose-image-wrapper .element-1 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.sd-why-chooose-image-wrapper .element-2 {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: -1;
}
.why-chooose-element {
  position: absolute;
  bottom: 64px;
  right: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 48px 72px 0 rgba(44, 44, 84, 0.12);
  padding: 20px 16px;
}
.why-chooose-element::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  background-image: url("../images/service-details/why-choose/shape.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -8px;
  top: -8px;
}
.why-chooose-element img {
  margin-bottom: 8px;
}
.why-chooose-element h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
.why-chooose-element p {
  color: #797c81;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.sd-why-chooose-content {
  margin-left: 56px;
}
.sd-why-chooose-content .sm-title {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}
.sd-why-chooose-content .title {
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 32px;
  font-style: italic;
}
.sd-why-chooose-features {
  margin-top: 40px;
}
.sd-why-chooose-features ul li {
  color: #4c5157;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 22px;
}
.sd-why-chooose-features ul li:last-child {
  margin-bottom: 0;
}

.sd-why-chooose-features ul li::before {
  position: absolute;
  content: "\f1c1";
  font-family: uicons-regular-straight !important;
  font-size: 16px;
  color: var(--primary-color);
  left: 0;
  top: 0;
}

.sd-why-chooose-action {
  margin-top: 32px;
}

/* Portfolio  */
.sd-portfolio-head {
  position: relative;
}
.sd-portfolio-head .section-head {
  max-width: 760px;
}
.sd-portfolio-inner {
  margin: 0px 20px;
}
.swiper-slide.portoflio-item img {
  border-radius: 24px;
  box-shadow: 0 16px 32px 0 rgba(11, 37, 35, 0.12);
  width: 100%;
}
.sd-portfolio-action-btn {
  color: #d2d3d5;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.sd-portfolio-action-btn:hover {
  color: var(--primary-color);
}
.sd-portfolio-action-btn:hover i {
  transform: rotate(45deg);
}

.sd-portfolio-action-btn span {
  text-decoration: underline;
}
.sd-portfolio-action-btn i {
  color: var(--primary-color);
  transition: all 0.3s ease;
}

/* Slider Controls  */
.sd-portfolio-controls {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  right: 0;
  height: 100%;
  flex-direction: row-reverse;
  gap: 12px;
}
.sd-portfolio .swiper-button-next,
.sd-portfolio .swiper-button-prev {
  position: initial;
}

.sd-portfolio .swiper-button-next::after,
.sd-portfolio .swiper-button-prev::after {
  display: none;
}

.sd-portfolio .swiper-button-next,
.sd-portfolio .swiper-button-prev {
  width: 48px;
  height: 48px;
  color: var(--white-color);
  background: #ffffff4a;
  border-radius: 100%;
  font-size: 16px;
  transition: all 0.3s ease;
  top: -84px;
}
.sd-portfolio .swiper-button-next:hover,
.sd-portfolio .swiper-button-prev:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.sd-portfolio .swiper-button-prev,
.sd-portfolio .swiper-rtl .swiper-button-next {
  right: 60px;
  left: auto;
}
.sd-portfolio .swiper-button-next,
.sd-portfolio .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

/*=============================================================================================
    End Service Details Area
===============================================================================================*/



.sf-video-overlay video,.sf-video-overlay iframe {
  width: 100% !important;
  height: 100% !important;
}
.sf-video-overlay .elementor-widget-video,.sf-video-overlay .elementor-widget-video * {
  height: 100%;
}
.sf-video-overlay .elementor-open-inline{
  width:100%;
  min-width: 100%;
}
.video-popup-two__icon {
  position: absolute;
}

.video-popup-two {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-popup-two .video-popup-two__icon:hover{
  transform: scale(0.9)
}