/*!
Theme Name: ziip
Theme URI: https://hybreed.co/
Author: Hybreed.co
Author URI: https://hybreed.co/
*/

/* ========================================================================== */

@font-face {
    font-family: "LibreBaskerville-Regular";
    src: url("fonts/libre-baskerville/LibreBaskerville-Regular.woff2") format("woff2"),
        url("fonts/libre-baskerville/LibreBaskerville-Regular.woff") format("woff");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "LibreBaskerville-Italic";
    src: url("fonts/libre-baskerville/LibreBaskerville-Italic.woff2") format("woff2"),
        url("fonts/libre-baskerville/LibreBaskerville-Italic.woff") format("woff");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "LibreBaskerville-Bold";
    src: url("fonts/libre-baskerville/LibreBaskerville-Bold.woff2") format("woff2"),
        url("fonts/libre-baskerville/LibreBaskerville-Bold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Inter-Regular";
    src: url("fonts/inter/Inter-Regular.woff") format("woff"),
        url("fonts/inter/Inter-Regular.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "Inter-Medium";
    src: url("fonts/inter/Inter-Medium.woff") format("woff"),
        url("fonts/inter/Inter-Medium.woff2") format("woff2");
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("fonts/inter/Inter-SemiBold.woff") format("woff"),
        url("fonts/inter/Inter-SemiBold.woff2") format("woff2");
    font-display: swap;
    font-weight: 800;
}

@font-face {
    font-family: "Inter-Bold";
    src: url("fonts/inter/Inter-Bold.woff") format("woff"),
        url("fonts/inter/Inter-Bold.woff2") format("woff2");
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "Inter-ExtraBold";
    src: url("fonts/inter/Inter-ExtraBold.woff") format("woff"),
        url("fonts/inter/Inter-ExtraBold.woff2") format("woff2");
    font-display: swap;
    font-weight: 800;
}

:root {
    --theme-lapis-lazuli: #2967b1;
    --theme-cyan-blue-azure: #3c80cc;
    --theme-yale-blue: #1a4d8c;
    --theme-dark-blue: #051222;
    --theme-light-blue: #f8fcff;

    --theme-black: #1f1f1f;
    --theme-dark-charcoal: #333333;
    --theme-davys-gray: #555555;
    --theme-dark-gray: #cdcdcd;

    --theme-white: #ffffff;
    --theme-half-white: #fefefe;
    --theme-anti-flash-white: #f0f0f0;

    --theme-yellow-orange: #fbaf3f;
    --theme-maize: #ffc35a;
    --theme-marigold: #e7992f;
	
	--theme-floral-white: #fffbf5;
}

* {
    color: currentcolor;
    padding: 0;
    margin: 0;
 
    scrollbar-width: thin!important;
    scrollbar-color:  #818181 #D9D9D9;
}
html {
    scroll-behavior: initial!important;
    font-size: 16px;
    /* font-size: 1.1vw; */
    scrollbar-width: none!important;
    scrollbar-color: var(--theme-maize) var(--theme-cyan-blue-azure);
}

body {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 1rem;
    font-family: "Inter-Regular";
    background-color: var(--theme-white);
    color: var(--theme-black);
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
}

::selection {
    color: var(--theme-yellow-orange);
    background-color: var(--theme-cyan-blue-azure);
}

/* scroll bar start */



/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 0.375rem;
}

*::-webkit-scrollbar-track {
    background-color: var(--theme-cyan-blue-azure);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--theme-maize);
    border-radius: 1.0625rem;
    border: 0px;
}

/* scroll bar end */

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-black);
    font-family: "LibreBaskerville-Regular";
    letter-spacing: -0.06px;
    line-height: 120%;
}

h1,
.h1 {
    font-size: 3rem;
}

h2,
.h2 {
    font-size: 2.5rem;
}

h3,
.h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

p {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 1.125rem;
    line-height: 160%;
    font-family: "Inter-Regular";
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
    /* -webkit-hyphens: auto;
hyphens: auto; */
}
.normal-list li:not(:last-child) {
    margin-bottom: 1rem;
}

li,
p,
span,
b,
strong {
    color: currentcolor;
}

h1 :is(em, i),
h2 :is(em, i),
h3 :is(em, i),
h4 :is(em, i),
h5 :is(em, i),
h6 :is(em, i) {
    font-style: italic;
}

strong,
b {
    font-family: "Inter-Bold";
}

ul,
ol {
    padding-left: 1.2rem;
}

input,
textarea,
select,
button:focus {
    outline: 0;
}

.equal-padding-T {
    padding-top: 6.5rem;
}

.equal-padding-B {
    padding-bottom: 6.5rem;
}

/* Code start */

/* anim heading star */
h1 span,
h2 span {
    color: currentColor;
}

h1 :is(span[class*="theme-"], strong[class*="theme-"]) span,
h2 :is(span[class*="theme-"], strong[class*="theme-"]) span {
    color: currentColor;
}

h1 span,
h2 span {
    font-family: "LibreBaskerville-Regular";
}

.hero-head .char,
.section-head .char {
    transform: translateX(16px);
    transform-origin: 0% 100%;
    opacity: 0;
    transition: 0.5s ease-out calc(var(--char-index) / 4 * 0.1s);
}

