/* REMOVE GOOGLE TOP BAR */
.goog-te-banner-frame.skiptranslate{
    display:none !important;
}

body{
    top:0 !important;
    font-family:'Lato', sans-serif !important;
}

body{
    top:0 !important;
}
.goog-te-banner-frame{
    display:none !important;
}
/* Hide Google Translate logo */
.goog-logo-link,
.goog-te-gadget span{
    display:none !important;
}

.goog-te-gadget{
    color:transparent !important;
}/* Hide Google Translate Top Bar */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/* Hide Google Translate toolbar */
iframe.goog-te-banner-frame {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

.goog-te-gadget {
    display: none !important;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato';
}

*, ::after, ::before {
    box-sizing: border-box;
    
}
.announcement-bar {
      width: 100%;
    background: #b11c2b;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
    padding: 4px 0;
}

.pis-ic h5 {
    color: #8A1001;
    font-weight: 600;
    padding-left: 20px;
    line-height: 30px;
    position: relative;
    z-index: 0;
    margin: 13px 0;
}.pis-ic h5:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background: #8A1001;
    border-radius: 10px;
    left: 0;
}.pis-ic ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    margin-top: 12px;
}.pis-ic li {
    padding-left: var(--icon-space);
    line-height: 28px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 8px;
}.pis-ic li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    font-size: 12px;
    color: #8A1001;
}
.announcement-text {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 18s linear infinite;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}.announcement-bar:hover .announcement-text {
  animation-play-state: paused;
}
.newcolor{ color: #b41729!important;}
:root {
    --primary-color: #18191A;
    --secondary-color: #FFFFFF;
    --bg-color: #F6F5ED;
    --text-color: #727272;
    --accent-color: #b41729;
    --accent-secondary-color: #4c4b4b;
    --white-color: #FFFFFF;
    --divider-color: #18191A1A;
    --dark-divider-color: #FFFFFF1A;
    --error-color: rgb(230, 87, 87);
    --default-font: "Lato", sans-serif;
    --accent-font: "Lato", serif;
}


html,
body{
  width: 100%;
  overflow-x: clip;
}

body{
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  color: var(--text-color);
  background: var(--bg-color);
}

::-webkit-scrollbar-track{
  background-color: var(--primary-color);
  border-left: 1px solid var(--primary-color);
}

::-webkit-scrollbar{
  width: 7px;
  background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb{
  background: var(--accent-secondary-color);
}

::selection{
  color: var(--white-color);
  background-color: var(--accent-color);
  filter: invert(1);
}

p{
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: var(--accent-font);
  font-weight: 400;
  line-height: 1.2em;
  color: var(--primary-color);
  margin: 0;
}

figure{
  margin: 0;
}

img{
  max-width: 100%;
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: none;
  outline: 0;
}

a:focus{
  text-decoration: none;
  outline: 0;
}

.container{
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}

.image-anime{
  position: relative;
  overflow: hidden;
}

.image-anime:after{
  content: "";
  position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
  position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default {
    position: relative;
    display: inline-block;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25em;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 100px;
   padding: 10px 21px;
    /* margin-right: 10px; */
    border: none;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    text-decoration: none;
    /* letter-spacing: 0px; */
    font-family: 'Lato';
        height: 40px;
    line-height: 19px;
}
.header-btn .btn-default {
   margin-left: 10px;
}

.btn-default:hover{
  background: var(--accent-secondary-color);
}
.service-item p{
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.d-more{
      font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #DD052B;
    text-underline-offset: 5px;
    text-decoration: underline !important;
}
/*
.btn-default::before{
  content: '';
  position: absolute;
  top: 50%;
     right: 11px;
    width: 16px;
    height: 19px;
  border-radius: 50%;
   background-color: var(--accent-secondary-color); 
  background-image: url('../images/arrow-white.svg');
  background-repeat: no-repeat;
  background-position: center center;
   background-size: 24px auto; 
  transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}*/

.btn-default:hover:before{
  /*transform: translateY(-50%) rotate(45deg);*/
  /*background-color: var(--accent-color);*/
}

.btn-default::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  height: 100%;
  border-radius: 100px;
  opacity: 0;
  background: var(--accent-secondary-color);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btn-default:hover:after{
  width: 100%;
  left: 0;
  right: 0;
  opacity: 1;
}

.readmore-btn{
  font-family: var(--accent-font);
  position: relative;
  display: inline-block;
  font-weight: 400;
  line-height: 1.6em;
  text-transform: capitalize;
  color: var(--primary-color);
  padding-right: 34px;
  transition: all 0.4s ease-in-out;
}

.readmore-btn::before{
  content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    height: 24px;
    width: 24px;
    background-color: var(--accent-color);
    background-image: url('../images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    border-radius: 100px;
    transition: all 0.4s ease-in-out;
}

.readmore-btn:hover::before{
  transform: translateY(-50%) rotate(45deg);
}

.cb-cursor:before{
  background: var(--accent-secondary-color);
}

.dark-section {
    background-color: var(--primary-color);
    background-image: url(../images/dark-section-bg-image.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

header.main-header{
  position: absolute;
  top: 15px;
    left: 0;
    right: 15px;
  z-index: 100;
}

header.main-header .header-sticky{
    position: relative;
  top: 0px;
    border-bottom: 1px solid var(--dark-divider-color);
  z-index: 100;
}

header.main-header .header-sticky.hide{
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

header.main-header .header-sticky.active{
  position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    transform: translateY(0);
    background: var(--primary-color);
    border-bottom: 1px solid var(--dark-divider-color);
    border-radius: 20px;
}

.navbar{
  padding: 30px 0px;
  align-items: center;
}

.navbar-brand{
  padding: 0;
  margin: 0;
}

.main-menu .nav-menu-wrapper{
  flex: 1;
  text-align: center;
  margin: 0 1.042vw;
}

.main-menu .nav-menu-wrapper > ul{
  align-items: center;
  display: inline-flex;
}

.main-menu ul li{
  margin: 0 5px;
  position: relative;
}
.mega-title a{
     font-size: 17px !important;
    color: #000 !important;
    position: relative;
    font-weight: 600 !important;
    padding: 0 !important;
}
.main-menu ul li a{
  font-size: 15px;
  font-weight: 500;
  /*line-height: 1.2em;*/
  padding: 12px 10px ;
  color: #000;
  background: transparent;
  border-radius: 0px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  font-family: 'Lato';
}

.main-menu ul li.submenu > a:after{
  content: '\f107';
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
  color: var(--accent-secondary-color);
}

.main-menu ul li:not(.mega-menu) > ul {
  visibility: hidden;
  opacity: 0;
  transform: scale(1,0.8);
  transform-origin: top;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 235px;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.main-menu ul li.submenu:first-child ul{
    width: 235px;
}

.main-menu ul ul ul{
  left: 100%;
  top: 0;
  text-align: left;
}

.main-menu ul li:hover > ul{
  visibility: visible;
  opacity: 1;
  transform: scale(1,1);
 padding: 15px 5px;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
  margin: 0;
   padding: 0 0px 3px;
}

.main-menu ul ul li a{
  padding: 0 !important;
  /*color: var(--white-color);*/
  /*padding: 8px 20px !important;*/
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
  /*color: #fff;*/
  background-color: transparent;
  /*padding: 8px 20px 8px 23px !important;*/
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
  display: none;
}

.responsive-menu{
  position: relative;
  top: 0;
}

.slicknav_btn{
  background: var(--accent-secondary-color);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 6px;
}

.slicknav_icon .slicknav_icon-bar{
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
  margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
  margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
  position: absolute;
    width: 100%;
  padding: 0;
  background: var(--accent-secondary-color);
}

.slicknav_menu ul{
  margin: 5px 0;
}

.slicknav_menu ul ul{
  margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 7px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
  background-color: transparent;
  color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 7px 20px 7px 30px;
}

.slicknav_arrow{
  font-size: 0 !important;
}

.slicknav_arrow:after{
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--white-color);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
  color: var(--primary-color);
}
.hero{
  position: relative;
    padding: 110px 0 80px;
    /*margin: 15px 15px 0;*/
    overflow: hidden;
  /*border-radius: 20px;*/
    z-index: 1;
}

.hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: linear-gradient(270deg, rgba(24, 25, 26, 0.00) 31.9%, rgba(24, 25, 26, 0.81) 68.91%, rgba(24, 25, 26, 0.90) 100%);*/
  /*background: linear-gradient(270deg, rgb(24 25 26 / 98%) 31.9%, rgba(24, 25, 26, 0.81) 68.91%, rgb(24 25 26 / 0%) 100%);*/
  background: linear-gradient(270deg, rgb(24 25 26 / 98%) 31.9%, rgb(24 25 26 / 80%) 68.91%, rgb(24 25 26 / 57%) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero .hero-bg-video{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-bg-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .container{
  position: relative;
  z-index: 2;
}

.hero-contant{
  /*max-width: 780px;*/
}

.hero-sub-heading{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-left: 36px;
}

.satisfy-client-images{
  display: flex;
  align-items: center;
}

.satisfy-client-image{
  position: relative;
    display: inline-block;
    margin-left: -14px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.satisfy-client-image:first-child{
  margin: 0;
}

.satisfy-client-image figure{
  display: block;
}

.satisfy-client-image figure img{
  width: 100%;
    max-width: 40px;
    border-radius: 50%;
}

.satisfy-client-image.add-more{
  width: 42px;
  height: 42px;
  background-color: var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.satisfy-client-image.add-more i{
  font-size: 20px;
  color: var(--white-color);
}

.satisfy-client-image.add-more h3{
  font-size: 16px;
  line-height: 1em;
  color: var(--white-color);
}

.satisfy-client-image.add-more img{
  width: 100%;
  max-width: 16px;
}

.hero-sub-heading .satisfy-client-image figure img{
  max-width: 30px;
}

.hero-sub-heading .satisfy-client-content p{
  color: var(--white-color);
  margin: 0;
}

.hero-content-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 50px;
}

.video-play-button{
    display: inline-flex;
    align-items: center;
}

.video-play-button a{
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--accent-color);
  color: var(--white-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: none;
}

.video-play-button a.bg-effect:before,
.video-play-button a.bg-effect:after{
  content: '';
  position: absolute;
    width: 160%;
    height: 160%;
  border: 35px solid var(--white-color);
  opacity: 50%;
  border-radius: 50%;
  transform: scale(0.6);
  z-index: -1;
  animation: border-zooming 1.2s infinite linear;
}

.video-play-button a.bg-effect:after{
  animation-delay: .3s;
}

@keyframes border-zooming{
  100%{
    transform: scale(1);
    opacity: 0;
  }
}

.video-play-button a i{
    font-size: 14px;
    color: inherit;
    margin-left: 2px;
}

.video-play-button span{
  font-family: var(--accent-font);
    color: var(--white-color);
    margin: 0 0 0 20px;
}

.hero-content-footer{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--dark-divider-color);
    margin-top: 60px;
    padding-top: 60px;
    gap: 30px 40px;
}

.hero-info-list{
  border-top: 1px solid var(--dark-divider-color);
  margin-top: 170px;
  padding-top: 40px;
}

.hero-info-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
      gap: 20px;
}

.hero-info-list ul li{
  position: relative;
 
  color: var(--white-color);
  line-height: 1.5em;
   list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 15px 2.604vw;
        padding-left: 25px;
}

.hero-info-list ul li:before{
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    font-weight: 900;
    color: #b41729;
    top: 0;
    left: 0;
}
.hero-sub-heading .satisfy-client-image figure img{
  max-width: 30px;
}

.hero-sub-heading .satisfy-client-content p{
  color: var(--white-color);
  margin: 0;
}

.hero-content-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 50px;
}.dark-section .section-title .section-sub-title, .dark-section .section-title h1, .dark-section .section-title h2, .dark-section .section-title p, .dark-section .section-title-content p {
    color: var(--white-color);
}
@media only screen and (max-width: 767px) {
    .section-title h1 {
        font-size: 28px;
    }
}

.section-title h1 {
    font-size:40px;
    margin-bottom: 0;
    cursor: none;
        font-weight: 600;
}

.section-title p {
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
    line-height: 32px;
}
.section-title {
    margin-bottom: 40px;
}
.hero-info-list{
  border-top: 1px solid var(--dark-divider-color);
  margin-top: 50px;
  padding-top: 20px;
}
.navbar-brand img{
  max-width: 200px;
}
header.main-header.header-gold {
    top: 55px;
}header.main-header.header-gold .header-sticky {
    background: var(--white-color);
    border-radius: 50px;
    max-width: 1300px;
    margin: 0 auto;
    border: none;

}
header.main-header .header-sticky {
    position: relative;
    top: 0px;
    border-bottom: 1px solid var(--dark-divider-color);
    z-index: 100;
}

.hero-image-gold{
  width: calc(34% - 15px);
}

.hero-image-gold figure{
  display: block;
  border-radius: 20px;
  margin-top: -15px;
}

.hero-image-gold figure img{
  width: 100%;
  aspect-ratio: 1 / 1.296;
  object-fit: cover;
    border-radius: 20px;
}

.about-us-gold{
  padding: 70px 0; 
  /*background: #f9edee;*/
}

.about-us-image-box-gold{
  height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 15px;
}

.about-us-image-1-gold{
  width: 80%;
    height: 100%;
}

.about-us-image-gold figure{
  display: block;
    border-radius: 20px;
}

.about-us-image-1-gold figure, 
.about-us-image-1-gold img{
  height: 100%;
}

.about-us-image-gold img{
  width: 100%;
    aspect-ratio: 1 / 1.068;
    object-fit: cover;
    border-radius: 20px;
}

.about-us-image-2-gold{
  position: relative;
    width: 20%;
    z-index: 2;
}

.about-us-image-2-gold figure{
  border: 6px solid var(--bg-color);
    margin-left: -160px;
}

.about-us-image-2-gold figure img{
  border-radius: 10px;
  aspect-ratio: 1 / 1.18;
}

.about-us-item-list-gold{
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  /*padding: 30px;
  background-color: #d7d0d059;
  border-radius: 20px;*/
}

.about-us-item-gold{
  width: calc(50% - 15px);
      width: calc(50% - 15px);
    background-color: #d7d0d059;
    padding: 20px;
     /*border-radius: 20px;*/
}

@media(min-width: 991px){
.about-us-item-gold:first-child{border-top-left-radius: 20px;}
.about-us-item-gold:nth-of-type(2) {border-top-right-radius: 20px;}
.about-us-item-gold:nth-of-type(3) {border-bottom-left-radius: 20px;}
.about-us-item-gold:nth-of-type(4) {border-bottom-right-radius: 20px;}
}
@media(max-width: 991px){.about-us-item-gold{
 
     border-radius: 20px;
}

}

.about-us-item-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.about-us-item-header .icon-box{
  position: relative;
  height: 40px;
  width: 40px;
  background-color: var(--accent-secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-us-item-header .icon-box::before{
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--accent-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.about-us-item-gold:hover .about-us-item-header .icon-box:before{
  transform: scale(1);
}

.about-us-item-header .icon-box img{
  position: relative;
  width: 100%;
  max-width: 19px;
  transition: all 0.4s ease-in-out;
    z-index: 1;
}

.about-us-item-title-gold{
  width: calc(100% - 65px);
}

.about-us-item-title-gold h3{
     font-size: 18px;
  line-height: 1.4em;
}

.about-us-item-contant-gold p{
     margin: 0;
    color: #000;
    width: 190px;
}

.about-us-btn-gold{
/*border-top: 1px solid var(--divider-color); */
    padding-top: 10px;
    margin-top: 20px;
}.section-title{
  margin-bottom: 0px;
}

.section-title .section-sub-title{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
    color:  var(--accent-color);
  /*border: 1px solid var(--divider-color);*/
  border-radius: 100px;
  /*padding: 9px 20px 9px 5px;*/
  margin-bottom: 0px;
}

.dark-section .section-title .section-sub-title{
  border-color: var(--dark-divider-color);
}
 
.section-title h2{
    font-size: 35px;
        font-weight: 600;
}
.section-title.section-sub-heading,
.section-title.section-sub-heading .section-sub-title{
  margin-bottom: 0;
}

.why-choose-us-gold{
  padding: 120px 0;
}

.why-choose-items-list-gold{
  background-color: var(--secondary-color);
  border-radius: 20px;
 /* padding: 30px;
  background: #ebeaea;*/
}

.why-choose-item-gold{
     display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /*border-bottom: 1px solid var(--divider-color);*/
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.why-choose-item-gold .icon-box{
    position: relative;
    width: 50px;
    height: 50px;
   background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-item-gold .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
   
      background: var(--accent-secondary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
 .icon-box img{ max-width: 40px;}
.why-choose-item-gold .icon-box svg{
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out; 
    z-index: 1;
}

.why-choose-item-gold:last-child{
    padding: 0;
    margin: 0;
    border: none;
}

.why-choose-item-content-gold{
    width: calc(100% - 65px);
}

.why-choose-item-content-gold h3{
       font-size: 20px;
    font-weight: 600;
}

.why-choose-item-content-gold p{
    margin: 10px 0 0;color: #000;
}

.why-choose-image-box-gold{
  position: relative;
    height: 100%;
    border-radius: 20px;
  align-content: end;
  min-height: 600px;
  margin-left: 15px;
    overflow: hidden;
}

.why-choose-image-gold{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.why-choose-image-gold::before{
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
    opacity: 60%;
}

.why-choose-image-gold figure{
  display: block;
    height: 100%;
}

.why-choose-image-gold figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose-info-item-list-gold{
  position: relative;
    padding: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.why-choose-info-item-gold.highlighted-item{
  width: 100%;
  border-bottom: 1px solid var(--dark-divider-color);
  padding-bottom: 30px;
}

.why-choose-info-item-gold.highlighted-item .why-choose-info-contant-gold{
  width: 100%;
}

.why-choose-info-item-gold{
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.why-choose-info-contant-gold{
  width: calc(100% - 65px);
}

.why-choose-info-item-gold h3{
  color: var(--white-color);
  font-size: 22px;
}

.why-choose-info-item-gold p{
  color: var(--white-color);
  margin: 5px 0 0;
}

.why-choose-info-item-gold p a{
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.why-choose-info-item-gold p a:hover{
  color: var(--accent-secondary-color);
}

.why-choose-info-item-gold .icon-box{
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--accent-secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-info-item-gold .icon-box::before{
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--accent-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.why-choose-info-item-gold:hover .icon-box::before{
  transform: scale(1);
}

.why-choose-info-item-gold .icon-box img{
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}
.how-it-work-gold{
  padding: 70px 0;
}

.how-it-work-item-gold{
  background: var(--secondary-color);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 10px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.how-work-item-header-gold{
  position: relative;
}

.how-work-item-image-gold figure{
    display: block;
    border-radius: 20px;
}

.how-work-item-image-gold figure img{
  width: 100%;
    aspect-ratio: 1 / 0.653;
    object-fit: cover;
    border-radius: 20px;
}

.how-work-item-no-gold{
  position: relative;
    width: 60px;
    height: 60px;
    background: var(--accent-secondary-color);
    border: 6px solid var(--secondary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -52px 30px 0 auto;
    transition: all 0.4s ease-in-out;
  z-index: 1;
}
.how-work-item-no-gold img{
  width: 35px;
  height: 35px;
   filter: brightness(0) invert(1);
}
.how-work-item-no-gold h2{
  font-size: 22px;
  color: var(--white-color);
}

.how-work-item-body-gold{
  padding: 10px 30px 30px 30px;
}

.how-work-item-body-gold h3{
  font-size: 22px !important;
    font-weight: bold;
    padding-bottom: 0;
}

.how-work-item-body-gold p{
  margin: 5px 0 0;
}

.how-work-item-body-gold ul{
  list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    border-top: 1px solid var(--divider-color);
    margin: 30px 0 0;
    padding: 30px 0 0;
}

.how-work-item-body-gold ul li{
    font-size: 14px;
  font-weight: 500;
    color: var(--primary-color);
    line-height: normal;
    background-color: var(--bg-color);
    border-radius: 100px;
    padding: 6px 16px;
    transition: all 0.4s ease-in-out;
}

.how-work-item-body-gold ul li:hover{
  background-color: var(--accent-color);
  color: var(--white-color);
}
/*.section-title h2 span{
  color: #b41729;
  font-weight: 700;
}*/
.why-choose-us.bg-section{
  background-image: none;
  background-image: none;
    padding: 80px 0;
}

.why-choose-us-box{
 /* display: flex;
  flex-wrap: wrap;
  gap: 10px;*/
  padding: 10px;
}

/*.why-choose-image{
  width: calc(50% - 5px);
}*/
.why-choose-image{
      height: 100%;
}
.why-choose-image figure{
  height: 100%;
  display: block;
  border-radius: 10px;
}

.why-choose-image figure img{
  width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.9;
    object-fit: cover;
  border-radius: 10px;
}

.why-choose-contant-box{
  /*width: calc(50% - 5px);*/
  align-content: center;
  /*padding: 90px 4.688vw;*/
}

.why-choose-nav{
  margin-bottom: 40px;
}

.why-choose-nav ul{
  text-align: center;
  border-bottom: 4px solid var(--divider-color);
    display: flex;
    align-items: center;
  list-style: none;
    padding: 0;
    margin: 0;    gap: 20px;    width: max-content;
}

.why-choose-nav ul li{
    display: inline-block;
  /*width: 33.33%;*/
}

.why-choose-nav ul li .nav-link {
    color: #000 ! IMPORTANT;
    font-family: var(--accent-font);
    position: relative;
    width: 100%;
    background: #ececec;
    border: none;
   
    font-size: 18px !important;
    font-weight: 600;
    line-height: 29px;
    padding: 12px 18px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
   
}

.why-choose-nav ul li .nav-link.active,
.why-choose-nav ul li .nav-link:hover{
    background: #b11c2b !important;
    color: #fff !important;
}

.why-choose-nav ul li .nav-link::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    background: var(--accent-secondary-color);
    width: 0;
    height: 4px;
    transition: all 0.4s ease-in-out;
}

.why-choose-nav ul li .nav-link.active::before,
.why-choose-nav ul li .nav-link:hover::before{
  width: 100%;
    left: 0;
    right: auto;
}

.why-choose-body{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}

.why-choose-body-image{
  width: calc(54% - 25px);
}

.why-choose-body-image figure{
  display: block;
    height: 100%;
    border-radius: 20px;
}

.why-choose-body-image figure img{
  width: 100%;
  height: 100%;
    aspect-ratio: 1 / 0.637;
    object-fit: cover;
    border-radius: 20px;
}

.why-choose-body-list{
  width: calc(46% - 25px);
  align-content: center;
}

.why-choose-body-list ul{
  list-style: none;
    margin: 0;
    padding: 0;
}

.why-choose-body-list ul li{
    position: relative;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 20px;
}

.why-choose-body-list ul li::before{
  content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-secondary-color);
    top: 0;
    left: 0;
}

.why-choose-body-list ul li:last-child{
  margin-bottom: 0;
}

.why-choose-btn{
  margin-top: 40px;
}

.our-projects{
  padding: 80px 0;
}

.project-item{
  position: relative;
  min-height: 480px;
  height: calc(100% - 30px);
  border-radius: 0px;
  margin-bottom: 30px;
  padding: 40px;
  overflow: hidden;
}

.project-item-image{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-item-image a{
  display: block;
  height: 100%;
  cursor: none;
}

.project-item-image a figure{
  position: relative;
  display: block;
  height: 400px;
  overflow: hidden;    cursor: pointer;
 /* outline: 2px solid #fff;
    outline-offset: -15px;*/
    border-radius: 20px;
}

.project-item-image a figure::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(24 25 26 / 20%) 45.83%, rgb(24 25 26 / 62%) 92.32%);
  /*background: linear-gradient(180deg, rgb(24 25 26 / 29%) 45.83%, rgb(24 25 26) 92.32%);*/
  /*background: linear-gradient(180deg, rgba(24, 25, 26, 0.00) 45.83%, rgba(24, 25, 26, 0.80) 92.32%);*/
/*  z-index: 1;outline: 2px solid #fff;
    outline-offset: -15px;*/
    /*border-radius: 20px;*/
        border-radius: 20px;
}

.project-item-image a figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}

.project-item:hover .project-item-image a figure img{
  transform: scale(1.06);
}

.project-item-body{
   height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.project-item-btn{
  position: relative;
  /*transform: scale(0);*/
  margin-left: auto;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.project-item:hover .project-item-btn{
  transform: scale(1);
}

.project-item-btn a{
  width: 50px;
  height: 50px;
 background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.project-item-btn a:hover{
 
    background: var(--accent-secondary-color);
}

.project-item-btn a img{
  width: 100%;
  max-width: 24px;
  transition: all 0.4s ease-in-out;
}

.project-item-btn a:hover img{
  transform: rotate(45deg);
}

.project-item-contant{
  position: relative;
  z-index: 1;
}

.project-item-contant h2{
  font-size: 19px;
  color: var(--white-color);
}

.project-item-contant h2 a{
  color: inherit;text-decoration: none;font-size: 20px;
    font-weight: bold;

}

.project-item-contant p{
  color: var(--white-color);
  margin: 10px 0 0;
}
.project-slider .slick-slide {
    margin: 0 5px;   /* GAP between items */
}

.project-slider .slick-list {
    margin: 0 -5px;  /* FIX side cut issue */
}
.project-slider  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    height: 400px;
}
.custom-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.custom-arrows button {
    width: 50px;
    height: 50px;
    border: none;
    background: #b11c2b;
    color: #000;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-arrows button:hover {
    background: #000;
    color: #fff;
}

.prev-btn img {
    transform: rotate(180deg);
}

.our-pricing{
  padding: 80px 0;
}

.pricing-item{
  background-color: #d7d0d059;
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 10px;
}

.pricing-item-header{
  display: flex;
  flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  padding: 10px;
  margin-bottom: 10px;
}

.pricing-item-header .icon-box{
  position: relative;
    width: 50px;
    height: 50px;
      background: var(--accent-color);
   
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pricing-item-header .icon-box::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
   background-color: var(--accent-secondary-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.pricing-item:hover .pricing-item-header .icon-box::before{
  transform: scale(1);
}

.pricing-item-header .icon-box img{
  position: relative;
  width: 100%;
  max-width: 24px;
  z-index: 1;
}

.pricing-item-title{
  width: calc(100% - 65px);
}

.pricing-item-title h2{
  font-size: 22px;font-weight: bold;
}

.pricing-item-body{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
    
.pricing-item-contant p{
  margin-bottom: 20px;
}

.pricing-item-contant h2{
  font-size: 48px;font-weight: 600;    text-align: center;
}

.pricing-item-contant h2 sub{
  font-size: 16px;
  font-family: var(--default-font);
    color: var(--text-color);
    bottom: 0;
}

.pricing-item-list{
  border-top: 1px solid var(--divider-color);
  padding-top: 40px;
  margin-top: 40px;
}

.pricing-item-list h3{
  font-size: 22px;
  margin-bottom: 20px;
}

.pricing-item-list ul{
  list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-item-list ul li{
  position: relative;
    line-height: 1.5em;
    margin-bottom: 15px;
    padding-left: 25px;
}

.pricing-item-list ul li:last-child{
    margin-bottom: 0;
}

.pricing-item-list ul li::before{
  content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    font-weight: 900;
    color: var(--accent-secondary-color);
    top: 0;
    left: 0;
}

.pricing-item-btn{
  margin-top: 40px;
}

.pricing-benefit-list{
  margin-top: 30px;
}

.pricing-benefit-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
  gap: 20px 50px;
}

.pricing-benefit-list ul li{
    display: inline-flex;
    align-items: center;
}

.pricing-benefit-list ul li img{
  width: 100%;
  max-width: 20px;
  margin-right: 15px;
}
.main-footer-prime{
  padding: 80px 0 0;
  /*margin-bottom: 15px;*/
}

.footer-header-prime{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.footer-header-prime .section-title{
  max-width: 750px;
  margin: 0;
}

.footer-logo-prime img{
      width: 100%;
    max-width: 293px;
    filter: brightness(0) invert(1);
}

.about-footer-content-prime{
  margin-top: 5px;
}

.about-footer-content-prime p{
  color: var(--white-color);
  margin-bottom: 0;font-size: 16px;
    line-height: 28px;
}

.footer-links-box-prime{
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px*/;
  margin-left: 2.604vw;
}

.footer-links-prime{
  /*max-width: 32%;*/
}

.footer-links-prime h2{
     font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-links-prime ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-prime ul li{ 
  color: var(--white-color);
  line-height: 1.5em;
  margin-bottom: 5px;
}

.footer-links-prime ul li:last-child{
  margin-bottom: 0;    font-size: 16px;
    line-height: 28px;
}

.footer-links-prime ul li a{
  color: inherit;    text-decoration: none;
  transition: all 0.3s ease-in-out;    font-size: 16px;
    line-height: 28px;
}

.footer-links-prime ul li a:hover{
      color: #e36874;
}

.footer-contact-list-prime{
  width: 100%;
  /*max-width: 38%;*/
}

.footer-contact-list-prime ul{
  list-style: none;
  padding: 0;
}

.footer-contact-list-prime ul li{
  font-size: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-contact-list-prime ul li img{
  width: 100%;
  max-width: 20px;filter: brightness(0) invert(1);
}

.footer-copyright-prime{
 /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
    gap: 15px;
    border-top: 1px solid var(--dark-divider-color);
    padding: 20px 0 0;
    margin-top: 24px;
}

.footer-copyright-text-prime p{
  color: var(--white-color);
  margin-bottom: 0;
}

.footer-social-links-prime ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-links-prime ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--dark-divider-color);
  border-radius: 50%;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
      text-decoration: none;    background: #b11c2b;
}

.footer-social-links-prime ul li:hover a{
  background: var(--accent-secondary-color);
}

.footer-social-links-prime ul li i{
  font-size: 18px;
  color: inherit;
}.main-header {
  width: 100%;
  position: relative; /* default */
  top: 0;
  left: 0;
  z-index: 999;
  /*transition: all 0.3s ease;*/
}

/* Sticky class added on scroll */
.header-sticky.sticky {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  background-color: #fff; /* optional: background for visibility */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 9999;
}
.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
 .pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 8px 4px 8px 11px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}
.pc-whatsapp a i {
    font-size: 26px;
}
.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}
.pc-whatsapp a::before, 
    .pc-whatsapp a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-whatsapp a::after {
      animation-delay: 1s;
    }
   

   .pc-phone {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 9;
}
a {
   
    text-decoration: none !important;
}
 .pc-phone a {
       display: inline-flex;
    width: 100%;
    background: #fff;
    align-items: center;
    padding: 8px 4px 8px 11px;
    border-radius: 50px;
    color: #000000;
    gap: 6px;
    backdrop-filter: blur(1px);
}
.pc-phone a i {
    font-size: 26px;
}
.pc-phone a span {
    font-size: 14px;
    font-weight: 400;
    /*font-family: 'Helvetica';*/
    letter-spacing: 0.7px;
}
.pc-phone a::before, 
    .pc-phone a::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border: 2px solid #25d366;
      border-radius: 50px;
      animation: ripple 2s linear infinite;
      opacity: 0;
    }

    .pc-phone a::after {
      animation-delay: 1s;
    }
    @keyframes ripple {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      70% {
        transform: scale(1.3);
        opacity: 0;
      }
      100% {
        transform: scale(1.4);
        opacity: 0;
      }
    }

    .curve-edge{
      clip-path: polygon(0 50.72px,40px 40px,50.72px 0,calc(100% - 50.72px) 0,calc(100% - 40px) 40px,100% 50.72px,100% calc(100% - 50.72px),calc(100% - 40px) calc(100% - 40px),calc(100% - 50.72px) 100%,50.72px 100%,40px calc(100% - 40px),0 calc(100% - 50.72px));

    }
    .zig{
      clip-path: shape(from 25.76px 11.26px,curve to calc(1.72% + 28.97px) 14.5px with calc(0% + 30px) 1px,curve to calc(5.17% + 26.9px) 21px with calc(3.45% + 27.93px) 28px,curve to calc(8.62% + 24.83px) 9.5px with calc(6.9% + 25.86px) 14px,curve to calc(12.07% + 22.76px) 3.5px with calc(10.34% + 23.79px) 5px,curve to calc(15.52% + 20.69px) 14px with calc(13.79% + 21.72px) 2px,curve to calc(18.97% + 18.62px) 17px with calc(17.24% + 19.66px) 26px,curve to calc(22.41% + 16.55px) 13.5px with calc(20.69% + 17.59px) 8px,curve to calc(25.86% + 14.48px) 10.5px with calc(24.14% + 15.52px) 19px,curve to calc(29.31% + 12.41px) 3.5px with calc(27.59% + 13.45px) 2px,curve to calc(32.76% + 10.34px) 15.5px with calc(31.03% + 11.38px) 5px,curve to calc(36.21% + 8.28px) 18px with calc(34.48% + 9.31px) 26px,curve to calc(39.66% + 6.21px) 14px with calc(37.93% + 7.24px) 10px,curve to calc(43.1% + 4.14px) 14px with calc(41.38% + 5.17px) 18px,curve to calc(46.55% + 2.07px) 13.5px with calc(44.83% + 3.1px) 10px,curve to calc(50% + 0px) 13.5px with calc(48.28% + 1.03px) 17px,curve to calc(53.45% + -2.07px) 16.5px with calc(51.72% + -1.03px) 10px,curve to calc(56.9% + -4.14px) 23.5px with calc(55.17% + -3.1px) 23px,curve to calc(60.34% + -6.21px) 25.5px with calc(58.62% + -5.17px) 24px,curve to calc(63.79% + -8.28px) 27px with calc(62.07% + -7.24px) 27px,curve to calc(67.24% + -10.34px) 16px with calc(65.52% + -9.31px) 27px,curve to calc(70.69% + -12.41px) 6px with calc(68.97% + -11.38px) 5px,curve to calc(74.14% + -14.48px) 16px with calc(72.41% + -13.45px) 7px,curve to calc(77.59% + -16.55px) 25px with calc(75.86% + -15.52px) 25px,curve to calc(81.03% + -18.62px) 18px with calc(79.31% + -17.59px) 25px,curve to calc(84.48% + -20.69px) 16px with calc(82.76% + -19.66px) 11px,curve to calc(87.93% + -22.76px) 25.5px with calc(86.21% + -21.72px) 21px,curve to calc(91.38% + -24.83px) 26.5px with calc(89.66% + -23.79px) 30px,curve to calc(94.83% + -26.9px) 23px with calc(93.1% + -25.86px) 23px,curve to calc(98.28% + -28.97px) 18.5px with calc(96.55% + -27.93px) 23px,curve to calc(100% - 26.11px) 18.11px with calc(100% - 30px) 14px,curve to calc(100% - 14.11px) 26.11px with calc(100% - 22.22px) 22.22px,curve to calc(100% - 3.5px) calc(2.63% + 28.42px) with calc(100% - 6px) calc(0% + 30px),curve to calc(100% - 6.5px) calc(7.89% + 25.26px) with calc(100% - 1px) calc(5.26% + 26.84px),curve to calc(100% - 8px) calc(13.16% + 22.11px) with calc(100% - 12px) calc(10.53% + 23.68px),curve to calc(100% - 3.5px) calc(18.42% + 18.95px) with calc(100% - 4px) calc(15.79% + 20.53px),curve to calc(100% - 10.5px) calc(23.68% + 15.79px) with calc(100% - 3px) calc(21.05% + 17.37px),curve to calc(100% - 12px) calc(28.95% + 12.63px) with calc(100% - 18px) calc(26.32% + 14.21px),curve to calc(100% - 12.5px) calc(34.21% + 9.47px) with calc(100% - 6px) calc(31.58% + 11.05px),curve to calc(100% - 14px) calc(39.47% + 6.32px) with calc(100% - 19px) calc(36.84% + 7.89px),curve to calc(100% - 11px) calc(44.74% + 3.16px) with calc(100% - 9px) calc(42.11% + 4.74px),curve to calc(100% - 13px) calc(50% + 0.00px) with calc(100% - 13px) calc(47.37% + 1.58px),curve to calc(100% - 9px) calc(55.26% + -3.16px) with calc(100% - 13px) calc(52.63% + -1.58px),curve to calc(100% - 13.5px) calc(60.53% + -6.32px) with calc(100% - 5px) calc(57.89% + -4.74px),curve to calc(100% - 13.5px) calc(65.79% + -9.47px) with calc(100% - 22px) calc(63.16% + -7.89px),curve to calc(100% - 7px) calc(71.05% + -12.63px) with calc(100% - 5px) calc(68.42% + -11.05px),curve to calc(100% - 7.5px) calc(76.32% + -15.79px) with calc(100% - 9px) calc(73.68% + -14.21px),curve to calc(100% - 16px) calc(81.58% + -18.95px) with calc(100% - 6px) calc(78.95% + -17.37px),curve to calc(100% - 21.5px) calc(86.84% + -22.11px) with calc(100% - 26px) calc(84.21% + -20.53px),curve to calc(100% - 12px) calc(92.11% + -25.26px) with calc(100% - 17px) calc(89.47% + -23.68px),curve to calc(100% - 5.5px) calc(97.37% + -28.42px) with calc(100% - 7px) calc(94.74% + -26.84px),curve to calc(100% - 6.39px) calc(100% - 19.39px) with calc(100% - 4px) calc(100% - 30px),curve to calc(100% - 19.39px) calc(100% - 4.39px) with calc(100% - 8.79px) calc(100% - 8.79px),curve to calc(98.28% - 28.97px) calc(100% - 12px) with calc(100% - 30px) calc(100% - 0px),curve to calc(94.83% - 26.9px) calc(100% - 14px) with calc(96.55% - 27.93px) calc(100% - 24px),curve to calc(91.38% - 24.83px) calc(100% - 4.5px) with calc(93.1% - 25.86px) calc(100% - 4px),curve to calc(87.93% - 22.76px) calc(100% - 17.5px) with calc(89.66% - 23.79px) calc(100% - 5px),curve to calc(84.48% - 20.69px) calc(100% - 17.5px) with calc(86.21% - 21.72px) calc(100% - 30px),curve to calc(81.03% - 18.62px) calc(100% - 17px) with calc(82.76% - 19.66px) calc(100% - 5px),curve to calc(77.59% - 16.55px) calc(100% - 18px) with calc(79.31% - 17.59px) calc(100% - 29px),curve to calc(74.14% - 14.48px) calc(100% - 11.5px) with calc(75.86% - 15.52px) calc(100% - 7px),curve to calc(70.69% - 12.41px) calc(100% - 11.5px) with calc(72.41% - 13.45px) calc(100% - 16px),curve to calc(67.24% - 10.34px) calc(100% - 16.5px) with calc(68.97% - 11.38px) calc(100% - 7px),curve to calc(63.79% - 8.28px) calc(100% - 23px) with calc(65.52% - 9.31px) calc(100% - 26px),curve to calc(60.34% - 6.21px) calc(100% - 20.5px) with calc(62.07% - 7.24px) calc(100% - 20px),curve to calc(56.9% - 4.14px) calc(100% - 23px) with calc(58.62% - 5.17px) calc(100% - 21px),curve to calc(53.45% - 2.07px) calc(100% - 21.5px) with calc(55.17% - 3.1px) calc(100% - 25px),curve to calc(50% - 0px) calc(100% - 19.5px) with calc(51.72% - 1.03px) calc(100% - 18px),curve to calc(46.55% - -2.07px) calc(100% - 22.5px) with calc(48.28% - -1.03px) calc(100% - 21px),curve to calc(43.1% - -4.14px) calc(100% - 19.5px) with calc(44.83% - -3.1px) calc(100% - 24px),curve to calc(39.66% - -6.21px) calc(100% - 11px) with calc(41.38% - -5.17px) calc(100% - 15px),curve to calc(36.21% - -8.28px) calc(100% - 6px) with calc(37.93% - -7.24px) calc(100% - 7px),curve to calc(32.76% - -10.34px) calc(100% - 4px) with calc(34.48% - -9.31px) calc(100% - 5px),curve to calc(29.31% - -12.41px) calc(100% - 11.5px) with calc(31.03% - -11.38px) calc(100% - 3px),curve to calc(25.86% - -14.48px) calc(100% - 16px) with calc(27.59% - -13.45px) calc(100% - 20px),curve to calc(22.41% - -16.55px) calc(100% - 11.5px) with calc(24.14% - -15.52px) calc(100% - 12px),curve to calc(18.97% - -18.62px) calc(100% - 6.5px) with calc(20.69% - -17.59px) calc(100% - 11px),curve to calc(15.52% - -20.69px) calc(100% - 6px) with calc(17.24% - -19.66px) calc(100% - 2px),curve to calc(12.07% - -22.76px) calc(100% - 11.5px) with calc(13.79% - -21.72px) calc(100% - 10px),curve to calc(8.62% - -24.83px) calc(100% - 9.5px) with calc(10.34% - -23.79px) calc(100% - 13px),curve to calc(5.17% - -26.9px) calc(100% - 7px) with calc(6.9% - -25.86px) calc(100% - 6px),curve to calc(1.72% - -28.97px) calc(100% - 4.5px) with calc(3.45% - -27.93px) calc(100% - 8px),curve to 28.59px calc(100% - 14.09px) with 30px calc(100% - 1px),curve to 22.59px calc(100% - 28.59px) with 27.17px calc(100% - 27.17px),curve to 10px calc(97.37% - 28.42px) with 18px calc(100% - 30px),curve to 1.5px calc(92.11% - 25.26px) with 2px calc(94.74% - 26.84px),curve to 12.5px calc(86.84% - 22.11px) with 1px calc(89.47% - 23.68px),curve to 14.5px calc(81.58% - 18.95px) with 24px calc(84.21% - 20.53px),curve to 14px calc(76.32% - 15.79px) with 5px calc(78.95% - 17.37px),curve to 19.5px calc(71.05% - 12.63px) with 23px calc(73.68% - 14.21px),curve to 18px calc(65.79% - 9.47px) with 16px calc(68.42% - 11.05px),curve to 23px calc(60.53% - 6.32px) with 20px calc(63.16% - 7.89px),curve to 18.5px calc(55.26% - 3.16px) with 26px calc(57.89% - 4.74px),curve to 5.5px calc(50% - 0px) with 11px calc(52.63% - 1.58px),curve to 1px calc(44.74% - -3.16px) with 0px calc(47.37% - -1.58px),curve to 12.5px calc(39.47% - -6.32px) with 2px calc(42.11% - -4.74px),curve to 20px calc(34.21% - -9.47px) with 23px calc(36.84% - -7.89px),curve to 23.5px calc(28.95% - -12.63px) with 17px calc(31.58% - -11.05px),curve to 22px calc(23.68% - -15.79px) with 30px calc(26.32% - -14.21px),curve to 14px calc(18.42% - -18.95px) with 14px calc(21.05% - -17.37px),curve to 7.5px calc(13.16% - -22.11px) with 14px calc(15.79% - -20.53px),curve to 15px calc(7.89% - -25.26px) with 1px calc(10.53% - -23.68px),curve to 27.5px calc(2.63% - -28.42px) with 29px calc(5.26% - -26.84px),curve to 23.76px 25.76px with 26px 30px,curve to 25.76px 11.26px with 21.51px 21.51px);
border-radius: 35%;
    outline: 14px solid #18191a;
    outline-offset: -15px;
    }
    .wavy {
  clip-path: shape(from 0 0,vline to calc(100% - 25px),curve to 4.17% calc(100% - 15.5px) with 2.78% calc(100% - 15px),curve to 6.94% calc(100% - 9px) with 5.56% calc(100% - 16px),curve to 9.72% calc(100% - 20px) with 8.33% calc(100% - 2px),curve to 12.5% calc(100% - 44px) with 11.11% calc(100% - 38px),curve to 15.28% calc(100% - 27.5px) with 13.89% calc(100% - 50px),curve to 18.06% calc(100% - 20.5px) with 16.67% calc(100% - 5px),curve to 20.83% calc(100% - 23.5px) with 19.44% calc(100% - 36px),curve to 23.61% calc(100% - 10.5px) with 22.22% calc(100% - 11px),curve to 26.39% calc(100% - 5.5px) with 25% calc(100% - 10px),curve to 29.17% calc(100% - 9.5px) with 27.78% calc(100% - 1px),curve to 31.94% calc(100% - 11.5px) with 30.56% calc(100% - 18px),curve to 34.72% calc(100% - 20px) with 33.33% calc(100% - 5px),curve to 37.5% calc(100% - 23px) with 36.11% calc(100% - 35px),curve to 40.28% calc(100% - 28px) with 38.89% calc(100% - 11px),curve to 43.06% calc(100% - 24.5px) with 41.67% calc(100% - 45px),curve to 45.83% calc(100% - 25.5px) with 44.44% calc(100% - 4px),curve to 48.61% calc(100% - 44.5px) with 47.22% calc(100% - 47px),curve to 51.39% calc(100% - 31px) with 50% calc(100% - 42px),curve to 54.17% calc(100% - 26.5px) with 52.78% calc(100% - 20px),curve to 56.94% calc(100% - 23.5px) with 55.56% calc(100% - 33px),curve to 59.72% calc(100% - 13.5px) with 58.33% calc(100% - 14px),curve to 62.5% calc(100% - 26.5px) with 61.11% calc(100% - 13px),curve to 65.28% calc(100% - 41px) with 63.89% calc(100% - 40px),curve to 68.06% calc(100% - 28.5px) with 66.67% calc(100% - 42px),curve to 70.83% calc(100% - 7.5px) with 69.44% calc(100% - 15px),curve to 73.61% calc(100% - 12.5px) with 72.22% calc(100% - 0px),curve to 76.39% calc(100% - 27.5px) with 75% calc(100% - 25px),curve to 79.17% calc(100% - 28px) with 77.78% calc(100% - 30px),curve to 81.94% calc(100% - 27px) with 80.56% calc(100% - 26px),curve to 84.72% calc(100% - 34px) with 83.33% calc(100% - 28px),curve to 87.5% calc(100% - 28px) with 86.11% calc(100% - 40px),curve to 90.28% calc(100% - 31px) with 88.89% calc(100% - 16px),curve to 93.06% calc(100% - 37px) with 91.67% calc(100% - 46px),curve to 95.83% calc(100% - 23.5px) with 94.44% calc(100% - 28px),curve to 100% calc(100% - 25px) with 97.22% calc(100% - 19px),vline to 0, hline to 0);
}
.bob{
   clip-path: shape(from 87.45% 45.02%,curve to 92.48% 56.45% with 90.99% 50.00%,curve to 92.05% 69.35% with 93.97% 62.91%,curve to 82.42% 77.15% with 90.14% 75.80%,curve to 71.01% 83.22% with 74.69% 78.49%,curve to 61.91% 91.53% with 67.33% 87.95%,curve to 49.74% 96.95% with 56.49% 95.12%,curve to 38.70% 91.46% with 42.99% 98.79%,curve to 25.99% 85.79% with 34.41% 84.13%,curve to 15.38% 80.54% with 17.56% 87.44%,curve to 14.30% 66.90% with 13.20% 73.65%,curve to 13.33% 55.08% with 15.41% 60.16%,curve to 11.20% 44.30% with 11.25% 50.00%,curve to 11.95% 32.32% with 11.14% 38.59%,curve to 16.84% 21.25% with 12.75% 26.06%,curve to 27.31% 15.38% with 20.92% 16.44%,curve to 38.83% 11.12% with 33.70% 14.32%,curve to 50.39% 5.23% with 43.95% 7.93%,curve to 62.85% 5.60% with 56.83% 2.53%,curve to 72.70% 14.03% with 68.88% 8.67%,curve to 79.11% 24.51% with 76.53% 19.39%,curve to 82.80% 34.84% with 81.69% 29.63%,curve to 87.45% 45.02% with 83.91% 40.04%);

}
.cta-box{
  padding: 80px 0;
      background: #ececec;
}

.cta-box-item{
  background-color: var(--secondary-color);
  border-radius: 20px;
  padding: 40px;
}

.cta-item-contant-box{
  margin-bottom: 20px;
}

.cta-item-contant-box h3{
  font-size: 22px;
}

.cta-item-contant-box p{
  margin: 0px 0 0;
}

.cta-box-item-image figure{
  display: block;
    mask-image: url('../images/cta-box-image-shape.svg');
    background-image: url('../images/cta-box-image-shape.svg');
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.cta-box-item-image figure img{
  width: 100%;
  aspect-ratio: 1 / 0.601;
  object-fit: cover;
  border-radius: 20px;
}

.cta-box-counter-item{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.cta-box-counter-no{
  width: calc(37% - 5px);
}

.cta-box-counter-no h2{
  font-size: 48px;
}

.cta-box-counter-contant{
  /*width: calc(63% - 5px);*/
}

.cta-box-counter-contant p{
  margin: 0;
}

.partner-world-map-box{
  position: relative;
}

.partner-world-map-image figure{
  display: block;
  border-radius: 10px;
}

.partner-world-map-image img{
  width: 100%;
  aspect-ratio: 1 / 0.53;
  object-fit: cover;
  border-radius: 10px;
}

.world-map-cards-box{
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
}

.world-map-card-item{
  position: relative;
  width: 24%;
  display: flex;
  flex-wrap: wrap;
    flex-direction: column;
  align-content: center;
  transition: all 0.5s ease-in-out;
}

.world-map-card-item.card-2{
    top: 100px;
    left: 82px;
}

.world-map-card-item.card-4{
  top: 180px;
}

.world-map-card-btn{
  border: none;
  background: transparent;
  display: inline-block;
    border-radius: 100px;
    overflow: hidden;
  padding: 0;
  margin: 0 auto 25px;
}

.world-map-card-btn img{
  width: 100%;
  max-width: 60px;
  border: 2px solid var(--white-color);
  border-radius: 50%;
}

.world-map-card-content{
  position: relative;
  width: 160px;
  text-align: center;
  background: var(--white-color);
  border-radius: 10px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
  padding: 10px 15px;
  opacity: 0;
  margin: 0 auto;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.world-map-card-item.active .world-map-card-content{
  transform: scaleY(1);
  opacity: 1;
}

.world-map-card-content::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid var(--white-color);
  width: 0;
  height: 0;
}

.world-map-card-content h3{
  font-size: 16px;
}

.world-map-card-content p{
  font-size: 14px;
  margin: 5px 0 0;
}
.main-b-sl img{
  height: 500px !important;
  object-fit: contain;
}
#heroCarousel .hero-img {
  height: 500px;
}
/* BASE ANIMATION */
.animate {
  opacity: 0;
  transform: translateY(40px);
}

/* ACTIVE SLIDE ANIMATION */
.carousel-item.active .animate {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}


/* ZOOM EFFECT */
.zoom-in {
  transform: scale(0.9);
}

.carousel-item.active .zoom-in {
  transform: scale(1);
  transition: 1s ease;
}
#languageSwitcher{
  /*padding: 11px 22px 13px 22px;*/
    background: #fff;
      color: #000;
    border-radius: 50px;    height: 45px;
    line-height: 19px;font-size: 13px;
}
.select-wrapper {
  position: relative;
  /*width: 180px;*/
}

.select-wrapper select {
  width: 100%;
  padding: 10px 35px 10px 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

/* Left Icon (globe) */
.select-wrapper .fa-globe {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}

/* Right Arrow */
.select-wrapper .fa-chevron-down {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;font-size: 12px;
}
.process-section {
  /*background: #f3f6f9;*/
  position: relative;
  padding-top: 30px;
}

/* SVG connector */
.process-svg {
  position: absolute;
 top: -34px;
    left: 50px;
  width: 100%;
  height: 200px;
  z-index: 0;
}

/* Item */
.process-item {
  position: relative;
  z-index: 2;
}

/* Circle */
.circle {
  width: 140px;
  height: 140px;
  background: #b41729;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}
.icon img{ max-width: 70px;}
.circle img{
      width: 110px;
    height: 110px;
    background: #b41729;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    object-fit: cover
}
/* Outer ring */
.circle::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 5px double #e5caca;
  border-radius: 50%;
}

/* Dotted arc */
.circle::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 130px;
  /*border: 2px dashed #b41729;*/
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(25deg);
}

/* Text */
.process-item h4 {
margin-top: 27px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
  .process-svg {
    display: none;
  }
}
/* =========================
   MEGA MENU BOOTSTRAP STYLE
========================= */

/* full width dropdown */
.mega-dropdown .dropdown-menu {
    width: 600px;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-radius: 0px;
    left: 30%;
    transform: translateX(-30%);
}

/* remove default bootstrap arrow spacing */
.mega-dropdown .dropdown-toggle::after {
    margin-left: 6px;
        content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

/* item styling */
.mega-menu .dropdown-item {
      padding: 6px 0 !important;
    font-size: 14px;
    color: #000;
}

.mega-menu .dropdown-item:hover {
    background: transparent;
    color: #b01c2b !important;
}

/* heading */
.mega-menu h6 {
  font-size: 15px;
    color: #000;
    position: relative;
    font-weight: 600;
    margin-bottom: 8px !important;
}

/* =========================
   HOVER FOR DESKTOP
========================= */
@media (min-width: 992px) {
    .mega-dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* =========================
   MOBILE FIX
========================= */
@media (max-width: 991px) {
    .mega-dropdown .dropdown-menu {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
    }
}
.main-menu ul li.submenu > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}
.dropdown-toggle::after {

    border: none !important;
    vertical-align: middle !important;
}
/* arrow before list items */
.mega-menu ul {
    list-style: none;
    padding-left: 0;
}


.page-header{
  position: relative;
  background-image: url('../images/bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: 20px;*/
     padding: 130px 0 55px;
  /*margin: 15px 15px 0;*/
  /*overflow: hidden;*/
  /*height: 400px;*/
}

.page-header:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, transparent 0%, rgba(24, 25, 26, 0.72) 57.33%, rgba(24, 25, 26, 0.90) 100%);
  z-index: 1;
}
.hxsr h3{ font-weight: bold;}
.page-header-box{
  position: relative;
  z-index: 2;
}

.page-header-box h1{
  display: inline-block;
  font-size: 40px;
    font-weight: 600;
  color: var(--white-color);
  margin-bottom: 15px;
  cursor: none;
}

.page-header-box ol{
  margin: 0;
  padding: 0;
}

.page-header-box ol li.breadcrumb-item{
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
    text-transform: capitalize;
  color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}

.what-we-do {
  padding: 80px 0px ;
  background: #f8fafc;
  
}

.what-we-do .container {
  /*max-width: 1200px;*/
  margin: auto;
}


.wwd-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.wwd-item {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgb(0 0 0 / 24%);
}

.wwd-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.wwd-item .icon {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 20px;
  background: #b41729;
 /*background: linear-gradient(135deg, #000, #b41729);*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwd-item svg {
    width: 40px;
    height: 50px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}
.wwd-item1 svg {
   
     stroke-width: 1 !important;
}

.wwd-item h4 {
   font-weight: 600;
    line-height: 26px;
    font-size: 18px; 
}

/* Responsive */
@media (max-width: 992px) {
  .wwd-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.core-strengths {
  padding: 80px 20px;
  background: #ffffff;
  
}

.core-strengths .container {
  max-width: 1100px;
  margin: auto;
}



.cs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cs-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
  border-radius: 12px;
  background: #e5e6e7;
  position: relative;
  transition: 0.3s;
  border-left: 4px solid transparent;    height: 100%;

}

.cs-item:hover {
  /*background: #eef2ff;*/
    border-left: 4px solid #b11c2b;
  transform: translateX(6px);
}

.cs-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 12px;
  background: #b41729;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-icon svg {
  width: 50px;
  height: 50px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

.cs-content h4 {
 
  margin-bottom: 5px; font-weight: bold;
 
}

.cs-content p {
 

  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .cs-item {
    flex-direction: column;
    text-align: center;
  }
}
.v-title{
color: #b11c2b;
font-size: 25px;
}
.page-contact-us{
  padding: 60px 0 60px;
}


.contact-us-image-box{
  position: relative;
  /* height: 100%; */
  margin-right: 15px;
}

.contact-us-image{
  /* height: 100%; */
}

.contact-us-image figure{
  position: relative;
  display: block;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.contact-us-image figure:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 40.51%, rgba(24, 25, 26, 0.90) 87.61%);
  z-index: 0;
}

.contact-us-image img{
    width: 100%;
    height: 100%;
    /* aspect-ratio: 4 / 9; */
    object-fit: cover;
  /* aspect-ratio: 1 / 1.124; */
  /* object-fit: cover; */
}

.contact-info-list{
  /* position: absolute; */
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.contact-info-item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contact-info-item:last-child{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.contact-info-item .icon-box{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
    background: var(--accent-color);
  /*background-color: var(--accent-secondary-color);*/
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box{
  background: var(--accent-color);
}

.contact-info-item .icon-box img{
  width: 100%;
  max-width: 20px;
}

.contact-info-item-content{
 /* width: calc(100% - 55px);
  display: flex;
  flex-wrap: wrap;*/
  gap: 5px 10px;

}
.contact-info-item-content1{
      width: calc(100% - 55px);
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.contact-info-item-content h2{
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.contact-info-item-content p{
  color: #000;
  margin: 0;
}

.contact-info-item-content p a{
  color: inherit;
  transition: all 0.4s ease-in-out;
}

.contact-info-item-content p a:hover{
  color: var(--accent-secondary-color);
}

.contact-us-form{
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 50px;
  padding-top: 0;
}

.contact-form .form-control{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--primary-color);
  background: var(--bg-color);
  border: none;
  border-radius: 10px;
  padding: 13px 20px;
  box-shadow: none;
  outline: none;
}

.contact-form .form-control::placeholder{
  color: var(--text-color);
}

.google-map{
    padding: 60px 0 120px;
}

.google-map-iframe{
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.google-map-iframe iframe{
  width: 100%;
  height: 100%;
}
.offer-inline {
  padding: 60px 20px;
  background: #f8f9fb;
  text-align: center;
 
}

.title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #222;
}

/* INLINE BLOCK LIST */
.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-list li {
    border: 1px solid #9E9E9E;
    display: inline-block;
    background: #efebeb;
    margin: 8px;
    padding: 7px 15px;
    border-radius: 50px;
    font-size: 14px;
    color: #000;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px #9e9e9e30;
    cursor: pointer;
    font-weight: 500;
}

/* ICON */
.offer-list .icon {
  margin-right: 8px;
  font-size: 16px;
}

/* HOVER EFFECT */
.offer-list li:hover {
  /*background: #ff6a00;*/
  /*color: #fff;*/
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .offer-list li {
    display: block;
    margin: 10px auto;
    max-width: 300px;
  }
}
.what-offer-title {
 font-size: 20px;
    font-weight: 600;
    color: #222;
    padding-left: 12px;
    border-left: 4px solid #ae202d;
    margin: 0;
}

.our-story-prime{
  position: relative;
    background-image: url('../images/our-story-bg-prime.jpg');
    padding: 120px 0;
}

.our-story-prime:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(24, 25, 26, 0.00) 0%, rgba(24, 25, 26, 0.90) 100%), linear-gradient(0deg, rgba(24, 25, 26, 0.40) 0%, rgba(24, 25, 26, 0.40) 100%);
  border-radius: 20px;
  z-index: 1;
}

.our-story-prime .container{
  position: relative;
  z-index: 2;
}

.story-content-body-list-prime{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-top: 1px solid var(--dark-divider-color);
  padding-top: 40px;
}

.story-content-body-item-prime{
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.story-content-body-item-prime .icon-box{
  position: relative;
  height: 50px;
  width: 50px;
  background-color: var(--accent-secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.story-content-body-item-prime .icon-box::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--white-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.story-content-body-item-prime:hover .icon-box:before{
  transform: scale(1);
}

.story-content-body-item-prime .icon-box img{
  position: relative;
  width: 100%;
  max-width: 24px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.story-content-body-item-prime:hover .icon-box img{
  filter: brightness(0) invert(0);
}

.story-body-item-content-prime{
  width: calc(100% - 65px);
}

.story-body-item-content-prime h3{
  font-size: 22px;
  line-height: 1.4em;
  color: var(--white-color);
}

.award-item-box-prime{
  max-width: 500px;
  background: var(--divider-color);
  border: 1px solid var(--dark-divider-color);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  text-align: center;
  margin-left: auto;
  padding: 40px;
}

.award-item-box-header-prime{
  border-bottom: 1px solid var(--dark-divider-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.award-item-image-prime figure{
  display: block;
  max-width: 140px;
  border-radius: 20px;
  margin: 0 auto;
}

.award-item-image-prime img{
  width: 100%;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  border-radius: 20px;
}

.award-item-title-prime{
  margin: 30px auto 0;
  max-width: 400px;
}

.award-item-title-prime h3{
  font-size: 22px;
  color: var(--white-color);
  line-height: 1.4em;
}

.award-item-box-body-prime{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.award-counter-box-prime{
  width: calc(45% - 15px);
  text-align: left;
}

.award-counter-box-prime h2{
  font-size: 48px;
  color: var(--white-color);
  line-height: 1em;
}

.award-counter-box-prime p{
  color: var(--white-color);
  margin: 10px 0 0;
}

.award-info-box-prime{
  width: calc(55% - 15px);
  background: var(--dark-divider-color);
  border-radius: 20px;
  padding: 30px;
}

.award-info-box-prime .icon-box{
  position: relative;
  height: 50px;
  width: 50px;
  background-color: var(--accent-secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 20px;
}

.award-info-box-prime .icon-box::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--white-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.award-info-box-prime:hover .icon-box:before{
  transform: scale(1);
}

.award-info-box-prime .icon-box img{
  position: relative;
  width: 100%;
  max-width: 24px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.award-info-box-prime:hover .icon-box img{
  filter: brightness(0) invert(0);
}

.award-info-box-content-prime h3{
  font-size: 22px;
  color: var(--white-color);
}
/* HERO */
.industries-hero {
  background: linear-gradient(135deg, #0c1c2c, #122f4a);
  color: #fff;
  text-align: center;
  padding: 120px 20px;
}

.industries-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.industries-hero p {
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

.primary-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #ff6a00;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.primary-btn:hover {
  background: #e65c00;
}

/* INTRO */
.industries-intro {
  padding: 70px 20px;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

/* GRID */
.industries-grid {
  padding: 80px 20px;
  background: #f7f9fc;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.industry-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.industry-card:hover {
  transform: translateY(-10px);
}

.industry-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.industry-card h3 {
  margin-bottom: 10px;
}

.industry-card ul {
  padding-left: 18px;
}

/* WHY */
.why-packnika {
  padding: 70px 20px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 20px;
  text-align: center;
}

.why-item span {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

/* CTA */
.industries-cta {
  background: #0c1c2c;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}.hxs-box {
   display: flex;
    /* border-bottom: 1px solid #10204929; */
    border-top: 1px solid #10204929;
    padding: 50px 0;
    background: #1f2021;
        background-color: #fff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    gap: 30px;
    /* min-height: 400px; */
    /* height: calc(100% - 30px); */
     margin-bottom: 20px; 
    padding: 30px 20px;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #ffffff2e;
}.hxsl {
    width: 100%;
    /*border-right: 1px solid #10204929;*/
    max-width: 300px;
    margin-right: 40px;
}
.ppsticky{
     position: sticky;
    top: 150px;
}
.hxsb1 {
    position: sticky;
    top: 120px;
   
}

.hxsb2 {
    position: sticky;
    top: 160px;
   
}

.hxsb3 {
    position: sticky;
    top: 200px;
   
}

.hxsb4 {
    position: sticky;
    top: 240px;
  
}

.hxsb5 {
    position: sticky;
    top: 280px;
    
}
.hxs-box:last-child {
    border-bottom: 1px solid #10204929;
    /*position: relative;*/
}
.hxsl-100{
        max-width: 100px;
            margin-right: 60px;
}

/* .hxsb3 {
    position: sticky;
    top: 280px;
} */
 .vsc-ic video {
    border-radius: 40px;
    max-height: 740px;
    min-height: 740px;
    object-fit: cover;
   object-position: 50% 70%;
    width: 100%;
}
/* Content styling */
.content {
  max-width: 600px;
}

.our-services-gold {
    padding:80px 0;
}
@media (max-width: 767px) {
    .mt-50 {
        margin-top: 30px !important;
    }.hbx-box {
    padding: 20px 10px 15px 10px;
    border-radius: 20px;
}
.hbx-box a {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.bxb-img {
    padding: 0 30px;
}
.hxsr h3 {
    font-size: 22px;
    margin-bottom: 16px;
}
.hxs-box {
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.hxsl {
    max-width: 100%;
    margin-right: 0;
    border: none;
}
.hxsb2 {
    position: sticky;
    top: 240px;
}
}
/*.hxs-box h2{
  color: #fff;
}.hxs-box h3{
  color: #fff;
}
.hxs-box p{
  color: #fff;
}*/
.hxsl img{
      border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*.hxs-box  h2{
  color: #fff;
}
.hxs-box  h3{
  color: #fff;
}
.hxs-box  p{
  color: #fff;
}*/

.page-services{
  padding: 70px 0 70px;
}

.page-services .service-item{
  background-color: var(--white-color);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-services .service-item .service-item-title h2{
  color: var(--primary-color);
}


.service-item-title h2 a {
    color: inherit;
}.service-item-title h2 {
    font-size: 20px;
    color: var(--white-color);font-family: var(--accent-font);
    font-weight: 600;
    line-height: 1.2em;
}
.service-item {
    background: var(--dark-divider-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}.service-item-title {
    padding: 10px;
    /*text-align: center;*/
}
.service-item-image figure img {
    width: 100%;
    /*aspect-ratio: 1 / 0.915;*/
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
}
.modal-tag{
  position: absolute;
    z-index: 99;
    top: 8px;
    right: 5px;
    background: #b11c2b;
    color: #fff;
    padding: 4px 12px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
}

.slider-wrapper {
  max-width: 900px;
  margin: auto;
}
.main-slider{
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #fff;
}
/* Main Image */
.main-slider img {
  width: 100%;
  border-radius:0px;
}

/* Thumbnail */
.thumb-slider {
  margin-top: 10px; 
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #fff;*/
}

.thumb-slider .slick-slide {
  opacity: 0.4;
  padding: 5px;
  cursor: pointer;
}

.thumb-slider .slick-slide img {
width: 100%;
    border-radius: 0;
    transition: 0.3s;
    height: 112px;
    object-fit: cover;
    border: 1px solid #9E9E9E !important;
}

/* Active thumbnail */
.thumb-slider .slick-current {
  opacity: 1;
}

.thumb-slider .slick-current img {
    border: none;
    /*transform: scale(1.05);*/
    opacity: 1;
}.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
background: #ffffffc4;
    color: #000;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
}

.custom-prev {
  left: 20px;
}

.custom-next {
  right: 20px;
}
.machine-section {
  background: linear-gradient(135deg, #020617, #0f172a);
  color: #fff;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* MAIN HEADING */
.main-heading {
  text-align: center;
  margin-bottom: 60px;
}
.main-heading h2 {
  font-size: 40px;
}
.main-heading p {
  opacity: 0.7;
}

/* COMMON */
/*h3 {
  margin-bottom: 20px;
  border-left: 4px solid #22c55e;
  padding-left: 10px;
}*/

/* APPLICATIONS */
.app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 30px;
  text-align: center;
}
.app-item{
      background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(169 166 166);
    border-radius: 20px;
}
.app-item .icon {
     width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    background: #b41729;
    /* background: linear-gradient(135deg, #000, #b41729); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;;
}
.app-item .icon {

    stroke: #fff;
    fill: none;
    stroke-width: 3;
}
/* FEATURES */
.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 15px;
}
.feature {
  padding: 15px;
  background: rgba(255,255,255,0.05);
  border-left: 4px solid #22c55e;
  border-radius: 6px;
}

/* MATERIALS */
.material-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.material-tags span {
  padding: 10px 18px;
  background: rgba(255,255,255,0.08);
  border-radius: 50px;
}

/* SPECS */
.spec-box {
  display: grid;
  gap: 10px;
}
.spec-box div {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
}

/* PERFORMANCE */
.performance ul {
  list-style: none;
  padding: 0;
}
.performance li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* PROCESS */
.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.steps div {
  flex: 1;
  min-width: 150px;
  background: #22c55e;
  color: #000;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
}
.steps span {
  display: block;
  font-size: 18px;
}

/* BENEFITS */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 15px;
}
.benefit-grid div {
  background: rgba(255,255,255,0.05);
  padding: 15px;
  border-radius: 10px;
}

/* OPTIONAL */
.optional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 15px;
}
.optional-grid div {
  background: rgba(255,255,255,0.03);
  padding: 15px;
  border: 1px dashed rgba(255,255,255,0.2);
  border-radius: 10px;
}
 /* HOW IT WORKS */
    .how-it-works { background: var(--surface); }
    .hiw-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: center; margin-top: 3rem; }
    .hiw-steps { }
    .hiw-step { display: flex; gap: 1.5rem;  }
    .hiw-step .step-marker { display: flex; flex-direction: column; align-items: center; gap: 0; flex-shrink: 0; }
    .hiw-step .step-dot {       width: 60px;
    height: 60px;
    border-radius: 10px;
    background:#b11c2b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*  */
    font-weight: 800;
    /* font-size: 0.9rem; */
    flex-shrink: 0;
    border: 1px dashed #fff;
    font-size: 16px;
    box-shadow: 0 0 10px #ffffff78;

}
    .hiw-step .step-line { width: 2px; background: #becaed; flex: 1; min-height: 30px; }
    .hiw-step:last-child .step-line { display: none; }
    .hiw-step h4 {  font-weight: 700; color: var(--ink); margin-bottom: 0.35rem; padding-top: 0.5rem; }
    .hiw-step p {  color: var(--text-muted); }
    .border-20{
      border-radius: 20px;
    }

    /* ═══ DARK CAPABILITY STRIP ═══ */
.dark-strip { background:var(--g900); padding:4rem 2rem; }
.dark-strip-inner { max-width:1180px; margin:0 auto; }
.dark-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:2rem;justify-content:center; }
.dark-card { border:1px solid rgba(62,207,160,.15); border-radius:12px; padding:1.5rem; background:rgb(229 229 229); }
.dark-card h3 {   font-weight:700; color:#000 !important;line-height: 30px; }
.dark-card p {     color: #000; line-height:1.6;  }
.dark-tag {
    display: inline-block;
    background: rgb(32 177 43 / 19%);
    color: #34b05a;
    font-size: .7rem;
    font-weight: 700;
    padding: .2rem .65rem;
    border-radius: 100px;
    margin-top: .75rem;
}
@media(min-width: 991px){
.dark-grid .dark-card:last-child {
  /*grid-column: 2 / 3;*/
}
}
.dark-card .icon{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    /* font-size: 0.9rem; */
    flex-shrink: 0;
    /* border: 1px dashed #fff; */
    font-size: 16px;
       /* box-shadow: 0 0 10px #0000001c;
    border: 1px solid #ddd6d6;*/
}
.tech-specs {
  padding: 80px 0;
 
}

.tech-specs .section-title h2 {
  color: #fff;
}

.tech-specs .section-title p {
  color: #cbd5e1;
}

.spec-card {
background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    height: 100%;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    /* background-color: #fff; */
    box-shadow: 0 2px 10px rgb(0 0 0 / 28%);
}

.spec-card:hover {
  transform: translateY(-5px);
  /*background: #334155;*/
}

.spec-card h3 {
 color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    padding-left: 13px;
    border-left: 5px solid #b11c2b;
}

.spec-card p {
  color: #000;
  margin: 0;
  font-size: 15px;
}
@media (min-width: 1100px) {
    .h3, h3 {
        font-size: 1.2rem !important;
    }
}
.light-section{
  background-image: url(../images/bg-section-bg-image.png); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position: center 68.4914px;
}
.section-padding{
  padding: 60px 0;
}
.perf-dashboard {
  background: #020617;
  padding: 80px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

.title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}

/* BAR ITEMS */
.bar-item {
    margin-bottom: 15px;
    background: #fff;
    color: #fff;
    padding: 17px 20px;
    border-left: 4px solid #b11c2b;
    background-color: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 23%);
}

/* TOP TEXT */
.bar-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  font-size: 18px;
      color: #000;
}

/* BAR BACKGROUND */
.bar {
  width: 100%;
  height: 10px;
  background: rgba(255,255,255,0.1);
  border-radius: 50px;
  overflow: hidden;
}

/* FILL */
.fill {
    height: 100%;
    background: linear-gradient(90deg, #010101, #b11c2b);
    border-radius: 50px;
    transition: 0.6s ease;
}

/* HOVER EFFECT */
.bar-item:hover .fill {
  filter: brightness(1.2);
  transform: scaleX(1.02);
}
.bar-item h3{
  font-size: 22px !important;
}
.wwd-item12 {
    background: #fff;
    padding: 26px 13px 10px;;
    text-align: center;
    border-radius: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgb(0 0 0 / 24%);
    height: 100%;
}

.full-img img{
    border-radius: 20px;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
}
.attachments-section {
  padding: 80px 0;
  background: #0f172a;
}

.attachments-list {
  max-width: 900px;
  margin: auto;
}

.attach-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: 0.3s;
}

.attach-item:hover {
  transform: translateX(8px);
}

.attach-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #e5dada;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.attach-icon svg {
    width: 40px;
    height: 40px;
    stroke: #b11c2b;
    stroke-width: 2;
}

.attach-content h3 {
  /*color: #fff;*/
  margin-bottom: 5px;
  font-size: 18px;
}

.attach-content p {
  /*color: #cbd5e1;*/
 
  margin: 0;
}
.left-side-img{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #fff;
    border-radius: 20px;
}
.tagline-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* Main Heading */
.main-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.main-title span {
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Tagline */
.tagline {
  font-size: 20px;
  opacity: 0.85;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* Tagline badges */
.tagline-list {
    display: flex;
    /* justify-content: center; */
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.tagline-list span {
    background: rgb(90 85 85 / 8%);
    padding: 10px 18px;
    border-radius: 30px;
    /* font-size: 14px; */
    transition: 0.3s ease;
    backdrop-filter: blur(5px);
}

.tagline-list span:hover {
  background: #ff7a18;
  color: #fff;
  transform: translateY(-3px);
}

/* Animation */
.tagline {
  animation: fadeUp 1.2s ease forwards;
}

.main-title {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.packing-material{
  padding:60px 20px;
  background:#f8f9fb;
  font-family: Arial, sans-serif;
}

.packing-material h2{
  text-align:center;
  font-size:32px;
  margin-bottom:40px;
}

.material-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:20px;
  max-width:1100px;
  margin:auto;
}

.material-card{
  background:#fff;
  padding:25px;
  border-radius:12px;
  text-align:center;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
  transition:0.3s;
}

.material-card:hover{
  transform:translateY(-6px);
}

.material-card .icon{
  width:60px;
  height:60px;
  margin:0 auto 15px;
  color:#1a73e8;
}

.material-card .icon svg{
  width:100%;
  height:100%;
}

.material-card h3{
  /*font-size:18px;*/
  margin-bottom:8px;
    font-weight: 700;
    
}

.material-card p{
  /*font-size:14px;*/
  color:#666;
}
.att-ic1{
    border-radius: 12px;
    background: #e5dada;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    padding: 20px;
}

.dpp {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
  
    text-transform: capitalize;
    font-weight: 500;
    align-items: center;
    transition: .5s
}

.arr-d {
    display: inline-block;
    
    border: none!important;
    font-size: 12px;
    font-weight: 900;
    position: relative;
    top: 0;
    right: -5px;
    padding-left: 0
}

@media (min-width: 991px) {
    .dsknn {
        display:none!important
    }
}

.header-dropdown .d-flex {
    gap: 6px
}

.dropdown-btn {
    padding: 0 13px 0 3px;
    border: none;
    background: #b41729;
    color: #fff;
    position: absolute;
    right: 0
}
@media (max-width: 991px) {
.mbnn {
        display: none!important
    }
  }
/*  .premium-process {
    padding: 80px 20px;
    background: #ffffff;
    text-align: center;
    font-family: 'Inter', sans-serif;
}*/

.premium-process h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #111827;
}

.process-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

.flow-line {
    position: absolute;
    top: -62px;
    left: 0;
    width: 100%;
}

.flow-line path {
    stroke: #e5e7eb;
    stroke-width: 3;
    fill: none;
    stroke-dasharray: 8 6;
    animation: flowMove 2s linear infinite;
}

@keyframes flowMove {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -28; }
}

.process-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.step {
    width: 140px;
    text-align: center;
    transition: 0.3s ease;
}

.step:hover {
    transform: translateY(-10px);
}

.icon-box {
       width: 70px;
    height: 70px;
    margin: auto;
    background: linear-gradient(135deg, #720a15, #bf1123);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgb(232 232 243 / 25%);
}

.icon-box svg {
    /* width: 28px;
    height: 28px; */
    stroke: #fff;
    stroke-width: 2;
    fill: none;
}

.step p {
    margin-top: 20px;
    /*font-size: 14px;*/
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .process-steps {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .flow-line {
        display: none;
    }
}


.app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.app-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: relative;
}

.app-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.app-card .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
    background: linear-gradient(135deg, #720a15, #bf1123);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-card .icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.app-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
}

.app-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.key-fet {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.key-fet-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #0c101a;
    border-radius: 14px;
    padding: 22px;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgb(229 229 229);
}

.key-fet-icon {
  min-width: 55px;
  height: 55px;
  background: #fff;
  /*background: rgba(180, 23, 23, 0.1);*/
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.key-fet-content h3 {
    font-size: 20px !important;
    color: #000;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 30px;
}
.key-fet-content p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin: 0;
}



.key-fet-item:hover {
  transform: translateY(-6px);
  border-color: rgba(180, 23, 23, 0.3);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.ai-table-box {
   /*padding: 30px;*/
   background: #ffffff14;
   border-radius: 18px;
}

.ai-table {
   width: 100%;
   border-collapse: collapse;
   background: rgba(255, 255, 255, 0.04);
   backdrop-filter: blur(12px);
   border-radius: 12px;
   overflow: hidden;
}

.ai-table th,
.ai-table td {
   padding: 16px 20px;
   text-align: left;
}

.ai-table th {
width: 40%;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-table td {
   color: #ffffff;
   font-weight: 500;
   border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ai-table tr:last-child th,
.ai-table tr:last-child td {
   border-bottom: none;
}

.ai-table tr:hover {
   background: rgba(255, 255, 255, 0.06);
   transition: 0.3s;
}

.ai-table1 {
       width: 100%;
    border-collapse: collapse;
    background: #000;
    backdrop-filter: blur(12px);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #000;
}

.ai-table1 th,
.ai-table td {
   padding: 16px 20px;
   text-align: left;
}

.ai-table1 th {
    width: 40%;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ai-table1 td {
   color: #fff;
   font-weight: 500;
   border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ai-table1 tr:last-child th,
.ai-table tr:last-child td {
   border-bottom: none;
}

.ai-table1 tr:hover {
   background: rgba(255, 255, 255, 0.06);
   transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
   .ai-table th,
   .ai-table td {
      display: block;
      width: 100%;
   }

   .ai-table tr {
      display: block;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(255,255,255,0.1);
   }
}
.disclaimer{
      background: #2f373e85;
    /* color: #000 !important; */
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 5px solid #9b9596;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
/* SECTION */
.benefits-modern {
  background: #f8fafc !important;
  padding: 80px 0;
}

/* ITEM */
.benefit-item {
  display: flex;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #eef2f7;
  transition: all 0.3s ease;
  height: 100%;
}

/* HOVER EFFECT */
.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
  border-color: #dbeafe;
}

/* ICON BOX */
.benefit-item .icon-box {
    min-width: 70px;
    height: 74px;
  border-radius: 10px;
  background: #b41729;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #2563eb;
  transition: all 0.3s ease;
}



/* CONTENT */
.content-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.content-box p {
font-size: 16px;
    /* color: #6b7280; */
    line-height: 1.6;
    margin: 0;
}

/* TITLE */
.section-title h2 {
  font-weight: 700;
  color: #111827;
}

.section-sub-title {
  color: #2563eb;
  font-weight: 600;
  letter-spacing: 1px;
}

/* GRID FIX */
.benefits-modern .row > div {
  display: flex;
}

.benefit-item .icon-box i {
    color: #fff;
    font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .benefit-item {
    padding: 18px;
  }
}/* Wrapper */
.announcement-marquee-wrapper {
       width: 100%;
    overflow: hidden;
    background: #3e3e3e;
    padding: 5px 0;
}

/* Track */
.announcement-marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

/* Item */
.announcement-marquee-item {
    white-space: nowrap;
    margin-right: 60px;
    color: #fff;
    font-size: 16px;
}

/* Links */
.announcement-marquee-item a {
    color: #fff;
    text-decoration: none;
    font-family: 'Jost';
    font-size: 16px;
}

/* Animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.announcement-marquee-wrapper:hover .announcement-marquee-track {
    animation-play-state: paused;
}

/* Mobile speed */
@media (max-width: 768px) {
    .announcement-marquee-track {
        animation-duration: 12s;
    }
}
.language-dropdown{
    position:relative;
    width:160px;
}

.language-btn{
    width:100%;
    background:#fff;
    border:none;
    padding:7px 18px;
    font-size:20px;
    color:#2d3a52;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    box-shadow:0 0 0 1px #eee;
}

.language-btn i{
    font-size:14px;
    transition:0.3s;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    display:none;
    margin-top:5px;
    z-index:99;
}

.dropdown-menu a{
    /* display:block;
    padding:12px 18px;
    text-decoration:none;
    color:#333;
    font-size:16px;
    transition:0.3s; */
        display: block;
    padding: 4px 18px;
    text-decoration: none;
    color: #333;
    font-size: 17px;
    transition: 0.3s;
    font-weight: 500;
}

.dropdown-menu a:hover{
    background:#f5f5f5;
}

.language-dropdown.active .dropdown-menu{
   display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.language-dropdown.active .language-btn i{
    transform:rotate(180deg);
}