*,
*::before,
*::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

ul[role='list'],
ol[role='list'],
ul,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  background-color: #fff;
  color: #272E39;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* Main styles Start */
:root{
    --vv-primary-color:  #d26a34;
    --vv-secondary-color: rgb(46, 100, 24);

    /* Generated Creative Shades */
    --vv-primary-light: #e49a71;
    --vv-primary-tint: #fdf2ec;
    
    --vv-secondary-light: rgb(102, 150, 82);
    --vv-secondary-tint: #f1f5ef;

    --vv-primary-light:  #FFD1B9;
    --font-mulish: "Mulish", sans-serif;
    /* --font-urbanist: "Urbanist", sans-serif; */
    /* --font-urbanist: "Mulish", sans-serif; */
    /* --font-teko: "Teko", sans-serif; */
    /* --font-teko: "Mulish", sans-serif; */
    --bs-border-color: rgb(18 18 18 / 20%);
    --display-1 : calc(1.625rem + 4.5vw);
    --display-2 : calc(1.575rem + 3.9vw);
    --display-3 : calc(1.525rem + 3.3vw);
    --display-4 : calc(1.475rem + 2.7vw);
    --display-5 : calc(1.425rem + 2.1vw);
    --display-6 : calc(1.375rem + 1.5vw);

}