.hero-head.show-head .char,
.section-head.show-head .char {
    transform: translateX(0%);
    opacity: 1;
}

/* .custom-btn .char {
    transform: translateY(0px);
    transform-origin: 0% 100%;
    transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1)
        calc(var(--char-index) / 4 * 0.1s);
    text-shadow: 0 1.2rem 0 currentColor;
}
.custom-btn .word {
    overflow: hidden;
    height: 1.2rem;
}
.custom-btn:hover .char {
    transform: translateY(-1.2rem);
} */

/* anim heading end*/


/* Animation classes start */

/* .btn {
    opacity: 0;
    transition: box-shadow .22s cubic-bezier(.25,.25,.5,1.9),transform .22s cubic-bezier(.25,.25,.5,1.9),opacity .7s cubic-bezier(.25,.25,.5,1.9)!important
}

.btn.show-btn {
    opacity: 1
} */

.anim-box-left,
.anim-box-right,
.anim-box-bottom {
    opacity: 0;
    transition: .7s cubic-bezier(.25, .46, .45, .94)
}

.anim-box-left {
    transform: translateX(-50px)
}

.anim-box-right {
    transform: translateX(50px)
}

.anim-box-bottom {
    transform: translateY(50px)
}

.anim-box-left.show-box,
.anim-box-right.show-box {
    opacity: 1;
    transform: translateX(0px)
}

.anim-box-bottom.show-box {
    opacity: 1;
    transform: translateY(0px)
}


/* Animation classes end */

.hero-head {}

.section-head {}

.sub-head {
    font-size: 1.125rem;
}

.min-head {
    /* text-transform: uppercase; */
    font-size: 0.875rem;
    font-family: "Inter-Medium";
    letter-spacing: 0.1575rem;
}

.min-head.mb-2 {
    margin-bottom: 1rem !important;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0 !important;
}

.custom-btn {
    font-size: 0.875rem;
    font-family: "Inter-Medium";
    letter-spacing: -0.02625rem;
    text-transform: uppercase;
    /* padding: 0.75rem 1.63rem; */
    padding: 0.75rem 0 ;
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 6;
    overflow: hidden !important;
    width: 9.1875rem;
    text-align: center;
    line-height: normal;
	/* border: 1px solid #0000; */
}

a.custom-btn:after {
    content:"";
    background: url("/wp-content/uploads/2024/05/arrow-right-icon-1.svg") center/auto no-repeat;
width: 0.41669rem;
height: 0.66669rem;
    display:inline-block; 
    position: relative;
    margin-left: 0;
    width: 0;
}

a.custom-btn:hover:after{
	width: 0.41669rem;
	margin-left:   0.45rem;
}

/* .custom-btn:after {
    content: "";
    width: 300%;
    height: 600%;
    position: absolute;
    left: 50%;
    top: 100%;
    translate: -50% 0;
    background-color: var(--theme-yellow-orange);
    z-index: -1;
    transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    border-radius: 50%;
} */

/* .custom-btn:hover {
    scale: 1.1;
    font-family: "Inter-Bold"; 
} */

/* .custom-btn:hover:after {
    top: -50%;
} */

.custom-btn.theme-bg-yellow-orange:after {
/*     background-color: var(--theme-lapis-lazuli); */
	filter: invert(1);
}

.custom-btn.theme-bg-yellow-orange:hover {
    /* border: 1px solid var(--theme-yellow-orange) !important; */
    /* color: var(--theme-white) !important; */
    background: none !important;
    background-color: #f8a223 !important;
}

.custom-btn.theme-bg-lapis-lazuli:hover {
    /* color: var(--theme-black); */
    background-color: #1A4D8C;
}

.custom-btn.theme-bg-lapis-lazuli {
    color: var(--theme-white);
}

.custom-btn.theme-bg-yellow-orange {
    color: var(--theme-black) !important;
}

.theme-text-white {
    color: var(--theme-white);
}
.theme-text-dark-gray {
    color: var(--theme-dark-gray);
}
.theme-text-davys-gray{
	color: var(--theme-davys-gray);
}

.theme-bg-white {
    background-color: var(--theme-white);
}

.theme-text-lapis-lazuli {
    color: var(--theme-lapis-lazuli);
}

.theme-bg-lapis-lazuli {
    background-color: var(--theme-lapis-lazuli);
}

.theme-text-yellow-orange {
    color: var(--theme-yellow-orange);
}

.theme-bg-yellow-orange {
    background-color: var(--theme-yellow-orange) !important;
}

.theme-bg-floral-white{
	background-color: var(--theme-floral-white);
}

.theme-bg-light-blue {
    background-color: var(--theme-light-blue);
}

.theme-bg-dark-blue {
    background-color: var(--theme-dark-blue);
}

/* wp img cover start  */
.wp-img-cover {
    overflow: hidden;
}

.wp-img-cover * {
    width: 100%;
    height: 100% !important;
}

.wp-img-cover img {
    object-fit: cover;
}

/* wp img cover end */

/* Header menu start */
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#primary-menu {
    display: flex;
    list-style: none;
    gap: 2.25rem;
}

#primary-menu a {
    color: var(--theme-white);
    cursor: pointer;
}

