/*
Theme Name: Iotivity Theme
Theme URI: ""
Author: Your Name
Author URI: ""
Description: A custom WordPress theme from scratch
Version: 1.0
License: GPL v2 or later
Text Domain: my-custom-theme
*/

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-black-2: #d7d7d7;

  --color-background-0: #ffffff;
  --color-background-100: #f0f1f2;

  --color-surface-0: #ffffff;
  --color-surface-100: #f0f1f2;

  --color-text-positive: #21363e;
  --color-text-positive-details: #707070;
  --color-text-positive-black: #0a0a0a;
  --color-text-negative: #a3a3a3;

  --color-gray-1: #f9f9f9;
  --color-gray-2: #f3f3f3;
  --color-gray-4: #e6e6e7;
  --color-gray-6: #dadadb;

  --color-primary-1: #f0f1f2;
  --color-primary-2: #a4b5bb;
  --color-primary-3: #7a8b91;
  --color-primary-4: #50616a;
  --color-primary-5: #47555d;
  --color-primary-6: #34444a;
  --color-primary-7: #323c42;

  --color-error: #d30404;

  --color-secondary-cobalt-blue: #143db2;
  --color-secondary-byzantine-blue: #2163ce;
  --color-secondary-petrol-blue: #007da4;
  --color-secondary-icel-blue: #4bb7e2;
  --color-secondary-sea-green: #00cc99;

  --gradient-top-to-bottom: linear-gradient(360deg, #34444a -0.08%, rgba(52, 68, 74, 0) 99.91%);
  --gradient-left-to-right: linear-gradient(90deg, #34444a 0.01%, rgba(52, 68, 74, 0) 100%);

  --shadow-emphasis-light: 0 3rem 4.5rem #0000001f;
  --shadow-negative-primary: 0px 12px 10px -8px rgba(0, 0, 0, 0.08), 0px 8px 10px -2px rgba(0, 0, 0, 0.08), 0px 10px 30px 0px rgba(0, 0, 0, 0.12);

  --container: 1360px;
  --container-padding-inline: 1.6rem;

  --transition-default: 0.3s;

  --font-default: 'IBM Plex Sans';
  --font-fallback: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --is-background-pattern: repeating-linear-gradient(to top, transparent 0px, transparent 3px, var(--color-primary-6) 3px, var(--color-primary-6) 12px), linear-gradient(to left, #a4b5bb00, #a4b5bb);
  --is-background-pattern2: repeating-linear-gradient(to top, transparent 0px, transparent 3px, var(--color-primary-1) 3px, var(--color-primary-1) 12px), linear-gradient(to left, #a4b5bb00, #a4b5bb);
  --page-hero-pattern-background: repeating-linear-gradient(to top, transparent 0px, transparent 3px, var(--color-primary-6) 3px, var(--color-primary-6) 12px), linear-gradient(to right, #a4b5bb00, #a4b5bb);
  --is-background-pattern-1: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, var(--color-primary-1) 3px, var(--color-primary-1) 12px), linear-gradient(to left, #a4b5bb00, #a4b5bb);
}


html {
  margin: 0px !important;
  padding: 0px;
  font-size: 62.5%;
  scroll-behavior: smooth;

  box-sizing: border-box;

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;

  overflow-x: hidden;

  font-family: var(--font-default), var(--font-fallback);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
  /* font-family: "IBM Plex Sans", sans-serif; */
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a.dashicons-arrow-down-alt2.mega-menu-link {
  color: var(--color-primary-6);
  font-size: 1.4rem;
  font-weight: 600;
}

#wpadminbar {
  display: none !important;
}

/* ========================Header========================= */
.navbar {
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 100;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0px 50px;
}

.navbar-logo img {
  max-height: 50px;
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.navbar #mega-menu-wrap-primary {
  background-color: #ffffff;
  font-family:'IBM Plex Sans';
  color: var(--color-primary-6);
  width:90%;
  padding: 2px 50px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
  color: var(--color-primary-6);
  font-weight: 600;

  &:hover,
  &:focus {
    background-color: var(--color-primary-1);
    color: var(--color-primary-6);
    border-radius: 10px;
    font-weight: 600;
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right>a.mega-menu-link:hover:before {
  transform: rotateZ(180deg);
  transition: .3s ease;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-item-block-9 {
  height: fit-content ;
  border-radius: 1.5rem 0 0 1.5rem !important;
  margin-top: 2rem;
}

ul.mega-sub-menu {
  padding: 0 !important;
  padding-left: 1rem !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-item {
  background-color: white !important;
  padding: 1rem !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
  display: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
  top: 50px;
  width: 100vw;
  height: 100vh;
  left: -200px;
  padding: 40px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li {
  padding: 0px !important;
}

.widget_block {
  background: #fff;
}

.page-indicator h6 {
  margin: -3px;
  font-size: 9px;
  padding: 0pc 10px;
}
/*   sub menu  */
#mega-menu-wrap-primary 
#mega-menu-primary 
> li.mega-menu-item 
> ul.mega-sub-menu {
  background:#00000087 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.test-full{  
  background: white;
    height: 40vh;
    width: 100%;
    margin-left: -10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.test{
  width:28rem;
  margin-top:40px;
  border-radius:10px;
  background:#f0f1f2;
  margin-left:50px;
  border: 0.1rem solid #d5d2d3;
  padding:5px!important;
  height:190px;
}
#mega-menu-wrap-primary #mega-menu-primary li.test> ul.mega-sub-menu {
  border-radius:10px;
  margin:10px;
  box-sizing: border-box;
  background:#f0f1f2;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height:170px;
  width:95%;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-text-36 div{
  height: 100px;
  margin-top: -22px;
    
}

#mega-menu-wrap-primary 
#mega-menu-primary 
button.ex_button:hover{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 18px;
  border: 2px solid #0077b6;
  border-radius: 999px;

  background: transparent;
  color: #0077b6;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
#mega-menu-wrap-primary 
#mega-menu-primary 
button.ex_button a{
  font-size: 1.6rem;
    
    color: #007da4;
    font-weight: 700;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.test1{
  width:25rem;
  margin-top:40px;
  border-radius:10px;
  background:white;
  margin-left:30px;
  border: 0.1rem solid #d5d2d3;
  padding:10px!important;
  height:190px;
}

#mega-menu-wrap-primary 
#mega-menu-primary 
li.test1
> ul.mega-sub-menu {
  border-radius: 10px;
  background: #fff;
  width:100%;
}
#mega-menu-wrap-primary #mega-menu-primary li.test1 li:nth-child(2){
  margin:-20px 0px 0px 0px;
}
#mega-menu-wrap-primary #mega-menu-primary li.test1 li:nth-child(3){
  margin:-15px 0px 0px 0px;
}




/* --------------Telco---------------- */
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.mega-bics {
  height: 100vh !important;  
  background:white;
  margin-left:-10px;     
  
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-telco{
  background: #f0f1f2;
  margin: 10px 0px 0px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-text-12 h4{
  color:black;
   font-weight:600;
  font-size:1.6rem;
  line-height:2.4rem;
}
 #mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-service p i.img-icon{
 font-size:20px;
 } 

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-text-12 p a{
  font-weight:400;
  font-size:1.4rem;
  line-height:2.4rem;
  margin-top:-10px;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-service,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-business {
  margin: 45px 0px 0px 20px;

}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-service p,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-business p{
  color:#707070;
  margin-bottom: .8rem;
  font-weight:600;
  font-size:1.4rem;
  line-height:2.4rem;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-service h4,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-business h4{
  color:black;
  font-weight:600;
  font-size:1.4rem;
  line-height:2.4rem;
  margin:0px 0px 0px 40px;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-service div,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-business div{
  margin-top:-25px;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-service p a,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0 li.mega-business p a{
  color:#707070;
  font-weight:400;
  font-size:1.4rem;
  line-height:2.4rem;
   margin:0px 0px 0px 40px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-telco ul.mega-sub-menu{
  margin: 30px 0px 0px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-text-29{
  margin-top:10px;
}
#mega-menu-wrap-primary #mega-menu-10-0-1 > ul.mega-sub-menu {
  max-height: 80vh;     
  /* overflow-y: auto; */
  overflow-x: hidden;
  scrollbar-width: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-mega-service{
  width:50.8rem;
  border-right: 0.1rem solid #d5d2d3;
}
#mega-menu-wrap-primary #mega-menu-11-0-8,
#mega-menu-wrap-primary #mega-menu-11-0-9{
  border:none !important;
}
#mega-menu-wrap-primary #mega-menu-11-0-8 > ul.mega-sub-menu li div p a,
#mega-menu-wrap-primary #mega-menu-11-0-9 > ul.mega-sub-menu li div p a{
  width:100% !important;
}


/* ---------Enterprise------------- */

#mega-menu-wrap-primary .mega-mega-panel {
  display: none !important;
}

#mega-menu-wrap-primary .mega-mega-panel.customer.is-active {
  display: block !important;
}

#mega-menu-wrap-primary .mega-mega-panel.cloud.is-active {
  display: block !important;
}

#mega-menu-wrap-primary .mega-mega-panel.global.is-active {
  display: block !important;
}

#mega-menu-wrap-primary .mega-mega-panel.pnc.is-active {
  display: block !important;
}
#mega-menu-wrap-primary
#mega-menu-item-11
ul.mega-sub-menu {
    display: flex;
    background: #fff;
    padding: 0;
    margin-bottom:20px;
   
}
#mega-menu-wrap-primary 
#mega-menu-item-11 
li.mega-left-menu {
    background: #f5f6f7;
    padding: 20px 0;
    min-width: 280px;
    margin: 45px 0px 0px 20px;
}
#mega-menu-wrap-primary 
#mega-menu-item-11 
#mega-menu-11-0-0 ul li h4{
   font-weight:600;
  font-size:1.6rem;
  line-height:2.4rem;
  text-transform: lowercase;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.enterprise-mega{
  height:80vh;
  margin-left:-10px;
  
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-panel,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-global{
  grid-column: span 3;
  border-right: 0.1rem solid #d5d2d3;
   margin: 45px 0px 0px 20px; 
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-grid > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-panel h4{
  color:#707070;
  margin-bottom: -25px;
  font-weight:600;
  font-size:1.4rem;
  line-height:2.4rem;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0 li.mega-panel > ul.mega-sub-menu > li:not(:first-child) > h4{
  color:black;
  font-weight:600;
  font-size:1.4rem;
  line-height:2.4rem;
  margin-left:30px;
  text-transform: lowercase;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0 li.mega-panel > ul.mega-sub-menu > li:not(:first-child) > h4::first-letter{
  text-transform: uppercase;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0 li.mega-panel ul li{
  margin-bottom:5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0 li.mega-panel ul li a{
  color:#707070;
  font-weight:400;
  font-size:1.4rem;
  line-height:2.4rem;
  margin-left:30px;
  width:54%;
}
.en-icon{
  font-size:20px;

}

#mega-menu-wrap-primary #mega-menu-primary li.global ul p .pnc-in{
  margin-top: -25px;
  font-weight:600 !important;
  font-size:1.4rem;
  line-height:2.4rem;
  color:black !important;
  width:61% !important;
}
#mega-menu-wrap-primary #mega-menu-11-0-8 > ul.mega-sub-menu {
  max-height: 80vh;     
  /* overflow-y: auto; */
  overflow-x: hidden;
  scrollbar-width: none;
}
/* partners */
.partner-icon{
  font-size: 30px;
}

/* --------------search ------------------- */
/* Search menu item container */
 #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 {
  display: flex;
  align-items: center;
}

/* Search link */
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 > .mega-menu-link {
  padding: 0 12px;
  cursor: pointer;
}

/* Emoji icon */
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 img.emoji {
  width: 18px;
  height: 18px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.2s ease;
}


#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600:hover img.emoji {
  opacity: 1;
  transform: scale(1.1);
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600> ul{
  height:0px;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 ul > li{
  margin: -15px 0px 0px 9%;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 ul > li>ul>li>ul>li{
      width: 264%;
      height:48px;
    background:#e9ecef !important;
     border-radius:5px;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 #s,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 #s:focus{
  width: 90%;
  height: 21px;
  border:none;
  outline:none;
  background:#ffffff21;
 
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 #searchsubmit{
    border: none;
    width: 65px;
    height: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 > .mega-sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600:focus-within > .mega-sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#mega-menu-item-8600:hover > .mega-sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}




/* ------------Contact Us ----------------- */
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2173{
    margin-left: 5%;
    border: 1px solid #007da4;
    height: 41px;
    width: 107px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background: #007da4;
    display: flex;
    
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2173 a{
    color:#fff;
  }

  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2173 a:hover{
    min-height: 41px;
    width: 107px;
    border: 2px solid #007da4;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background: white;
    display: flex;
    color: black ;
    }

    /* Search icon menu item */
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 {
  margin-left:27%;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8600 a img{
  font-size:18px;
}

@media (max-Width:767px) {
  .navbar {
    width: auto;
    padding: 0px 20px;
    justify-content: space-between;
  }

  #mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background-color:white;
    border-radius: 50px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    outline: none;
    white-space: nowrap;
    display: flex;
    position: relative;
    width:100%;
  }

  .mega-toggle-animated-inner {
    width: 30px;
    background-color: #000;
    color:white;
  }

  .white-card-scroller {
    display: flex;
    overflow-x: auto;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary{
    width:100%;
    background:white;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after{
    background-color: transparent;
  }
 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        left: 0;
        top: 64px;
  }
  
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu{
    left:0px;
    top:10px;
  }

  


  /* Telco */

 #mega-menu-wrap-primary #mega-menu-primary ul li.mega-telco{
  margin: 0 0 0 -5px; 
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column ul.mega-sub-menu {
  margin: 0 0 0 -8px; 
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu{
  min-height: auto;
  padding-bottom: 10px; 
}

#mega-menu-wrap-primary #mega-menu-10-0-1 > ul.mega-sub-menu {
  overflow-x: visible;
  overflow-y: visible; 
}

#mega-menu-wrap-primary #mega-menu-10-0-1 > ul.mega-sub-menu li{
  margin-bottom: -10px; 
}

#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li > ul.mega-sub-menu{
  background: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0-2{
  margin-top: 16px !important;
   padding-bottom: 45px !important;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-10-0-2 ul li{
  margin-bottom: 8px; 
 display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column.mega-business{
  height: auto !important;
  overflow: visible !important;
}


/* Enterprise */

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0-0 ul li h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0-0 ul li h4::after {
  content: ">";
  font-size: 14px;
  transition: transform 0.3s ease;
}


#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0-0 ul li h4.is-active::after {
  transform: rotate(90deg);
}


#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0-0 ul li ul.mega-sub-menu {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}


#mega-menu-wrap-primary #mega-menu-primary
#mega-menu-11-0-0 ul li h4.is-active + ul.mega-sub-menu {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-11-0 li.mega-panel ul{
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}




/* Pertners */

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-13 > ul.mega-sub-menu {
  background: #fff !important;
  height: 100vh;
}

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-13 > ul.mega-sub-menu > li > ul.mega-sub-menu {
  background: #fff;
  height: 107vh;
}

/* Content Hub */
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-14 > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-15 > ul.mega-sub-menu {
background: #fff !important;
  height: 120vh;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-14 > ul.mega-sub-menu > li > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-15 > ul.mega-sub-menu > li > ul.mega-sub-menu{
  background: #fff;
  height: 120vh;
  overflow-y: auto;

}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-14 >ul.mega-sub-menu> li> ul> li.mega-menu-column,
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-15> ul.mega-sub-menu> li> ul> li.mega-menu-column{
  margin-top:10px;
}

#mega-menu-wrap-primary #mega-menu-primary li.test{
  margin-left:28px;
}
#mega-menu-wrap-primary #mega-menu-primary li.test> ul.mega-sub-menu{
  margin:10px;
}

/* -----------------Contact Us------------------------ */

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2173 a{
    background:#007da4;
  }

#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-2173 {
   position: fixed;
  bottom: 16px;
  left: 44%;
  transform: translateX(-50%);
  width:93%;
}
#mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-8603 {
  position: fixed;
  bottom: 70px;
  left: 79%;
  transform: translateX(-14%);
  width:93%;
}



}




/* ========================== Home page ========================= */

/* hero section */
.elementor-element {
  padding: 0px !important;
}

/* .elementor-element.e-con-boxed.e-parent > .e-con-inner {
    max-width: min(100%, var(--content-width)) !important;
    margin: auto;
} */

.e-con.e-flex>.e-con-inner {
  max-width: 100%;
  margin: 0px;
  padding: 0px;

}

.elementor-element .elementor-element-efa10d0 {
  padding-left: 60px !important;
}

.elementor-element.elementor-element-4ef4c40 .elementor-heading-title {
  font-size: 40px;
  font-weight: 700;
}

.elementor-element.elementor-element-79443a9 p {
  margin: 0px;
}

.elementor-element.elementor-element-11af26a {
  padding: 60px 80px !important;
}


/* News section */
.elementor-element-11af26a .e-con.e-flex>.e-con-inner {
  margin: 50px 0px !important;
}

.elementor-element .elementor-element-79c5ef9,
.elementor-element .elementor-element-a75257b,
.elementor-element .elementor-element-d273021 {

  padding: 10px !important;
}

.elementor-element .elementor-element-a75257b img {
  height: 285px;
}

@media (max-width: 768px) {
  .elementor-element.elementor-element-11af26a {
    padding: 30px 15px !important;
  }
}

/* ==========================5G Service page=============== */
.section-sub-heading,
.section-sub-heading-2,
.section-sub-heading-3 {
  position: absolute !important;
  left: 40px;
}

.section-para-1,
.section-para-2,
.section-para-3 {
  position: absolute !important;
  top: 15px;
  left: 40px;
}

.section-container-2 {
  margin-top: 50px !important;
}

.section-container-3 {
  margin-top: 80px !important;
}

/* ========================Messaging page==================== */
.elementor-element.elementor-element-2f982b6.hero-background-pattern {
  height: 50%;
  width: 45%;
  background-image: var(--is-background-pattern);
  opacity: .25;
  /* z-index: -1; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========================Travel eSIM page==================== */
.elementor-element.elementor-element-8928428::before {
  content: "";
  inset: auto 0 0 auto;
  display: block;
  width: 60%;
  height: 80%;
  background: var(--page-hero-pattern-background);
  opacity: .25;
  position: absolute;
}

.elementor-element.elementor-element-3391f83.share-btn {
  width: 40px !important;
  height: 40px;
}

.elementor-element.elementor-element-3391f83.share-btn .elementor-icon {
  position: absolute;
  top: 8px;
  left: 6px;
}

/* ========================Voice Service page=================== */

.elementor-element.elementor-element-c69057d.hero-background-pattern {
  height: 50%;
  width: 45%;
  background-image: var(--is-background-pattern2);
  opacity: .25;
  /* z-index: -1; */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========================Voice Service page=================== */
.elementor-element.elementor-element-7affd7e.section-container-2 {
  margin: 0px;
}

/* ========================blogs page=================== */
/* HERO */
.list-hero {
  background: var(--color-primary-6);
  padding: 80px 20px;
  color: #fff;
  height: 90%;
}

.list-hero::before {
  content: "";
  inset: 125px 0px 0px auto;
  display: block;
  width: 60%;
  height: 35%;
  background: var(--page-hero-pattern-background);
  opacity: .25;
  position: absolute;
}

.list-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

/* GRID */
.list-section {
  padding: 60px 20px;
  background: #fff;
}

.resource-grid,
.grid {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 30px;
  display: flex;
  /* gap: 16px; */
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
}

.horizontal-scroll::-webkit-scrollbar {
  height: 4px;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* CARD */
.card {
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-gray-4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.card .content {
  height: fit-content;
}

.card .card-image {
  aspect-ratio: 1.6;
  position: relative;
  bottom: 0px;
  height: 250px;
  overflow: hidden;
  display: block;
  margin-top: 20px;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;

  border-radius: 10px;
}

.card-tags span {
  font-size: 11px;
  background: #f1f5f9;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 6px;
}

.card-meta {
  font-size: 13px;
  color: #64748b;
  margin: 10px 0;
}

.card-title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: 18px;
  margin-bottom: 10px;
}

.card-title a {
  color: var(--color-primary-6);
  text-decoration: none;
}

.card-excerpt {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
}

.white-outline-btn,
.blue-outline-btn,
.read-more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-secondary-petrol-blue);
  text-decoration: none;
  width: fit-content;
  padding: 10px 0 !important;
  border: 2px solid transparent;
  transition: 0.3s ease !important;
  border-radius: 50px !important;

}

.white-outline-btn {
  color: #fff;
}

.white-outline-btn:hover,
.blue-outline-btn:hover,
.read-more:hover {
  border: 2px solid var(--color-secondary-petrol-blue);
  padding: 10px 20px !important;
  transition: 0.3s ease !important;
}

.white-outline-btn:hover {
  border: 2px solid #fff;

}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 6px;
  border-right: 2px solid #0077b6;
  border-top: 2px solid #0077b6;
  transform: rotate(45deg);
  margin-top: 6px;
  margin-left: 4px;
}

.e-n-accordion-item-title-icon,
.elementor-button-icon,
.read-more-icon {
  height: 25px;
  width: 25px !important;
  padding: 5px;
  background-color: #0082a029;
  border-radius: 50px;
  transition: 0.3s ease;
}

.e-n-accordion-item-title-icon {
  background-color: #0000000a;
}

.white-outline-btn .elementor-button-icon {
  background-color: #fff3 !important;
}

.white-outline-btn:hover .elementor-button-icon,
.blue-outline-btn:hover .elementor-button-icon,
.read-more:hover .read-more-icon {
  background: transparent;
}

.list-icon .elementor-icon-box-icon {
  margin-top: 20px;
}


/* PAGINATION */
.pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 4px;
  background: #e5e7eb;
  text-decoration: none;
  color: #020617;
}

.pagination .current {
  background: #2563eb;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* =======================Blog details page=================== */
.blog-container {
  background: #fff;
}

.blog-hero {
  padding: 20px 20px 40px 20px;
}

.blog-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.blog-hero-content {
  padding: 8rem 14rem 6.4rem 0;
}

.blog-badge {
  display: inline-block;
  background: #00000014;
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  padding: .4rem .8rem;
  border-radius: 6px;
  line-height: 1.2rem;
}

.blog-hero-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 20px;
  color: #000;
}

.blog-hero-meta {
  font-size: 15px;
  color: #475569;
  margin-bottom: 25px;
}

.blog-hero-share a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f1f2;
  color: #0f172a;
  text-decoration: none;
  transition: background 0.3s;
}

.blog-hero-share a:hover {
  background: #e2e8f0;
}

.blog-hero-image img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
}

.wrapper {
  padding: 5.6rem 1.6rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.blog-wrapper {
  padding: 5.6rem 1.6rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}


.blog-featured img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

.blog-body {
  font-size: 17px;
  line-height: 1.8;
  color: #1f2937;
}

.blog-body h2 {
  font-size: 28px;
  margin-top: 40px;
}

.blog-body h3 {
  font-size: 22px;
  margin-top: 25px;
}

.blog-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
  align-self: start;
}

.sidebar-box {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid var(--color-gray-4);
}

.table-of-contents__label {
  padding: 1.6rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.toc-box ul {
  list-style: none;
  padding-left: 0;
  padding: 0 1.6rem;
  font-size: 1.3rem;
  margin: 0px;
  line-height: 17px;
}

.toc-box li {
  margin-bottom: 7px;
}

.toc-box li a {
  color: #000;
  transition: 0.3s ease;

}

.toc-box li a.active,
.toc-box li a:hover {
  color: var(--color-secondary-petrol-blue);
  font-weight: 600;
  transition: 0.3s ease;
}

.author-box {
  background: #eef2ff;
  padding: 25px;
  border-radius: 12px;
  margin-top: 60px;
}

.btn-primary {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
}

/* ========================Press release details page ========================== */
.press-container {
  background: #fff;
}

.press-hero {
  padding: 20px 20px 40px 20px;
}

.press-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.press-hero-content {
  padding: 8rem 14rem 6.4rem 0;
}

.press-badge {
  display: inline-block;
  background: #00000014;
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  padding: .4rem .8rem;
  border-radius: 6px;
  line-height: 1.2rem;
}

.press-hero-title {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 20px;
  color: #000;
}

.press-hero-meta {
  font-size: 15px;
  color: #475569;
  margin-bottom: 25px;
}

.press-hero-share a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0f1f2;
  color: #0f172a;
  text-decoration: none;
  transition: background 0.3s;
}

.press-hero-share a:hover {
  background: #e2e8f0;
}

.press-hero-image img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
}

.wrapper {
  padding: 5.6rem 1.6rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.press-wrapper {
  padding: 5.6rem 1.6rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 40px;
}


.press-featured img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

.press-body {
  font-size: 17px;
  line-height: 1.8;
  color: #1f2937;
}

.press-body h2 {
  font-size: 28px;
  margin-top: 40px;
}

.press-body h3 {
  font-size: 22px;
  margin-top: 25px;
}

.social-icons {
  display: flex;

}

.social-icons i {
  width: 40px;
  height: 40px;
  background: #0000000a;
  margin-right: 10px;
  margin-bottom: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: .50s ease;
}

.social-icons i:hover {
  background: #0000001f;
}

i {
  margin-right: 10px;
}

/* mno page */
.mno-support-boxes {
  background: repeating-linear-gradient(to bottom, transparent 0px, transparent 3px, var(--color-primary-1) 3px, var(--color-primary-1) 12px), linear-gradient(to left, #a4b5bb00, #a4b5bb);
  /* background: repeating-linear-gradient(to bottom, var(--color-primary-1) 0px, var(--color-primary-1) 3px, transparent 3px, transparent 12px); */
}

/* mno page */

/* roaming page */
.why-iotivity-accordion p {
  margin: 0;
}

.why-iotivity-accordion details.e-n-accordion-item {
  border-bottom: 2px solid grey;
  padding: 0.6rem 0;
}

.why-iotivity-accordion details.e-n-accordion-item::before {
  counter-increment: section;
  content: "0" counter(section)".";
  position: absolute;
  top: 16px;
  left: 0;
  color: inherit;
}

.why-iotivity-accordion {
  counter-reset: section;
}

.why-iotivity-accordion .e-n-accordion-item-title-text {
  margin-left: 2rem;
}

.why-iotivity-accordion a.elementor-button.elementor-button-link {
  background-color: transparent;
  color: var(--e-global-color-accent);
  border-radius: 100px;
  border: 2px solid #ffffff00;
  padding: 1rem 0;

  &:hover {
    border: 2px solid var(--e-global-color-accent);
    padding: 1rem 1.5rem;
  }
}

/* roaming page */
/* ========================Get In Touch ========================== */
.get-in-touch {
  background: var(--color-primary-1);
  max-width: 100%;
  padding: 40px 20px;
}

.get-in-touch .container {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}

.get-in-touch .container h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  margin-top: 0px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 1.2rem 2rem !important;
  font-size: 1.6rem !important;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  margin-right: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* grid-template-columns: 1fr 1fr; */
  gap: 15px;
  margin-bottom: 15px;
}

textarea {
  min-height: 120px;
  resize: none;
}

.btn-primary {
  background: #0077b6;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-success {
  background: #e6f9ee;
  color: #0a7c3c;
  padding: 12px;
  margin-bottom: 15px;
}

.checkbox {
  margin: 15px 0;
  display: block;
}

@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* =========================Swiper silder section========================= */
.swiper-slider-wrapper, 
.horizontal-swiper-wrapper ,
.fraud-swiper-wrapper {
  padding: 60px 20px;
}

.swiper-progress-nav,
.horizontal-progress-nav,
.fraud-progress-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
  border-top: 1px solid #ccc;

}

.progress-item {
  max-width: 17.6rem;
  /* width: 100%; */
  position: relative;
  padding: 2.8rem 2.4rem 1.2rem;
  cursor: pointer;
  color: #888;
  border-top: 2px solid #ddd;
  --progress: 0%;

}

.progress-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: var(--progress);
  height: 2px;
  background: #0073aa;
  transition: width 5s linear;
}

.progress-item.active {
  color: #000;
  font-weight: 600;
}

.progress-item.active::before {
  width: 100%;
}



.swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;

}


.swiper-slide .swiper-image {
  width: 98%;
  height: 500px;
  border-radius: 10px;
  margin: 5px;

}

.partner.swiper-image img {
  filter: grayscale(100%) brightness(1.2) contrast(0.7);
  cursor: pointer;
  transition:
    filter 0.4s ease-in-out,
    transform 0.4s ease-in-out;

}

.swiper-image img {
  height: 100%;
  width: 90%;
  border-radius: 10px;
  object-fit: cover;
}

.partner.swiper-image img.active {
  filter: grayscale(100%) brightness(0) contrast(100%);
  height: 100%;
  transform: scale(2);
}

/* Partener Slide */


.swiper-slider-wrapper .swiper-slide {
  display: grid;
  grid-template-columns: none !important;
  align-items: center;
}

.quote-slider .content {
  background: var(--color-text-positive);
  padding: 60px 40px;
  min-height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 10px;

  box-sizing: border-box;
  grid-template-columns: none !important;

}

.quote-slider .content .text {
  margin-bottom: 30px;
  position: relative;
  /* padding-left: 25%;  */
  margin: 2% 25%;
  width: 50%;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.quote-slider {
  grid-template-columns: none !important;

}

.quote-mark {
  font-size: 60px;
  color: #007da4;
  font-family: Georgia, serif;
  line-height: 0.5;
  vertical-align: top;
  margin-right: 82%;
  display: inline-block;
}

.quote-slider .content .name {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.quote-slider .content .designation {
  color: #ccc;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.swiper-slide .swiper-image {
  width: 98%;
  height: 500px;
  border-radius: 10px;
  margin: 5px;

}

.partner.swiper-image img {
  filter: grayscale(100%) brightness(1.2) contrast(0.7);
  cursor: pointer;
  transition:
    filter 0.4s ease-in-out,
    transform 0.4s ease-in-out;

}

.slider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 12px 10px -8px #00000029,
    0px 8px 10px -2px #1a738829,
    0px 10px 30px #0082a03d;
  border: 0.2rem solid #007da4;
  background: #007da4;
  transition: all 0.3s ease;
  border-radius: 50%;
  text-decoration: none;
  margin-top: 17px;
  font-size: 22px;
  position: relative;
}

/* Hover effect */
.slider-icon:hover {
  background: #fff;
  border-color: #005a7a;
  box-shadow: 0px 15px 15px -10px #00000029,
    0px 10px 15px -5px #1a738829,
    0px 15px 40px #0082a03d;
  color: #005a7a;
}

.slider-icon .icon {
    position: absolute;
   left: 14px;
    top: 12px;
  }

/* =========================Related resources section========================= */
:root {
  --resources-background-pattern: repeating-linear-gradient(to right, transparent 0px, transparent 3px, var(--color-white) 3px, var(--color-white) 12px), linear-gradient(to bottom, #a4b5bb00, #a4b5bb);
}

.related-resource {
  padding: 60px 20px;
  background: #fff;
}

.related-resource h2 {

  font-size: 3.8rem;
  font-weight: 700;
  line-height: 4.8rem;
  z-index: 1;
  position: relative;
}

.related-resource .card {
  z-index: 1;
  position: relative;
  width: 29%;
}

.resources__background {
  content: "";
  display: block;
  width: 60%;
  height: 70%;
  background: var(--resources-background-pattern);
  opacity: .25;
  position: absolute;
}

/* =========================CPAAS page========================= */

.elementor-element-10ce5fbe .widget-image-caption.wp-caption-text {
  position: absolute;
  bottom: 15px;
  left: 20px;
}

/* =========================cloud-numbers page========================= */
.elementor-element.gray-pattern::before {
  content: "";
  inset: auto 0 0 auto;
  display: block;
  width: 60%;
  height: 50%;
  background: var(--page-hero-pattern-background);
  opacity: .25;
  position: absolute;
}

.elementor-element.left.gray-pattern::before {
  inset: 0 0 auto;
  transform: rotate(180deg);
}

.elementor-element.white-pattern::before {
  content: "";
  display: block;
  width: 60%;
  height: 50%;
  background: var(--is-background-pattern2);
  opacity: .25;
  position: absolute;
}

@media (max-width: 767px) {
  .elementor-element.gray-pattern::before {
    inset: 0 0 0 auto;
    height: 40%;
  }

  .elementor-element.elementor-element-370a908.left.gray-pattern:before {
    top: -710px;
  }

  .elementor-element.elementor-element-64312294.left.gray-pattern:before {
    top: -570px;
  }

  .elementor-element.elementor-element-40015a7.white-pattern::before {
    top: -578px;
  }

  .elementor-element.elementor-element-7709227d.white-pattern::before {
    top: -420px;
  }

  .elementor-element.left.gray-pattern::before {
    left: -15px;
    transform: rotate(270deg);
    height: 100%;
    width: 33%;
    top: -282px;
  }

  .elementor-element.white-pattern::before {
    top: -723px;
    left: -15px;
    transform: rotate(90deg);
    height: 100%;
    width: 33%;
  }
}

/* =========================vertical slider========================= */

/* ===== VERTICAL SLIDER WRAPPER ===== */
.vertical-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* ===== PROGRESS NAV ===== */
.vertical-progress-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.vertical-progress-item {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.slider-pagination-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d0d7de;
  display: block;
  transition: transform 0.3s ease, background 0.3s ease;
}

/* Active + animated progress */
.vertical-progress-item.active .slider-pagination-dot {
  background: #007fa3;
  transform: scale(1.3);
}



/* ===== SWIPER ===== */
.verticalSwiper {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.verticalSwiper .swiper-wrapper {
  height: 100%;
}

.verticalSwiper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* ===== IMAGE ===== */
.verticalSwiper .swiper-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
position: relative;
}
.verticalSwiper .swiper-image:before {
    content: "";
    z-index: -1;
    height: 500px;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: radial-gradient(50% 50%, #fff0 0%, #fff 100%) 0 0 / 100% 100%, linear-gradient(90deg, #0000001f .1rem, #0000 .1rem) 0 0 / 4.5rem 4.5rem, linear-gradient(#0000001f .1rem, #0000 .1rem) 0 0 / 4.5rem 4.5rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 50px;
  }
.verticalSwiper .swiper-image img {
  width: 60%;
  height:80vh;
  border-radius: 12px;
  object-fit: cover;
  border-radius: 10px;
}

/* ===== CONTENT ===== */
.verticalSwiper .content {
  width: 100%;
}

.verticalSwiper .content h3 {
  font-size: 32px;
  margin-bottom: 16px;
}

.verticalSwiper .content .text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .vertical-slider-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .vertical-progress-nav {
    flex-direction: row;
    margin-top:-60px;
  }

  .verticalSwiper {
    height: auto;
  }

  .verticalSwiper .swiper-slide {
    flex-direction: column;
    text-align: center;
  }

  #primary #main .verticalSwiper .swiper-image {
    width: 100%;
    height: 30vh;
    border-radius: 10px;
    
  }
  #primary #main .verticalSwiper .swiper-image img{
     width: 100%;
    height: 30vh;
    border-radius: 10px;
    object-fit:cover;
  }
  #primary #main .verticalSwiper .content{
    text-align:left;
   }
  #primary #main .verticalSwiper .content h3{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.2rem;
  }
  #primary #main .verticalSwiper .elementor-shortcode{
    height:95vh;
  }
}

/* =========================Footer style========================= */
#site-footer {
  padding: 20px 80px;
  /* padding: 20px;
  padding-top: 40px; */
  background-color: var(--color-primary-6);
  border-radius: 1.6rem 1.6rem 0 0;
  border: 2px solid var(--color-primary-7);
  /* box-shadow: inset 1px 50px 140px 0 var(--color-background-0); */
  background-image: url();
}

.footer-logo {
  color: var(--color-background-0);
  font-size: 24px;
  /* margin-bottom: 60px; */
}

#site-footer .container.footer-top,
#site-footer .container.footer-top a {
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: var(--color-gray-6);
  font-size: 14px;
}

.footer-column .footer-widget h2 {
  font-size: 16px;
}

.footer-column .footer-widget ul {
  padding: 0px;
  margin: 0px;
  line-height: 2;

}

.is-layout-flex {
  display: flex;
  justify-content: flex-start;
  /* border-top: .1rem solid var(--color-primary-4);
  border-bottom: .1rem solid var(--color-primary-4); */
  /* padding: 40px; */
  column-gap: .8rem;
  padding: 0;
  margin-bottom: 4%;
}

.is-layout-flex li {
  color: var(--color-background-100);
  background-color: #ffffff1a;
  border-radius: 50%;
  display: flex;
}

.is-layout-flex li a {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}



.footer-legal-row,
.footer-legal-item .wp-block-list {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-gray-6);

}

.footer__contacts {
  flex-direction: row;
  justify-content: center;
  gap: 4.8rem;
  padding: 4.8rem 0;
  border-top: .1rem solid var(--color-primary-4);
  border-bottom: .1rem solid var(--color-primary-4);
  grid-column: 1 / -1;
  display: flex;
}


.brand-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.brand-logo {
  width: 4.5rem;
  height: 4.5rem;
}

.brand-info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  color: white;
  font-size: 14px;
}

.brand-label {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}

.brand-links {
  display: flex;
  flex-direction: column;
  text-decoration: underline;
  gap: 1rem;
}

.brand-links a {
  color: white;
  text-decoration: none;
}

.footer-legal-row {
  padding-top: 4.8rem;
}

.site-footer .wp-block-social-link-anchor svg {
  fill: #ffffff;
}

@media (min-width: 768px) {
  .container.footer-top {
    margin: 4rem 0;
  }

  .brand-links {
    flex-direction: row;
    gap: 5rem;
  }

  .brand-content {
    flex-direction: row;
    align-items: end;
    gap: 4rem;
  }

  .brand-logo {
    transform: translatey(10px);
  }
}

/* MOBILE FOOTER ACCORDION */
@media (max-width: 767px) {
  .footer__contacts {
    justify-content: left;
  }

  #site-footer {
    padding: 20px;
    padding-top: 40px;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
  }

  /* Heading style */
  .footer-column h2 {
    font-size: 1.4rem !important;
    font-weight: 600;
    line-height: 2.4rem;
    position: relative;
    padding: 14px 0;
    margin: 0;
    cursor: pointer;
    /* font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; */
  }

  /* Arrow */
  .footer-column h2::after {
    content: "⌄";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 20px;
  }

  /* Hide links by default */
  .footer-column .wp-block-list {
    display: none;
    padding-bottom: 12px;
  }

  /* Active state */
  .footer-column.active .wp-block-list {
    display: block;
  }

  .footer-column.active h2::after {
    transform: translateY(-50%) rotate(180deg);
    font-size: 20px;

  }

  .is-layout-flex {
    border-top: none;
  }

  .footer-column.active {
    padding-bottom: 1.2rem;
  }

  .footer-legal-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
  }

  .footer-legal-row {
    align-items: baseline !important;
  }

  .footer-legal-item .wp-block-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: baseline !important;
  }

  .footer-legal-item li {
    font-size: 14px;
    color: #b5b5b5;
  }

  .footer-legal-item li a {
    color: inherit;
    text-decoration: none;
  }

  .footer-legal-item li a:hover {
    text-decoration: underline;
  }

  .footer-copyright {
    font-size: 13px;
    color: #8f8f8f;
    line-height: 1.4;
  }
}

