/**
* Template Name: Gp
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Updated: Aug 15 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
@font-face {
    font-family: "Neue Montreal Medium";
    src: url("./fonts/NeueMontreal-Medium.woff2") format("woff2"),
         url("./fonts/NeueMontreal-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
:root {
  /*--default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  --default-font: "Neue Montreal Medium", sans-serif;
  /*--heading-font: "Raleway",  sans-serif;*/
  --heading-font: "Neue Montreal Medium", sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #000; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #151515; /* Color for headings, subheadings and title throughout the website */
  --accent-color: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%); /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #8B5CF6; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --surface-hover: #9c73f9; 
  --contrast-color: #312f2f; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: rgba(255, 255, 255, 0.905);  /* The default color of the main navmenu links */
  --nav-hover-color:#147bc5; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color:#147bc5; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.justify-center {
  justify-content: center !important;
}

.align-center {
  align-items: center;
}

.vh-100 {
 height: 100vh;
}

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #ffffff;
  --default-color: #000;
  --heading-color: #151515;
  --surface-color: #8B5CF6;
  --contrast-color: #312f2f;
}

/*section {

  padding-top: 1100px;
}*/
body {
    overflow-x: hidden !important;
    margin-top: 50px;
}
/*html, body {
    overflow-x: hidden !important;
}*/
/*[data-aos] {
    overflow: hidden;
}*/

.swiper-wrapper {
          transition-timing-function: linear !important;
        }
        
.bg-color {
    background-color: rgb(250 250 251) !important;
}

/************ HERO CAROUSEL ****************/
.caption span {
        color: var(--default-color);
    font-size: 41px;
    display: block;
    line-height: 51px;
}
    #carousel .carousel-item.boat {
  background-image: url("/img/hero-bg.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("/img/hero-bg.jpg");
}

#carousel .carousel-item.river {
  background-image: url("/img/hero-bg.jpg");
}

#carousel .carousel-item {
  height: 100%;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  padding-top: 40px;
  color: #060606;
  animation-duration: 1s;
  animation-delay: 2s;
      line-height: 18px;
    font-weight: 300;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
      margin-top: 20px;

}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}


/************ HERO CAROUSEL ****************/



/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  
      color: var(--default-color);
    border: 2px solid var(--default-color);
  border-radius: 50px;
  padding:10px;
  font-size: 16px;
  
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  /*background-color: var(--accent-color);*/
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color:var(--accent-color);
  border-color: var(--accent-color);
}


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
      
}

 a.primary-btn:hover, button.primary-btn:hover {
  
      background: linear-gradient(135deg, #3B82F6 0%, #6332d5 100%) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.text-left {
    text-align: left;
}
/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
li:hover a.main-menu {
    color: #91d2ff !important;
}
.header {
      background-color: #fff;
  --heading-color: #ffffff;
  --contrast-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 10px;
  transition: all 0.5s;
  z-index: 997;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
      /*width: 880px;*/
    margin: 0 auto;
    /*border-radius: 100px;*/
    /*margin-top: 10px;*/
    height: 60px;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
      width:25% !important;
    height: auto !important;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-size: 32px;
}

.primary-btn, input.primary-btn {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
    background: var(--accent-color) !important;
    color: var(--background-color) !important;
    outline: none !important;
    border: none;
}
.hr {
    border-top: 1px solid #cdcdcd;
    margin: 10px 0;
}
.text-right {
    text-align: end;
}
.job-list p {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 7px 0px;
}

/*.btn-getstarted,
.btn-getstarted:focus {
  color: var(--accent-color);
  font-size: 14px;
  padding: 5px 20px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
      border: 2px solid var(--accent-color);
          border-radius: 50px;
}*/

.btn-getstarted,
.btn-getstarted:focus {
  color: var(--contrast-color);
  font-size: 14px;
  padding: 5px 20px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  border: 2px solid var(--contrast-color);
  background-color: var(--accent-color);
}

.btn-getstarted:hover,
.btn-getstarted:focus:hover {
  color:#fff;
  background: var(--accent-color);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

 .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Index Page Header
------------------------------*/
/*.index-page .header {
  --background-color:var(--accent-color);
      --background-color: var(--accent-color);
}*/

.header {
 /* --background-color:var(--accent-color);
      --background-color: var(--accent-color);*/
          background-color: #fff;
}
  

/* Index Page Header on Scroll
------------------------------*/
/*.index-page.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);
}*/
body.scrolled .header {
  --background-color: rgba(0, 0, 0, 0.8);
      --background-color: rgb(0 0 0 / 45%);
      /*display: none !important;*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.sub-mega-menu h2 {
        font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(0 0 0) !important;
}
 .sub-mega-menu {
       width: 1000px !important;
    padding: 16px !important;
    margin-left: -535px !important;
    border-radius: 20px !important;
}
.inner-mega-menu {
    background: #f2f4fb;
    border-radius: 21px;
    padding: 20px;
    margin: 0px 10px !important;
}

/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    /*color: #000;*/
    padding: 5px 15px;
    font-size: 14px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    transition: 0.3s;
  }
      .navmenu a, .navmenu a:focus {
        color: #000;
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

    /*.navmenu li:last-child a {
      padding-right: 0;
    }*/

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #4f46e5 !important;
    /*font-weight: bold;*/
  }


  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 121%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 8px;
    z-index: 99;
                    box-shadow: rgb(123 100 246) 1.95px 1.95px 2.6px;
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 7px 13px;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  
  .navmenu .dropdown ul li:hover>a {
    /*background-color: var(--nav-dropdown-hover-color);*/
    background-color: #ffffff !important;
        color: var(--nav-dropdown-hover-color) !important;

  }

  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown .sub-menu li:hover>a {
    background-color: rgb(255 255 255 / 0%) !important;
        color: var(--nav-dropdown-hover-color) !important;
  }
  .navmenu li:hover>a {
    /*  */
     color:#000;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    /*top: 100%;*/
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000;
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: color-mix(in srgb, var(--accent-color), white 90%);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    background-color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
            box-shadow: rgb(123 100 246) 1.95px 1.95px 2.6px;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #000;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footericon {
    margin-top: 30px !important;
}
.footericon .fa-solid::before {
    color: var(--surface-color);
    margin-right: 20px;
    font-size: 23px;
}
.footer-contact .icon {
    display: flex;
    margin-bottom: 20px;
}
.header .bi::before {
    color: #000 !important;
}
.footer {
  color: #000;
  /*background-color: var(--background-color);*/
  font-size: 16px;
  position: relative;
  margin-top: 50px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-top: 1px solid #cdcdcd;
}
.footer .bi::before {
    color:var(--surface-color);
  }

.footer .php-email-form {
    
    
    padding: 0px !important;
    color: #fff !important;
}

.footer .footer-top {
      padding: 50px 0px 10px 0;
  /*background-color:var(--accent-color);*/
}

.footer .footer-about .logo {
  line-height: 1;
  /*margin-bottom: 10px;*/
}

.footer .footer-about .logo img {
  max-height: 75px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 16px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  /*color: var(--surface-color), transparent 30%;*/
  /*background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 23px;
  margin-right: 10px;
  transition: 0.3s;
   padding: 10px;
   color: var(--default-color) !important;
}

.footer .social-links a:hover {
  color: var(--contrast-color);
  background-color: #147bc538;
}

.footer h4 {
      font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
        color: var(--surface-color);
    text-decoration: underline;

}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 4px;
  font-size: 12px;
  line-height: 0;
  color: var(--surface-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
      line-height: 20px;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  /*color: color-mix(in srgb, var(--default-color), transparent 30%);*/
      color: var(--default-color);
  display: inline-block;
  line-height: 20px;
}

.footer .footer-links ul a:hover {
  color: var(--surface-hover);
      /*color: #91d2ff;*/
}

.footer .footer-contact p {
  margin: 19px 0px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
   border: 1px solid #fff;
  display: flex;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 15%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

/*.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}*/

.footer .copyright {
  padding: 5px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  /*background-color: var(--accent-color);*/
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
      border: 2px solid var(--accent-color);
    border-radius: 50%;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
      background-color: 
 color-mix(in srgb, #147bc517, transparent 20%);
    color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: #fff;
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 10px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 10px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, #ffffff, #ffffff 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 100px 0 0 0;
  scroll-margin-top: 80px;
  /*overflow: clip;*/
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 58px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 20px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.carousel-control-next, .carousel-control-prev {
    width: 8%;
}
.mobile-hero-slide {
    display: none;
}
.hero {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding: 120px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}*/
/*.hero-slides img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}*/

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  font-family: var(--nav-font);
}

.hero h2 span {
  color: var(--accent-color);
}

.hero p {
  margin: 10px 0 0 0;
  font-size: 24px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--accent-color);
}

.hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

.hero .icon-box h3 a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: ease-in-out 0.3s;
}

.hero .icon-box:hover {
  border-color: var(--accent-color);
}

.hero .icon-box:hover h3 a {
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
}

.hero-btn {
  display: inline-block;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
    /************ our vission css start **********/
.about-section {
    margin-bottom: 150px;
}

        .mission-section{
      font-family:Arial, sans-serif;
      background:
      radial-gradient(circle at top center, #f1f1f1 0%, #ffffff 30%, #efefef 65%, #d9d9d9 100%)
    }

    .mission-section{
      padding:70px 0 110px;
      position:relative;
      overflow:hidden;
    }

    /* SOFT CENTER GLOW */
    .mission-section::before{
      content:"";
      position:absolute;
      inset:0;
      background:
      radial-gradient(circle at center,
      rgba(255,255,255,.45) 0%,
      rgba(255,255,255,0) 65%);
      pointer-events:none;
    }

    /* CARD */
    .mission-card{
      position:relative;
      width:100%;
      max-width:260px;
      margin:auto;
      background:#f9f9f9;
      border-radius:10px;
      padding:30px;
      text-align:center;

      box-shadow:
      0 10px 18px rgba(0,0,0,.12),
      inset 0 1px 0 rgba(255,255,255,.9);

      z-index:2;
    }

    /* LEFT COLOR SHAPE */
    .mission-card::before{
          content: "";
    position: absolute;
    left: -33px;
    bottom: -1px;
    width: 38px;
    height: 145px;
    border-radius: 0 0 0 16px;
    z-index: -1;
    }

    /* BOTTOM TAB */
    .mission-card::after{
      content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    width: 250px;
    height: 13px;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 16% 100%);
    z-index: -1;
    }

    /* YELLOW */
    .yellow::before{
      background:#f3b325;
    }

    .yellow::after{
      background:#d89900;
    }

    /* BLUE */
    .blue::before{
      background:#3d7ce2;
    }

    .blue::after{
      background:#2b60bc;
    }

    /* ICON */
    .icon-box{
         width: 54px;
    height: 54px;
    margin: auto auto 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #5a5a5a;
    }

    /* HEADING */
    .mission-card h3{
      font-size:24px;
      font-weight:700;
      color:#2b2b2b;
      margin-bottom:18px;
      letter-spacing:.5px;
    }

    /* TEXT */
    .mission-card p{
      font-size:13px;
      line-height:1.7;
      color:#6f6f6f;
      margin:0;
    }

    /* NUMBER */
    .card-number{
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      bottom:-10px;
      color:#c3c3c3;
      font-size:31px;
      font-weight:100;
      letter-spacing:1px;

      z-index:5;
    }

    /* SHADOW UNDER CARD */
    .bottom-shadow{
      width:125px;
      height:15px;
      margin:28px auto 0;

      background:rgba(0,0,0,.16);
      border-radius:50%;
      filter:blur(7px);
    }

    @media(max-width:768px){

      .mission-card{
        margin-bottom:65px;
      }

    }
    .feature-dialer-card h3 {
    font-size: 15px !important;
}
.feature-dialer-card {
    padding: 20px !important;
}

.feature-dialer-card::before {
    width: 10px !important;
    left: -10px !important;
}

    /************ our vission css end **********/
.about .content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.about .content .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about .content ul i {
  color: var(--accent-color);
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

.about .content p:last-child {
  margin-bottom: 0;
}





/*--------------------------------------------------------------
# FAQ Section Start
--------------------------------------------------------------*/

.faq-container {
  background-color: white;
  color: black;
  border-radius: 10px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
  margin: 20px 0;
  /*box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;*/
      border: 1px solid #80808030;
}


.faq-wrapper {
  /*width: 60%;*/
      margin: 0 auto;
      /*padding: 30px;*/
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.question {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  /*background: var(--accent-color);*/
  color: #464646;
      border-radius: 10px 10px 0 0;
}
.question.active {
        background: #ffffff;
    color: #000000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 500;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 20px;
  line-height: 1.5rem;
  font-size: 14px;
  color: #686868;
  font-weight: 500;

}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}

/*--------------------------------------------------------------
# FAQ Section Ends
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-image {
  position: relative;
  min-height: 400px;
}

.features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.features .features-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.features .features-item i {
  font-size: 48px;
  color: var(--accent-color);
  margin-right: 20px;
  line-height: 0;
}

.features .features-item p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.bluee {
    background-color: #0d6efd !important;
    color: #fff;
}

.green {
    background-color: #198754 !important;
    color: #fff;
}

.purple {
    background-color: #6f42c1 !important;
    color: #fff;
}

.orange {
    background-color: #fd7e14 !important;
    color: #fff;
}

.red {
    background-color: #dc3545 !important;
    color: #fff;
}

.teal {
    background-color: #20c997 !important;
    color: #fff;
}

.indigo {
    background-color: #6610f2 !important;
    color: #fff;
}

.pink {
    background-color: #d63384 !important;
    color: #fff;
}

.yelloww {
    background-color: #ffc107 !important;
    color: #000;
}

.cyan {
    background-color: #0dcaf0 !important;
    color: #000;
}

.brown {
    background-color: #8b5e3c !important;
    color: #fff;
}

.megenta {
    background-color: #ea34ed !important; 
    color: #fff;
}

.darkblue {
    background-color: #003566 !important;
    color: #fff;
}

.lime {
    background-color: #84cc16 !important;
    color: #fff;
}

.service-hero-img {
    width: 100%;
        height: 450px;
    object-fit: contain;
}

.bi.service-arrow::before {
    color: #4f46e5 !important;
    font-size: 32px;
}
.service-readomore {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    /*margin-bottom: 20px;*/
    color: var(--surface-color);
    font-weight: 700;
}

.services-arrow-div {
  display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.services-arrow {
    font-size: 100px;
    border: 1px solid #147bc5;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .service-item {
  background-color: var(--background-color);
  /*text-align: center;*/
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 100%;
  transition: all ease-in-out 0.3s;
  border-radius: 8px;
  padding: 10px;
}

.services .service-item .icon {
  background: var(--accent-color);
  color: var(--contrast-color);
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 8px;
}

.services .service-item .icon i {
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 16px;
  transition: 0.3s;
}

.services .service-item p {
  line-height:20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.service-readomore p {
    font-size: 16px;
    font-weight: 300;
    color: #424242;
}



.services .service-item:hover {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
span.post-date {
    font-size: 11px;
}

.icon-box1 {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
        margin-right: 15px;
}
.voice {
    background: #2563eb;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.sms {
    background: #16a34a;
}
.email {
    background: #7c3aed;
}
.call {
    background: #ea580c;
}
.rcs {
    background: #4f46e5;
}






/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
  margin-top: 100px;
}

.bg-img img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
div#dim-history\ bg-img-clip-path {
    /*padding: 80px 0px;*/
    position: relative;
    clip-path: inset(0px);
    /*margin-top: 100px;*/
}
.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
      font-size: 40px;
    font-weight: 500;
  color:#000;
}

.call-to-action p {
  color: #000;
      margin-bottom: 45px;
}

.cta-btn {
      font-family: var(--heading-font);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    /*display: inline-block;*/
    padding: 12px 25px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #000000;
    color: #000000;
}

.cta-btn:hover {
  background: var(--accent-color);
  color: var(--background-color);
  border: 2px solid var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--background-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 10px;
}

.stats .stats-item i {
  font-size: 44px;
  color: var(--surface-color);
  line-height: 0;
  margin-right: 15px;
}

.stats .stats-item .purecounter {
  color: var(--heading-color);
  font-size: 40px;
  display: block;
  font-weight: 700;
  line-height: 40px;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 15px 0 0 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  /*padding: 80px 0;*/
  position: relative;
}
.testimonials .swiper {
    overflow: hidden !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
}
.testimonial-item span {
    color: var(--default-color);
} 

/*#testimonials  p, h3, h4 {
  color: var(--background-color);
}*/


/*.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}*/

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  /*background-color: var(--default-color);*/
  background-color: #000;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--background-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  margin-bottom: 20px;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 25px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.cont-subtitle {
    font-size: 23px;
    line-height: 28px;
    margin: 27px 0px;
}
.cont-title {
    font-size: 58px;
}
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i::before {
    color: #fff !important;
}

.contact .info-item i {
  color: var(--background-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea, input[type=number] {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
      border-color: 
 color-mix(in srgb, #000000, transparent 61%);
    border-radius: 6px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*.php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}

.php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}*/

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--background-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*.service-details .services-list {
  background-color: var(--surface-color);
}
*/
.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  /*background-color: var(--accent-color);*/
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}
.php-email-form {
    
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px;
    color: #000 !important;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

/*.service-details p {
  font-size: 15px;
}*/

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}


/*--------------------------------------------------------------
# Sub Page Hero Section
--------------------------------------------------------------*/


.page-title.sub-page-hero-section {
  margin-top: 89px;
  background-image: url("../img/cta-bg.jpg")
}
.sub-page-hero-section h2 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
.sub-page-hero-section p {
    color: #fff;
   
}


        #carousel .carousel-item.boat {
      /*background-image: url("../img/hero-bg.jpg");*/
    }
    
    #carousel .carousel-item.sea {
      /*background-image: url("../img/hero-bg.jpg");*/
    }
    
    #carousel .carousel-item.river {
      /*background-image: url("../img/hero-bg.jpg");*/
    }
    
    #carousel .carousel-item {
      height: 100%;
      width: 100%;
      min-height: 350px;
      background: no-repeat center center scroll;
      background-size: cover;

    }