h1,h2,h3,h4,h5,h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-family: var(--font-mulish);
  margin: 0px;
  /* color: #121212; */
  color: #272E39;
  line-height: 1.2;
  font-weight: 700;
}
p, a, li, label, input, button, textarea{
  font-family: var(--font-mulish);
}
span{
  font-family: inherit;
}
p{
  /* font-size: 1rem; */
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.font-mulish {
  font-family: var(--font-mulish);
}

.font-urbanist{
  font-family: var(--font-urbanist);
}


.fw-bolder{
  font-weight: 900 !important;
}
.fw-800{
  font-weight: 800 !important;
}


/* Utilties Start */

@media screen and (min-width: 992px) { 
  .rounded-md-pill{
    border-radius: 50rem !important;
  }
  .border-md-end{
    border-right: 1px solid var(--bs-border-color);
  }
  .rounded-md-5{
    border-radius: 2rem !important;
  }
}
.vv-bg-primary{
  background-color: var(--vv-primary-color);
}
.vv-bg-secondary{
  background-color: var(--vv-secondary-color);
  --bs-border-color: rgba(255, 255, 255, 0.2)

}

.vv-bg-grey{
  background-color: #F5F5F5;
}
.vv-bg-light-green{
  background-color: #EAFFE0 !important;
}
.vv-bg-secondary-color{
  background-color: var(--vv-secondary-color);
}

@media screen and (min-width: 530px ) {
  .position-sm-absolute{
    position: absolute;
  }

}
.link-underline,
.link-underline-secondary{
  text-decoration: underline  ;
}

.link-hover{
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
     --bs-link-underline-opacity: 0.1;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-underline-offset: .25em !important;   
    text-decoration: underline;
}
.link-hover:hover{
   --bs-link-underline-opacity: 1;
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.vv-py-40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.vv-py-60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.vv-py-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.vv-text-primary{
  color: var(--vv-primary-color);
}
.vv-text-secondary{
  color: var(--vv-secondary-color);
}

.vv-btn-primary,
.vv-btn-secondary,
.vv-btn-black{
    background-color: var(--btn-color);
    border: 1px solid var(--btn-color);
    /* font-family: var(--font-teko); */
    /* letter-spacing: 0.05625rem; */
    font-size: 0.9rem;
    /* font-size: 1.25rem; */
    line-height: 1;
    display: inline-block;   
    color: #fff;
    /* padding: 12px 32px; */
    padding: 12px 24px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
}

.vv-btn-primary {
  --btn-width: 14rem;
  --bar-count: 11;
  --btn-color: var(--vv-primary-color);
  --sh-color: #121212;
  position: relative;
  width: fit-content;
  overflow: hidden; 
  cursor: pointer;
  z-index: 1;
}

.vv-btn-primary::before {
  content: "";
  z-index: -1;
  transform: translateX(calc(calc(var(--bar-count) / 2 ) * calc(var(--btn-width) / var(--bar-count)) * -1 - 1rem));
  position: absolute;
  bottom: -12.5rem; 
  height: 12.5rem; 
  width: calc(var(--btn-width) / var(--bar-count)); 
  left: 50%;
  box-shadow:
     inset 0px 10rem 0px 0px var(--sh-color),
     calc(var(--btn-width)/12*1) 0.375rem 0 var(--sh-color),   /* 6px / 16 */
     calc(var(--btn-width)/12*2) 0.75rem 0 var(--sh-color),    /* 12px / 16 */
     calc(var(--btn-width)/12*3) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
     calc(var(--btn-width)/12*4) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
     calc(var(--btn-width)/12*5) 3rem 0 var(--sh-color),       /* 48px / 16 */
     calc(var(--btn-width)/12*6) 3.75rem 0 var(--sh-color),    /* 60px / 16 */
     calc(var(--btn-width)/12*7) 3rem 0 var(--sh-color),       /* 48px / 16 */
     calc(var(--btn-width)/12*8) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
     calc(var(--btn-width)/12*9) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
     calc(var(--btn-width)/12*10) 0.75rem 0 var(--sh-color),   /* 12px / 16 */
     calc(var(--btn-width)/12*11) 0.375rem 0 var(--sh-color),  /* 6px / 16 */
     calc(var(--btn-width)/12*12) 0rem 0 var(--sh-color);
  transition: height 1.3s ease, box-shadow 0.2s ease, bottom 1.3s ease;
}

.vv-btn-primary:hover::before {
  bottom: -3.75rem; 
  box-shadow:
    inset 0px 10rem 0px 0px var(--sh-color),
    calc(var(--btn-width)/12*1) 3.75rem 0 var(--sh-color),    /* 60px / 16 */
    calc(var(--btn-width)/12*2) 3rem 0 var(--sh-color),       /* 48px / 16 */
    calc(var(--btn-width)/12*3) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
    calc(var(--btn-width)/12*4) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
    calc(var(--btn-width)/12*5) 0.75rem 0 var(--sh-color),    /* 12px / 16 */
    calc(var(--btn-width)/12*6) 0.375rem 0 var(--sh-color),   /* 6px / 16 */
    calc(var(--btn-width)/12*7) 0.75rem 0 var(--sh-color),    /* 12px / 16 */
    calc(var(--btn-width)/12*8) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
    calc(var(--btn-width)/12*9) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
    calc(var(--btn-width)/12*10) 3rem 0 var(--sh-color),      /* 48px / 16 */
    calc(var(--btn-width)/12*11) 3.75rem 0 var(--sh-color),   /* 60px / 16 */
    calc(var(--btn-width)/12*12) 4.125rem 0 var(--sh-color);  /* 66px / 16 */
}
.vv-btn-secondary {
  --btn-width: 14rem;
  --bar-count: 10;
  --btn-color: var(--vv-secondary-color);
  --sh-color: #121212;
  position: relative;
  width: fit-content;
  overflow: hidden; 
  cursor: pointer;
  z-index: 1;
}

.vv-btn-secondary::before {
  content: "";
  z-index: -1;
  transform: translateX(calc(calc(var(--bar-count) / 2 ) * calc(var(--btn-width) / var(--bar-count)) * -1 - 1rem));
  position: absolute;
  bottom: -12.5rem; 
  height: 12.5rem; 
  width: calc(var(--btn-width) / var(--bar-count)); 
  /* left: calc(50% - calc(var(--btn-width) / var(--bar-count))); */
  left: 50%;
  /* background-color: var(--sh-color); */

  /* left: calc(-1 * (var(--btn-width) / var(--bar-count)));  */
  box-shadow:
     inset 0px 10rem 0px 0px var(--sh-color),
     calc(var(--btn-width)/12*1) 0.375rem 0 var(--sh-color),   /* 6px / 16 */
     calc(var(--btn-width)/12*2) 0.75rem 0 var(--sh-color),    /* 12px / 16 */
     calc(var(--btn-width)/12*3) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
     calc(var(--btn-width)/12*4) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
     calc(var(--btn-width)/12*5) 3rem 0 var(--sh-color),       /* 48px / 16 */
     calc(var(--btn-width)/12*6) 3.75rem 0 var(--sh-color),    /* 60px / 16 */
     calc(var(--btn-width)/12*7) 3rem 0 var(--sh-color),       /* 48px / 16 */
     calc(var(--btn-width)/12*8) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
     calc(var(--btn-width)/12*9) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
     calc(var(--btn-width)/12*10) 0.75rem 0 var(--sh-color),   /* 12px / 16 */
     calc(var(--btn-width)/12*11) 0.375rem 0 var(--sh-color),  /* 6px / 16 */
     calc(var(--btn-width)/12*12) 0rem 0 var(--sh-color);
  transition: height 1.3s ease, box-shadow 0.2s ease, bottom 1.3s ease;
}

.vv-btn-secondary:hover::before {
  bottom: -3.75rem; 
  box-shadow:
    inset 0px 10rem 0px 0px var(--sh-color),
    calc(var(--btn-width)/12*1) 3.75rem 0 var(--sh-color),    /* 60px / 16 */
    calc(var(--btn-width)/12*2) 3rem 0 var(--sh-color),       /* 48px / 16 */
    calc(var(--btn-width)/12*3) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
    calc(var(--btn-width)/12*4) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
    calc(var(--btn-width)/12*5) 0.75rem 0 var(--sh-color),    /* 12px / 16 */
    calc(var(--btn-width)/12*6) 0.375rem 0 var(--sh-color),   /* 6px / 16 */
    calc(var(--btn-width)/12*7) 0.75rem 0 var(--sh-color),    /* 12px / 16 */
    calc(var(--btn-width)/12*8) 1.5rem 0 var(--sh-color),     /* 24px / 16 */
    calc(var(--btn-width)/12*9) 2.25rem 0 var(--sh-color),    /* 36px / 16 */
    calc(var(--btn-width)/12*10) 3rem 0 var(--sh-color),      /* 48px / 16 */
    calc(var(--btn-width)/12*11) 3.75rem 0 var(--sh-color),   /* 60px / 16 */
    calc(var(--btn-width)/12*12) 4.125rem 0 var(--sh-color);  /* 66px / 16 */
}

.vv-btn-black{
  --btn-width: 9.375rem; /* 150px / 16 */
  --bar-count: 11;
  --btn-color: #111;
  --btn-hover-color: var(--vv-secondary-color); 
  position: relative;
  width: var(--btn-width);
  overflow: hidden; 
  cursor: pointer;
  z-index: 1;
}
.vv-btn-black:hover{
  border: 1px solid var(--btn-hover-color);
}

.vv-btn-black::before {
  white-space: nowrap;
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -200px;
  height: 200px;
  width: calc(var(--btn-width) / var(--bar-count)); 
  left: calc(-1 * (var(--btn-width) / var(--bar-count))); 
  box-shadow:
    0px 0px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*1) 6px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*2) 12px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*3) 24px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*4) 36px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*5) 48px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*6) 60px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*7) 48px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*8) 36px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*9) 24px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*10) 12px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*11) 6px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*12) 0px 0 var(--btn-hover-color);

  transition: height 3s ease, box-shadow .2s ease, bottom 1.3s ease;
}

.vv-btn-black:hover::before {
  bottom: -60px;
  box-shadow:
    0px 0px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*1) 60px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*2) 48px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*3) 36px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*4) 24px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*5) 12px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*6) 6px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*7) 12px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*8) 24px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*9) 36px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*10) 48px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*11) 60px 0 var(--btn-hover-color),
    calc(var(--btn-width)/12*12) 66px 0 var(--btn-hover-color);
}