#primary-menu>li {
    /* position: relative; */
    padding: 2.3rem 0;
    transition: 200ms ease-in;
}

 /*#primary-menu li .sub-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 100%; 
    width: 100%;
    list-style: none;
      background-color: #fff; 
    box-shadow: 0 0.8rem 2rem 0 #0002;
    display:grid;
    grid-template-columns:auto auto;
    gap: 1.5rem;
    padding: 1.5rem 3.25rem;
    overflow: hidden;
}

#primary-menu .sub-menu a {
    display:block;
    height: 14.3125rem;
    width:100%;
    font-size: 1.5rem;
    letter-spacing: -0.045rem;
    font-family: "LibreBaskerville-Regular";   
	color: #fff;
	padding: 1.5rem;
	position: relative;
}

#primary-menu li .sub-menu a:after{
	content:'';
	background: url("/wp-content/uploads/2024/05/arrow-right-icon.svg") center/auto no-repeat;
	position: absolute;
	bottom:1.5rem;
	right:1.5rem;
	z-index: 1;
	width: 1.16669rem;
height: 1.16669rem;
}

#primary-menu .foundation-mega-menu .sub-menu  li:nth-child(1) a{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("/wp-content/uploads/2024/05/about-us-menu-image.png") center/cover no-repeat; 
}
#primary-menu .foundation-mega-menu .sub-menu   li:nth-child(2) a{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url("/wp-content/uploads/2024/05/contact-us-menu-image.png") center/cover no-repeat; 
} */
#primary-menu li .sub-menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 100%; 
    width: 100%;
    list-style: none;
      background-color: #fff; 
    box-shadow: 0 0.8rem 2rem 0 #0002;
}
/* 
}
#primary-menu .sub-menu a:hover {
    background-color: var(--theme-lapis-lazuli);
    color: var(--theme-white) !important;
} */

/* //#primary-menu   .sub-menu li:not(:last-child){
  //	margin-bottom:.2rem;
  //} */

/* #primary-menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
} */
#primary-menu li.menu-item-has-children a{position: relative;}
#primary-menu li.menu-item-has-children > a:after {
    content: "\f0dd";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: -1.4rem;
    top: 64%;
    translate: 0 -50%;
    color: var(--theme-white);
    rotate: 0deg;
    line-height: 0rem;
    height: .8rem;
    width: 0.8rem;
}
.header-active #primary-menu li.menu-item-has-children > a:after {
    color: var(--theme-black);
}

/* #primary-menu li.menu-item-has-children:hover > a:after {
    rotate: 180deg;
} */

#masthead {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 1111;
    padding:   0;
    transition: 0.3s cubic-bezier(0, 0, 0.2, 1);
    background-image: linear-gradient(180deg, #000000 0%, #0000 99%);
}

.site-branding a {
    display: inline-block;
}

.site-branding img {
    height: 2.25413rem;
	width: auto;
}

/* #masthead:after {
     content:'';
    width:0%;
    height:100%;
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    background-color:#fff;
    z-index:-1;
    transition:  .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) .4s, opacity .4s  linear ;
    border-radius:70px;
    opacity:0;
}
#masthead.header-active:after {
     width:100%; 
    border-radius:0px;
    opacity:1;
    transition:  .8s cubic-bezier(0, 0, 0.2, 1)  .1s, opacity .6s linear  ;
} */

#masthead.header-active {
    
    background-color: var(--theme-white);
    background-image: linear-gradient(180deg, #2967b100 0%, #0000 99%);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25); 
}
#masthead.header-active #primary-menu>li{
    padding: 1rem 0;
}
#masthead.header-active #primary-menu > li > a,
#masthead.header-active #primary-menu li.menu-item-has-children:after  {
    color: var(--theme-black);
}

div.foundation-megamenu{
	display:none;
}



.breadcrumbs *{
    color: currentColor!important;
    font-size: 1rem;
    font-family: "Inter-Regular";
}

/* Header menu end */

/* Home page start */

/* Home hero start */

.home-hero-section .swiper-pagination {
    margin-top: 2rem;
    position: relative;
}

.home-hero-section .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--theme-white);
}

.home-hero-slider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

/* Home hero end */

/* award section start */
.award-section {
    background: url("/wp-content/uploads/2023/12/yellow-float-box.svg") left 6rem / auto no-repeat;
}

/* award section end */

/* Contact Form start */
body .wpforms-container-full.theme-contact-form :is(input,select, textarea, input:focus:invalid, select:focus:invalid, textarea:focus:invalid ){
    border: 0;
    border-bottom: 1px solid rgba(225, 225, 225, 0.85);
    padding: 0.75rem 0.5rem;
    line-height: 130%;
    border-radius: 0;
    background-color: #0000;
    
}

body .wpforms-container-full.theme-contact-form textarea {
    padding: 1rem 0.5rem;
}
body .wpforms-container-full.theme-contact-form :is( input:focus, select:focus, textarea:focus ){
border: 0 !important;
box-shadow: none!important;
border-bottom:1px solid var(--theme-lapis-lazuli)!important;
}

body .wpforms-container-full.theme-contact-form button,
body .wpforms-container-full.theme-contact-form button[type=submit]:is(:focus, :hover) {
    margin-top: 3rem;
    display: block;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    background-color: var(--theme-lapis-lazuli);
    font-family: "Inter-Medium";
}

body .wpforms-container-full.theme-contact-form .wpforms-field-label {
    margin-bottom: 1rem;
}