/*#carousel::-webkit-scrollbar:horizontal {
  display: none !important;
}
*//*.carousel-indicators {
    display: none !important;
}
#carousel::-webkit-scrollbar-x {
    display: none !important;
}
body::-webkit-scrollbar {
    overflow-x: hidden;
}*/
   /* #carousel .carousel-item::-webkit-scrollbar-x {
    display: none;
}*/
.carousel-inner {
    padding-top: 50px;
} 
    
    #carousel .carousel-inner .carousel-item {
      transition: -webkit-transform 2s ease;
      transition: transform 2s ease;
      transition: transform 2s ease, -webkit-transform 2s ease;
    }
    
    #carousel .carousel-item .caption {
      /*background-color: rgba(0, 0, 0, 0.5);*/
      /*padding: 40px;*/
      color: #000;
      animation-duration: 1s;
      animation-delay: 2s;
    }
    
    #carousel .caption h2 {
      animation-duration: 1s;
      animation-delay: 2s;
    }
    
    #carousel .caption p {
      animation-duration: 1s;
      animation-delay: 2.2s;
          margin-top: 30px;
              font-weight: 400;
    line-height: 22px;
    }
    
    #carousel .caption a {
      animation-duration: 1s;
      animation-delay: 2.4s;
    }
    
   .hero-text {
    /*color: #fbc252;*/
    /*color: #f78900;*/
    color: var(--surface-color);  
    font-size: 53px;
    font-weight: bold;
    /*font-family: serif;    */
    line-height: 60px;

}
.top-button {
    font-size: 13px;
    width: auto;
    border: 2px solid var(--surface-color);
    color: var(--default-color);
    margin-bottom: 20px !important;
    margin-right: 10px;
    text-align: center;
    border-radius: 50px;
    padding: 5px 30px;
        font-weight: bold;

}
    
        /* CARD SECTION */
       .card-section {
        padding: 100px 0;
        /*background: linear-gradient(0deg, #ffffff, #f8d258 20%, #fed75a 50%, #0b1723 90%);*/
    }
    
        .card-container-custom {
          position: relative;
          width: 600px;
          height: 200px;
          margin: auto;
        }
    
        .card-custom {
          width: 200px;
          height: auto;
          position: absolute;
          top: 0;
          left: 68%;
          border-radius: 1rem;
          transform: translateX(-100%) translateY(calc(35px * var(--card))) rotate(45deg) skew(-15deg, -10deg) scale(0.8);
          /*box-shadow: 25px 20px 100px rgba(0, 0, 0, 0.2);*/
              box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          z-index: calc(-1 * var(--card));
          transition: 0.5s;
          overflow: hidden;
          background: var(--color-card-bg);
        }
    
        .card-container-custom:hover .card-custom {
          transform: translateX(calc(50% + calc(115% * var(--card))));
          z-index: 1;
        }
    
        .card__content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          /*height: 100%;*/
          padding: 32px;
          font-family: "Plus Jakarta Sans", sans-serif;
        }
    
        .card__header {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
    
        .card__icon--mastercard {
          position: relative;
          height: 32px;
          width: 44px;
        }
    
        .card__icon--mastercard::before,
        .card__icon--mastercard::after {
          content: "";
          position: absolute;
          height: 32px;
          width: 32px;
          border-radius: 50%;
          background-color: var(--color-card-icon-mastercard);
        }
    
        .card__icon--mastercard::after {
          right: -2px;
          opacity: 0.75;
        }
    
        .card__footer p {
          font-size: 1.2em;
          font-family: "Caveat", cursive;
        }
    
        .card__footer h2 {
          font-size: 2em;
        }
/************************ mt-post ***********************/
/*.blog-book-recent {
    position: sticky;
    top: 100px;
}*/


.blog-book-demo {
    position: sticky;
    top: 100px;
}
.blog-page .service-box h3 {
    font-size: 30px;
}
.blog-section{
    padding: 20px 0px;
}
.blog-conclusion {
    text-align: center;
    padding: 20px;
    background: aliceblue;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-h3 .service-readomore h3 {
    font-size: 15px;
    font-family: var(--heading-font) !important;
    color: #fff !important;
}
.blog-h3 .service-readomore p {
    font-size: 14px !important;
    color: #fff;
}
.blog-right h5 {
    font-weight: 600;
}
.blog-section .bi::before {
    color: #000 !important;
}
.my-post {
          /*background-color: #FFE53B;
          background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%);*/
          min-height: 100vh;
          font-family: sans-serif; /* replaced external font */
          display: flex;
        }
        
        /* MAIN */
        .blog-slider {
          width: 95%;
          max-width: 1000px;
          margin: auto;
          background: #fff;
          box-shadow: 0px 14px 80px rgba(34,35,58,0.2);
          padding: 25px;
          border-radius: 25px;
          height: 400px;
          position: relative;
          transition: all .3s;
              border-right: 2px solid #ffc451;
    border-bottom: 2px solid #ffc451;
    border-top: 2px solid #ffc451;
    margin-top: 80px;
}
  
        
        /* SLIDE */
        .blog-slider__item {
          display: flex;
          align-items: center;
        }
        
        /* IMAGE */
        .blog-slider__img {
          width: 300px;
          height: 300px;
          flex-shrink: 0;
          border-radius: 20px;
          overflow: hidden;
          position: relative;
          transform: translateX(-80px);
          border-radius: 100%;
          border:5px solid #ffc451;
              box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
                  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        }
        
        .blog-slider__img::after {
          content: '';
          position: absolute;
          inset: 0;
          /*background-image: linear-gradient(147deg,#fe8a39 0%,#fd3838 74%);*/
          opacity: 0.8;
          border-radius: 20px;
        }
        
        .blog-slider__img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          opacity: 0;
          transition: all .3s;
          border-radius: 20px;
        }
        
        /* CONTENT */
        .blog-slider__content {
          padding-right: 25px;
        }
        
        .blog-slider__content > * {
          opacity: 0;
          transform: translateY(25px);
          transition: all .4s;
        }
        
        /* ACTIVE ANIMATION */
        .blog-slider__item.swiper-slide-active .blog-slider__img img {
          opacity: 1;
          transition-delay: .3s;
        }
        
        /* STAGGER */
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) { transition-delay: 0.3s; }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) { transition-delay: 0.4s; }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) { transition-delay: 0.5s; }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) { transition-delay: 0.6s; }
        .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) { transition-delay: 0.7s; }
        
        .blog-slider__item.swiper-slide-active .blog-slider__content > * {
          opacity: 1;
          transform: none;
        }
        
        /* TEXT */
        .blog-slider__code {
          color: #7b7992;
          margin-bottom: 15px;
        }
        
        .blog-slider__title {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 20px;
        }
        
        .blog-slider__text {
          color: #4e4a67;
          margin-bottom: 30px;
        }
        
        /* BUTTON */
        .blog-slider__button {
          display: inline-flex;
          padding: 15px 35px;
          border-radius: 50px;
          color: #fff;
          text-decoration: none;
          background-image: linear-gradient(147deg,#fe8a39 0%,#fd3838 74%);
        }
        
        /* PAGINATION */
        .blog-slider__pagination {
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
        }
        
        .blog-slider__pagination .swiper-pagination-bullet {
          width: 11px;
          height: 11px;
          background: #062744;
          opacity: 0.2;
          border-radius: 10px;
          margin: 8px 0;
        }
        
        .blog-slider__pagination .swiper-pagination-bullet-active {
          opacity: 1;
          background: #fd3838;
          width: 30px;
        }

        .swiper {
             
          overflow: visible;
        }


    /****************** Blog css start *****************/

.blog-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.blog {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex: 1 0 calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    /*height:350px;*/
    margin: 10px auto;
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.blog-image img:hover {
    transform: scale(1.05);
}

.blog-image .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-content h2 {
        font-size: 15px !important;
    margin-bottom: 10px;
    color: #565656;
    font-weight: 600;
    font-size: 18px;
}

.blog-content p {
        flex-grow: 1;
    color: #ababab;
    margin-bottom: 20px;
    line-height: 18px;
    font-size: 14px;
}

.blog-content a {
    align-self: flex-start;
    background-color: var(--accent-color);
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 12px;
}

.blog-content a:hover {
    background-color: #0056b3;
}



    /******************* Blog css end *****************/

    /* ✅ Hide horizontal scroll WITHOUT affecting layout */
.carousel {
  overflow-x: hidden !important;
}

/* ✅ Prevent accidental overflow from sliders/sections */
/*section, .container, .container-fluid {
  overflow-x: hidden;
}*/



/*************** ABOUT CSS starts *******************/
        /**** about hero section *******/

.clear {
    clear: both;
}
.about-hero-section {
    background: white;
    /*max-width: 920px;*/
    height: auto;
    margin: auto;
    transform: translateY(15%);
    box-shadow: 0px 0px 6px 0px #22222273;
    .circles {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        &:before {
            content: '';
            position: absolute;
            left: -6%;
            top: -8%;
            width: 200px;
            height: 200px;
            background: yellow;
            border-radius: 50%;
        }
        &:after {
            content: '';
            position: absolute;
            right: -11%;
            bottom: -15%;
            width: 200px;
            height: 200px;
            background: var(--accent-color);
            border-radius: 50%;
        }

    }
    .details-container {
        position: relative;
        display: flex;
        
        .avatar {
            /*margin: 10px auto;*/
            position: relative;
            float: left;
            padding: 20px;
            background: var(--accent-color);
            img {
                max-width: 240px;
                margin-top: -70px;
                border: 10px solid white;
                box-shadow: 0px 0px 6px 0px #22222273;
            }
        }
        .about {
            float: right;
            padding: 20px;
            margin-top: 50px;
            .name {
                p {
                    margin: 0;
                    color: black;
                    font-size: 1.1em;
                    font-weight: bold;
                }
                h1 {
                    color: yellow;
                    font-weight: bold;
                    margin:0;
                    font-size: 3em;
                }
            }
            .about-content {
                p {
                    line-height: 1.6em;
                }
                button {
                    border: none;
                    color: black;
                    padding: 10px;
                    background: yellow;
                    cursor: pointer;
                    font-weight: bold;
                    width: 250px;
                    height: 40px;
                    font-family: 'Nunito', sans-serif;
                    box-shadow: 1px 1px 10px 0px #2222222b;
                    transition: .2s all;
                    &:hover {
                        box-shadow: 1px 1px 1px 0px #2222222b;
                    }
                    &:focus, &:active {
                        outline: 0;
                        box-shadow: 1px 1px 10px 0px #22222280;
                    }
                }
            }
        }
    }
 
    @media only screen and (max-width: 766px){
        height: auto;
        .details-container {
            flex-direction: column;
            
            .avatar  {
                img {
                    width: 300px;
                }
            }
            .about {
                margin-top: 10px;
            }
        }
    }
}
@keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slideUpFromBottom {
    0% {
      transform: translateY(70%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
        .HeroSectionLifeAtHelo_container__kES4o {
            position: relative;
        }
        .HeroSectionLifeAtHelo_container__kES4o:before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 100vw;
            height: 100%;
            background: url(/assets/others/lifeAtHero2.svg);
            background-size: cover;
            background-position: bottom;
            z-index: -1;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 70px;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_leftImages__jSIoG {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 1.875rem;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk {
            display: flex;
            gap: .375rem;
            text-transform: uppercase;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_animated-text__YZqUj {
            color: #ec1c24;
            display: flex;
            flex-direction: column;
            height: 1em;
            overflow: hidden;
            text-align: right;
            font-weight: 700;
        }
        
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_animated-text__YZqUj, .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_staticWord__I5wQd {
            font-size: 2.5rem;
            line-height: 3rem;
            font-weight: 600;
            color: #14181b;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_animated-text__YZqUj div {
            animation: HeroSectionLifeAtHelo_verticalScroll__dvYdX 8s cubic-bezier(.5, 1.5, .5, 1) infinite;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_animated-text__YZqUj div {
            animation: HeroSectionLifeAtHelo_verticalScroll__dvYdX 8s cubic-bezier(.5, 1.5, .5, 1) infinite;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_animated-text__YZqUj div {
            animation: HeroSectionLifeAtHelo_verticalScroll__dvYdX 8s cubic-bezier(.5, 1.5, .5, 1) infinite;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_animated-text__YZqUj, .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV .HeroSectionLifeAtHelo_content__IGLdk .HeroSectionLifeAtHelo_staticWord__I5wQd {
            font-size: 2.5rem;
            line-height: 3rem;
            font-weight: 600;
            color: #14181b;
        }
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV h1 {
            max-width: 518px;
            text-align: center;
        }
        
        .HeroSectionLifeAtHelo_container__kES4o .HeroSectionLifeAtHelo_section__ANrbJ .HeroSectionLifeAtHelo_middleContent__CsgoV h1 {
            font-size: 3rem;
            line-height: 3.625rem;
            font-weight: 600;
            color: #14181b;
        }
        .Button_button__eeUFl {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 48px;
            padding: 12px 32px;
            border-radius: 100px;
            cursor: pointer;
            transition: all .3s ease-out;
            border: none;
            outline: none;
            text-decoration: none;
        }
        .Button_label__GoYzK {
            display: inline-block;
            line-height: 1.2;
        }
        
        
        /*******************************/
                /*.about-section {
                  width: 100%;
                  height: 100vh;
                  padding-top: 63px !important;
                }

                */

     /*   .about-section {
    margin-bottom: 123px;
}*/
                .left-header {
                  position: sticky !important;
                  top: 0;
                  left: 0;
                  color: #fff;
                  height: 100vh;
                  /*width: 100%;
                  max-width: 100%;*/
                  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('assets/img/cta-bg.jpg');
                  background-size: cover;
                  padding: 4rem;
                }
                
                .left-header::before {
                  background-color: #fff;
                  position: absolute;
                  content: '';
                  bottom: 50px;
                  left: 30px;
                  margin: 0 1rem;
                  width: 80%;
                  height: 2px;
                }
                
                .left-header::after {
                  background-color: #fff;
                  position: absolute;
                  content: '';
                  bottom: 50px;
                  left: 30px;
                  margin: 0 1rem;
                  height: 80%;
                  width: 2px;
                }
                
                .left-header h2 {
                  margin-left: 4rem;
                }
                
                .v-center-box {
                  min-height: 100%;
                }
                
                .sub-heading {
                  font-size: .8rem;
                  font-weight: 700;
                  letter-spacing: .15rem;
                  word-spacing: .05rem;
                }
                
                .about-data {
                  position: relative;
                }
                
                .about-data::before {
                  position: absolute;
                  content: '\003c/ ABOUT \003e';
                  top: 0;
                  left: 50%;
                  transform: translate(-50%, -60%);
                  text-align: center;
                  font-size: .8rem;
                  font-weight: 900;
                  color: #dee2e6; 
                  background-color: #fff;
                  width: 8rem;
                }
                
                .about-data i {
                  color: #f12d2d;
                }
                
                .about-data p {
                  font-size: .7rem;
                  letter-spacing: .05rem;
                  word-spacing: .2rem;
                }
                .about-data .data-number {
                  color: #494949;
                  font-size: 1.2rem;
                }
                
                .icon-18 {
                  font-size: 1.8rem;
                }
        
        /*------------------------ Counter wrapper scc start ---------------*/
         
.counter-wrapper .bi::before {
    color: red !important;
}

.count{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
      color: #000;
}
/*.cont p {
    text-align: left;
    padding-left: 20px;
}*/
.counter-wrapper{
  background: #333;
   background-image:url("../img/career-hero-img.jpg");
      background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: radial-gradient(circle at top center, #f1f1f1 0%, #ffffff 30%, #efefef 65%, #d9d9d9 100%);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}


        
         /*------------------------ Counter wrapper scc end ---------------*/
        
        
                
                
                /*------------------------- journey map css start --------------------*/
                .header {
                  /*display: none;*/
                }
                /* ===== DIM History (scoped) ===== */
                .dim-history * {
                  box-sizing: border-box;
                  margin: 0;
                  padding: 0;
                }
                
                /* Use component-scoped CSS variables instead of :root */
                .dim-history {
               
                  --text-primary: #333;
                  --text-secondary: #666;
                  --text-muted: #888;
                  --border-color: #e1e5e9;
                  --shadow-light: 0 2px 8px rgba(0, 0, 0, 0.06);
                  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.1);
                  --shadow-heavy: 0 8px 30px rgba(0, 0, 0, 0.12);
                  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                  --border-radius: 12px;
                  --timeline-color: #e1e5e9;
                
                  /*background: linear-gradient(135deg, #e3dbd8 0%, #c3cfe2 100%);*/
                  /*background: linear-gradient(135deg, #ff9e0c 0%, #f9ed98 100%);*/
                  background: linear-gradient(135deg, #f9f4ed 0%, #ffffff 100%) !important;
                  font-family: "Manrope", sans-serif;
                  line-height: 1.6;
                  color: var(--text-primary);
                  /*min-height: 100vh;*/
                }
                
                /* Enhanced decade filter with better visual feedback */
                .dim-history .decade-filter {
                  background: #cceaff8f !important;
                  padding: 5px;
                  box-shadow: var(--shadow-light);
                  position: sticky;
                  top: 56px;
                  z-index: 99;
                  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            
                }
                
                .dim-history .decades {
                  display: flex;
                  justify-content: center;
                  flex-wrap: wrap;
                  gap: 12px;
                  max-width: 1200px;
                  margin: 0 auto;
                  padding: 5px;
                }
                
                .dim-history .decade-btn {
                  padding: 11px;
                  text-decoration: none;
                  font-size: 17px;
                  overflow: hidden;
                  font-family: "DM Serif Display";
                  border: none !important;
                  background: none !important;
                  line-height: 7px;
                  color: #000;
                }
                
                .dim-history .decade-btn::before {
                  content: "";
                 /* position: absolute;
                  top: 0;
                  left: -100%;
                  width: 100%;
                  height: 100%;*/
                  background: linear-gradient(
                    90deg,
                    transparent,
                    rgba(255, 255, 255, 0.4),
                    transparent
                  );
                  transition: left 0.5s;
                }
                
                .dim-history .decade-btn:hover::before {
                  left: 100%;
                }
                
                .dim-history .decade-btn:hover {
                  transform: translateY(-2px);
                  box-shadow: var(--shadow-medium);
                  border-color: var(--primary-color);
                }
                                
                .dim-history .decade-btn.active {
                    color: #000;
                    border: 2px solid !important;
                    border-radius: 10px;
                    font-weight: bolder;
                }                
                /* Timeline container with improved spacing */
                .dim-history .timeline-wrapper {
                  max-width: 1400px;
                  margin: 0 auto;
                  padding: 40px 20px 40px;
        
                }
                
                .dim-history .timeline {
                  position: relative;
                  padding: 10px 0;
                      display: flex;
    height: 100% !important;
                }
                
                /* Enhanced timeline line with gradient */
                .dim-history .timeline::after {
                  content: "";
                  position: absolute;
                  width: 2px;
                      background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
                  top: 0;
                  bottom: 0;
                  left: 50%;
                  margin-left: -2px;
                  border-radius: 2px;
                  opacity: 0.6;
                }
                
                /* Container with improved animations */
                .dim-history .container {
                  padding:100px 60px;
                  position: relative;
                  width: 50%;
                  /*margin-bottom: 40px;*/
                  opacity: 0;
                  transform: translateY(30px);
                  transition: var(--transition-smooth);
                }
                
                .dim-history .container.visible {
                  opacity: 1;
                  transform: translateY(0);
                }
                
                .dim-history .left {
                  left: 0;
                }
                .dim-history .right {
                  left: 50%;
                }
                
                /* Enhanced timeline indicators */
                .dim-history .container::after {
                  content: "";
                  position: absolute;
                  width: 20px;
                  height: 20px;
                      background: var(--surface-color),;
    border: 4px solid var(--surface-color);
                  top: 50%;
                  transform: translateY(-50%);
                  z-index: 2;
                  border-radius: 50%;
                  box-shadow: var(--shadow-medium);
                  transition: var(--transition-smooth);
                }
                
                .dim-history .container:hover::after {
                  transform: translateY(-50%) scale(1.2);
                  box-shadow: var(--shadow-heavy);
                }
                .dim-history .left {
                  /*background-image: url(https://www.playtex.eu/cdn/shop/files/annee-2000-pe24.svg?v=1731960767);*/
                
                  background-size: 60%;
                  background-position: 100% 10%;
                  background-repeat: no-repeat;
                }
                
                .dim-history .left::after {
                  right: -9px;
                }
                .dim-history .right::after {
                  left: -9px;
                }
                
                /* Enhanced content cards */
                .dim-history .content {
                  padding: 15px;
                  background:#fff !important;
                  border-radius: var(--border-radius);
                  box-shadow: var(--shadow-light);
                  position: relative;
                  transition: var(--transition-smooth);
                  border: 1px solid var(--border-color);
                }
                
                .dim-history .content:hover {
                  transform: translateY(-4px);
                  box-shadow: var(--shadow-heavy);
                }
                
                /* Arrow indicators for speech bubble effect */
                .dim-history .left .content::before,
                .dim-history .right .content::before {
                  content: "";
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  border: 12px solid transparent;
                }
                
                .dim-history .left .content::before {
                  right: -12px;
                  border-left-color: var(--secondary-color);
                }
                
                .dim-history .right .content::before {
                  left: -12px;
                  border-right-color: var(--secondary-color);
                }
                
                /* Enhanced typography */
                .dim-history .content h2 {
                  font-size: 1.8rem;
                  font-weight: 700;
                      color: var(--surface-color);
                  margin-bottom: 16px;
                  position: relative;
                  padding-bottom: 8px;
                }
                
                .dim-history .content h2::after {
                  content: "";
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 40px;
                  height: 3px;
                  background: linear-gradient(90deg, var(--accent-color), transparent);
                  border-radius: 2px;
                }
                
                .dim-history .content p {
                  font-size: 1.05rem;
                  line-height: 1.7;
                  color: var(--text-secondary);
                  margin-bottom: 16px;
                }
                
                .dim-history .content small {
                  font-size: 0.9rem;
                  color: var(--text-muted);
                  font-style: italic;
                }
                
                /* Enhanced media containers */
                .dim-history .video-container {
                  margin: 24px 0;
                  border-radius: var(--border-radius);
                  overflow: hidden;
                  box-shadow: var(--shadow-medium);
                  position: relative;
                  padding-bottom: 56.25%;
                  height: 0;
                  background: var(--accent-color);
                }
                
                .dim-history .video-container iframe {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  border: none;
                }
                
                .dim-history .content-image {
                  margin: 24px 0;
                  border-radius: var(--border-radius);
                  overflow: hidden;
                  box-shadow: var(--shadow-medium);
                }
                
                .dim-history .content-image img {
                  width: 100%;
                  height: auto;
                  display: block;
                  transition: var(--transition-smooth);
                }
                
                .dim-history .content-image:hover img {
                  transform: scale(1.02);
                }
                
                /* Enhanced buttons */
                .dim-history .special-btn {
                  display: inline-block;
                  padding: 14px 28px;
                  background: var(--primary-color);
                  color: var(--secondary-color);
                  text-decoration: none;
                  font-weight: 600;
                  font-size: 0.95rem;
                  border-radius: 50px;
                  transition: var(--transition-smooth);
                  margin: 20px 0 0;
                  position: relative;
                  overflow: hidden;
                  border: 2px solid var(--primary-color);
                }
                
                .dim-history .special-btn::before {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: -100%;
                  width: 100%;
                  height: 100%;
                  background: var(--secondary-color);
                  transition: left 0.3s;
                  z-index: 0;
                }
                
                .dim-history .special-btn:hover::before {
                  left: 0;
                }
                
                .dim-history .special-btn:hover {
                  color: var(--primary-color);
                  transform: translateY(-2px);
                  box-shadow: var(--shadow-medium);
                }
                
                .dim-history .special-btn span {
                  position: relative;
                  z-index: 1;
                }
                
                /* Enhanced links */
                .dim-history .underlined-link {
                  color: var(--primary-color);
                  text-decoration: none;
                  border-bottom: 2px solid transparent;
                  transition: var(--transition-smooth);
                }
                
                .dim-history .underlined-link:hover {
                  border-bottom-color: var(--primary-color);
                }
                
                /* Loading skeleton */
                .dim-history .skeleton {
                  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
                  background-size: 200% 100%;
                  animation: dim-history-loading 1.5s infinite;
                }
                
                @keyframes dim-history-loading {
                  0% {
                    background-position: 200% 0;
                  }
                  100% {
                    background-position: -200% 0;
                  }
                }
                
                /* Scroll indicator */
                .dim-history .scroll-indicator {
                  position: fixed;
                  top:0px;
                  left: 0;
                  width: 0%;
                  height: 4px;
                      background: linear-gradient(90deg, var(--accent-color));
                  z-index: 1000;
                  transition: width 0.3s;
                }
                
                /* Enhanced responsive design */
                @media screen and (max-width: 1024px) {
                  .dim-history .container {
                    padding: 15px 40px;
                  }
                }
                
                @media screen and (max-width: 768px) {
                  .dim-history .header {
                    padding: 40px 20px 30px;
                  }
                  .dim-history .decade-filter {
                    position: static;
                  }
                  .dim-history .decades {
                    gap: 8px;
                  }
                  .dim-history .decade-btn {
                    padding: 10px 18px;
                    font-size: 0.9rem;
                  }
                  .dim-history .container {
                    padding: 15px 20px 15px 80px;
                    width: 100%;
                    margin-bottom: 30px;
                  }
                  .dim-history .right {
                    left: 0;
                  }
                  .dim-history .container::after {
                    left: 60px;
                  }
                  .dim-history .timeline::after {
                    left: 70px;
                  }
                  .dim-history .left .content::before,
                  .dim-history .right .content::before {
                    display: none;
                  }
                  .dim-history .content {
                    padding: 24px;
                  }
                  .dim-history .content h2 {
                    font-size: 1.5rem;
                  }
                }
                
                @media screen and (max-width: 480px) {
                  .dim-history .header h1 {
                    font-size: 2rem;
                  }
                  .dim-history .decade-btn {
                    padding: 8px 14px;
                    font-size: 0.85rem;
                  }
                  .dim-history .container {
                    padding: 10px 15px 10px 60px;
                  }
                  .dim-history .container::after {
                    left: 45px;
                  }
                  .dim-history .timeline::after {
                    left: 55px;
                  }
                  .dim-history .content {
                    padding: 20px;
                  }
                  .dim-history .content h2 {
                    font-size: 1.3rem;
                  }
                }
                
                /* Dark mode support (scoped) */
                @media (prefers-color-scheme: dark) {
                  .dim-history {
                    --primary-color: #ffffff;
                    --secondary-color: #1a1a1a;
                    --accent-color: #00d1f3;
                    --text-primary: #e0e0e0;
                    --text-secondary: #b0b0b0;
                    --text-muted: #888888;
                    --border-color: #333333;
                    --timeline-color: #333333;
                
                    background: linear-gradient(135deg, #1a1a1a 0%, #2d3436 100%);
                  }
                }
                /* ===== /DIM History (scoped) ===== */
                
          .decades-wrapper {
            display: flex;
            align-items: center;
            overflow: hidden;
            width: 300px;
            margin: 0 auto;
          }
          
          .decades {
            display: flex;
            gap: 10px;
            overflow: hidden;
           
          }
          
          .decade-btn {
            flex: 0 0 auto;
          }
          
          .nav-btn {
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            padding: 5px 10px;
                color: #000;
          }
          .nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
          }
                /*------------------------- journey map css end --------------------*/
        
        
                /*------------------------- request demo css start --------------------*/
        
             .about-contact {
          background-color: var(--accent-color);
          color: var(--contrast-color);
          margin-top: 30px;
          padding: 30px 15px;
        }
        .about-contact a {
            color: #000;
        }
        #contact a {
            color: #000;
            font-size: 12px;
            line-height: 0px;
            font-weight: 400;
        }
                 /*------------------------- request demo css end --------------------*/
        
                /*------------------------ Our team Leas css start -----------------*/
        
              
        .card__group {
          display: grid;
          /*width: 800px;*/
          /*height: calc(700px * 15 / 9);*/
          grid-template-columns: repeat(2, 1fr);
          /*grid-template-rows: repeat(5, 1fr);*/
          gap: 2rem;
          /*padding: 2rem;*/
          margin: 0 auto;
        }
        
        .card {
          --var-state: paused;
          --var-opacity: 0;
          width: 100%;
          height: 100%;
          background-color: #fff;
          border-radius: 0.5rem;
          /*display: grid;*/
          /*grid-template-rows: auto 38%;*/
          padding: 0.5rem;
          overflow: hidden;
          transition: grid-template-rows 300ms ease-in-out;
          box-shadow: 0 16px 12px -8px #1e1e1e1e;
        
          &:nth-of-type(4) {
            grid-row: 3/5;
            --var-gr-1: radial-gradient(#ff0844 0%, #ffb199 30%, transparent);
            --var-gr-2: radial-gradient(#12FFF7, #B3FFAB 30%, transparent);
          }
          
          &:nth-of-type(3) {
            grid-row: 3/6;
            --var-gr-1: radial-gradient(#f093fb 0%, #f5576c 30%, transparent);
            --var-gr-2: radial-gradient(#c1dfc4 0%, #deecdd 30%, transparent);
          }
          &:nth-of-type(2) {
            grid-row: 1/3;
            --var-gr-1: radial-gradient(#84fab0 0%, #8fd3f4 30%, transparent);
            --var-gr-2: radial-gradient(#a1c4fd 0%, #c2e9fb 30%, transparent);
          }
          &:nth-of-type(1) {
            grid-row: 2/4;
            --var-gr-1: radial-gradient(#ffdde1, #ee9ca7 30%, transparent);
            --var-gr-2: radial-gradient(#ffffff, #ffefba 30%, transparent);
          }
        
          &:hover {
            grid-template-rows: auto 50%;
            --var-opacity: 1;
            --var-state: running;
          }
        }
        
        .card__image {
          width: 100%;
          height: 300px;
          /*overflow: hidden;*/
          border-radius: inherit;
          background-color: #f4f6ff;
          /*position: relative;*/
        
          img {
            position: relative;
            z-index: 100;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            /*translate: 20% 20%;*/
            border-top-left-radius: 2rem;
            right:0px;
          }
        
          /*&::before {
            position: absolute;
            z-index: 1;
            width: 80%;
            aspect-ratio: 1;
            content: "";
            background: var(--var-gr-1);
            filter: blur(30px);
            opacity: var(--var-opacity);
            transition: opacity 300ms ease-in-out;
            border-radius: 50%;
            animation: 10s ease-in-out infinite alternate pulsing__1;
            animation-play-state: var(--var-state);
          }*/
        
          /*&::after {
            right: 5%;
            position: absolute;
            z-index: 1;
            width: 80%;
            aspect-ratio: 1;
            content: "";
            background: var(--var-gr-2);
            filter: blur(30px);
            opacity: var(--var-opacity);
            transition: opacity 300ms ease-in-out;
            border-radius: 50%;
            animation: 10s ease-in-out infinite alternate pulsing__2;
            animation-play-state: var(--var-state);
          }*/
        }
        
        .card__content {
          padding: 1rem;
        
          h1 {
            margin-top: 0rem;
            font-weight: 600;
            font-size: 1.5rem;
          }
        
          p {
            margin: 0rem;
            font-size: 0.95rem;
            color: #777;
            line-height: 1.5rem;
          }
        
          a {
            --var-translate: 0rem;
            display: flex;
            width: fit-content;
            gap: 0.25rem;
            align-items: center;
            /*margin-top: 1rem;*/
            text-decoration: none;
            font-weight: 600;
            color: #ad49e1;
            opacity: var(--var-opacity);
            transition: opacity 400ms ease-in-out;
            font-size: 0.9rem;
        
            .icon {
              font-size: 0.7rem;
              transition: translate 250ms ease-in-out;
              translate: var(--var-translate) 15%;
            }
        
            &:hover {
              opacity: 0.7;
              --var-translate: 0.35rem;
            }
          }
        }
        
        @keyframes pulsing__1 {
          0%,100%{
            translate: 0% 0%;
          }
          50%{
            translate: 100% 0%;
          }
        }
        
        @keyframes pulsing__2 {
          0%,100%{
            translate: 0% 0%;
          }
          50%{
            translate: -100% 0%;
          }
        }
              .swiper-wrapper {
          transition-timing-function: linear !important;
        }
        
        
      /*------------------------ Our team Leas css start -----------------*/



       /* ----------------- director css start -------------------------*/

       .FounderMessage_container__OUQJM {
          display: flex;
          align-items: flex-end;
          gap: 5rem;
          padding-top: 30px;
        }
        .HeroSectionAboutCompany_container__mASqj:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background: url(/assets/others/abotCpmanyBackground.svg);
        background-size: cover;
        background-position: bottom;
        z-index: -1;
    }
    .HeroSectionAboutCompany_container__mASqj .HeroSectionAboutCompany_content__Sfu__ {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}
.HeroSectionAboutCompany_container__mASqj .HeroSectionAboutCompany_content__Sfu__ h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    font-weight: 600;
    color: #14181b;
}
.HeroSectionAboutCompany_container__mASqj .HeroSectionAboutCompany_content__Sfu__ h1 {
    text-align: center;
}
.HeroSectionAboutCompany_container__mASqj .HeroSectionAboutCompany_content__Sfu__ p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #14181b;
    color: #78786d;
    font-weight: 400;
}
.HeroSectionAboutCompany_container__mASqj .HeroSectionAboutCompany_content__Sfu__ p {
    max-width: 836px;
    text-align: center;
}
.HeroSectionAboutCompany_container__mASqj .HeroSectionAboutCompany_imageContainer__HE0Rp img {
    width: 100%;
    height: 100%;
}
.FounderMessage_container__OUQJM .FounderMessage_messageContainer__ai21K {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.5rem;
    padding-bottom: 60px;
    max-width: 670px;
}
.FounderMessage_container__OUQJM .FounderMessage_messageContainer__ai21K .FounderMessage_title__gHhJl {
    text-transform: uppercase;
    color: #ec1c24;
}
.FounderMessage_container__OUQJM .FounderMessage_messageContainer__ai21K .FounderMessage_content__P5dJg {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.FounderMessage_container__OUQJM .FounderMessage_messageContainer__ai21K .FounderMessage_content__P5dJg .FounderMessage_message__6nY70 {
    color: #14181b;
}
.FounderMessage_container__OUQJM .FounderMessage_messageContainer__ai21K .FounderMessage_founderInfo__QZ6y_ {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}
.FounderMessage_container__OUQJM .FounderMessage_messageContainer__ai21K .FounderMessage_founderInfo__QZ6y_ .FounderMessage_founderName__RszHa {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 600;
    color: #14181b;
}
.directors {
    box-shadow: none !important;
    padding: 0px !important;
}

.directors .testimonial-item{
text-align: start;
}

.directors .testimonial-item p{
margin: 0px;
}
        /* ----------------- director css ends -------------------------*/


/*************** ABOUT CSS ENDS *******************/



/*************** PARTNER CSS starts *******************/



/*************** PARTNER CSS ENDS *******************/


/*************** CAREER CSS starts *******************/
.career {
    /*background-image: url("../../img/about.jpg");*/
    background-image: url("../img/career-hero-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.career-h1 {
    font-size: 46px;
    margin: 0;
    font-weight: 200;
}

.career-h2 {
    font-size: 60px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.career-h3 {
    font-size: 80px;
    margin: 0;
    line-height: 81px;
    color: #bc4ad9;
    font-weight: 600;
    /* text-transform: uppercase; */
}
.career-btn {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
   transition: all 0.5s ease !important;
    margin: 10px;
    border: 2px solid #000000;
    color: #000000;    
    width: 200px;
    text-align: center;
}
.career-btn:hover {
    font-weight: 900;
    color: #000;
    border: 2px solid;

}

.career-icon {
    background-color: #1e1f26;
    color: #fff;
    padding: 5px;
    font-size: 30px;
    border-radius: 10px;
}

.job-description-section p {
    font-size: 14px;
    color: #242424;
}

.job-description-section h5 {
    font-size: 18px;
    font-weight: 600;
}



/*************** CAREER CSS ENDS *******************/
.social-links .bi::before, [class^="bi-"]::before {
    color: #000000 !important;
}

.social-links {
    position: fixed;
    bottom: 60px;
    right: 0;
    -webkit-writing-mode: vertical-lr;
}
.telephony-footer .social-links {
    position: static;
    -webkit-writing-mode: horizontal-tb;
}

.service-details h3 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: math;
}

/*.footer .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    
    color: var(--default-color);
}*/


 /************our service css start**************/
/* * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
            }*/
    
            body {
                font-family: Arial, Helvetica, sans-serif !important;
                overflow-x: hidden;
                
            }
    
            .svc {
                position: relative;
                padding: 40px 20px;
            }
    
            .svc__wrap {
                max-width: 1400px;
                margin: auto;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 24px;
                align-items: start;
            }
    
            /* LEFT SIDE */
    
            .svc__media {
                position: sticky;
                top: 20px;
                height: calc(100vh - 40px);
                border-radius: 28px;
                overflow: hidden;
            }
    
            .svc__images {
                position: relative;
                width: 100%;
                height: 100%;
            }
    
            .svc__img {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                opacity: 0;
                transition: opacity 0.5s ease;
            }
    
            .svc__img.active {
                opacity: 1;
            }
    
            .svc__overlay {
                position: absolute;
                inset: 0;
                z-index: 2;
                padding: 40px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                background: rgba(0, 0, 0, 0.25);
            }
    
            .svc__title {
                font-size: clamp(42px, 7vw, 90px);
                line-height: .9;
                font-weight: 700;
                color: #fff;
            }
    
            .progress {
                width: 100%;
                height: 4px;
                background: rgba(255, 255, 255, 0.25);
                overflow: hidden;
                border-radius: 20px;
            }
    
            .progress-fill {
                width: 0%;
                height: 100%;
                background: #fff;
            }
    
            /* RIGHT SIDE */
    
            .svc__right {
                position: relative;
                height: 400vh;
            }
    
            .svc__cards {
                position: sticky;
                top: 20px;
                height: calc(100vh - 40px);
            }
    
            .svc__card {
                position: absolute;
                inset: 0;
                border-radius: 28px;
                padding: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 40px;
                transform-origin: center center;
                transition: transform 0.15s linear,
                    opacity 0.2s linear;
                will-change: transform, opacity;
            }
    
            /* CORRECT STACK ORDER */
    
            .svc__card:nth-child(1) {
                background: #fff;
                color: #111;
                z-index: 4;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            }
    
            .svc__card:nth-child(2) {
                background: #fff;
                color: #111;
                z-index: 3;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            }
    
            .svc__card:nth-child(3) {
                background: #fff;
                color: #111;
                z-index: 2;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            }
    
            .svc__card:nth-child(4) {
                background: #ffffff;
                color: #111;
                z-index: 1;
                box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            }
    
            .svc__num {
                font-size: clamp(70px, 8vw, 140px);
                line-height: 1;
                font-weight: bold;
                flex-shrink: 0;
            }
    
            .svc__content {
                max-width: 450px;
            }
    
            .svc__content h2 {
                font-size: clamp(26px, 3vw, 42px);
                line-height: 1.1;
                margin-bottom: 16px;
            }
    
            .svc__content p {
                line-height: 1.7;
                font-size: 16px;
            }
    
            .svc__btn {
                position: absolute;
                bottom: 35px;
                left: 50%;
                transform: translateX(-50%);
                width: 200px;
                height: 60px;
                border-radius: 18px;
                border: 1px solid currentColor;
                background: transparent;
                font-size: 24px;
                cursor: pointer;
            }
    
            /* MOBILE */
    
            @media (max-width: 991px) {
    
                .svc__wrap {
                    grid-template-columns: 1fr;
                }
    
                .svc__right {
                    height: 320vh;
                }
    
                .svc__media {
                    height: 55vh;
                }
    
                .svc__cards {
                    top: 10px;
                    height: 70vh;
                }
    
                .svc__card {
                    padding: 30px 20px 80px;
                    flex-direction: column;
                    text-align: center;
                    gap: 10px;
                }
    
                .svc__num {
                    font-size: 72px;
                }
            }
    
            @media (max-width: 600px) {
    
                .svc {
                    padding: 15px;
                }
    
                .svc__media {
                    border-radius: 22px;
                }
    
                .svc__cards {
                    height: 72vh;
                }
    
                .svc__card {
                    border-radius: 22px;
                }
    
                .svc__overlay {
                    padding: 24px;
                }
    
                .svc__title {
                    font-size: 48px;
                }
    
                .svc__content h2 {
                    font-size: 26px;
                }
    
                .svc__content p {
                    font-size: 14px;
                }
    
                .svc__btn {
                    width: 52px;
                    height: 52px;
                }
            }

        /************our service css end**************/

        /****************Blog css start*******************/
       .spacer {
          height: 100vh;
          background: #e9ecef;
        }
    
        /* Horizontal Scroll Section */
        .horizontal-section {
          position: relative;
          height: 400vh;
          /* 4 sections */
        }
    
        .sticky-wrapper {
          position: sticky;
          top: 0;
          /*height: 100vh;*/
          overflow: hidden;
        }
    
        .horizontal-content {
          display: flex;
          /*height: 100vh;*/
          will-change: transform;
        }
    
        .panel {
          min-width: 100vw;
          /*height: 100vh;*/
          flex-shrink: 0;
    
          display: flex;
          align-items: center;
          justify-content: center;
    
          /*padding: 20px;*/
        }
    
        .panel-content {
          width: 100%;
          max-width: 1200px;
          border-radius: 20px;
          /*padding: 40px;*/
          color: white;
          text-align: center;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }
    
        .panel h1 {
          font-size: clamp(40px, 8vw, 90px);
          font-weight: 700;
        }
    
        .panel p {
          font-size: clamp(16px, 2vw, 24px);
          margin-top: 15px;
        }
    
    
        /* Mobile Fix */
        @media (max-width: 768px) {
    
          .horizontal-section,
          .sticky-wrapper,
          .panel {
            height: 100svh;
          }
    
          .spacer {
            height: 100svh;
          }
    
          .panel-content {
            padding: 25px;
          }
        }

        /****************Blog css end*******************/

        /************** Cloud telephony css start*******************/
             /*process-box*/

.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
        margin: 10px;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
        background: var(--accent-color);
    text-align: center;
    /*width: 80%;*/
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -11px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
        line-height: 17px !important;
}
.process-box h5 {
    font-weight: 600;
}
.process-step p{
    font-size: 20px;
}
.process-step h2{
    font-size: 39px;
        color: #fff;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #04889800;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
    display: none !important;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
    display: none !important;
}
.telephony-form {
    position: fixed;
    right: 0;
    width: 322px;
    background: #fff;
    padding: 20px 16px;
    z-index: 1;
    top: 55px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*border-radius: 15px;*/
    height: 100vh;
}
.telephony-hero-text {
    font-weight: 500;
    color: var(--surface-color);
    font-size: 38px;
}
.telephony-form-checkbox {
    font-size: 12px;
}

.telephony-whyus{
    width: 200px !important;
    height: 200px !important;
}
.telephony-whyus:after {
    width: 230px !important;
    height: 230px !important;
        bottom: -7% !important;
    right: -7% !important;
}
.telephony-text h3 {
    font-size: 32px !important;
}
.telephony-form button, input, optgroup, select, textarea {
    font-size: 12px !important;
}
form.telephony-form p {
    font-size: 14px;
    line-height: 17px;
    color: #6e6e6e;
}
form.telephony-form h3 {
    margin: 0;
}
.tele h3 {
    font-weight: 900 !important;
}

 /******************vertage cloud telephony ends***************************/


        /******************Chatboat css start***************************/
    /* AI Chatbot Widget Styles */

    /* Animation keyframes */
    @keyframes chatbot-pulse {
        0%, 80%, 100% { 
            transform: scale(0.8); 
            opacity: 0.5; 
        }
        40% { 
            transform: scale(1); 
            opacity: 1; 
        }
    }

    @keyframes chatbot-bounce {
        0%, 20%, 53%, 80%, 100% {
            transform: translate3d(0, 0, 0);
        }
        40%, 43% {
            transform: translate3d(0, -8px, 0);
        }
        70% {
            transform: translate3d(0, -4px, 0);
        }
        90% {
            transform: translate3d(0, -2px, 0);
        }
    }

    @keyframes chatbot-slide-up {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes chatbot-slide-in {
        from {
            opacity: 0;
            transform: scale(0.8) translateY(20px);
        }
        to {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }

    /* Main container */
    #ai-chatbot-container {
        position: fixed;
        z-index: 999999;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        line-height: 1.4;
    }

    /* Toggle button */
    #ai-chatbot-toggle {
        background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        cursor: pointer;
        box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        border: none;
        position: relative;
        overflow: hidden;
    }

    #ai-chatbot-toggle:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 25px rgba(59, 130, 246, 0.6);
        animation: chatbot-bounce 1s ease infinite;
    }

    #ai-chatbot-toggle:active {
        transform: scale(0.95);
    }

    #ai-chatbot-toggle::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #ai-chatbot-toggle:hover::before {
        opacity: 1;
    }

    /* Widget container */
    #ai-chatbot-widget {
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
        display: none;
        flex-direction: column;
        overflow: hidden;
        transform: scale(0.8) translateY(20px);
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #ai-chatbot-widget.show {
        opacity: 1;
        transform: scale(1) translateY(0);
    }

    /* Header */
    #ai-chatbot-header {
        background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
        color: white;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    #ai-chatbot-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%);
        pointer-events: none;
    }

    #ai-chatbot-header .title {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 4px;
    }

    #ai-chatbot-header .status {
        font-size: 12px;
        opacity: 0.8;
        display: flex;
        align-items: center;
    }

    #ai-chatbot-header .status-dot {
        width: 8px;
        height: 8px;
        background: #10B981;
        border-radius: 50%;
        margin-right: 6px;
        animation: chatbot-pulse 2s ease-in-out infinite;
    }

    /* Close button */
    #ai-chatbot-close {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
        opacity: 0.8;
    }

    #ai-chatbot-close:hover {
        background: rgba(255, 255, 255, 0.2);
        opacity: 1;
        transform: rotate(90deg);
    }

    /* Messages container */
    #ai-chatbot-messages {
        flex: 1;
        padding: 20px;
        overflow-y: auto;
        background: #F9FAFB;
        display: flex;
        flex-direction: column;
        gap: 15px;
        /*max-height: 400px;*/
    }

    #ai-chatbot-messages::-webkit-scrollbar {
        width: 6px;
    }

    #ai-chatbot-messages::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    #ai-chatbot-messages::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

    #ai-chatbot-messages::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }

    /* Message bubbles */
    .chatbot-message {
        max-width: 85%;
        animation: chatbot-slide-up 0.3s ease-out;
    }

    .chatbot-message.user {
        align-self: flex-end;
    }

    .chatbot-message.assistant {
        align-self: flex-start;
    }

    .chatbot-message-content {
        padding: 12px 16px;
        border-radius: 18px;
        font-size: 14px;
        line-height: 1.5;
        word-wrap: break-word;
        position: relative;
    }

    .chatbot-message.user .chatbot-message-content {
        background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
        color: white;
        border-bottom-right-radius: 6px;
        white-space: pre-wrap;
    }

    .chatbot-message.assistant .chatbot-message-content {
        background: white;
        color: #374151;
        border: 1px solid #E5E7EB;
        border-bottom-left-radius: 6px;
    }

    /* Typing indicator */
    .chatbot-typing {
        max-width: 85%;
        align-self: flex-start;
        animation: chatbot-slide-up 0.3s ease-out;
    }

    .chatbot-typing-content {
        background: white;
        color: #6B7280;
        padding: 12px 16px;
        border-radius: 18px;
        border-bottom-left-radius: 6px;
        border: 1px solid #E5E7EB;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .chatbot-typing-text {
        font-size: 12px;
    }

    .chatbot-typing-dots {
        display: flex;
        gap: 3px;
    }

    .chatbot-typing-dot {
        width: 6px;
        height: 6px;
        background: #3B82F6;
        border-radius: 50%;
        animation: chatbot-pulse 1.4s infinite;
    }

    .chatbot-typing-dot:nth-child(2) {
        animation-delay: 0.2s;
    }

    .chatbot-typing-dot:nth-child(3) {
        animation-delay: 0.4s;
    }

    /* Input area */
    .chatbot-input-area {
        background: white;
        border-top: 1px solid #E5E7EB;
    }

    .chatbot-input-container {
        padding: 10px;
        display: flex;
        gap: 10px;
        align-items: flex-end;
    }

    #ai-chatbot-input {
        flex: 1;
        padding: 12px 16px;
        border: 2px solid #E5E7EB;
        border-radius: 24px;
        outline: none;
        font-size: 14px;
        transition: all 0.2s ease;
        resize: none;
        min-height: 20px;
        max-height: 100px;
        font-family: inherit;
    }

    #ai-chatbot-input:focus {
        border-color: #3B82F6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    }

    #ai-chatbot-input::placeholder {
        color: #9CA3AF;
    }

    /* Send button */
    #ai-chatbot-send {
        background: linear-gradient(135deg, #3B82F6 0%, #8B5CF6 100%);
        color: white;
        border: none;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
        position: relative;
        overflow: hidden;
    }

    #ai-chatbot-send:hover:not(:disabled) {
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    }

    #ai-chatbot-send:active:not(:disabled) {
        transform: scale(0.95);
    }

    #ai-chatbot-send:disabled {
        background: #D1D5DB !important;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: none !important;
    }

    /* Footer */
    .chatbot-footer {
        padding: 0 20px 15px;
        font-size: 12px;
        color: #6B7280;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .chatbot-powered-by {
        opacity: 0.7;
    }

    .chatbot-counter {
        opacity: 0.7;
    }

    /* Markdown content styling */
    .chatbot-message-content strong {
        font-weight: 600;
    }

    .chatbot-message-content em {
        font-style: italic;
    }

    .chatbot-message-content code {
        background: #f3f4f6;
        padding: 2px 4px;
        border-radius: 3px;
        font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
        font-size: 13px;
    }

    /* Responsive design */
    @media (max-width: 768px) {
        #ai-chatbot-container {
            left: 10px !important;
            right: 10px !important;
            bottom: 10px !important;
        }

        #ai-chatbot-widget {
            width: calc(100vw - 20px) !important;
            height: calc(100vh - 100px) !important;
            max-width: none !important;
            transform: none !important;
            position: fixed !important;
            bottom: 80px !important;
            left: 10px !important;
            right: 10px !important;
        }

        #ai-chatbot-messages {
            max-height: none;
            flex: 1;
        }
    }

    /* Dark mode support */
    @media (prefers-color-scheme: dark) {
        #ai-chatbot-widget {
            background: #1F2937;
        }

        #ai-chatbot-messages {
            background: #111827;
        }

        .chatbot-message.assistant .chatbot-message-content {
            background: #374151;
            color: #F9FAFB;
            border-color: #4B5563;
        }

        .chatbot-typing-content {
            background: #374151;
            color: #9CA3AF;
            border-color: #4B5563;
        }

        .chatbot-input-area {
            background: #1F2937;
            border-color: #4B5563;
        }

        #ai-chatbot-input {
            background: #374151;
            color: #F9FAFB;
            border-color: #4B5563;
        }

        #ai-chatbot-input::placeholder {
            color: #6B7280;
        }

        .chatbot-footer {
            color: #9CA3AF;
        }
    }

    /**********************chatboat css end*********************************/
    
    /**********************bulk-sms css start*********************************/