/* --- Button --- */
.vv-explore-circle {
  --size: 120px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 1px solid rgba(18, 18, 18, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #121212;
  background-color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}


/* --- Cursor inside button --- */
.vv-explore-circle .cursor {
  --cursor-color: rgba(18, 18, 18, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  width:50px;
  height: 50px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background-color: transparent;
  transition: all 0.4s ease;;
  mix-blend-mode: difference;
  z-index: 1;
}

/* On hover: grow + invert */
.vv-explore-circle:hover .cursor {
  background-color: #fff;
  width: 120px;
  height: 120px;
}
.vv-explore-circle:active,
.vv-explore-circle:focus-visible,
.vv-explore-circle:focus{
  color: white;
  background-color: #121212;
}
.vv-explore-circle.white{
  color: #fff;
  border-color: #FFFFFF33;
  background-color: transparent;
}
.vv-dark-with-circle .border-bottom{
  --bs-border-color: #FFFFFF33
}

.vv-arrow-link{
  position: relative;
  padding-right: 25px;
  transition: color 0.2s linear;
  
}
.vv-arrow-link:after{
  content: '';
  width: 22px;
  height: 22px; 
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E") no-repeat center / contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #272E39;
  /* position: relative; */
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear, background-color 0.2s linear;
  margin-left: 8px;
}
.vv-arrow-link:hover{
  color: var(--vv-primary-color);
}
.vv-arrow-link:hover:after{
  transform: translate( 10px, -50%);
  background-color: var(--vv-primary-color);
}

.vv-list-1{
  padding-left: 0px;

}
.vv-list-1 li{
  display: flex;
  list-style: none;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 7px;


}
.vv-list-1 li::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAAAXNSR0IArs4c6QAAASFJREFUKFOVkr1KxEAUhc8dFLK9lfgG+goWIvZW2gaLzAQiKgiLkBULSzH+QLhJISnVRtEX0MInEKwFwcZKEEwkyTUDWVBhZTPNZYbvnLl/ZIwZENFEVVWHaZq+459DxpgLACsici0iu2maPo7iyff90EIAJhvRk4jsF0VxlWVZ/ldEnudNKaXWAKwDmAHwAeBMKXUQx/HLTwENL1rrJSLqA1hs3+6buMfMd0PGprEsIm/M/BAEwXRZltsAtlrgFcBpr9c7jqLok7TWl0Q0D2CHmTPXdR3HcaxBSESzAL4A3NZ1HVrncxFZbeBCRDaTJGHraoyZE5ETIlpof3n+BQPYYOZkJDxmGjd1XQ/GKjDP8yPb926t6zSUTuPutEhdVvQbs9XI8y0LfPEAAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
}
/* Utilties End  */

/* NavBar Start */

.vv-navbar.navbar.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    border-bottom: 1px solid rgb(18 18 18 / 20%);
    /* animation: slideDown 0.5s ease-in-out; */
  }


  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .vv-navbar{
    background-color: var(--vv-secondary-color);
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s linear;
    z-index: 1050;
  }
  .vv-navbar.vv-navbar-transparent{
    background-color: transparent;
    /* background-color: #fff; */
    border-bottom: 1px solid rgb(18 18 18 / 0%);
  }
  .vv-navbar .navbar-nav{
    /* column-gap: 30px; */
    column-gap: 8px;
    margin-inline: auto;
  }
  .vv-navbar .navbar-toggler:focus{
    box-shadow: 0 0 #000;
  }
  .vv-navbar .navbar-toggler span,
  .vv-navbar.vv-navbar-transparent .navbar-toggler span{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .vv-navbar.vv-navbar-transparent .navbar-toggler span{
    filter: brightness(0);
  }

  .navbar-nav .dropdown-item:hover {
    background-color: var(--vv-primary-color);
    color: #fff;
  }

  .vv-navbar .navbar-nav .nav-item > a,
  .vv-navbar .navbar-nav .nav-item > .nav-link {
    line-height: 65px;
    color: #fff;
    position: relative;
    transition: color 0.2s ease-in-out;
  }
   .vv-navbar-transparent.vv-navbar .navbar-toggler span{
      background-image: var(--bs-navbar-toggler-icon-bg);
   }
    .vv-navbar.vv-navbar-transparent .navbar-toggler span{
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

   .vv-navbar .navbar-nav .nav-item > a:hover::before,
   .vv-navbar .navbar-nav .nav-item > .nav-link:hover::before{
      opacity: 1;
   }
   .vv-navbar .navbar-nav .nav-item > a:hover,
   .vv-navbar .navbar-nav .nav-item > .nav-link:hover{
      color: var(--vv-primary-color);
   }
  /* .vv-navbar.vv-navbar-transparent.fixed-nav{
    background-color: var(--vv-secondary-color);
  } */

  .vv-navbar .dropdown .dropdown-toggle::after {
  border: 0px !important;
}

    
   @media screen and (min-width: 1200px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* top: 80px; */
    /* top: 50px; */
    top: 65px;
  }
  .navbar.fixed-nav .dropdown:hover .dropdown-menu{
    top: 65px;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: none;
  }
  .navbar-nav .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
    .vv-navbar .nav-link.dropdown-toggle::after{
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 600 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0px !important;
    font-size: 13px;
    margin-left: 4px;
} 
  .vv-navbar .dropdown-menu{
    border-radius: 0px 0px 12px 12px;
    border: 0px;
    box-shadow: 0px 2px 15px 1px #00000026;

  }

}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

  .vv-navbar .vv-navbar-logo{
    /* margin-bottom: -25px; */
    z-index: 10;
    position: relative;
    /* width: 110px; */
    width: 88px;
    transition: width 0.1s linear;
  }
  .vv-navbar.vv-navbar-transparent .vv-navbar-logo{
    background-color: var(--vv-secondary-color);
    border-radius: 0px 0px 8px 8px;

  }
  .navbar.fixed-nav .vv-navbar-logo{
    width: 90px;
  }


  .vv-navbar.vv-navbar-transparent .navbar-nav .nav-item > a,
  .vv-navbar.vv-navbar-transparent .navbar-nav .nav-item > .nav-link{
    color: #121212; 
    /* font-weight: 800; */
    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 0.885rem;
    cursor: pointer;
  }
  @media screen and (min-width:992px) {
    .navbar.fixed-nav .navbar-nav .nav-item > a{
      line-height: 50px;
      font-size: 13px;
    }
  }

 /* .vv-navbar.vv-navbar-transparent.fixed-nav .navbar-nav .nav-item > a{
     color: #fff;
     font-weight: 400;
  } */

  .vv-navbar.vv-navbar-transparent .navbar-nav .nav-item > a:hover{
    color: var(--vv-primary-color);
   }



   /* Banner Start */
   .vv-sec-banner-2{
      margin-top: 83px;
   }
   .vv-sec-banner-2 .vv-banner-text{
      color: #999999;
      line-height: 1;
      font-size: var(--display-3);
      font-weight: 900;
      /* font-weight: 700; */
      /* text-transform: uppercase; */
      /* font-family: var(--font-teko); */
      /* line-height: 0.9; */
      margin-bottom: 6px;
   }
   .vv-sec-banner-2 .vv-banner-text .vv-banner-text-span{
      font-size: var(--display-3);
      color: var(--vv-primary-color);
      display: block;
   }
   .vv-sec-banner-2 .bg-hero-vector{
    position: absolute;
    width: 60%;
    object-fit: contain;
    top: -83px;
    right: 0px;
    z-index: -1;
  }
  @media (min-width: 1200px) {
    .vv-sec-banner-2 .vv-banner-text{
      font-size: 3rem;
    }
    .vv-sec-banner-2 .vv-banner-text .vv-banner-text-span{
      font-size: 3.5rem;
    }
  }
  @media screen and (max-width: 992px) {
    .vv-sec-banner-2 .bg-hero-vector{
      width: 90%;
    }
  }
   /* Banner End */


   /* Breadcrumbs start */
   .vv-breadcrumbs {
      padding-block: 16px;
    }
      .vv-breadcrumbs ol{
        padding-left: 0px;
        margin-bottom: 0px;
      }
    .vv-breadcrumbs ol li {
      font-size: 14px;
      line-height: 1.7;
      display: inline;
      color: rgba(39, 46, 57, 1);
    }
    .vv-breadcrumbs ol li > a:hover{
      color: var(--vv-primary-color);
    }
    .vv-breadcrumbs ol li:not(.vv-brd-active)::after {
      content: "\203A";
      color: inherit;
      font-size: 28px;
      line-height: 1;
      font-weight: 500;
      vertical-align: sub;
      margin-left: 8px;
      margin-right: 6px;
    }
    .vv-breadcrumbs ol li:not(.vv-brd-active):last-child:after{
      content: '';
    }
    .vv-breadcrumbs ol li.vv-brd-active {
      color: var(--vv-primary-color);
    }

   /* Breadcrumbs end  */

   /* Scroll to Top  */
    .scrolltop {
    position: fixed;
    bottom: 30px;
    right: 40px;
    width: 45px;
    aspect-ratio: 1 / 1;
    background-color: var(--vv-primary-color);
    display: none;
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
}
.scrolltop .icon {
    text-align: center;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 600px) {
    .scrolltop {
        right: 15px;
        bottom: 20px;
    }
}
  /* Scroll to end */


  @media screen and (max-width: 1200px) { 
    .vv-navbar .vv-navbar-logo{
      width: 100px;
    }

    .vv-navbar .navbar-collapse{
      background-color: #f2eeee;
      overflow: hidden;
      position: absolute;
      transition: height 0.1s ease-in-out;
      top: 100%;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      padding-top: 26px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 26px;
      text-align: center;
      z-index: -1;
      box-shadow: 3px 0px 9px 0px #00000033;
    }  
    .vv-navbar .navbar-nav .nav-item > a,
    .vv-navbar .navbar-nav .nav-item > .nav-link{
      line-height: 1.6;
      color: #272E39;
      text-align: center;
    }
    /* .vv-navbar.vv-navbar-transparent.fixed-nav .navbar-nav .nav-item > a{
       color: #272E39;
    } */
    .vv-navbar .navbar-collapse .vv-btn-primary{
      margin-top: 14px;
    }
    .vv-sec-banner{
      padding-top: 60px;
    }
    .vv-navbar .nav-item.dropdown:has(.dropdown-toggle)::before{
      /* content: ''; */
      right: 20px;
      top: 15px;
      position: absolute;
      width: 20px;
      height: 20px;
      content: "\f282";
      display: inline-block;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: 600 !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border: 0px !important;
      font-size: 13px;
      margin-left: 4px;
      cursor: pointer;
    }
    .vv-navbar  .nav-item.dropdown.active::before{
      transform: rotate(180deg);
      top: 10px;
    }

    .nav-link.dropdown-toggle{
      width: fit-content;
    }
    .nav-item .dropdown-menu{
      width: 100%;
    }
    .vv-navbar .nav-item.dropdown{
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  }



/* Hero Section Start  */
.vv-sec-hero{
  position: relative;
  padding-top: 83px;
}
@media screen and (max-width: 786px) {
   .vv-sec-hero h1{
    font-size: 40px;
   }
   .vv-sec-hero h4.font-with-circle{
    font-size: 20px;
   }
}
@media screen and (max-width: 1400px) and (max-height: 800px) {
  .vv-sec-hero {
    min-height: 100vh;
    display: flex;
    /* align-items: center; */
    justify-content: center;
  }
}

.vv-teams-layout{
  margin-top: 80px;
  overflow-x: hidden;
}
.vv-sm-link{
  display: inline-block;
}
.vv-sm-link img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  transition: transform 0.6s ease;
  transform-style: preserve-3d; 
   
}

/* Flip on hover */
.vv-sm-link:hover img {
  transform: rotateY(180deg);
}
.vv-sec-banner-1{
  /* position: relative;
  
  background-color: #111;
  background-image: url("../images/banners/about-us-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  display: flex;
  align-items: end;
  --n-margin: 50px;
  margin-bottom: calc(var(--n-margin) + 10px); */
  margin-top: 83px;
}
.vv-banner-patch{
  margin-bottom: calc( -1 * var(--n-margin));
  margin-top: 60px;
}
.vv-sec-hero .font-with-circle{
  position: relative;
  padding-left: 0.7em;
  z-index: 1;
}
.vv-sec-hero .font-with-circle:before{
  content: "";
  width: 1.8em;
  height: 1.8em;
  /* width: 80px;
  height: 80px; */
  background-color: var(--vv-primary-color);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  display: block;
  /* top: 50%;
  transform: translateY(-50%); */
  left: 0px;
  top: -0.4em;
}
.vv-bnr-vct{
  position: absolute;
  width: 20%;
  max-width: 500px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  transform: rotatey(180deg);
}
.vv-bnr-thumbnail{
  /* border-radius: 50%; */
  object-fit: contain;
  height: 100%;
}
.vv-hero-righ{
  border-left: 1px solid rgb(18 18 18 / 20%);
  align-content: center !important;
}
.vv-hero-righ p{
  width: fit-content;
  position: relative;
}
.vv-hero-righ p::after{
    content: '';
    background-image: url(../images/icons/papper-plain.svg);
    background-position: center;
    background-size: contain;
    width: 3.8em;
    aspect-ratio: 1 / 1;
    right: 0px;
    top: -2.6em;
    position: absolute;
    left: 3em;
    animation: fly 4s ease-in-out infinite;
}
@keyframes fly {
  0% {
    transform: translateY(0em) rotate(0deg);
  }
  25% {
    transform: translateY(-0.15em) rotate(-1deg);
  }
  50% {
    transform: translateY(0em) rotate(0deg);
  }
  75% {
    transform: translateY(0.15em) rotate(1deg);
  }
  100% {
    transform: translateY(0em) rotate(0deg);
  }
}
/* Hero Section End  */

/* Partnership Slider Start */
.vv-p-slider-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.vv-left-vector {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  transform: translateX(-32%);
}
.vv-logo-slider {
  width: 120%;
  overflow: hidden;
  background: transparent;
}
.vv-logo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vv-logo-slider .swiper-slide{
  max-width: 110px;
  margin-inline: 20px;
}
.vv-logo-slider img {
  object-fit: contain;
  transition: transform 0.3s;
}



.vv-circle-image-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.vv-circle-image-wrapper > li{
  position: relative;
}
.vv-circle-image-wrapper > li::after{
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vv-circle-image-wrapper img{
  padding: 40px;
  --size: 220px;
  width: var(--size);
  height: var(--size);
  object-fit: contain;
}
.vv-dark-with-circle{
  background-color: #000102;
  background-image: url("../images/dark-section-vector.png");
  background-repeat: no-repeat;
  background-position:  left bottom;
  position: relative;
}

.vv-image-card-1{
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.vv-image-card-1 img{
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.2s linear;
}
.vv-image-card-1:hover img{
  transform: scale(1.05);
}

.vv-image-card-1 figcaption{
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  background-color: var(--vv-primary-color);
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.vv-image-card-2{
  display: flex;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 0px;
  max-width: 800px;
  min-height: 500px;
  width: 100%;
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
}
.vv-image-card-2 img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s linear;
}

.vv-image-card-2 figcaption{
  position: absolute;
  width: 100%;
  min-height: 250px;
  padding-inline: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  left: 0px;
  bottom: 0px;
  background: rgba(6, 6, 6, 0.3);
  backdrop-filter: blur(16px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transition: all 0.2s ease-in-out;
  
}
.vv-image-card-2:hover > img{
  transform: scale(1.05);
}
.vv-image-card-2:hover figcaption{
    background: rgba(6, 6, 6, 0.9);
    backdrop-filter: blur(100px);
}
.vv-image-card-2 figcaption:has(.vv-btm-link){
  min-height: 243px;
}
.vv-image-card-2 figcaption h4{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.vv-image-card-2 figcaption p{
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 0.9375rem;
}
.vv-image-card-2 figcaption .vv-btm-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.vv-image-card-2 figcaption .vv-btm-link  span:nth-child(1){
    text-decoration: underline;
    font-weight: 300;
    transition: font-weight 0.2s ease-in-out;
}
.vv-image-card-2 figcaption .vv-btm-link  span:nth-child(2){
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 50%;
  font-size: 28px;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  transform: rotate(317deg);
  gap: 20px;
  transition: all 0.2s ease-in-out;
}

.vv-image-card-2 figcaption .vv-btm-link span:nth-child(2)::before,
.vv-image-card-2 figcaption .vv-btm-link span:nth-child(2)::after{
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    transform: translateX(-24px);
    transition: transform 0.4s ease-in-out;
}
.vv-image-card-2 figcaption .vv-btm-link:hover span:nth-child(2)::before,
.vv-image-card-2 figcaption .vv-btm-link:hover span:nth-child(2)::after{
    transform: translateX(24px);

}
.vv-bg-light-orange{
  background-color: #FFD1B9;
}

.vv-bottom-offeet-grey{
  position: relative;
}
.vv-bottom-offeet-grey::before{
  position: absolute;
  content: '';
  height: calc(100% - 130px);
  width: 100%;
  top: 0px;
  background-color: #efeded;
  z-index: -1;
}
.vv-image-card-2 figcaption .vv-btm-link:hover span:nth-child(2){
  background-color: #fff;
  color: #111;
}

.vv-image-card-2 figcaption .vv-btm-link:hover  span:nth-child(1),
.vv-image-card-2 figcaption .vv-btm-link:active  span:nth-child(1),
.vv-image-card-2 figcaption .vv-btm-link:focus-visible  span:nth-child(1),
.vv-image-card-2 figcaption .vv-btm-link:focus  span:nth-child(1){
  font-weight: 600;
}

.vv-image-card-3{
  position: relative;
  display: flex;
  height: 100%;
  padding: 20px;
  min-height: 300px;
}

.vv-image-card-3 h2{
  z-index: 1;
  align-self: flex-end ;
}
.vv-image-card-3 img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  inset: 0;
  min-height: 300px;
}
.vv-text-card-1{
  display: flex;
  background-color: #f5f5f5;
  height: 100%;
}
.vv-text-card-1 .bg-outlinetext{
  color: transparent;
  font-size: 50px;
  font-family: var(--font-mulish);
  font-weight: 900;
  text-align: center;
  /* -webkit-text-stroke: 2px #979797; */
   writing-mode: vertical-rl;
  transform: rotate(-180deg); 
  -webkit-text-stroke: 1px rgba(151, 151, 151, 0.3);
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
   /* transform: rotate(-90deg); */
   display: block;
   line-height: 0.9;
}

@media screen and (max-width: 576px) {
  .vv-text-card-1 .bg-outlinetext{
    font-size: 40px;
  }
}
.vv-text-card-1 .arrow-link{
    width: 60px;
    height: 60px;
    border: 1px solid #121212;
    display: flex;
    align-items: center;
    border-radius: 50%;
    font-size: 28px;
    justify-content: center;
    color: #121212;
    overflow: hidden;
    position: relative;
    transform: rotate(317deg);
    gap: 20px;
    transition: all 0.2s ease-in-out;
    margin-top: auto;
    align-self: flex-end;
}
.vv-text-card-1 .arrow-link:hover{
    background-color: #121212;
    color: #fff;
}

.vv-text-card-1 .arrow-link::before, .vv-text-card-1 .arrow-link::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f138";
    transform: translateX(-24px);
    transition: transform 0.4s ease-in-out;
}

.vv-text-card-1 .arrow-link:hover::before, .vv-text-card-1 .arrow-link:hover::after {
    transform: translateX(24px);
}
.vv-grid-wrapper{
  --bs-gutter-y: 1.2rem;
  --bs-gutter-x: 1.2rem;
}


.vv-grid-aoi .vv-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  border-radius: 0px;
  min-height: 300px;
  aspect-ratio: 9 / 11;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #121212;
}

@media screen and (max-width: 576px) {
  .vv-grid-aoi .vv-grid-item{
    aspect-ratio: 9 / 7;
  }
}

.vv-grid-aoi .vv-grid-item img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
 .vv-grid-aoi .vv-grid-item:hover img {
  transform: scale(1.05);
}
.vv-grid-aoi .vv-grid-item figcaption{
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 85px;
  padding-inline: 22px;
  padding-top: 18px;
  padding-bottom: 15px;
  left: 0px;
  bottom: 0px;
  background: rgba(6, 6, 6, 0.3);
  backdrop-filter: blur(16px);
  transition: all 0.3s ease-in-out;
}
.vv-grid-aoi .vv-grid-item:hover figcaption{
  background: rgba(6, 6, 6, 0.9);
  backdrop-filter: blur(100);
}

.vv-grid-aoi .vv-grid-item figcaption h4{
  /* font-family: var(--font-teko); */
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.2;
  /* text-transform: uppercase; */
}

.vv-grid-wrapper{
  max-width: 1920px;
  margin-inline: auto;
}

.bg-right-vector{
  background-image: url(../images/bg-right-vector.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
}
.bg-right-top-vector{
  background-image: url(../images/bg-vector-top-right.svg);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  background-size: 30%;
}
.bg-left-top-vector{
  background-image: url(../images/bg-right-top-vector.svg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  background-size: 30%;
}
.bg-left-vector{
  background-image: url(../images/bg-left-vector.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: relative;
}
.bg-vector-left-bottom-white{
  background-image: url(../images/bg-vector-left-bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: relative;
}


.bio-read-more .toggleBtn{ 
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  padding: 0px;
  color: var(--vv-primary-color); 
}
.bio-read-more #toggleBtn:hover{ 
  text-decoration: underline; 
}

/* Footer Start */
.vv-footer{
  background-color: #000102;
  padding-top: 200px;
}
.vv-footer-cta{
  margin-bottom: -200px;
  position: relative;
}
.vv-footer-main p,
.vv-footer-main .vv-footet-quick-link li{
  color: #999999;
  font-weight: 600;
}
.vv-footet-quick-link h6{
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.vv-social-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.vv-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/* Hover state */
.vv-social-link:hover {
    background-color: var(--vv-primary-color);
    transform: translateY(-3px);
}

/* Footer End */
@media screen and (max-width: 992px) {
  .vv-left-vector{
    display: none;
  }
    .vv-hero-righ{
    border-left: 0px;
  }
  .vv-dark-with-circle{
    background-size: 50%;
  }
  .vv-circle-image-wrapper img{
    --size: 150px;
  }
}
/* Partnership Slider End */
@media screen and (min-width: 992px) {
    .vv-footer .border-md-end {
        border-right: 1px solid #75727B;
    }
}


.vv-teams-layout{
   position: relative;
   overflow: hidden;
}

.vv-teams-layout .sticky-image-wrapper {
   background-color: #D7DADF;
}
.vv-teams-layout #stickyImage{
  height: calc(100vh - 80px);
  width: 50%;
  position: absolute; 
  top: 0px;
  will-change: transform;
  backface-visibility: hidden;
}
.vv-teams-layout #stickyImage img{
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
   .vv-teams-layout #stickyImage {
      position: static; 
      transform: none;
   }
   .vv-teams-layout #stickyImage img{
      position: static; 
      margin-inline: auto;
      transform: unset;
      width: 50%;
   }
}
@media screen and (min-width: 1900px){
      .vv-teams-layout #stickyImage {
         transform: none;
      }
}


/* Portfolio Cards  */
.vv-p-card{
  padding: 24px;
  padding: clamp(18px, calc(0.5rem + 1.2vw) , 40px) clamp(15px, calc(0.5rem + 1.2vw), 30px);
  border-radius: 0px;
  box-shadow: 0px 2px 15px 1px #00000000;
  color: #4e4c53;
  height: 100%;
  transition:box-shadow  0.3s ease-in-out;
  overflow: hidden;
}
.vv-p-card .exit-batch{
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  color: #000000;
}
.vv-p-card:has(.exit-batch) .card-header{
  padding-right: 60px;
}
.vv-p-card .exit-batch::before{
content: '';
    background-color: #0000002d;
    border-radius: 50%;
    --size: 130px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    z-index: -1;
    transform: translate(-26px, -78px);

}
.vv-p-card:hover{
   box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.2);
}