body .wpforms-container-full.theme-contact-form  .wpforms-field-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 3rem;
}
body .wpforms-container-full.theme-contact-form.theme-light .wpforms-field-container {
	grid-template-columns: repeat(auto-fit,minmax(240px,  1fr));
}

body .wpforms-container-full.theme-contact-form.vertical-layout .wpforms-field-container {
    grid-template-columns: auto;
}

body .wpforms-container-full.theme-contact-form .wpforms-field-container>div {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

body .wpforms-container-full.theme-contact-form .wpforms-field-container .wpforms-field-textarea {
    grid-column: 2 span;
}



/* theme-light form start */


body .wpforms-container-full.theme-contact-form.theme-light :is(.wpforms-field-label,input,select, textarea, .wpforms-form label.wpforms-error, .wpforms-form em.wpforms-error ){
    color: var(--theme-white) !important;
}

body .wpforms-container-full.theme-contact-form.theme-light :is(input:focus, select:focus, textarea:focus) {
    border: 0;
    border-bottom: 1px solid var(--theme-white)!important;
    box-shadow: none;
}

body .wpforms-container-full.theme-contact-form.theme-light :is(input::placeholder, select::placeholder, textarea::placeholder){
    color:var(--theme-white);
}
body .wpforms-container-full.theme-contact-form.theme-light input::placeholder,
body .wpforms-container-full.theme-contact-form.theme-light textarea::placeholder{
    color:#fff;
}


/* theme-light form end */

/* Contact Form end */

/* overlaping elems start */
.overlap-elem-top-right,
.overlap-elem-bottom-left,
.overlap-elem-mid-left,
.overlap-elem-top-left {
    position: relative;
    overflow: visible !important;
}

.overlap-elem-top-right:after,
.overlap-elem-bottom-left:after,
.overlap-elem-mid-left:after,
.overlap-elem-top-left:after,
.subscribe-section .vc_row>.wpb_column:last-child:before,
.partner-with-us-section:before {
    content: "";
    position: absolute;
    z-index: 111;
    pointer-events: none;
}

.overlap-elem-top-right:after,
.overlap-elem-top-left:after {
    width: 5rem;
    height: 12rem;
    background: url("/wp-content/uploads/2023/12/yellow-and-blue-float-boxs-with-multiple-triangles-small.svg") center/contain no-repeat;
    top: -3.5rem;
    right: 0;
}

.overlap-elem-bottom-left:after {
    width: 4.84375rem;
    height: 9.67188rem;
    background: url("/wp-content/uploads/2023/12/yellow-and-blue-float-boxs-with-multiple-triangles-mini.svg") center/contain no-repeat;
    bottom: -2.45rem;
    left: 0;
}

.overlap-elem-mid-left:after {
    width: 18rem;
    height: 9rem;
    background: url("/wp-content/uploads/2023/12/yellow-and-blue-float-boxs-with-multiple-triangles.svg") center/contain no-repeat;
    bottom: 0;
    left: -1.5rem;
}

.overlap-elem-top-left:after {
    top: -3.5rem;
    left: 0;
    right: auto;
}

/* overlaping elems end */

/* overlapping setions start */
.overlap-section-pin,
.overlap-section,
.wpb-content-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
}

.overlap-section-pin {
    margin: 0 !important;
}

/* overlapping setions end */

/* Home page end */

/* About us page start */

.about-info-content p {
    font-size: 1.25rem;
	letter-spacing: -0.4px;
}

/* subscribe section start*/
.subscribe-section .vc_row>.wpb_column>.vc_column-inner {
    padding: 5rem 8.55rem;
}

.subscribe-section .overlap-elem-mid-left:after {
    background: url("/wp-content/uploads/2023/12/light-blue-box-elem-with-triangle.svg") center/contain no-repeat;
    width: 7rem;
    height: 7rem;
    left: -3.5rem;
}

.subscribe-section .overlap-elem-bottom-left:after,
.partner-with-us-section.overlap-elem-bottom-left:after  {
    background: url("/wp-content/uploads/2023/12/light-yellow-box-elem.svg") center/contain no-repeat;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 0rem;
    display: block!important;
}

.subscribe-section .vc_row>.wpb_column:last-child:before,
.partner-with-us-section:before {
    background: url("/wp-content/uploads/2023/12/light-blue-box-elem.svg") center/contain no-repeat;
    width: 3.5rem;
    height: 3.5rem;
    top: 0;
    right: 0;
    display: block!important;
}

.subscribe-section h2 {
    font-size: 2rem;
}

/* subscribe section end*/

/* team section start */
.team-section.overlap-elem-bottom-left:after {
    background: url("/wp-content/uploads/2023/12/yellow-and-blue-float-boxs-with-multiple-triangles-verticle.svg") center/contain no-repeat;
}

/* team section end */

/* About us page end */

/* Footer Start */
.site-footer ul {
    padding-left: 0;
    list-style: none;
}

.site-footer * {
    color: var(--theme-white);
}

.footer-contact-address {
    margin-bottom: 3.5rem;
}

.footer-contact-address ul,
.copyright-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .footer-contact-address ul {
    justify-content: center;
} */

.footer-ziip-logo {
    margin-bottom: 4.5rem;
}

