/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');


/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*swiper*/


.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper .slide1 {
  position: relative; /* needed for overlay positioning */
  background-image: url('../images/homepagewe.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper .slide1::before,.swiper .slide2::before,.swiper .slide3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* black overlay with 50% opacity */
  z-index: 1; /* makes sure overlay stays above bg but below content */
}

.swiper .slide1 > * {
  position: relative;
  z-index: 2; /* ensures your text/content is above the overlay */
}


.swiper .slide2 {
  background-image: url('../images/addd.jpeg');
    position: relative; /* needed for overlay positioning */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Text Overlay */
.swiper .overlay {
  color: white;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  padding: 20px 30px;
  border-radius: 10px;
}

/* Custom Navigation Buttons */
.swiper .custom-btn {
  background-color: rgba(0,0,0,0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper .custom-btn::after {
  font-size: 20px;
  color: white;
}

.swiper .swiper-button-next {
  right: 20px;
}

.swiper .swiper-button-prev {
  left: 20px;
}

.swiper .swiper-slide .flex a.main-button{
  background: none;
  background-color: #fff;
  color: #3B566E;
  font-weight: bold;
  margin-right: 10px;
} 

.swiper .swiper-slide .flex a.main-button:last-child {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}

a.secondary-btn-un {
  background-color: #ffff !important;
  color: #3B566E !important;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

button:focus {
  outline: none;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
}

::selection {
  background: #3CC5ED;
  color: #fff;
}

::-moz-selection {
  background: #3CC5ED;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}


.section.colored {
  background: #f2f2fe;
  min-height: 100vh;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section.colored::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="20" cy="80" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  pointer-events: none;
}

.productappcont-cont {
  position: relative;
  z-index: 2;
}

.productappcont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-section h2 {
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a2e;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

.content-section h2 span.highlight {
  color: #4f46e5;
 
}

.subtitle {
  font-size: 1.125rem;
  color: #64748b;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.6;
}

.download-buttons {
  display: flex;
  gap: 16px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.store-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.store-button:hover::before {
  left: 100%;
}

.store-button.playstore {
  background: linear-gradient(135deg, #000000, #333333);
  color: white;
  box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.3);
}

.store-button.playstore:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px -5px rgba(0, 0, 0, 0.4);
  color: white;
}

.store-button.appstore {
  background: linear-gradient(135deg, #007AFF, #0056CC);
  color: white;
  box-shadow: 0 8px 25px -5px rgba(0, 122, 255, 0.3);
}

.store-button.appstore:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px -5px rgba(0, 122, 255, 0.4);
  color: white;
}

.store-button i {
  margin-right: 10px;
  font-size: 1.2em;
}

.phone-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone-container {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.phone-container img {
  width: 500px;
}

@media (max-width: 576px) {
  .phone-container img {
    width: 100%;
  }
}



.phone-mockup {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15));
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 50%;
  opacity: 0.1;
  animation: floatRandom 8s ease-in-out infinite;
}

.floating-element:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: -2s;
}

.floating-element:nth-child(2) {
  top: 60%;
  right: 15%;
  width: 40px;
  height: 40px;
  animation-delay: -4s;
}

.floating-element:nth-child(3) {
  bottom: 20%;
  left: 20%;
  width: 30px;
  height: 30px;
  animation-delay: -6s;
}

@keyframes floatRandom {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33% { transform: translate(20px, -20px) rotate(120deg); }
  66% { transform: translate(-10px, 10px) rotate(240deg); }
}

/* Demo phone content */
.demo-phone {
  width: 280px;
  height: 560px;
  background: #000;
  border-radius: 40px;
  padding: 8px;
  position: relative;
  margin: 0 auto;
  box-shadow: 
      0 0 0 2px #333,
      0 25px 80px rgba(0, 0, 0, 0.3);
}

.demo-screen {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.demo-screen::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 25px;
  background: #000;
  border-radius: 15px;
  z-index: 10;
}

.app-logo {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #00d4ff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.app-tagline {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 30px;
}

.demo-location {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: left;
  width: 80%;
}

.demo-location-title {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 5px;
}

.demo-location-address {
  font-size: 0.85rem;
  font-weight: 600;
}

.demo-share-btn {
  background: linear-gradient(135deg, #00d4ff, #0099cc);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  color: white;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 992px) {
  .productappcont {
      flex-direction: column;
      text-align: center;
      gap: 40px;
      padding: 40px 20px;
  }
  
  .phone-section {
      order: -1;
  }
  
  .demo-phone {
      width: 240px;
      height: 480px;
  }
}

@media (max-width: 576px) {
  .section.colored {
      padding: 40px 0;
  }
  
  .download-buttons {
      justify-content: center;
      display: block;
  }
  
  .download-buttons a {
    display: inline-block;
    margin: 10px 0;
    width: 100%;
  }

  .store-button {
      padding: 10px 20px;
      font-size: 0.9rem;
  }
  
  .demo-phone {
      width: 200px;
      height: 400px;
  }
  
  .app-logo {
      font-size: 2rem;
  }
}


.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}


.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #3CC5ED;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #3CC5ED;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #3CC5ED;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #3CC5ED;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #3CC5ED;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #3CC5ED;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 10px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
  display: flex;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
  flex: 1;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}

.header-area .main-nav .nav li:first-child {
  padding-left: 30px;
}

.header-area .main-nav .nav li:last-child {
  margin-left: auto;
  padding-left: 0px;
}

.header-area .main-nav .nav .dropdown-menu-div li {
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav .dropdown-menu-div li a {
  height: unset;
  line-height: unset;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {

  .swiper .swiper-slide .flex{
    text-align: center;
  } 
  
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    display: block;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* Dropdown styles */
.dropdown {
  position: relative;
}

.dropdown-menu-div {
  display: none;
  position: absolute;
  top: 65%;
  background: #fff;
  list-style: none;
  padding: 0;
  z-index: 999;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.dropdown-menu-div li a {
  display: block;
  padding: 10px;
  color: #3B566E !important;
}


/*dropdown menu link on hover*/
.dropdown-menu-div li a:hover {
  background: #f2f2f2;
  color: #3B566E !important;
}

/* Desktop: show on hover */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu-div {
    display: block;
  }
}

/* Mobile: show when .open class is present */
@media (max-width: 991px) {
  .dropdown.open .dropdown-menu-div {
    display: block;
    position: static;
    box-shadow: none;
  }

  .header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 40px !important;
    padding-right: 40px !important;
  
  }

  .header-area .main-nav .nav .dropdown-menu-div li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    padding-left: 50px !important;
  }
}



.has-submenu .submenu {
  display: none;
}
.has-submenu.open .submenu {
  display: block;
}



/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
/* -------------------------
   Your Original Styles
-------------------------- */
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 111vh;
}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  /* left: 50%; */
  transform: translate(0%, -50%);
  text-align: left;
  width: 100%;
  z-index: 2;
}

.welcome-area .header-text.container {
  left: 50%;
  transform: translate(-50%, -50%);
}

.welcome-area .header-text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* NEW: Specific class for hero paragraph to avoid conflicts */
.welcome-area .header-text .hero-paragraph {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  position: relative;
  /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.863); */
  max-width: 900px;
}

.slide-header{
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  color: #3EC6EC !important;
}

/* Button styles */
.buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-btn {
  background: linear-gradient(135deg, #3CC5ED, #2AA9DC);
  color: white;
  box-shadow: 0 4px 15px rgba(60, 197, 237, 0.4);
}

.about-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(60, 197, 237, 0.6);
}

.contact-btn {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.contact-btn:hover {
  background: white;
  color: #333;
  transform: translateY(-3px);
}

/* Slider-specific Styles */
.welcome-area .swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Background images per slide */
.slide1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80");
}
.slide2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://images.unsplash.com/photo-1559757148-5c350d0d3c56?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2015&q=80");
}
.slide3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://images.unsplash.com/photo-1573164713714-d95e436ab8d6?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80");
}