#bulk-sms {
    background-image: url(../img/bg3.png);
}
    .prod-hero-btn {
    background: var(--accent-color);
    color: var(--background-color);
    font-size: 30px;
    text-transform: capitalize;
    padding: 4px 3px;
    border-radius: 10px;
    font-family: "Neue Montreal Medium", "Neue Montreal Medium Placeholder", sans-serif !important;
    letter-spacing: 0px;
    width: auto !important;
}

    .bulk-sms-hero h3 {
    font-size: 45px;
    font-weight: 600;
}

    .bulk-sms-hero p {
    margin-top: 20px !important;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
    color: #46484d;
    font-weight: 500;
        line-height: 26px;
}
.bulk-sms-hero p span {
    border-radius: 30px;
    padding: 4px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    color: #000;
    font-size: 13px;
}
.prod-hero-img-sec {
    display: flex;
}
.prod-hero-img {
    position: relative;
}
.prod-hero-img img {
    width: 100%;
    border-radius: 20px !important;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.prod-hero-left {
    position: absolute;
    top: 30px;
    left: -250px;
    transform: translateY(-30px) rotate(-10.89deg) !important;
    width: 200px;
    height: 200px;
    border-radius: 20px !important;

}
.prod-hero-right {
    position: absolute;
    top: 33px;
    right: -223px;
    width: 200px;
    height: 200px;
    transform: translateY(-30px) rotate(8.11deg) !important;
    border-radius: 20px !important;
}



/****features ******/
/* 
$pallet-1: #f6f5f5;
$pallet-2: #9d65c9;
$pallet-3: #5d54a4;
$pallet-4: #d789d7;


$breakpoint-sm: 375px;
$breakpoint-md: 960px;
$breakpoint-lg: 1400px;
$breakpoint-xl: 1920px;

// body{
//   padding: 0;
//   margin: 0;
//   font-family: helvetica;
//   background: $pallet-1;
// } */

.drybn-features__content .features-heading{
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.drybn-features__content .features-list{
  max-width: 500px;
  margin: 0 auto;
}

.drybn-features__content .feature-item{
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
}

.drybn-features__content .item-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 1.5rem;
}

.drybn-features__content .item-icon img{
  width: 64px;
  height: 64px;
}

/* .drybn-features__content .feature-item--1 .item-icon{
  box-shadow: inset 0 6px 0 2px $pallet-3;
  transition: 800ms;
}

.drybn-features__content .feature-item--1:hover .item-icon{
  box-shadow: inset 0 -6px 0 0 $pallet-3;
}

.drybn-features__content .feature-item--2 .item-icon{
  box-shadow: inset 0 6px 0 2px $pallet-2;
  transition: 800ms;
}

.drybn-features__content .feature-item--2:hover .item-icon{
  box-shadow: inset 0 -6px 0 0 $pallet-2;
}

.drybn-features__content .feature-item--3 .item-icon{
  box-shadow: inset 0 6px 0 2px $pallet-4;
  transition: 800ms;
}

.drybn-features__content .feature-item--3:hover .item-icon{
  box-shadow: inset 0 -6px 0 0 $pallet-4;
}

.drybn-features__content .feature-item--1 h3{
  border-bottom: 2px solid $pallet-3;
  color: black;
  transition: 800ms;
}

.drybn-features__content .feature-item--1:hover  h3{
  color: $pallet-3;
}

.drybn-features__content .feature-item--2 h3{
  border-bottom: 2px solid $pallet-2;
  color: black;
  transition: 800ms;
}

.drybn-features__content .feature-item--2:hover  h3{
  color: $pallet-2;
}

.drybn-features__content .feature-item--3 h3{
  border-bottom: 2px solid $pallet-4;
  color: black;
  transition: 800ms;
}

.drybn-features__content .feature-item--3:hover  h3{
  color: $pallet-4;
} */

.drybn-features__content .feature-item h3{
  font-size: 1.5rem;
  margin: 0 1rem;
  padding: 0 1rem 1rem;
}

.drybn-features__content .item-description{
  font-size: 1rem;
}

/*
**  MD BREAKPOINT
*/
/* @media only screen and (min-width:#{$breakpoint-md}){
  .drybn-features__content .features-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
  }
  
  .drybn-features__content .feature-item{
    min-width: 30%;
  }
  
} */


/****features ******/



    /**********************bulk-sms css end*********************************/

    /*******************benifits css start************************/

.hover-image-card figure {
    position: relative;
    overflow: hidden;
}

/* Text visible before hover */
.default-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
    transition: 0.4s ease;
}