#footer-menu {
    display: flex;
    justify-content: center;
    gap: 2.25rem;
    margin-bottom: 4rem;
}
#footer-menu li{
    transition: 300ms ease-out;
}

#footer-menu:hover  li{
    filter:blur(5px);
}
#footer-menu li:hover{
    filter:blur(0px);
    scale: 1.1;
}

.copyright-wrap {
    padding: 2.88rem 3.25rem 5rem 3.25rem;
    border-top: 1px solid #d4e1ef29;
}

.social-links ul {
    display: flex;
    gap: 1.12rem;
}

.social-links ul a {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: #fff1;
    align-items: center;
    justify-content: center;
}

#terms-and-condition-menu {
    display: flex;
}

#terms-and-condition-menu li {
    padding: 0 0.5rem;
}

#terms-and-condition-menu li:not(:last-child) {
    border-right: 1px solid #fff;
}

/* Footer End */

/* Residencies page start */

.image-free-carousel {
    display: flex;
    flex-wrap: wrap;
    width: max-content !important;
    max-width: max-content !important;
    gap: 0;
    animation: infinite-RTL 20s linear infinite;
}

.image-free-carousel:before,
.image-free-carousel:after {
    display: none;
}

.image-free-carousel .wpb_column {
    width: 100vw;
    height: 100vh;
}

@keyframes infinite-RTL {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.image-free-carousel .vc_column-inner>.wpb_wrapper,
.image-free-carousel .vc_column-inner {
    height: 100%;
    width: 100%;
    padding: 0 !important;
}

.image-free-carousel .wpb_single_image {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
}

.swiper-fade-free-carousel .swiper-wrapper .swiper-slide .vc_column-inner{
    padding: 0 !important;
}
.swiper-fade-free-carousel .swiper-wrapper .swiper-slide{
width:100vw;
height:100vh;
}
.swiper-fade-free-carousel .swiper-wrapper .swiper-slide *{
height:100%;
width:100%;
}



.contact-info-with-icon-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.contact-info-with-icon-list i {
    width: 2.34375rem;
    height: 2.34375rem;
    display: inline-grid;
    background-color: #eaf0f7;
    border-radius: 50%;
    place-content: center;
}

.contact-info-with-icon-list li {
    display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 1.5rem;
    align-items: center;
}

.contact-info-with-icon-list li * {
    color: #2967b1;
}

.contact-info-with-icon-list li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.contact-info-list-wrap .vc_column_container>.vc_column-inner {
    padding: 1.5rem;
    border-radius: 0.25rem;
    border: 0.5px solid #d4e1ef;
    background: #f9fcff;
}

.contact-info-list-wrap iframe {
    width: 100%;
    height: 16.375rem;
    border-radius: 0.25rem;
}

.residencies-hero-section .hero-content-overlap {
    position: absolute;
    height: 100vh;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: 11;
}

.residencies-hero-section:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(0deg, #000 5%, #0000 50%);
}

/* Residencies page end */

/* Board Members page start */

.team-cards-wrap {
    gap: 3rem 0;
}

.team-cards-wrap .wpb_single_image {
    height: 13rem;
    width: 13rem;
    margin-bottom: 0;
    margin-left: 1.12rem;
}
.team-cards-wrap .wpb_column:nth-child(odd) .wpb_single_image{
    background-color:var(--theme-lapis-lazuli);
}
.team-cards-wrap .wpb_column:nth-child(even) .wpb_single_image{
    background-color:var(--theme-yellow-orange);
}

.team-cards-wrap .wpb_single_image * {
    width: 100%;
    height: 100%;
}

.team-cards-wrap .wpb_single_image img {
    object-fit: contain;
    object-position: top;
}

.team-cards-wrap .wpb_text_column {
    padding: 1.5rem 1.12rem;
    margin-bottom: 0;
}

.team-cards-wrap .content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.linked-in-cta {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    background-color: #2967b1;
/*     border-radius: 50%; */
	padding-top: 2px;
}

.linked-in-cta i {
    color: #fff;
}

/* Board Members page end */


.residencies-section p {
    color:rgba(240, 240, 240, 0.85);
}


/* theme accordion start  */
body .theme-accordion.vc_tta.vc_general .vc_tta-panel-heading{
	background-color: #fff0;
}
body .theme-accordion.vc_tta.vc_general .vc_tta-panels {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body .theme-accordion.vc_tta.vc_general .vc_tta-panel{
	border-radius: 0.25rem;
border: 1px solid var(--eaf-0-f-7, #EAF0F7);
	background-color: #fff;
	overflow: hidden;
}

body .theme-accordion.vc_tta.vc_general .vc_tta-panel-title>a{
	padding: 1.5rem 2.625rem 1.5rem 1.5rem;
	transition: 400ms ease-in-out;
}
body .theme-accordion.vc_tta.vc_general .vc_tta-panel-title>a span{
	color:var(--theme-black);
	font-size: 1.25rem;
	line-height: 120%;
}
body .theme-accordion.vc_tta.vc_general .vc_tta-panel-body{
	padding: 0 1.5rem 1.5rem 1.5rem; 
}

 body .theme-accordion.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	padding: 1.5rem 2.625rem 0.5rem 1.5rem;
}
/* theme accordion end  */

/* Privacy Policy */

.static-wrap ul,
.static-wrap ol {
    margin-bottom: 1rem;
   padding-left: .5rem;
}

.static-wrap ul li,
.static-wrap ol li {
    margin-bottom: .5rem;
}

.static-wrap ul ul,
.static-wrap ul ol,
.static-wrap ol ul,
.static-wrap ol ol {
    margin-left: .8rem;
    margin-top: 1.125rem;
}

.static-wrap a {
    font-family: "Inter-SemiBold";
}

.static-wrap h3,
.static-wrap h5 {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
}

/* Privacy Policy */

/* Collaboration page start */
:is(.collab-post-featured, .collab-post-card-wrap) .collab-post-info{
	font-size: 1rem;
	letter-spacing: -0.03rem;
	line-height: 150%;
	color: var(--theme-lapis-lazuli);
}

.collab-post-featured .collab-post-content :is(p,ul,ol) + :is(h4, h5, h6){
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
}
:is(.collab-post-featured, .collab-post-card-wrap) .collab-post-content p{
	font-size: 1rem;
}
.collab-post-card-wrap .collab-post-info{
	margin-top: 0.75rem;
}
:is(.collab-post-featured, .collab-post-card-wrap) .collab-post-content{
	margin-bottom:0!important;
}
.collab-post-featured .collab-post-content{
	    height: 32vw;
	    max-height: 489px;
    overflow: auto;
}

.collab-post-featured .wpb_single_image{
    aspect-ratio: 1/1;
    margin-bottom:0!important;
}

:is(.collab-post-featured, .collab-post-card-wrap) .wpb_single_image *{
    width: 100%!important;
    height: 100% !important;
}
:is(.collab-post-featured, .collab-post-card-wrap)  .wpb_single_image img{
    object-fit:cover;
}
.collab-post-card-wrap:after,
.collab-post-card-wrap:before{display:none!important;}

.collab-post-card-wrap {
	display: grid;
	grid-gap: 4.5rem 2rem;
	grid-template-columns: repeat(auto-fit, minmax(21rem, 1fr)); 
}
.collab-post-card-wrap >div>div{
	padding-left:0!important; padding-right:0!important;
}
.collab-post-card-wrap .wpb_single_image {
	margin-bottom: 1.5rem;
	aspect-ratio: 1/1;
}

.collab-post-content { 
    position: relative; /* Relative positioning for animation */
  }
  
  .scroll-up-btn,
  .scroll-down-btn {
    cursor: pointer;  
    background: url("/wp-content/uploads/2024/05/arrow-right-icon-1.svg") center/auto no-repeat;
    width: 30px;
    height: 30px;
    border-radius: 50% ;
    background-color: var(--theme-lapis-lazuli);
    border:0;
  }
  .scroll-down-btn{
      rotate: 90deg;
  }
  .scroll-up-btn{
      rotate: -90deg;
      margin-left: 0.6rem;
  }
  
  .scroll-btn-wrap{
      display: flex;
      justify-content: end;
      gap: 0.5rem;
      padding-top: 1rem;
  }

/* .swiper-custom-nav-and-dots{
	position: absolute;
}
.swiper-custom-nav-and-dots :is(.swiper-custom-button-prev, .swiper-custom-button-next){
	width: 0.58831rem;
height: 0.58831rem;
	background: url("/wp-content/uploads/2024/09/arrow-right-slider-icon.svg");
} */
/* Collaboration page end */

/* Blog post start */
.blog-post-hero-section{
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) -94.56%, rgba(0, 0, 0, 0.60) 65.35%),  var(--post-hero-bg) center / cover;
}
.blog-post-content-wrap {
    padding-right: 90px;
}