.vv-p-card .card-header .badge{
  background-color: var(--vv-primary-light);
  border-radius: 50rem;
  color: #272E39;
  text-transform: uppercase;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.4;
  text-align: left;
  font-family: var(--font-mulish);
}
.vv-p-card .card-header,
.vv-p-card .card-body,
.vv-p-card .card-footer{
  padding: 0px;
  background-color: transparent;
}
.vv-p-card .card-header{
  border: 0px;
}

.vv-p-card .card-header img{
  width: auto;
  max-width: 140px;
  height: 100px;
  object-fit: contain;
  object-position: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
.vv-p-card .card-body h5{
  font-weight: 600;
  margin-bottom: 12px;
  color: #272E39;
}
.vv-p-card .card-footer{
  margin-top: auto;
  background-color: transparent;
  padding-top: 16px;
}
.vv-p-card .card-footer a:hover{
  color: var(--vv-primary-color);
}
.vv-p-card .card-footer > ul ,
ul.vv-sm-grey {
  display: flex;
  padding-left: 0px;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 0px;
}
.vv-p-card .card-footer > ul > li a,
.vv-sm-grey > li a{
  font-size: 14px;
  display: inline-flex;
  flex-wrap: wrap;
  width: 36px;
  height: 36px;
  color: #75727B;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid #EAEAEA;
  transition: all 0.2s ease-in-out;
}
.vv-p-card .card-footer > ul > li a:hover,
.vv-sm-grey > li a:hover{
  border-color: var(--vv-primary-color);
}

.vv-cform .form-label{
  font-weight: 700;
  font-size: 15px;
}
.vv-cform .form-control{
  border-radius: 0px;
  /* background-color: #F6F6F6; */
}
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .form-control:valid:focus, .form-control.is-valid:focus{
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-image: unset;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus{
  box-shadow: 0 0 0 .25rem rgba(245,130,32,.25);
  border-color: rgb(250,192.5,143.5);

}


.vv-cform input[type="file"].form-control{
  padding: 12px;
}
.vv-cform input[type="file"].form-control::file-selector-button{
	 padding: 6px 12px;
   margin-left: 1px;
	 border-width: 0;
	 border-radius: 2em;
	 background-color: rgba(117, 114, 123, 0.2);
	 color: rgb(51, 51, 51);
	 transition: all 0.25s ease-in-out;
	 cursor: pointer;
   font-size: 14px;
	 margin-right: 1em;
}

.vv-cform input[type="file"].form-control:hover {
	 border-color: #888;
}
.vv-cform input[type="file"].form-control:hover::file-selector-button {
	 background-color: #383838;
   color: #e9e9e9;
}
.vv-cform .iti{
  width: 100%;
}
.vv-cform .iti--show-selected-dial-code .iti__selected-flag{
  background-color: rgb(159 159 159 / 5%);
}

.bg-governance{
  /* background-image: url("../images/governance-structure.jpg"); */
  background-size: cover;
  background-position: center;
  /* background-color: #030F27; */
  position: relative;
}
.bg-governance::after{
    content: '';
    position: absolute;
    background-image: url(../images/the-sona-group.jpg);
    background-color: #07131E;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -2;
}
@media screen and (max-width: 991px) {
  .bg-governance::after{
    background-color: #07131E;
    background-image: none;
  }
}


.vv-certificates{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.vv-certificates img{
  width: 200px;
  max-width: 100%;
  height: 160px;
  object-fit: contain;
}
.vv-certificates.set-1 img{
  height: 100px;
}
.vv-certificates.set-2 img{
  height: 140px;
}
.vv-certificates.set-3 img{
  height: 290px;
}

.vv-tabs li > button{
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    font-size: 0.9rem;
    line-height: 1;
    display: inline-block;  
    color: #272E39; 
    padding: 12px 32px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s linear;
}
.vv-tabs li > button:hover{
    background-color: #c2c1c1;
    border: 1px solid #c2c1c1;
}


.vv-tabs li > button.active{
    background-color: var(--vv-secondary-color);
    border: 1px solid var(--vv-secondary-color);
    color: #fff;

}



.vv-link-with-circle{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  --size: 40px;

}
.vv-link-with-circle span:nth-child(1){
    text-decoration: underline;
    font-weight: 300;
    transition: font-weight 0.2s ease-in-out;
}
.vv-link-with-circle span:nth-child(2){
  width: var(--size);
  height: var(--size);
  border: 1px solid #000;
  display: flex;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  justify-content: center;
  color: #000;
  overflow: hidden;
  position: relative;
  transform: rotate(317deg);
  transition: all 0.1s ease-in-out;
}

.vv-link-with-circle span:nth-child(2)::before,
.vv-link-with-circle span:nth-child(2)::after{
    position: absolute;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f138";
    /* margin-left: 24px; */
    transform: translateX(-0px);
    transition: all 0.4s ease-in-out;
}
.vv-link-with-circle span:nth-child(2)::before{
    transform: translateX(calc(var(--size) * -1));
}
.vv-link-with-circle:hover span:nth-child(2){
    border: 1px solid #fff;
}
.vv-link-with-circle:hover span:nth-child(2)::before{
    transform: translateX(0px);
    background-color: #000;
    color: #fff;
}
.vv-link-with-circle:hover span:nth-child(2)::after{
    transform: translateX(var(--size));
    background-color: #000;
    color: #fff;
}
.vv-left-offeset-cover img{
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
}
.vv-right-offeset-cover img{
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
}

.vv-right-offeset-cover.cw-35 img{
  width: 35%;
}
@media screen and (max-width: 992px) {
  .vv-right-offeset-cover.cw-35 img,
  .vv-right-offeset-cover img,
  .vv-left-offeset-cover img{
    position: static;
    width: 100%;
  }
  .vv-right-offeset-cover.cw-35 img.rounded-start-5,
  .vv-right-offeset-cover img.rounded-start-5,
  .vv-left-offeset-cover img.rounded-end-5{
  border-radius: 2rem;
  }
  
}
.bg-sona-tree-overlay{
  position: relative;
}
.bg-sona-tree-overlay::after{
  content: '';
  /* background-image: url("../images/the-sona-group-tree.svg"); */
  background-image: url("../images/the-sona-group-tree.png");
  height: 90%;
  width: 30%;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 10px;
  opacity: 0.3;

}

.sector-item {
  padding: 40px 20px;
  text-align: center;
  position: relative;
}

.sector-item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-inline: auto;
  display: block;
}

.grid-4x3.grid-image img{
  width: 100%;
  max-width: 150px;
  height: 100%;
}
.sector-item p {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}


.grid-2x2 .sector-item:nth-child(odd) {
  border-right: 1px solid var(--bs-border-color);
}
.grid-2x2 .sector-item:nth-child(-n+2) {
  border-bottom: 1px solid var(--bs-border-color);
}


@media (min-width: 768px) {
  .grid-4x3 .sector-item:not(:nth-child(4n)) {
    border-right: 1px solid var(--bs-border-color);
  }

  .grid-4x3 .sector-item:not(:nth-last-child(-n+4)) {
    border-bottom: 1px solid var(--bs-border-color);
  }
  
}

@media (max-width: 767px) {
  .grid-4x3 .sector-item:not(:nth-child(2n)) {
    border-right: 1px solid var(--bs-border-color);
  }

  .grid-4x3 .sector-item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--bs-border-color);
  }
  .grid-4x3 .sector-item.border-md-end{
    border-right: none;
  }
}