.default-text h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
        text-transform: capitalize;
}

/* Hide normal text on hover */
.hover-image-card figure:hover .default-text {
    opacity: 0;
    transform: translateY(10px);
}


/*******************benifits css end************************/

/*********auto-dialer-software-hero css start*************/
.image-box {
    /*background: #000;*/
    border-radius: 50px;
    display: flex;
    justify-content: center;
}
/*#service-about {
    margin-bottom: 50px;
}*/

/***service-benefits****/

.benefits-icon {
    font-size: 52px;
    margin-right: 15px;
}

  .service-item .description {
       font-size: 13px;
    color: 
 color-mix(in srgb, var(--default-color), transparent 30%);
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 18px;
}
.service-item .title {
    color: var(--heading-color);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    transition: 0.3s;
}
/*.service-item {
    margin-top: 70px;
}*/

.beni {
    margin: 20px 0;
        justify-content: center;
}
/*********auto-dialer-software-hero css end***********/

/*****************advantages css start***********************/

.advantage-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /*width: 250px;*/
    padding-bottom: 15px;
    background-color: white;
        margin-top: 23px;
        text-align: center;
}

.advantage-card i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(60deg, #2AAA8A, #4169E1);
    padding: 5px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.advantage-card h2{
    margin: 10px 0;
        font-size: 20px;
    font-weight: 300;
}

.cont{
    width: 90%;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all 0.6s ease;
}

.advantage-card .cont .link i{
    font-size: 25px;
    color: rgb(82, 82, 82);
    transition: all 0.2s ease;
}

.advantage-card .cont .link i:hover{
    color: black;
    cursor: pointer;
}

.advantage-card:hover > .cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 180px;
}