/* ===============Contact Form =========== */

.cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-bottom: -8px;

}


.cf7-col-full {
  grid-column: span 2;
}


.cf7-grid input,
.cf7-grid select,
.cf7-grid textarea {
  width: 100%;
  background:#00000014;
  border: 1px solid #f2f2f2;
  padding: 16px;
  font-size: 14px;
  border-radius: 6px;
  height:50px;
}


.cf7-grid input:hover,
.cf7-grid textarea:hover,
.cf7-grid select:hover {
  outline: none;
  border-color: black;
  background: #fff;
}

.cf7-grid textarea {
  min-height: 100px;
  resize: none;
  width:200%;
}
textarea {
  min-height:100px;
}

.char-count {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  color: #777;
}

.cf7-grid .checkbox {
  font-size: 13px;
}

.cf7-grid .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

 
.cf7-grid .wpcf7-acceptance input[type="checkbox"] {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  accent-color: #0073aa;  
}

.cf7-grid .wpcf7-acceptance span {
  display: inline;
}


.cf7-grid .wpcf7-acceptance a {
  color: #0073aa;
  text-decoration: underline;
}



/* Submit button */
.cf7-grid input[type="submit"] {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  max-width: 220px;
}

/* Character counter */
.wpcf7-character-count {
  font-size: 12px;
  color: #777;
}