/* FIXED: Navigation buttons */
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50% !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
  color: white !important;
  font-weight: 900 !important;
}

/* Responsive Design */
@media (max-width: 991px) {
  .welcome-area .header-text h1 {
      font-size: 36px;
      color: #fff;
      margin-bottom: 20px;
  }
  .welcome-area .header-text .hero-paragraph {
      font-size: 23px;
      color: #fff;
      margin-bottom: 30px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text h1 {
      font-size: 28px;
      line-height: 1.3;
      margin-bottom: 20px;
  }
  .welcome-area .header-text .hero-paragraph {
      font-size: 20px;
      margin-bottom: 25px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
      margin-bottom: 100px;
  }
  .welcome-area .header-text .buttons {
      display: none;
  }
  .welcome-area .header-text h1 {
      font-weight: 700;
      font-size: 26px !important;
      line-height: 1.2 !important;
      margin-bottom: 25px !important;
      text-align: center;
  }
  .welcome-area .header-text .hero-paragraph {
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 30px;
      text-align: center;
  }

  .swiper-button-prev,
  .swiper-button-next {
      width: 20px !important;
      height: 20px !important;
      background: none;
      border: none;
      font-weight: bold;
      font-size: 30px;
  }


  .swiper-button-prev::after,
  .swiper-button-next::after {
      font-size: 20px;
  }
}
/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #3CC5ED;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #3CC5ED;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}






.company-info-section {
  padding-top: 80px;
  padding-bottom: 0px;
  background: white;
}

/* Product Styling */
.product-item {
  display: flex;
  /* align-items: center; */
  gap: 30px;
  /* min-height: 100vh; */
}

.product-item {
  flex-direction: row-reverse;
  margin-bottom: 80px;
}

.product-item:nth-child(3) {
  min-height: 45vh;
}

.product-image {
  flex: 1;
  max-width: 45%;
}

.product-image img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  border-radius: 0px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* border: 1px solid  #3EC6EC; */
}