.post-side-wrap {
    position: sticky;
    top: 80px;
}

.social-share-wrap .a2a_kit{
  display: flex;
  gap: 27px;
  justify-content: center;
}

.social-share-wrap .a2a_kit .a2a_svg {
   background-color: var(--theme-lapis-lazuli) !important;
   padding: 7.7px;
   height: 45px;
   width: 45px;
   border-radius: 50%;
}

.social-share-wrap .a2a_kit > a{
  padding: 0!important;
}

 .social-share-wrap h6{
   margin-bottom: 30px;
   text-align: center;
  font-size: 20px;
 }
.social-share-wrap .a2a_kit > div:last-child{
  display: none!important;
}

.social-share-wrap {
  padding: 24px;
  border-radius: 24px;
border: 1px solid #DBDBDB;
}

.ez-toc-toggle {
    display: none !important;
}

.ez-toc-list li a{
    font-size: 16px;
    color: var(--theme-black);
	padding-left:0 !important;
	  line-height: 22px;
}
.ez-toc-title {font-size:24px;}
.ez-toc-list li:not(:last-child){
    margin-bottom:10px;
}


#ez-toc-widget-container{
    margin-bottom:40px;
}

.blog-post-content-wrap :is(.wpb-content-wrapper, .blogs-content-section){
    all: revert !important;
}
.blog-post-content-wrap #ez-toc-container{
    display: none;
}
 .ez-toc-widget-container ul.ez-toc-list li.active{
    background-color: #0000!important;
}
 
 .blog-post-content-wrap .blogs-content-section .equal-padding-T{padding-top: 0px;} 
 .blog-post-content-wrap .blogs-content-section .equal-padding-B{padding-bottom: 0px;}