.for-family-banner img{
  max-height: 600px;
  object-fit: cover;
  min-height: 200px;
}
.for-family-banner-offeset{
  margin-top: -100px;
  position: relative;
}
.group-of-institutions img{
  width: 100%;
  max-width: 200px;
  max-height: 130px;
  object-fit: contain;
}

.circle-icon{
  border-radius: 50%;
  padding: 20px;
  width: 80px;
  height: 80px;
  border: 1px solid rgb(18 18 18 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;

}

/* Card Core Style */
.custom-sector-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
    transition: transform 0.3s ease;
}

.custom-sector-card:hover {
    transform: translateY(-5px);
}

.custom-sector-card .card-top {
    padding: 35px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
}

.custom-sector-card .card-top img {
    width: 70px;
    height: auto;
    /* This makes icons white on the dark colors */
    filter: brightness(0) invert(1);
}

.custom-sector-card .card-bottom {
    padding: 30px 10px;
    background: #ffffff;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-sector-card .card-bottom p {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    /* color: #333; */
    font-size: 18px;
    line-height: 1.2;
}

/* --- THE FOUR COLOR SHADES --- */

/* ORANGE SHADES */
.bg-orange-main { 
    background-color: #d26a34 !important; /* Your Shared Hex */
}
.bg-orange-light { 
    background-color: #e49a71 !important; /* Light shade of your orange */
}