.advantage-card:hover > .link{
    width: 40%;
    display: flex;
    justify-content: space-between;
}


/*******************call center bpo css stat************************/

.features-one {
    background: var(--logistiq-white);
    padding: 120px 0 0;
    z-index: 1;
}
.faq-one--faq, .features-one {
    position: relative;
    display: block;
}
.features-one__single {
    position: relative;
    display: flex;
    align-items: center;
    /*border: 1px solid #fd5523;*/
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
        margin: 10px 0px;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .features-one__single-icon {
        width: 95px;
    }
}
.features-one__single-icon {
    position: relative;
    display: block;
    height: 100%;
    background: var(--accent-color);
        padding: 10px 5px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: 0px;
}
.features-one__single-icon .icon {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.features-one__single-icon .icon span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 34px;
    line-height: 60px;
    transition: all .5s ease;
}

.icon-customer-loyalty:before {
    content: "\ef76";
}
.features-one__single-icon .text-box {
    position: relative;
    display: block;
}
.features-one__single-icon .text-box h2 {
    font-size: 25px;
    line-height: 50px;
    color: transparent;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
    transition: all .3s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .features-one__single-content {
        padding: 10px;
    }
}

.features-one__single-content {
    position: relative;
    display: block;
    padding: 10px;
    flex: 1 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
    .features-one__single-content h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

.features-one__single-content h2 {
    
        font-weight: 700;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-size: 19px;
}
.features-one__single-content h2 a {
    color: var(--logistiq-black);
}

.icon-quote:before {
    content: "\e873";
}
.icon-professional-services:before {
    content: "\e8b8";
}
.features-one__single-content p {
    font-size: 15px;
    line-height: 15px;
}

/*************** service feature new css ***********/
:root {
  --color-fg-base: hsl(0, 0%, 0%);
    --color-bg-base: hsl(0, 0%, 100%);
  --color-bg-primary: hsl(240, 80%, 30%);
  --color-border-neutral: hsla(250, 50%, 40%, 0.2);
  --color-border-secondary: hsl(200, 100%, 40%);
  --color-fg-icon: hsl(190, 80%, 40%);
  --color-shadow-01: hsla(240, 30%, 28%, 25%);
  --color-shadow-03: hsla(240, 30%, 28%, 5%);
}

/*** Layout Utilities ***/


/* Item */
.feature-icons__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  transition: all 0.5s cubic-bezier(.24, 0, .42, .99);
  margin: 15px 5px;
}