.blog-post-content-section
p:not(:last-child){
    margin-bottom: 24px;
}
.blog-post-content-section
:is(h1,h2) + *,
#ez-toc-container + *{
    margin-top: 24px;
}
.blog-post-content-section
:is(h3,h4, h5) + * {
    margin-top:  12px;
}
.blog-post-content-section
* + :is(h1,h2)  {
    margin-top: 40px;
}
.blog-post-content-section
:is(ol,ul) + * {
    margin-top: 24px;
}


.featured-post-cards-wrap .post-item{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 2rem;
    align-items: center;
}

.featured-post-cards-wrap .post-img {
    width: 100%; 
    aspect-ratio: 471/352;
}
:is(.featured-post-cards-wrap, .blog-post-cards-wrap ) .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-post-cards-wrap .post-category{
    margin-bottom: 1rem;
}
:is(.featured-post-cards-wrap, .blog-post-cards-wrap ) .post-category >*{
    color: var(--theme-lapis-lazuli);
}
:is(.featured-post-cards-wrap, .blog-post-cards-wrap ) .post-category i{
    font-size: 3.5rem;
    font-style: normal;
    line-height: 0;
}
.featured-post-cards-wrap  h3{
    margin-bottom: 1rem;
}
.featured-post-cards-wrap  h3 a,
.blog-post-cards-wrap h4 a{
    color: var(--theme-black);
}
 .featured-post-cards-wrap  p{
    margin-bottom: 0;
	 font-size: 1rem;
}

.blog-post-cards-wrap .post-img {
    width: 100%; 
    aspect-ratio: 369/230;
}
.blog-post-cards-wrap .post-content{
    padding: 1.5rem 1.12rem;
}
.blog-post-cards-wrap .post-category{
    margin-bottom: 0.63rem;
}
.blog-post-cards-wrap h4{
    margin-bottom: 1.5rem;
}

.blog-post-cards-wrap p{
    margin-bottom: 1.5rem;
	font-size: 1rem;
}
.blog-post-section{
    background: url("/wp-content/uploads/2024/12/bg-repeat-elems-1.svg") center/ 100% space ;
}

/* Blog post end*/

/* Photographer Page Code start */

.photographs-images-wrap .wp-img-cover{
    margin-bottom: 1.5rem;
	aspect-ratio: 469.44/313;
}
.photographs-images-wrap .wp-img-cover *{
	width: 100%!important;
	height: 100%!important;
}
.photographs-images-wrap .wp-img-cover img{
	object-fit: contain;
}
.photographs-images-wrap {
    gap:  3rem 0;
}
.icon-link-list  {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.icon-link-list a img {
    margin-right: 0.75rem;
}
.icon-link-list a{
    font-size: 0.875rem; 
font-weight: 400;
line-height: 157.143% ;
letter-spacing: -0.02625rem;
text-decoration-line: underline;
text-decoration-style: solid; 
text-underline-position: from-font;
color: var(--theme-davys-gray);
}
/* Photographer Page Code end */


.parent-pageid-986 .post-thumbnail{
    display:none!important;
}


/* /////////////////////////////////////////  Media Queries  ///////////////////////////////////////// */


 @media screen and (min-width:992px){

 #masthead{
	transition: 300ms ease-in-out;
}
 div.foundation-megamenu{
	 display:block;
 	opacity: 0;
 	pointer-events: none;
  position: absolute;
  left: 0;
  top:100%;
  width:100vw;
  height: auto;
  background-color: #fff;
  transition: 300ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
 }
 
 #primary-menu .menu-item-has-children:hover div.foundation-megamenu{
 	opacity: 1;
 	pointer-events: auto;
 	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
 }
 
  #primary-menu .mega-menu-wrap .menu-item {
    padding: 2rem 0;
    height: 100%;  
    opacity: 0;
    transition: 200ms ease-in-out 100ms;
}
 #primary-menu .menu-item-has-children:hover .menu-item {
 	transition: 400ms ease-in-out 400ms;
 	opacity: 1; 
 }
 .mega-menu-wrap .item-img{
 	height: 100%;
 }
 .mega-menu-wrap .item-img img{
 	width:100%;
 	height: 100%;
 	object-fit: cover;
 }
 

#primary-menu .mega-menu-wrap a{
    color: var(--theme-lapis-lazuli);
    display: inline-block;
    width: max-content;
    border-bottom: 2px solid var(--theme-lapis-lazuli);
    line-height: 100%;
}
.mega-menu-wrap .menu-item > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mega-menu-wrap :is(p, a){
	font-size: 0.875rem;
}
.mega-menu-wrap  a {
	font-weight: 600;
}
.mega-menu-wrap  h5{
	margin-bottom: .5rem;
}

.mega-menu-wrap  a:after{
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 1rem;
    color: var(--theme-lapis-lazuli);
    display: inline-block;
    padding-left: 7px;
}


#masthead.hover-active {
    
    background-color: var(--theme-white);
    background-image: linear-gradient(180deg, #2967b100 0%, #0000 99%);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25); 
}
#masthead.hover-active #primary-menu > li > a,
#masthead.hover-active #primary-menu li.menu-item-has-children:after,
#masthead.hover-active #primary-menu li.menu-item-has-children > a:after{
    color: var(--theme-black);
}

 	
 }