/* GREEN SHADES */
.bg-green-main { 
    background-color: rgb(46, 100, 24) !important; /* Your Shared RGB */
}
.bg-green-light { 
    background-color: rgb(102, 150, 82) !important; /* Light shade of your green */
}

/* Base Card Style */
.support-outline-card {
    background-color: transparent; /* No background */
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease;
    height: 100%;
}

.support-outline-card .card-content {
    padding: 20px;
    padding-top: 15px;
}

/* Hover Effect: Subtle background lift */
.support-outline-card:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

/* Typography */
.support-outline-card h4 {
    color: #333;
    letter-spacing: 0.5px;
}

.support-outline-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Icons */
.support-outline-card i {
    font-size: 1.5rem;
}

/* Specific Border & Icon Colors */
.border-vv-orange { border-color: var(--vv-primary-color) !important; }
.text-vv-orange   { color: var(--vv-primary-color) !important; }

.border-vv-green  { border-color: var(--vv-secondary-color) !important; }
.text-vv-green    { color: var(--vv-secondary-color) !important; }




/* Logo Card Styling */
.institution-logo-card {
    background: #ffffff;
    padding: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px; /* Ensures all pods are the same height */
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12); */
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    
}

.institution-logo-card img {
    max-height: 80px;
    width: auto;
    max-width: 100%;
    transition: all 0.4s ease;
}

.institution-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.what-matters .custom-sector-card .card-bottom {
  align-items: baseline;
  text-align: left;
  padding: 20px;
}
.what-matters .custom-sector-card .card-bottom p{
  font-size: 0.95rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
}
.bg-data-security{
  background-image: url("../images/data-security.jpg");
  background-position: center;
  background-size: cover;
}
.bg-ds-card{
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #D26A34;
  border-radius: 16px;
}


.bg-100-year-enterprise{
  background-image: url("../images/100-year-old-family-enterprise.jpg");
  background-position: center;
  background-size: cover;
}