/* Hover Effect */
.feature-icons__item:hover .feature-icons__icon {
  transform: scale(1.1);
}

/* Text */
.feature-icons__text {
      font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    margin-top: -12px;
}

/* Icon Box */
.feature-icons__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: hsl(190, 80%, 95%);
  border: 4px solid var(--color-bg-base);
  padding: 1rem;
  box-shadow:
    var(--color-shadow-01) 0px 10px 15px -5px,
    inset var(--color-shadow-03) 0px 3px 5px 3px;
  transition: all 0.5s cubic-bezier(.24, 0, .42, .99);
}

/* Icons */
.feature-icons__icon i {
  font-size: 1.5rem;
  color:  hsl(190, 80%, 40%);
  line-height: 1;
}



/******************call center bpo css end****************************/



/*****************advantages css end***********************/

 /*.hover-image-card{
    width:100%;
    max-width:1080px;
}*/
/* .examples{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
 .examples > *{
    margin:8px;
    max-width:330px;
}*/

 .text{
    color:#fff;
    text-align:center;
    margin-bottom:30px;
}
 .text h2{
    font-weight:300;
    font-size:2em;
    text-transform:capitalize;
}
 .text h3{
    font-weight:300;
    font-size:1.3em;
}
 .text strong{
    font-weight:700;
    color:#059BC6;
}