.product-content {
  flex: 1;
  max-width: 55%;
  padding-top: 0px;
  padding-left: 0px;
}

.product-content h2 {
  color: #1e293b;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-content p {
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 15px;
}

/* Price styling */
.product-price {
  color: #0079A5;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Product buttons */
.product-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-btn {
  background:  #3EC6EC;
  color: white;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-btn:hover {
  background: #005f82;
  color: white;
  text-decoration: none;
  transform: translateY(-1px);
}

.product-btn.secondary {
  background: transparent;
  color: #0079A5;
  border: 2px solid #0079A5;
}

.product-btn.secondary:hover {
  background: #0079A5;
  color: white;
}

/* Benefits Section */
.benefits-section {
  margin-bottom: 60px;
  /* margin-top: 70px; */
  /* padding-top: 40px; */
}

.benefits-section1 {
border-top: 1px solid #e2e8f0;
}

.benefits-title {
  color: #1e293b;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 15px;
  align-items: center;
}

.benefit-indicator {
  width: 15px;
  height: 15px;
  background-color: #3EC6EC;
  border-radius: 100px;
  flex-shrink: 0;
  margin-top: 3px;
}

.benefit-indicator-sm{
    width: 10px;
  height: 10px;
}

.list-indicator {
  width: 15px;
  height: 15px;
  background-color: #3EC6EC;
  border-radius: 0px;
  flex-shrink: 0;
  margin-top: 3px;
}

.benefit-text {
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

@media (max-width: 768px) {
  .about-title {
      font-size: 2.5rem;
  }
  
  .about-description {
      font-size: 1.1rem;
  }
  
  .about-hero {
      background-attachment: scroll;
  }

  .product-item {
      flex-direction: column !important;
      text-align: center;
      gap: 20px;
  }

  .product-image,
  .product-content {
      max-width: 100%;
  }

  .product-content h2 {
      font-size: 28px;
  }

  .company-info-section {
      padding: 40px 20px;
  }

  .product-buttons {
      justify-content: center;
  }
}

.word{
    color: #64748b;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.new-mini {
  min-height: 300px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.new-mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: linear-gradient(135deg, #3CC5ED 0%, #2ea3cc 100%);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.new-mini .new-mini-content {
  position: relative;
  z-index: 3;
}

.new-mini .new-mini-content .new-info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.new-mini .new-mini-content .new-info h1 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.new-mini .new-mini-content .new-info p {
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Enhanced Partner Cards */
.new-mini .new-mini-content .new-mini-box {
  display: block;
  background: #fff;
  padding: 30px 25px;
  border-radius: 25px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  text-decoration: none;
  color: inherit;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new-mini .new-mini-content .new-mini-box:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.new-mini .new-mini-content .new-mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: linear-gradient(135deg, rgba(60, 197, 237, 0.1) 0%, rgba(46, 163, 204, 0.1) 100%);
  width: 100%;
  height: 100%;
  bottom: -8px;
  left: 8px;
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.new-mini .new-mini-content .new-mini-box:hover:before {
  opacity: 1;
}

/* Partner Image Container */
.partner-image-container {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.new-mini-box:hover .partner-image-container {
  transform: scale(1.05);
}

.partner-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
  transition: transform 0.3s ease;
}

.new-mini-box:hover .partner-image-container img {
  transform: scale(1.1);
}

/* Enhanced Typography */
.new-mini .new-mini-content .new-mini-box strong {
  display: block;
  font-weight: 600;
  font-size: 19px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.new-mini .new-mini-content .new-mini-box span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

/* Partners Swiper Navigation Styles */
.new-partners-swiper {
  position: relative;
  padding: 0 70px;
}

.newPartnersSwiper {
  width: 100%;
  height: auto;
  padding: 20px 0 40px 0;
}

.newPartnersSwiper .swiper-slide {
  background: none !important;
  background-image: none !important;
  position: relative;
  display: block;
  height: auto;
}

.newPartnersSwiper .swiper-slide::before {
  content: none !important;
  background: none !important;
}

/* Custom Navigation Buttons */
.partners-swiper-button-next,
.partners-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.partners-swiper-button-next:hover,
.partners-swiper-button-prev:hover {
  background: #fff;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.1);
}

.partners-swiper-button-next {
  right: 10px;
}

.partners-swiper-button-prev {
  left: 10px;
}

.partners-swiper-button-next::after,
.partners-swiper-button-prev::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 18px;
  color: #3CC5ED;
}

.partners-swiper-button-next::after {
  content: '\f054';
}

.partners-swiper-button-prev::after {
  content: '\f053';
}

/* Responsive Design */
@media (max-width: 768px) {
  .new-partners-swiper {
      padding: 0 60px;
  }
  
  .partners-swiper-button-next,
  .partners-swiper-button-prev {
      width: 40px;
      height: 40px;
  }
  
  .partners-swiper-button-next::after,
  .partners-swiper-button-prev::after {
      font-size: 14px;
  }

  .new-mini .new-mini-content .new-mini-box {
      height: 260px;
      padding: 25px 20px;
  }

  .partner-image-container {
      width: 100px;
      height: 100px;
  }

  .new-mini .new-mini-content .new-info h1 {
      font-size: 28px;
  }
}

@media (max-width: 576px) {
  .new-partners-swiper {
      padding: 0 50px;
  }

  .new-mini .new-mini-content .new-mini-box {
      height: 240px;
      padding: 20px 15px;
  }

  .partner-image-container {
      width: 80px;
      height: 80px;
  }

  .new-mini .new-mini-content .new-mini-box strong {
      font-size: 17px;
  }

  .new-mini .new-mini-content .new-mini-box span {
      font-size: 14px;
  }
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #3CC5ED;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/


.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #3CC5ED;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #3CC5ED;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
/* Slider Styles */
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  align-items: stretch; /* This ensures all slides stretch to the same height */
}

.slide {
  flex: 0 0 33.333%;
  padding: 0 15px;
  display: flex; /* Make slide a flex container */
  flex-direction: column; /* Stack content vertically */
}

@media (max-width: 768px) {
  .slide {
      flex: 0 0 100%;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .slide {
      flex: 0 0 50%;
  }
}

/* Blog Post Styles */
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%; /* Take full height of parent slide */
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px; /* Fixed height for images */
  background-size: cover;
  background-position: center center;
  flex-shrink: 0; /* Prevent image from shrinking */
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
  background: white;
  border-radius: 20px;
  padding: 50px 20px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  flex-grow: 1; /* Allow content to grow and fill available space */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribute content evenly */
}

/* Title container with consistent spacing */
.blog-post-thumb h3 {
  margin-bottom: 20px;
  flex-grow: 1; /* Allow title to expand but maintain consistent button position */
  display: flex;
  align-items: center; /* Center title vertically in its space */
  min-height: 60px; /* Minimum height to handle single vs multi-line titles */
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: block; /* Ensure proper text wrapping */
}

.blog-post-thumb h3 a:hover {
  color: #3CC5ED;
}

/* Button container */
.button-container {
  margin-top: auto; /* Push button to bottom */
  text-align: center; /* Center the button */
}

.main-button {
  background: linear-gradient(105deg, #3CC5ED 0%, #2AA9DC 100%);
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: inline-block; /* Keep as inline-block to maintain pill shape */
  transition: all 0.3s ease;
  min-width: 120px; /* Consistent minimum width */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.submitbtnsss:hover {
  background: #0079A5 !important;
}

/* Navigation Buttons */
.slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 15px;
}

.nav-btn {
  background: #3CC5ED;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(60, 197, 237, 0.3);
}

.nav-btn:hover:not(:disabled) {
  background: #2AA9DC;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(60, 197, 237, 0.4);
}

.nav-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #3CC5ED;
  transform: scale(1.2);
}
.section {
  padding: 80px 0;
}

.section-title {
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a2e;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

/*News media slider */
.news-media-section {
  padding: 60px 0;
  background: white;
  position: relative;
}

.news-media-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.news-swiper {
  overflow: visible;
}

.news-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  transition: all 0.3s ease;
}

.news-logo {
  max-width: 120px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: cover;
  /* filter: grayscale(100%) opacity(0.6); */
  transition: all 0.4s ease;
}

.news-slide:hover .news-logo {
  /* filter: grayscale(0%) opacity(1); */
  transform: scale(1.05);
}

/* Custom Navigation Arrows */
.news-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1d1d1d;
  z-index: 10;
  transition: all 0.3s ease;
  background-color: unset;
  font-size: 20px;
}

.news-nav-btn:hover {
  background: unset;
}

.news-nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.news-nav-prev {
  left: 20px;
}

.news-nav-next {
  right: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-logo {
      max-width: 100px;
      max-height: 50px;
  }
  
  .news-nav-btn {
      width: 35px;
      height: 35px;
      font-size: 16px;
  }
  
  .news-nav-prev {
      left: 10px;
  }
  
  .news-nav-next {
      right: 10px;
  }
}

@media (max-width: 480px) {
  .news-logo {
      max-width: 80px;
      max-height: 40px;
  }
  
  .news-nav-btn {
      display: none; /* Hide arrows on very small screens */
  }
}

/* Swiper Override Styles */
.news-swiper .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

.mediaSwiper>.swiper-wrapper{
  justify-content: center;
}

.news-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animation for smooth entrance */
.news-slide {
  opacity: 0;
  animation: slideInUp 0.6s ease forwards;
}

.news-slide:nth-child(1) { animation-delay: 0.1s; }
.news-slide:nth-child(2) { animation-delay: 0.2s; }
.news-slide:nth-child(3) { animation-delay: 0.3s; }
.news-slide:nth-child(4) { animation-delay: 0.4s; }
.news-slide:nth-child(5) { animation-delay: 0.5s; }
.news-slide:nth-child(6) { animation-delay: 0.6s; }

@keyframes slideInUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

#media {
  background-color: #e8ebff2f;
}

/* Media Swiper Container */
.media-swiper-container {
  margin: 0 70px;
  position: relative;
  overflow: hidden;
  /* Add max-width to prevent overflow */
  max-width: calc(100vw - 140px);
}

/* Media Post Styles */
.media-post-thumb {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.media-video-container {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  background: #000;
  cursor: grab;
}

.media-video-container:active {
  cursor: grabbing;
}

.media-video-container iframe, 
.media-video-container img {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 25px;
  /* pointer-events: none; */
}

.media-video-container img {
  object-fit: cover;
}

/* Video overlay for image slides */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 100%);
  z-index: 2;
}

.play-button-overlay:hover {
  background: rgba(60, 197, 237, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.media-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 4;
}

.media-title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

/* Custom Swiper Navigation */
.media-swiper-button-next,
.media-swiper-button-prev {
  background: linear-gradient(135deg, #3CC5ED 0%, #2AA9DC 100%);
  color: white;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(60, 197, 237, 0.3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.media-swiper-button-prev {
  left: -70px; /* Reduced from -80px */
}

.media-swiper-button-next {
  right: -70px; /* Reduced from -80px */
}

.media-swiper-button-next:hover,
.media-swiper-button-prev:hover {
  background: linear-gradient(135deg, #2AA9DC 0%, #3CC5ED 100%);
  transform: translateY(-50%) translateY(-3px);
  box-shadow: 0 12px 35px rgba(60, 197, 237, 0.4);
}

.media-swiper-button-next.swiper-button-disabled,
.media-swiper-button-prev.swiper-button-disabled {
  background: linear-gradient(135deg, #ccc 0%, #999 100%);
  cursor: not-allowed;
  transform: translateY(-50%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Custom Swiper Pagination */
.media-swiper-pagination {
  position: static !important;
  margin-top: 40px;
  text-align: center;
}

.media-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.media-swiper-pagination .swiper-pagination-bullet-active {
  background: #3CC5ED;
  transform: scale(1.3);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .media-swiper-container {
    margin: 0 50px;
    max-width: calc(100vw - 100px);
  }
  
  .media-swiper-button-prev {
    left: -60px;
  }
  
  .media-swiper-button-next {
    right: -60px;
  }
}

@media (max-width: 768px) {
  .media-video-container {
    height: 200px;
  }
  
  .media-swiper-container {
    margin: 0 30px;
    max-width: calc(100vw - 60px);
  }
  
  .media-swiper-button-next,
  .media-swiper-button-prev {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  
  .media-swiper-button-prev {
    left: -50px;
  }
  
  .media-swiper-button-next {
    right: -50px;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .media-swiper-container {
    margin: 0 20px;
    max-width: calc(100vw - 40px);
  }
  
  /* Move buttons inside container on mobile */
  .media-swiper-button-prev {
    left: 10px;
  }
  
  .media-swiper-button-next {
    right: 10px;
  }
}

body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .row {
    padding: 0 20px !important;
  }
}

@media (max-width: 576px) {
  .row {
    padding: 0 10px !important;
  }
}
/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-text i {
  color: #646464;
  margin-right: 12px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
/* footer {
  background-image: linear-gradient(127deg, #a759d1 0%, #3CC5ED 91%);
  padding-top: 30px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #9d5bd9;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #3CC5ED;
  color: #fff;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
} */

.footer-container {
  background-color: #1a202c;
  color: #e2e8f0;
  font-family:  'Montserrat', sans-serif;
}

.bolded-text{
  font-family:  'Montserrat-Bold', sans-serif;
}

.footer-main {
  /* max-width: 1200px; */
  margin: auto;
  padding: 50px 14px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}

.footer-col h3 {
  color: #a0aec0;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}

.footer-logo img {
  width: 144px;
  height: auto;
  border-radius: 8px;
}

.footer-subscribe p {
  color: #fff;
  margin: 8px 0;
}

.footer-input-wrap {
  margin: 20px 0px;
  position: relative;
}

.footer-input-wrap input {
  width: 100%;
  padding: 10px 60px 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  color: white;
}

.footer-input-wrap input::placeholder {
  color: #a0aec0;
}

.footer-input-wrap button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.footer-input-wrap button:hover {
  color: #0079A5;
}

.footer-apps {
  margin: 30px 0px;
}

.footer-apps p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-app-links {
  display: flex;
  gap: 12px;
}

.footer-app-links img {
  height: 40px;
  transition: transform 0.3s ease;
}

.footer-app-links img:hover {
  transform: scale(1.05);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #0079A5;
  transform: translateY(-2px);
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #0079A5;
  transform: translateX(5px);
}

.footer-map {
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  overflow: hidden;
}

.footer-bottom {
  background: rgba(0,0,0,0.4);
  border-top: 1px solid rgba(255,255,255,0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  /* padding-left: 100px;
  padding-right: 100px; */
}

.footer-bottom div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  /* padding: 0px 0px; */
  width: 100%;
  margin: auto;
}

.footer-bottom a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-bottom a:hover {
  color: #0079A5;
}

@media (max-width: 768px) {
  .footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #a759d1 0%, #3CC5ED 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.desktop-order-now-button {
  background-color: #3CC5ED;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    fill: #090909;
    color: #090909;
    border-radius: 100px 100px 100px 100px;
    padding: 0px 20px;
}

li>.desktop-order-now-button:hover {
  background-color: #0079A5;
  color: white !important;
}

.order-now-button:hover {
  background-color: #3CC5ED;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    fill: #090909;
    color: #090909 !important;
    border-radius: 100px 100px 100px 100px;
    padding: 0px 20px;
}

/*improved font sizes for all paragraph elements*/
p {
  line-height: 1.6; /* Improved line height for better readability */
  color: #333; /* Darker text color for contrast */
}

.product-card {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.product-content {
  padding: 20px 0px;
  text-align: left;
}

.product-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.product-desc {
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-card .btn {
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 14px;
}


.product-img img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media (max-width: 768px) {
  .product-img img {
    height: 500px;
  }
}

.active-page{
  color:#3CC5ED !important;
}

.productappcont{
  display: flex !important;
}

.productappcont>div>img{
 height: 100%;
 width: 400px;
 }

   .productsContss{
    position: relative !important;
    top: -40px !important;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    z-index: 9 !important;
   }

      .aboutusseccon{
    position: relative;
    top: -40px !important;
    z-index: 9 !important;
        border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    margin-bottom: -40px !important;
   }

   .allproductsconts{
  position: relative;
    top: -40px !important;
    z-index: 9 !important;
        border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    margin-bottom: -40px !important;
   }

   .helpcenterpage{
    background-color: white !important;
     position: relative;
    top: -65px !important;
     z-index: 9 !important;
        border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    margin-bottom: -40px !important;
   }

 @media screen and (max-width: 768px) {
          .aboutusseccon{
    top: -140px !important;
    margin-bottom: -120px !important;
        }
           .allproductsconts{
    top: -140px !important;
    margin-bottom: -120px !important;
           }
             .helpcenterpage{
    top: -140px !important;
             }
  .hero-paragraph{
    font-size: 16px !important;
    font-weight: 500 !important;
  }

    .slide-header{
    margin-bottom: 20px !important;
    font-weight: 900 !important;
    font-size: 20px !important;
  }

  .header-text{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .header-text>.flex{
    margin-top: 60px !important;
  }

  .swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50% !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

  .swiper-button-prev{
left: 5px !important;
  }
  .swiper-button-next{
right: 5px !important;
  }

  .welcome-area>div>div>div>.flex>a{
    width: 80% !important;
    margin-bottom: 10px !important;
  }

  .productsContss{
    top: -200px !important;
    margin-bottom: 0px !important;
  }

  .productsContss>.container{
padding: 0px;
  }
  .second-section-homepage{
    top: -250px !important;
    position: relative !important;
  }
   .third-section-homepage{
            top: -270px !important;
    position: relative !important;
    margin-bottom: 40px !important;
   }
 .fourth-section-homepage,.fifth-section-homepage,.sixth-section-homepage,.seventh-section-homepage{
        top: -360px !important;
    position: relative !important;
  }
     .third-section-homepage>div>.product-item{
      flex-direction: column-reverse !important;
   }

   .seventh-section-homepage{
    margin-bottom: 0px !important;
    padding-top: 60px !important;
   }

   .eightth-section-homepage{
    margin-top: -370px !important;
   }


   .aboutusdesctext{
    text-align: center;
   }

   .abouusconts{
    padding-left: 25px !important;
    padding-right: 25px !important;
   margin-top: -30px;
   }

   .absoutsidebarheader{
    display: block !important;
   }

   .aboutus-cont-here>.content-area{
padding-left: 0px !important;
padding-right: 0px !important;
   }
.helpcenterpage{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
         .helpcenterpage>.justifycontent2{
        display: flex !important;
        width: 100%;
            max-width: 100% !important;
            padding-left: 24px !important;
            padding-right: 24px !important;
            margin-bottom: -50px !important;
            flex-direction: column-reverse !important;
      }

      .map-containerin>iframe{
        width: 325px !important;
        height: 400px !important;
      }

      .map-containerin{
        margin-bottom: 20px !important;
      }

      .footer-bottom{
        background-color: transparent  !important;

      }
       .footer-bottom>.container{
        row-gap: 10px !important;
       }

 }