/* Mobile */
@media (max-width: 768px) {
  .cf7-grid {
    grid-template-columns: 1fr;
  }

  .cf7-col-full {
    grid-column: span 1;
  }
  .cf7-grid textarea{
    width:100%;
  }
}
/*==================== white card scroller ====================*/


#primary #main .white-scroller {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 20px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}


#primary #main .white-scroller> .e-child {
  flex: 0 0 300px;  
  max-width: 300px;
}
#primary #main .white-scroller::-webkit-scrollbar{
   height: 3px;
}
#primary #main .white-scroller::-webkit-scrollbar-track {
  background: #e6e6e6;
}

#primary #main .white-scroller::-webkit-scrollbar-thumb {
  background: #007da4;
  border-radius: 10px;
}

/* ===================button icon================= */
 span.elementor-button-icon{
  margin-top:-6px;
}

/* ===============Accordion========================== */


body.elementor-device-desktop .accordion-img,
body.elementor-device-tablet .accordion-img {
  display: none !important;
}


body.elementor-device-mobile .accordion-img {
  display: block !important;
}

/* about us slider */

#primary #main .people-slider {
    overflow: hidden;
    position: relative;
    
}

#primary #main .slider-track{
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform;
}
#primary #main .slide {
  min-width: 100%;
  flex-shrink: 0;
  
}
#primary #main .btn-container{
position: absolute;
    justify-content: space-between;
    top: 42%;
  
}

/* explore more solutions */
#primary #main .explore-grid{
  gap:30px;
}
#primary #main .explore-card{
  flex: 0 0 400px !important;
  max-width: 400px !important;
}