/*******************benifits css start***********************/
 .ls-izmir{
    --text-color:#ffffff;
    --primary-color:#00B4DB;
    --secondary-color:#0083B0;
    --padding:1em;
    --transition-duration:600ms;
    --border-margin:15px;
    --border-width:3px;
    --border-color:#ffffff;
    --border-radius:3px;
    --image-opacity:0.25;
    display:inline-flex;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    margin:0;
    padding:0;
    color:#ffffff;
    color:var(--text-color);
    border-radius:3px;
    border-radius:var(--border-radius);
}
.ls-reveal-right p {
    font-size: 12px;
}
 .ls-izmir:before,.ls-izmir:after,.ls-izmir *,.ls-izmir *:before,.ls-izmir *:after{
    box-sizing:border-box;
    transition:all 600ms ease;
    transition:all var(--transition-duration) ease;
}
 .ls-izmir figcaption{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:1em;
    padding:var(--padding);
    width:100%;
    z-index:1;
}
 .ls-izmir img{
    object-fit:cover;
    max-width:100%;
    width:100%;
    height:100%;
}
 .ls-izmir h4{
    margin-top:0;
    color:#ffffff;
    color:var(--text-color);
}
 .ls-izmir h4:last-child{
    margin-bottom:0;
}
 [class*=' ls-border']:before,[class*=' ls-border']:after,[class*=' ls-border'] figcaption:before,[class*=' ls-border'] figcaption:after{
    background-color:#ffffff;
    background-color:var(--border-color);
    position:absolute;
    content:'';
}
 [class*=' ls-border']:before,[class*=' ls-border']:after{
    z-index:1;
    height:3px;
    height:var(--border-width);
    left:15px;
    left:var(--border-margin);
    right:15px;
    right:var(--border-margin);
    transform:scaleX(0);
}
 [class*=' ls-border']:before{
    top:15px;
    top:var(--border-margin);
}
 [class*=' ls-border']:after{
    bottom:15px;
    bottom:var(--border-margin);
}
 [class*=' ls-border'] figcaption{
    z-index:3;
}
 [class*=' ls-border'] figcaption:before,[class*=' ls-border'] figcaption:after{
    z-index:-1;
    width:3px;
    width:var(--border-width);
    top:15px;
    top:var(--border-margin);
    bottom:15px;
    bottom:var(--border-margin);
    transform:scaleY(0);
}
 [class*=' ls-border'] figcaption:before{
    left:15px;
    left:var(--border-margin);
}
 [class*=' ls-border'] figcaption:after{
    right:15px;
    right:var(--border-margin);
}
 [class*=' ls-border'].hover:before,[class*=' ls-border'].hover:after,[class*=' ls-border'].hover figcaption:before,[class*=' ls-border'].hover figcaption:after,[class*=' ls-border']:hover:before,[class*=' ls-border']:hover:after,[class*=' ls-border']:hover figcaption:before,[class*=' ls-border']:hover figcaption:after,[class*=' ls-border']:focus:before,[class*=' ls-border']:focus:after,[class*=' ls-border']:focus figcaption:before,[class*=' ls-border']:focus figcaption:after,:focus > [class*=' ls-border']:before,:focus > [class*=' ls-border']:after,:focus > [class*=' ls-border'] figcaption:before,:focus > [class*=' ls-border'] figcaption:after{
    transform:scale(1);
}
 .ls-border-bottom-left:before,.ls-border-bottom-left:after,.ls-border-bottom-left figcaption:before,.ls-border-bottom-left figcaption:after{
    transform-origin:0 100%;
}
 .ls-border-bottom-left:before{
    transition-delay:0s;
}
 .ls-border-bottom-left:after{
    transition-delay:480ms;
    transition-delay:calc(var(--transition-duration) / 1.25);
}
 .ls-border-bottom-left figcaption:before{
    transition-delay:480ms;
    transition-delay:calc(var(--transition-duration) / 1.25);
}
 .ls-border-bottom-left figcaption:after{
    transition-delay:0s;
}
 .ls-border-bottom-left.hover:before,.ls-border-bottom-left:hover:before,.ls-border-bottom-left:focus:before,:focus > .ls-border-bottom-left:before{
    transition-delay:480ms;
    transition-delay:calc(var(--transition-duration) / 1.25);
}
 .ls-border-bottom-left.hover:after,.ls-border-bottom-left:hover:after,.ls-border-bottom-left:focus:after,:focus > .ls-border-bottom-left:after{
    transition-delay:0s;
}
 .ls-border-bottom-left.hover figcaption:before,.ls-border-bottom-left:hover figcaption:before,.ls-border-bottom-left:focus figcaption:before,:focus > .ls-border-bottom-left figcaption:before{
    transition-delay:0s;
}
 .ls-border-bottom-left.hover figcaption:after,.ls-border-bottom-left:hover figcaption:after,.ls-border-bottom-left:focus figcaption:after,:focus > .ls-border-bottom-left figcaption:after{
    transition-delay:480ms;
    transition-delay:calc(var(--transition-duration) / 1.25);
}
 .ls-image-rotate-right img{
    transform:scale(1.1) translate(0, 0);
}
 .ls-image-rotate-right.hover img,.ls-image-rotate-right:hover img,.ls-image-rotate-right:focus img,:focus > .ls-image-rotate-right img{
    transform:scale(1.3) rotate(15deg);
}
 .ls-delay-100,.ls-delay-100 > *{
    transition-delay:100ms;
}
 [class^='ls-reveal']{
    display:inline-block;
}
 [class^='ls-reveal'] > *{
    display:inline-block;
}
 [class^='ls-reveal'] > *:last-child{
    margin-bottom:0;
}
 [class^='ls-reveal']{
    overflow:hidden;
    opacity:1;
}
 .ls-izmir.hover [class^='ls-reveal'],.ls-izmir:hover [class^='ls-reveal'],.ls-izmir:focus [class^='ls-reveal'],:focus > .ls-izmir [class^='ls-reveal']{
    opacity:1;
}
 .ls-izmir.hover [class^='ls-reveal'] > *,.ls-izmir:hover [class^='ls-reveal'] > *,.ls-izmir:focus [class^='ls-reveal'] > *,:focus > .ls-izmir [class^='ls-reveal'] > *{
    transform:translate(0) rotate(0deg);
}
 .ls-reveal-right > *{
    transform:translateX(-100%);
}
 .ls-gradient-bottom-right{
    background-image:linear-gradient(315deg, #00B4DB 0%, #0083B0 100%);
    background-image:linear-gradient(315deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        margin: 15px 0px;
}
 .ls-izmir .ls-layout-bottom-left{
    justify-content:flex-end;
    align-items:flex-start;
    text-align:left;
}
 .ls-izmir{
    background-color:#00B4DB;
    background-color:var(--primary-color);
}
 .ls-izmir figcaption{
    padding:2em;
    padding:calc(var(--padding) * 2);
}
 .ls-izmir figcaption > *{
    opacity:0;
}
 .ls-izmir.hover > img,.ls-izmir:hover > img,.ls-izmir:focus > img,:focus > .ls-izmir > img{
    opacity:0.25;
    opacity:var(--image-opacity);
}
 .ls-izmir.hover figcaption > *,.ls-izmir:hover figcaption > *,.ls-izmir:focus figcaption > *,:focus > .ls-izmir figcaption > *{
    opacity:1;
}


/*******************benifits css end***********************/

/****************** why us css start******************/
.whyus {
    background-image: url(../img/bg3.png);
    background: radial-gradient(circle at top center, #f1f1f1 0%, #ffffff 30%, #efefef 65%, #d9d9d9 100%);
    padding: 10px 50px 100px 0px;
    margin-top: 50px;
}
.fables-index-services {
    background-image: url(assets/img/bg1.png);
    height: 400px !important;
    display: flex;
    align-items: center;
}
.fables-after-overlay {
    position: relative;
}
.sm-index-products {
    height: auto;
}
.bg-rules {
    /* background-position: center top; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.position-relative {
    position: relative !important;
}
.z-index {
    z-index: 9;
}
.fables-second-border-color {
    border-color: #626ff6 !important;
    background: var(--accent-color);
        background: #7268f629;
}
/*.fables-sqr-rotation-services {
    right: -71%;
    top: 23.5%;
}*/

.fables-sqr-rotation {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 250px;
    height: 250px;
    position: absolute;
    right: -37%;
    z-index: 9;
    top: 0%;
        display: flex;
    justify-content: center;
    align-items: center;
}
.text-rotate {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    /*margin-top: 7%;
    margin-right: 8%;*/
}

.font-25 {
    font-size: 25px;
}
.text-white {
    color: #fff !important;
}
.fables-third-text-color {
        color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 35px 35px 0px 35px;
}
.fables-sqr-rotation:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    bottom: -5%;
    right: -5%;
    border-color: inherit;
}
.whyus-text li {
        color: #000;
    text-align: start;
    margin: 10x;
        list-style-type: none;
            display: flex;
                font-size: 14px;
}

.whyus-arrow {
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 50px;
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent-color);
    color: #fff !important;
    margin-right: 15px;
}
/*.whyus .bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    color: #fff !important;
}*/

/*.bi .whyus-arrow::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  color: #fff !important;
}*/

#scroll-top .bi::before {
    color: var(--surface-color) !important;
    border: 3px solid var(--surface-color);
    border-radius: 50px;
    padding: 10px;
}

.text-rotate h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}
/********************* why us css end ******************/