@media screen and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.8rem;
    }

    h3,
    .h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.3rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }

    br {
        display: none;
    }

    .equal-padding-T {
        padding-top: 4.5rem;
    }

    .equal-padding-B {
        padding-bottom: 4.5rem;
    }

    .vc_section {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .vc_section.vc_row-o-full-height {
        min-height: auto;
        height: 100svh;
    }

    main {
        transform: translateX(0);
        transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    main.active {
        transform: translateX(-100%);
    }

    /* .site-branding {
        position: relative;
        z-index: 5;
    } */
    .site-branding img {
        width: auto;
    }

    #masthead{
        padding: .5rem 0;
    }

    #site-navigation {
        position: fixed;
        left: 0;
        transform: translateX(100%);
        top: 0;
        height: 100svh;
        width: 100%;
        background: #2967b1 url(/wp-content/uploads/2023/12/ziip-logo-light.svg) center 20% / contain no-repeat;
        background-blend-mode: soft-light;
        padding: 5rem 3rem;
        display: flex;
        align-items: end;
        justify-content: end;
        pointer-events: none;
        transition: 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    #site-navigation.toggled {
        transform: translateX(0);
        pointer-events: auto;
    }

    #primary-menu {
        padding-left: 0;
        gap: 1.25rem;
        margin-right: 1rem;

        display: flex;
        flex-direction: column;
    }

    #primary-menu a,
    #masthead.header-active #primary-menu a {
        font-size: 1.6rem;
        color: var(--theme-white);
    }

    #primary-menu>li {
        padding: 0;
    }

    #primary-menu li .sub-menu {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    background-color: #0000;
    box-shadow: none;
    width: 100%;
    display: none;
    grid-template-columns: auto;
    gap: .5rem;
    margin-top: .5rem;
    }

    /* #primary-menu li:hover .sub-menu {
        display: block;
    } */

    #primary-menu .sub-menu a {
        font-size: 1.3rem;
        height: 6rem;
        padding: 0;
    }
    #primary-menu li.menu-item-has-children > a:after{
        right: -2rem;
    }

    .mobile-menu-btn {
        font-size: 2rem;
        width: 2rem;
        height: 2rem;
        border: 0;
        display: inline-grid;
        position: fixed;
        bottom: 1rem;
        right: 1rem;
        z-index: 11;
        padding: 1.5rem;
        background-color: var(--theme-yellow-orange);
        border-radius: 50%;
		border: 2px solid #0002;
    }

    .mobile-menu-btn i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #000000;
    }

    .mobile-menu-btn .close {
        opacity: 0;
    }

    .mobile-menu-btn.active .close {
        opacity: 1;
    }

    .mobile-menu-btn.active .open {
        opacity: 0;
    }

    .widget.header-top-right-menu .custom-btn {
        padding: 0.5rem 0.8rem;
        width: auto;
    }

    .widget.header-top-right-menu .custom-btn {
        position: relative;
        z-index: -1;
    }

    .custom-btn,
    body .wpforms-container-full.theme-contact-form button {
        width: 100%;
        text-align: center;
    }

    .home-hero-slider .swiper-wrapper {
        margin: 0;
    }

    body .wpforms-container-full.theme-contact-form .wpforms-field-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    body .wpforms-container-full.theme-contact-form button {
        margin-left: 0;
        margin-top: 2rem;
    }

    .footer-contact-address ul,
    #terms-and-condition-menu {
        flex-direction: column;
    }

    .footer-contact-address ul,
    .copyright-wrap,
    #terms-and-condition-menu {
        gap: 1rem;
    }

    #footer-menu {
        flex-direction: column;
        gap: 1rem;
    }

    .copyright-wrap {
        flex-direction: column-reverse;
    }

    #terms-and-condition-menu li {
        border: 0px !important;
    }

    .site-footer {
        text-align: center;
    }

    .subscribe-section .vc_row>.wpb_column>.vc_column-inner {
        padding: 5rem 2rem;
    }

    .overlap-elem-top-right,
    .overlap-elem-bottom-left,
    .overlap-elem-mid-left,
    .overlap-elem-top-left {
        overflow: hidden!important;
    }
	
	
	body .theme-accordion.vc_tta.vc_general .vc_tta-panel-title > a{
    padding: 1rem 2.625rem 1rem 1rem;
}
body .theme-accordion.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    padding: 1rem 2.625rem 0.5rem 1rem;
}
body .theme-accordion.vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 1rem 1rem 1rem;
}
.collab-post-featured .collab-post-content{
	    height: auto;
	    max-height: none;
    overflow: auto;
}
.collab-post-featured  >div>div{
	padding-left:0!important; padding-right:0!important;
}
  #ez-toc-widget-container {
        display: none;
    }
	 .blog-post-content-wrap {
    padding-right: 0px;
    }
	 .post-side-wrap {
        margin-bottom: 32px;
        position: static;
    }
	
	    .featured-post-cards-wrap .post-item{ 
    grid-template-columns: auto;
    gap: 0; 
}
:is(.featured-post-cards-wrap, .blog-post-cards-wrap ) .post-content{
    padding: 1rem;
}
.blog-post-cards-wrap p {
    margin-bottom: 1rem;
}
	
 .icon-link-list {
        flex-direction: column;
        gap: 1.5rem
    }
	
}