/***********feature css**************/

.feature {
    background: #fdfdfd;
    background-image: url(../img/feature-bg.png);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: left bottom;
    padding-bottom: 100px;
}
.feature-slider {
    /*background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000;*/ 
    margin-top: 80px;
}

.slider-wrapper {
    position: relative;
    overflow-x: clip;
}

.nav-buttons {
    position: absolute;
    top: -116px;
        right: 0px;
    transform: translate(-200%, -100%);
    display: flex;
    gap: 10px;
}

.nav-buttons button {
    background: transparent;
    padding: 10px 20px;
    cursor: pointer;
    border: solid 2px #000;
    border-radius: 50px;
    color: #000;
}

.nav-buttons button:disabled {
    opacity: 0.3;
    cursor: default;
}

.slider {
    display: flex;
    gap: 10px;
    user-select: none;
    cursor: grab;
}

.feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform-origin: center center;
    opacity: 0.4; /* default, overridden via GSAP */
    gap: 15px;
    border: solid var(--surface-color) 3px;
    border-radius: 20px;
    height: 200px;
    width: 230px;
    padding: 10px;
    background: #fdfdfd;
}
.telephony-feature-card {
    height: 300px;
    width: 300px;
}

.feature-card:active {
    cursor: grabbing;
}

.feature-card h2 {
    color: #000;
    font-size: 32px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    text-align: center;
}
.feature-slider p {
    text-align: center;
    font-weight: 600;
}


/***********feature css**************/

/***********heighlights css*********/

.highlight h3 {
    color: var(--surface-color);
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
}
.highlight p {
    color: #606060;
    letter-spacing: 1px;
    line-height: 25px;
}




/***********heighlights css*********/

/***********type-text css*********/

 .type-text {
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Neue Montreal Medium", "Neue Montreal Medium Placeholder", sans-serif !important;
        }
        
        .typing-wrapper {
            font-size: 30px;
            /*font-weight: 600;*/
            background: linear-gradient(90deg, #38bdf8, #818cf8, #f472b6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 50px;
        }
        
        .cursor {
            display: inline-block;
            width: 3px;
            height: 50px;
            background: #38bdf8;
            margin-left: 6px;
            animation: blink 0.8s infinite;
            vertical-align: bottom;
        }
        
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }

/***********type-text css*********/


/***********partnership css starts*********/

      @import url(https://fonts.googleapis.com/css?family=Lato);
    .partner-images {
        width: 100px;
    }
    .timeline ul {
      padding: 50px 0;
    }
    .timeline ul li {
      background: #d8031c;
      position: relative;
      margin: 0 auto;
      width: 5px;
      padding-bottom: 40px;
      list-style-type: none;
    }
    .timeline ul li:last-child {
      padding-bottom: 7px;
    }
    .timeline ul li:before {
      content: "";
      background: #faf8eb;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      width: 20px;
      height: 20px;
      border: 3px solid #d8031c;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
    .timeline ul li .hidden {
      opacity: 0;
    }
    .timeline ul li .content {
      background: #67CC8E;
      position: relative;
      top: 7px;
      width: 450px;
      padding: 20px;
      transition: all 0.4s ease-in-out;  
      z-index: 14;
      box-shadow: 7px 6px 15px 0px rgba(0,0,0,0.25);
    }
    /*.timeline ul li .content *{
        color: #fff;
    }*/
    .timeline ul li .content * {
        color: var(--heading-color);
    }
    
    
    /* ***************** non vosible elements ***************** */
    .timeline ul li .content.non-focus::before{
        display: none;
    }
    .timeline ul li .content.non-focus{
        transform: rotate(20deg);
        opacity: 0.4;
        filter: blur(5px);
        z-index: 11;
    }
    /* ***************** non vosible elements ***************** */
    
    .timeline ul li .content {
        color: #d2d2d2;
        background: #e6e6e6;
    }
    .timeline ul li .content p {
      text-align: left;
    }
    .timeline ul li .content:before {
      content: "";
      background: inherit;
      position: absolute;
      top: 0px;
      width: 38px;
      height: 5px;
    }
    /*.timeline ul li:nth-child(odd) .content {
      left: 50px;
      background: #01016f;
      border-radius: 0px 4px 4px 4px;
    }*/
    .timeline ul li:nth-child(odd) .content {
        left: 50px;
        border-radius: 0px 4px 4px 4px;
        background-color: var(--background-color);
    }
    .timeline ul li:nth-child(odd) .content:before {
      left: -38px;
    }
    /*.timeline ul li:nth-child(even) .content {
      left: calc(-450px - 45px);
      background: #01016f;
      border-radius: 4px 0px 4px 4px;
    }*/
    .timeline ul li:nth-child(even) .content {
    left: calc(-450px - 45px);
    border-radius: 4px 0px 4px 4px;
            background-color: var(--background-color);

}
    .timeline ul li:nth-child(even) .content:before {
      right: -38px;
    }
    /* **** custom css*/
    /*.timeline-content-info{
        display: flex;
        justify-content: space-between;
        border-radius: 4px;
        padding: 2%;
        background-color: #6497bf;
    }*/
    .content-skills{
        margin: 15px 0px 0px 0px;
    }
    .content-skills span{
        background: #d8031c;
        border-radius: 4px;
        padding: 2px;
    }
    /*****************/
    /* -------------------------
       ----- Media Queries ----- 
       ------------------------- */
    @media screen and (max-width: 1020px) {
      .timeline ul li .content {
        width: 41vw;
      }
    
      .timeline ul li:nth-child(even) .content {
        left: calc(-41vw - 45px);
      }
    }
    @media screen and (max-width: 700px) {
      .timeline ul li {
        margin-left: 20px;
      }
      .timeline ul li .content {
        width: calc(100vw - 100px);
      }
      .timeline ul li:nth-child(even) .content {
        left: 45px;
        background: #01016f;
        border-radius: 0px 4px 4px 4px;
      }
      .timeline ul li:nth-child(even) .content:before {
        left: -33px;
      }
    }

/***********partnership css ends*********/

/*** gateway-feature-css-start****/
:root {
  --color-primary: #222;
  --color-primary-dark: #222;
  --color-primary-light: #344955;
  --color-secondary: #f9aa33;
  --color-tertiary: #bdc4c9;
  /*
  --color-primary: #344955;
  --color-primary-dark: #232F34;
  --color-primary-light: #4A6572;
  --color-secondary: #f9aa33;
  --color-tertiary: #FFFFFF;
  */
}


/* .partner-product-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-tertiary);
  background-color: #B1E5F2;
  overflow: hidden;
  height: 100vh;
} */

.animation-reveal {
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bottom-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*width: 360px;*/
    height: 100px;
    border-radius: 16px;
    background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bottom-card .first-half {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

/*.bottom-card .last-half {
  height: 100%;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}*/

.media-image {
  background-image: url("https://images.squarespace-cdn.com/content/v1/54c95d06e4b04d8d26f97dde/1568141487839-1HIQVK42KIQDWQZHHP8W/ke17ZwdGBToddI8pDm48kJZHTN1Q8OARRCRuIsXo7yR7gQa3H78H3Y0txjaiv_0fDoOvxcdMmMKkDsyUqMSsMWxHk725yiiHCCLfrh8O1z5QPOohDIaIeljMHgDF5CVlOqpeNLcJ80NK65_fV7S1URQAYlQEqQkUqKOIAYn7Kzzo_fcjiYR6PVGTPu8dmiYkkDCIO_D4RfMcugCbVdMU5g/Apple_iPhone-11-Pro_Most-Powerful-Advanced_091019_big.jpg.large_2x.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-card {
        float: left;
    width: 75px;
    height: 56px;
    z-index: 2;
    margin-left: -30px;
    background: var(--accent-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    color: #fff;
}
.partner-product-feature {
    margin: 10px;
}

.card-info {
  margin: auto;
  text-align: left;
  /*width: 200px;
  height: 100%;
  left: -32px;*/
  position: relative;
  padding: 0.8rem;
}

.card-info > h2 {
  font-weight: 500;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
    color: var(--default-color);
}

.card-info > h4 {
  font-weight: 400;
  font-size: 13px;
  font-family: "Lexend Deca", sans-serif;
  color: var(--color-tertiary);
  line-height: 2rem;
  margin: auto;
}

.card-info > h6 {
  font-weight: 400;
  font-size: 11px;
  font-family: "Lexend Deca", sans-serif;
  color: var(--color-tertiary);
  line-height: 2rem;
  margin: auto;
}
.gateway-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: 500;
    text-transform: none;
    font-style: italic;
}

.card-info p {
    font-size: 14px;
    color: grey;
    letter-spacing: 0.5px;
    line-height: 16px;
}

/*** gateway-feature-css-end****/

























/************* media query css start************/

@media (min-width: 994px) {
  .social-links-mobile {
    display: none !important;
}


}

@media (max-width: 993px) {
.social-links-desktop {
    display: none !important;
}

.social-links-mobile a {
    padding: 10px 15px 10px 0px;
    font-size: 24px;
}




}


@media (max-width: 991px) {
.highlight h3, .highlight p, .highlight img {
    text-align: center;
}
.prod-hero-img img {
    display: none;
}
.bulk-sms-hero p {
    width: auto;
    padding: 0px;
}

}


@media (max-width: 768px) {
  .header {
    width: 100%;
}

.header .logo img {
    width: 25% !important;
    height: auto !important;
}
.testimonials .swiper {
    padding: 20px 0px;
}

section, .section {
    padding: 80px 0 0 0;
    
}
.telephony-form {
   position: static;
   width: 100%;
   margin: 20px;

}
/*.fables-sqr-rotation {
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
  }*/

  .fables-sqr-rotation {
    display: none;
  }

.text-rotate h3 {
    font-size: 25px;
}

.bottom-shadow {
    margin: -26px auto 0;
  }


}


@media (max-width: 575px) {

  #clients {
      display: none;
  }

  .mobile-hero-slide {
      display: block;
  }
  .desktop-hero-slide {
      display: none;
  }
  .header {
      width: 100%;
  }
  .mobile-nav-toggle {
      color: #000 !important;
  }
  .header .bi::before {
      color: #000 !important;
  }
  .header .logo img {
      width: 50% !important;
  }
  .caption span {
      font-size: 40px;
      line-height: 45px;
      letter-spacing: 1px;
  }
  .hero-text {
      font-size: 50px;
      line-height:50px;
  }
  .top-button {
      font-size: 11px;
      padding: 5px 10px;
  }
  .carousel-inner {
      padding-top: 0px;
  }
  section, .section {
      padding: 50px 0 0 0;
  }
  #carousel .carousel-item .caption {
      padding-top: 30px;
  }
  .hero-slides img {
      width: 100%;
      max-width: 500px;
      display: block;
      margin: 0 auto;
  }
  #carousel .caption p {
      font-size: 20px;
      line-height: 25px;
  }
  /*div#carousel {
      text-align: center;
  }*/
  body {
      overflow-x: hidden !important;
      margin-top: 50px;
  }
  .testimonials .swiper {
      padding: 20px 0px;
  }
  .section-title p {
      line-height: 31px;
          margin-top: 15px;
          font-size: 26px;
  }
  #stats {
      text-align: center;
  }
  .stats .stats-item {
      justify-content: center;
  }
  .call-to-action {
      margin-top: 50px;
      background: #f1f1ff;
      padding-bottom: 50px;
  }
  .bg-img img {
      display: none;
  }
  .social-links {
      position: static;
  }
  .prod-hero-right {
      display: none;
  }
  .prod-hero-left {
      display: none;
  }
  .fables-sqr-rotation {
      width: 200px;
      height: 200px;
      margin-bottom: 30px;
    }
  section {
      padding: 20px 30px !important;
  }
  .bulk-sms-hero h3 {
            font-size: 40px;
          margin-top: 20px;
  }
  .prod-hero-btn {
      font-size: 20px;
    }

    .bulk-sms-hero p span {
      font-size: 11px;
  }
  .call-to-action h3 {
      font-size: 37px;

  }
  .call-to-action p {
      color: #000;
      margin-bottom: 13px;
  }

  .cta-btn {
      font-size: 12px;
      padding: 15px;


  }
  .fables-sqr-rotation {
      right: -23%;
    }
  ul.whyus-text {
      padding: 0px;
  }

  /* client section */
  .demo-section {
        display: none !important;
    }

}



@media (max-width: 400px) {

.header .logo img {
    width: 50% !important;
}



}


@media (max-width: 368px) {

.header .logo img {
    width: 50% !important;
}



}


/************* media query css start************/


