/*
Theme Name: Twenty Twenty-Three-child
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.2
Template: twentytwentythree
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

body, h1, h2, h3, h4, h5, h6, p, a, span, button, div {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/*home-page template css start*/
#home-page-main-container{
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

#home-page-main-video-container{
    height: 100vh;
    padding: unset !important;
    overflow: hidden;
}

/*
#home-page-main-video-container iframe {
    width: 100vw;
    height: calc(100vw/1.78) !important;
}
*/

@media screen and (max-width: 480px) {
    #home-page-main-container{
        height: 40vh !important;
    }

    #home-page-main-video-container{
        height: 40vh !important;
    }

    .full-height:has( #home-page-main-video-container) {
        height: 40vh !important;
    }
}

@media screen and (min-width: 480px) {

    #home-page-main-container{
        margin-top: -100px;
    }

	.button-section{
		display: inline-grid;
		position: absolute;
		right: -1vh;
		top: 50%;
        z-index: 999999999999999999999;
	}
	.button-section button{
		background-color: white;
		color: #002877;
		font-size: 28px;
		font-weight: 400;
		padding-top: 10px;
		padding-bottom: 10px;
		border: 0px;
		border-bottom-left-radius: 50px;
		border-top-left-radius: 50px;
		padding-right: 100px;
		width: 100%;
	}

	.ps-pr-15 {
		padding-left: 15%;
	}
	
	.pe-pr-10 {
		padding-right: 10%;
	}

}

@media screen and (max-width: 480px) {
	
	.button-section {
		display: flex !important;
        position: absolute;
        top: 5%;
        right: 5%;
        left: 5%;
        z-index: 999999;
	}

	.button-section button img {
		display: none !important;
	}

	.button-section button {
		border-radius: 50px !important;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #dbdbdb;
		border: unset !important;
	}

	.button-section .button-container {
		margin-left: auto;
		margin-right: auto;
	}

    .our-partner .partner img {
        width: 100% !important;
    }

    .site-footer .mobile-text-center {
        text-align: center !important;
    }

    .newslatter-button {
        padding: 3px 10px !important;
    }
}
.button-container button > img{
    padding-right: 20px;
    padding-left: 20px;
}
.button-content-container{
    background-color: #DEE9FF;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 15px;
    width: 70%;
}
.button-content{
    font-size: 8px;
    color:#002877;
}


.button-section button.active img {
    animation: spin 4s linear infinite;
}

.button-section button.active {
    border: 2px solid #e5002b;
}

.image-box-content-main-div{
    bottom: 0px;
    padding: 24px;
    color: white;
    width: 90%;
}

.image-box-content-main{
    width: 100%;
    background-image: linear-gradient(to top,black,transparent);
    bottom: 0;
}



/*home-page template css end*/



/* button css start */

.footer-button {
    float: left;
    min-width: 150px;
    display: block;
    border: 2px solid #002877;
    border-left: 8px solid #002877;
    background: #002877;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button {
    min-width: 150px;
    display: block;
    padding: 1em 2em;
    /* border: 2px solid #002877;
    border-left: 8px solid #002877; */
    border: 2px solid #e5002b;
    border-left: 8px solid #e5002b;
    background: none;
    /* color: #002877; */
    color: #e5002b;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button:focus {
    outline: none;
}
.button > span {
    vertical-align: middle;
}
.button--rayen {
    overflow: hidden;
    padding: 0;
}
.button--rayen.button--inverted {
    color: #fff;
}
.button--rayen::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #002877; */
    background: #e5002b;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.active-office-option .button--rayen::before {
    background: #e5002b !important;
}

.active-office-option .button:hover {
    border: 2px solid #e5002b;
}
.button--rayen.button--inverted::before {
    background: #002877;
    color: #002877;
}
.button--rayen > span {
    display: block;
}
.button--rayen::before,
.button--rayen > span {
/*  padding: 1em 2em;*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--rayen:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* background-color: #002877; */
    background-color: #e5002b;
    color:white;
}
.button--rayen:hover > span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.home-page-button::before,
.home-page-button > span {
    padding: 0.5em 2em !important;
    font-size: 24px !important;
}

/* button css end */

.home-retail-hotel-section:hover .homepage-image{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.jus-heading{
    color: #002877;
    font-weight: 600;
    font-size: 40px;
}

.jus-bg-heading{
    background-color: #002877;
    color:white;
}

.jus-bg-heading:hover{
    color: #002877;
    background-color: #f3f7fe;
}

.gray-text {
    color: #89898b;
}

.tag-lines{
    font-size: 16px;
}


/*footer css*/

footer{
    /* border-top:1px solid #b3bfd2; */
    margin-top: 100px;
}
.footer-logo{
    position: relative;
}

.footer-icon::before {
    content: '' !important;
    background-color: #b3bfd2 !important;
    width: 100% !important;
    display: block !important;
    height: 2px !important;
}

.footer-icon img {
    margin-top: -50px !important;
    background-color: white !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 20px !important;
}
.footer-title{
    font-size: 14px;
    font-weight: 500;
}
/* .footer-icon{
    margin-top: -52px;
} */
.download-button-img{
    width: 100px;
}
.newslatter-input{
    border: 1px solid #b3bfd2;
    padding: 1.3%;
}
.newslatter-input::placeholder{
    font-size: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
button.newslatter-button.regular-font{
    background-color: black;
    color:white;
    font-size: 10px !important;
    padding-left: 4px;
    padding-right: 4px;
    height: 100% !important;
}
.blank-area{
    height: 30vh;
}
/*footer css end*/

/*header css start*/
.header-menu img{
    height: 70px;
    margin: 16px;
}
.header-menu{
    background-color: white;
    z-index: 999999999;
}
.header-menu-title{
    text-decoration: none;
    font-weight: 600;
    color:black;
    font-size: 16px;
}
.header-menu-title:hover{
    color: #002877;
    font-weight: 600;
    font-size: 14px;
}
.primary-menu ul > li::before {
    content: "\2605";
    font-size: 18px;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
}

li:hover::before{
    color: #e5002b !important;
}

li:has(a.jp-active)::before {
    color: #e5002b !important;
    padding-right: 8px;
}


/*retail page*/

.retail-page-button::before,
.retail-page-button > span {
    padding: 0.1em 2em !important;
    font-size: 24px !important;
}

@media screen and (max-width: 480px) {
    .retail-page-button::before,
    .retail-page-button > span {
        padding: 5px 8px !important;
        font-size: 24px !important;
        min-width: 180px !important;
    }

    .download-broucher-section {
        margin-top: 6rem !important;
    }
}
.button-full-width-div{
    display: flex;
    justify-content: space-evenly;
}
#retail-page-main-container{
    position: relative;
    background-image: url('/wp-content/themes/twentytwentythree-child/assets/images/all-phase.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}
.retail-page-slider-section{
    height: 84vh;
}
.download-broucher-section{
    height: 100vh;
    position: relative;
}

.brochure-section-image {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -50px;
    height: 86vh;
    top: 5%;
    right: 83%;
    height: 100vh;
    position: absolute;
}


/*contact form page css*/
.contact-form-radio-wrap .wpcf7-radio{
    display: grid;
}
.contact-form-radio-wrap .wpcf7-list-item{
    margin-left: 0px !important;
}
.custom-spacer{
    height: 5vh;
}
/* .wpcf7-form .inputs label{
    width: 100%;
}
.wpcf7-form .inputs input{
    width: 100%;
    height: 8vh;
    font-size: 24px;
}
.wpcf7-form .textarea-wrapper label{
    width: 100%;
}
.wpcf7-form .textarea-wrapper textarea{
    width: 100%;
    height: 150px;
} */

/* retail page - five div section start */


div,
ul,
li,
nav
 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}


nav{
    display: block
}

nav ul {
    list-style: none
}

#navi {
    width: 100vw;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    transition: opacity .5s, visibility .5s
}

#navi.active {
    opacity: 1;
    visibility: visible;
}

#navi li {
    min-width: 40rem;
    margin-bottom: 5rem;
    opacity: 1;
    transition: transform 1s, opacity .8s
}

#navi li.current-menu {
    animation-timing-function: ease-out;
    animation-duration: 1.2s;
    animation-fill-mode: both
}

#navi li.center.current-menu {
    transform: translate3d(0, 85vw, 0)
}

#navi li.top-left.current-menu {
    transform: translate3d(0, -65vw, 0)
}

#navi li.top-right.current-menu {
    transform: translate3d(0, -70vh, 0)
}

#navi li.bottom-left.current-menu {
    transform: translate3d(-60vw, 0, 0)
}

#navi li.bottom-right.current-menu {
    transform: translate3d(60vw, 0, 0)
}

#navi li.top-left {
    float: left;
    transform: translateY(-50vh)
}

#navi li.bottom-left {
    float: left;
    clear: left;
    transform: translateX(-50vw);
    margin-bottom: 0
}

#navi li.top-right {
    float: right;
    margin-bottom: 2.8rem;
    transform: translateY(-70vh)
}

#navi li.bottom-right {
    float: right;
    clear: right;
    transform: translateX(50vw);
    margin-bottom: 0
}

#navi li.center {
    position: absolute;
    top: 23rem;
    left: 40.5rem;
    transform: translateY(85vw);
    opacity: 1
}

#navi li.center .alternative-of-a {
    padding-bottom: 9rem;
    padding-top: 11rem;
    transform: rotateZ(-90deg);
    font-smoothing: antialiased
}

#navi li.top-right .alternative-of-a {
    padding-top: 24rem
}

#navi li.bottom-left .alternative-of-a {
    padding-top: 24rem;
    background-size: cover
}

#navi li.top-right a {
    background-size: cover
}

#navi.active li {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

#navi.active li.center {
    transform: scale(1)
}

#navi li .alternative-of-a {
    background: #fff;
    display: block;
    padding: 9rem 5rem 10rem;
    text-decoration: none;
    position: relative
}

#navi li .alternative-of-a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 15px solid transparent;
    z-index: 9;
    content: ""
}

#navi li .alternative-of-a .nav-line {
    position: absolute;
    background: #e5002b;
}

#navi li .alternative-of-a .nav-line-1 {
    height: 15px;
    width: 0;
    right: 0;
    top: 0;
    transition: width .175s linear;
    transition-delay: .175s
}

#navi li .alternative-of-a .nav-line-2 {
    height: 0;
    width: 15px;
    right: 0;
    bottom: 0;
    transition: height .175s linear;
    transition-delay: .35s
}

#navi li .alternative-of-a .nav-line-3 {
    height: 15px;
    width: 0;
    right: 0;
    bottom: 0;
    transition: width .175s linear;
    transition-delay: .35s
}

#navi li .alternative-of-a .nav-line-4 {
    height: 0;
    width: 15px;
    left: 0;
    bottom: 0;
    transition: height .175s linear;
    transition-delay: .175s
}

#navi li .alternative-of-a:hover .nav-line-1 {
    transition-delay: .35s;
    width: 100%
}

#navi li .alternative-of-a:hover .nav-line-3 {
    transition-delay: .175s;
    width: 100%
}

#navi li .alternative-of-a:hover .nav-line-2 {
    transition-delay: .175s;
    height: 100%
}

#navi li .alternative-of-a:hover .nav-line-4 {
    transition-delay: .35s;
    height: 100%
}

.nav_desc span {
    transition: left .5s;
    transform: translateX(0)
}

#navi li .alternative-of-a:hover .nav_desc span {
    left: 5px
}

#navi li.current-menu-item .alternative-of-a {
    cursor: default
}

#navi li.current-menu-item .alternative-of-a .nav_desc span {
    left: 5px
}

#navi li.current-menu-item .alternative-of-a:after {
    border-color: #00e06d !important
}

.over-menu {
    background: url(//isadoradigitalagency.com/wp-content/themes/ida-2023/assets/css/../images/intro-menu-3.png) no-repeat 50% 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 2161px;
    transition: transform 4.5s ease 2s
}

.inner-navi {
    max-width: 120rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%)
}

.inner-navi:after {
    display: block;
    clear: both;
    content: ""
}

.nav_desc {
    font-family: "Avenir", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 22px;
    height: 22px;
    color: #2d0c4e;
    display: block;
    margin-bottom: 2.7rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px
}

.nav_desc:before {
    position: absolute;
    content: attr(data-heading);
    font-family: "Avenir", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    left: 45px;
    top: 0;
    line-height: 22px;
    white-space: nowrap;
    color: #2d0c4e;
    transform: translate3d(0, 0, 0)
}

#navi li .alternative-of-a span.item-nav {
    font-family: "CaslonGraphiqueEF", Arial, sans-serif;
    font-weight: 400;
    font-size: 4rem;
    color: white;
    display: block
}

#navi li.top-right .alternative-of-a .nav_desc:before,
#navi li.top-right .alternative-of-a span.item-nav {
    color: #fff
}

#navi li.bottom-left .alternative-of-a .nav_desc:before,
#navi li.bottom-left .alternative-of-a span.item-nav {
    color: #fff
}

@media screen and (max-width:1400px) {
    #navi li .alternative-of-a {
        padding: 7rem 5rem 8rem
    }
}

@media screen and (max-width:1023px) {
    #navi {
        overflow-y: auto
    }
    #navi {
        width: 100%;
        text-align: center
    }
    #navi li.top-left,
    #navi li.top-right,
    #navi li.bottom-left,
    #navi li.bottom-right,
    #navi li.center {
        transform: translate(-80px, 0);
        opacity: 0;
        transition: transform .5s, opacity .5s
    }
    #navi li.top-left {
        transition-delay: .2s
    }
    #navi li.top-right {
        transition-delay: .3s
    }
    #navi li.bottom-left {
        transition-delay: .4s
    }
    #navi li.bottom-right {
        transition-delay: .5s
    }
    #navi li.center {
        transition-delay: .6s
    }
    #navi li .alternative-of-a:after {
        display: none
    }
    #navi li.current-menu-item .alternative-of-a span.item-nav {
        color: #00e06d
    }
    #navi.active li {
        transform: translate(0, 0) !important;
        opacity: 1 !important
    }
    #navi li {
        display: block;
        float: none !important;
        margin-bottom: 50px !important
    }
    #navi li.center {
        position: static
    }
    #navi li.center .alternative-of-a {
        transform: rotateZ(0deg)
    }
    #navi li .alternative-of-a {
        padding: 0 !important;
        background: 0 0 !important
    }
    #navi li .alternative-of-a span.item-nav {
        color: #fff
    }
    .inner-navi {
        top: 0;
        padding: 130px 4% 0;
        transform: translateY(0) scale(1)
    }
    #navi li .alternative-of-a span.item-nav {
        line-height: normal
    }
    .nav-line,
    .nav_desc {
        display: none
    }
}


@media screen and (max-width:480px) {
    #navi li .alternative-of-a span.item-nav {
        font-size: 5rem
    }
}

@media screen and (max-width:374px) {
    #navi li {
        margin-bottom: 35px !important
    }
}

@media screen and (max-width:359px) {
    #navi li {
        margin-bottom: 28px !important
    }
}

/* retail page - five div section end */



/* Tabs Css */
.tabs-widget-main {
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 100%;
   padding-bottom: 30px;
}
 .all-tabs {
    width: 100%;
}
 .all-tabs .tab {
   background-color: white;
   padding: 0.25rem 2rem;
   cursor: pointer;
   color:black !important;
   width: 150px !important;
}
 .all-tabs .tab.active {
   background-color: #273b84;
   color:white !important;
}
 .tabs-content-container-main {
   overflow: hidden;
   width: 100%;
}
 .tabs-content-container-main .tabs-content-parent {
   transition: 0.5s all;
   display: flex;
   margin-top: 2rem;
}
 .tabs-content-container-main .tabs-content-parent .tab-content {
   min-width: 100%;
}
.largest-font-specification{
    color: #3c8770 !important;
    font-weight: 300 !important;
    font-size: 100px;
    margin-bottom: 100px;
}

/* tabs css end */

/* location-page css start */
.normal-font-size{
    font-size: 24px;
}
.big-blue-font{
    font-size: 32px;
    color:#002877;
}

/* location-page css end */

.home-section3-logo-animation {
    width: 20%;
}

.home-section3-logo {
    bottom: -20px;
}

.button-event {
    border: 2px solid #002877;
    border-radius: unset !important;
    color: #002877;
}

.our-event .slick-prev:before {
    color: #002877 !important;
    content: '\276C' !important;
    font-size: 50px !important;
}

.our-event .slick-next:before {
    color: #002877 !important;
    content: '\276D' !important;
    font-size: 50px !important;
}

.home-retail-hotel-title {
    font-size: 50px !important;
}

.home-retail-hotel-content {
    font-size: 25px !important;
}

.home-retail-hotel-section:hover .home-retail-hotel-title, .home-retail-hotel-section:hover .home-retail-hotel-content {
    letter-spacing: 2px;
}

.home-retail-hotel-section .home-retail-hotel-divider {
    width: 60%;
    border-top: 3px solid !important;
}

.home-retail-hotel-section:hover .home-retail-hotel-divider {
    width: 100%;
}

.home-retail-hotel-button {
    border: 2px solid white !important;
    background-color: unset;
    color: white;
    opacity: 0.5;
}

.home-retail-hotel-section:hover .home-retail-hotel-button {
    background-color: white !important;
    color: black !important;
    opacity: 1;
}

.home-retail-hotel-footer-image {
    margin-bottom: 2px;
    margin-right: 2px;
    width: 16%;
}

.home-retail-hotel-footer-image img {
    display: none;
    margin-left: auto;
}

.home-retail-hotel-section:hover .home-retail-hotel-footer-image img {
    display: block !important;
}


.office-page-section{
    height: 70vh;
}

.button-section button:hover img{
    animation:spin 4s linear infinite;
}



@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.phase-one-select-box{
    width: 40vh;
    height: 6vh;
}

.office-specs-large-title{
    font-size: 38px;
}

.custom-title-wrap{
    display: flex;
}

.main-navigation{
    padding-bottom:92px;
    height:92px;
}

.full-height {
	height: 100vh;
}

.footer-list-style li {
    list-style: none;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.footer-list-style li a {
    color: black;
    font-size: 16px;
}


.footer-list-style {
    width: 100%;
    text-align: center;
    margin: 0px 5px;
}


@media screen and (max-width: 480px) {
	.navbar-brand {
		width: 33.33% !important;
	}

	.navbar-toggler.collapsed .mobile-menu-icon:before {
		content: '\2630';
	}

	.navbar-toggler:not(.collapsed) .mobile-menu-icon:before {
		content: '\2715';
	}

    .footer-list-style li:first-child {
        margin-left: auto;
    }
    
    .footer-list-style li:last-child {
        margin-right: auto;
    }

}

.page-id-266 h2 {
	font-size: 25px;
}

.page-id-266 ul li {
	 font-size: 16px !important;
}

table tr td, table tr th {
	font-size: 16px !important;
}

select.phase-one-select-box {
	font-size: 16px !important;
}



/* idrish css */
.active-office-option{
    border:2px solid #e5002b;
    border-left: 8px solid #e5002b;
    color: #e5002b;
}
.active-office-option:hover::before {
    background-color: #002877;
    color: white;
}
.retail-page-slider-section .active-office-option::before {
    background: #e5002b !important;
}

.retail-page-slider-section .active-office-option:hover {
    border: 2px solid #e5002b;
}
.link-updated{
    cursor: pointer;
}


.disabled-tab-button{
    background-color: gray !important;
    color:white !important;
}

#map-for-retail {
    height: 70vh;
}
#map-for-office {
    height: 70vh;
}
.image-box-image-main-div{
    cursor: pointer;
}

.hand-pointer {
    cursor: pointer !important;
}

.contactusbar h3.elementor-heading-title.elementor-size-default:after {
    content: '\27F6';
    font-size: 80px;
    padding-left: 2%;
}

@media screen and (max-width: 480px) {
    .contactusbar h3.elementor-heading-title.elementor-size-default:after {
        font-size: 50px !important;
    }

    .office-specs-large-title {

    }

    .custom-title-wrap {
        flex-direction: column;
    }
}

.inputs .form-control, .inputs .form-select, .inputs .btn, .inputs h5 {
    height: 4rem !important;
    font-size: 14px;
    text-transform: none !important;
}

body{
    overflow-x: hidden !important;
}
.wpcf7-form-control{
    height: 60px;
}

#location-page-banner-image img{
    height: calc(100vh - 105px);
    object-fit: cover;
}
#contact-form-page-banner-image img{
    height: calc(100vh - 105px);
    object-fit: cover;
}
#office-page-banner-image img{
    height: calc(100vh - 105px);
    object-fit: cover;
}
#retail-page-banner-image img{
    height: calc(100vh - 105px);
    object-fit: cover;
}
#office-one-page-banner-image img{
    height: calc(100vh - 105px);
    object-fit: cover;
}
#office-two-page-banner-image img{
    height: calc(100vh - 105px);
    object-fit: cover;
}
.hover-zoom-animation img:hover{
    transition: transform 15.5s ease-in-out;
    overflow-x: hidden;
    overflow-y: hidden;
    transform: translate(-0%, -0%) scale(1.2);
}

.hover-zoom-animation .elementor-widget-container{
    overflow: hidden;
}

.map-pin::before {
    content: "\2605";
    font-size: 18px;
    color: red;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 10px;
}

 /* transition: transform 12.5s ease-in-out;
    overflow-x: hidden;
    overflow-y: hidden;
    transform: translate(-0%, -0%) scale(1.2); 
    height: calc(100vh - 130px);
}*/

.our-partners .slick-slide {
    padding: 0px 30px !important;
    text-align: center;
}

.our-partners .slick-slide img {
    margin: auto;
}

.regular-font {
    font-size: 16px !important;
}

.small-heading-font {
    font-size: 20px !important;
}

/* how to buy styles start */

*,
:before,
:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.article-how-to-buy-body {
    --i: var(--wide, 1);
    --j: calc(1 - var(--i));
    --k: var(--narr, 0);
    /* overflow-x: hidden; */
    min-width: 100%;
    background: #fff;
}

@media (max-width: 36.5em) {
    .article-how-to-buy-body {
        --wide: 0;
    }
}

@media (max-width: 250px) {
    .article-how-to-buy-body {
        --narr: 1;
    }
}

.article-how-to-buy {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    min-height: 80vh;
    transform-style: preserve-3d;
    padding-left: 5%;
    width: 100%;
}
.how-to-buy-wrape{
    width: 60vw;
}
.how-to-buy-title{
    text-align: center;
}

.article-how-to-buy article {
    --p: var(--parity, 1);
    --q: calc(1 - var(--p));
    --s: calc(1 - 2*var(--p));
    display: var(--narr, grid);
    /* grid-template-columns: calc(var(--i)*calc(var(--q)*7em + var(--p)*21em) + var(--j)*calc(var(--q)*2em + var(--p)*calc(100% - 0.5em - 2em))) calc(var(--i)*calc(var(--p)*7em + var(--q)*21em) + var(--j)*calc(var(--p)*2em + var(--q)*calc(100% - 0.5em - 2em))); */
    grid-template-columns: max-content;
    grid-gap: calc(var(--j)*0.5em) calc(var(--i)*1.25em + var(--j)*0.5em);
    grid-auto-flow: var(--wide, dense column);
    place-content: var(--parity, center end);
    position: relative;
    max-width: 100%;
    border-radius: var(--wide, calc(var(--q)*4.25em) calc(var(--p)*4.25em) calc(var(--p)*4.25em) calc(var(--q)*4.25em));
    transform-style: preserve-3d;
    transform-origin: calc(var(--q)*100%) 100%;
    transform: rotatex(1deg);
    background: linear-gradient(calc(var(--s)*90deg), #fff, #fff);
    font: 600 1em/1.25 work sans, sans-serif;
    counter-increment: idx;
    padding: 40px;
}

.article-how-to-buy article:before {
    display: grid;
    place-content: center;
    grid-row: 1/span calc(1 + var(--i));
    grid-column: calc(1 + var(--p))/span 1;
    margin: 0 auto;
    border: solid 0.125em var(--c0);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--c1), var(--c2));
    font-size: calc((var(--i)*3.5 + var(--j)*1)*1em);
    font-weight: 300;
    color: #fff;
    content: counter(idx, decimal-leading-zero);
}

.article-how-to-buy article:after {
    position: absolute;
    width: 100%;
    height: 20.5em;
    max-height: 100%;
    border-radius: inherit;
    transform-origin: inherit;
    transform: translate3d(calc(var(--s)*-20%), 0, -1px) rotate(calc(var(--s)*-1.5deg)) scale(0.8, 0.9);
    background: rgba(0, 0, 0, 0.35);
    filter: blur(9px);
    content: var(--wide, "");
}

.article-how-to-buy article:nth-child(odd) {
    --parity: 0;
}

.article-how-to-buy h3 {
    align-self: center;
    justify-self: var(--parity, self-end);
    padding: calc(var(--k)*0.25em) 0;
    font-size: 1.5em;
    text-transform: capitalize;
}

.article-how-to-buy p {
    grid-column-end: span calc(1 + var(--j));
/*    text-align: var(--wide, var(--parity, right));*/
    font-size: 16px;
}

.article-one {
    --idx: 0;
    --c0: #273b84;
    --c1: #677cc9;
    --c2: #273b84;
}

.article-two {
    --idx: 1;
    --c0: #273b84;
    --c1: #273b84;
    --c2: #677cc9;
}

.article-three {
    --idx: 2;
    --c0: #273b84;
    --c1: #677cc9;
    --c2: #273b84;
}

.article-four {
    --idx: 3;
    --c0: #273b84;
    --c1: #273b84;
    --c2: #677cc9;
}

.article-five {
    --idx: 4;
    --c0: #273b84;
    --c1: #677cc9;
    --c2: #273b84;
}
.article-six {
    --idx: 5;
    --c0: #273b84;
    --c1: #273b84;
    --c2: #677cc9;
}


/* how to buy styles end */

.position-absolute-center {
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
    .position-absolute-center {
        top: 15% !important;
        transform: unset !important;
    }
    .article-how-to-buy article {
        grid-template-columns: calc(var(--i)*calc(var(--q)*7em + var(--p)*21em) + var(--j)*calc(var(--q)*2em + var(--p)*calc(100% - 0.5em - 2em))) calc(var(--i)*calc(var(--p)*7em + var(--q)*21em) + var(--j)*calc(var(--p)*2em + var(--q)*calc(100% - 0.5em - 2em))); 
    }
    .how-to-buy-wrape{
        width: 100%;
    }

}


.primary-menu .mobile-menu {
    padding: 30px;
}

.primary-menu .mobile-menu li:not(:last-child) {
    border-bottom: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
}




    /*  Map 1 css start  */
    .active-map-li-for-map-1{
        background-color: #efeaf8 !important;
        border-radius: 8px;
        cursor: pointer;
    }
    .map-parent{
        position: relative;
    }
    .map-1{
        width: 100%;
        height: 100vh;
    }
    #layer-list-for-map-1 {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 15px 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        list-style: none;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
    }
    #layer-list-for-map-1 li {
        padding: 0 5px;
        position: relative;
        font-size: 14px;
        line-height: 40px;
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 155px;
    }
    
    #layer-list-for-map-1 li span{
        color: #666;;
    }
    @media only screen and (max-width: 600px) {
        .map-1{
            width: 100%;
            height: 400px;
        }
        #layer-list-for-map-1{
            background-color: transparent;
            box-shadow: none;
            backdrop-filter: none;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 999;
            width: 100%;
            padding: 0px;
        }
        #layer-list-for-map-1 li{
            height: 40px !important; 
            width: auto !important;  
            padding: 0px 10px; 
            border-radius: 25px;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
            line-height: 2.3;
            background-color: white;
            box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
        }
    }


    /*  Map 2 css start  */
    .active-map-li-for-map-2{
        background-color: #efeaf8 !important;
        border-radius: 8px;
        cursor: pointer;
    }
    .map-2{
        width: 100%;
        height: 400px;
    }
    #layer-list-for-map-2 {
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 15px 10px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        list-style: none;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(5px);
    }
    #layer-list-for-map-2 li {
        width: auto !important;  
        padding: 0px 10px;
        position: relative;
        font-size: 14px;
        line-height: 40px;
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 155px;
    }
    
    #layer-list-for-map-2 li span{
        color: #666;;
    }
    @media only screen and (max-width: 600px) {
        .map-2{
            width: 100%;
            height: 400px;
        }
        #layer-list-for-map-2{

            background-color: transparent;
            box-shadow: none;
            backdrop-filter: none;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 999;
            width: 100%;
            padding: 0px;
        }
        #layer-list-for-map-2 li{
            height: 40px !important;    
            border-radius: 25px;
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
            line-height: 2.3;
            background-color: white;
            box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
        }
        #layer-list-for-map-1 li span {
            margin: auto;
            font-size: 12px;
            white-space: nowrap;
        }
        #layer-list-for-map-2 li span {
            margin: auto;
            font-size: 12px;
        }
        
        .map-parent .slick-slider .slick-track {
            overflow-x: scroll;
            display: flex;
        }
    }
    
    #footer-contact-form .wpcf7-form-control {
        height: 40px !important;
        width: 100%;
        font-size: 16px;
        padding-left: 10px;
    }
    
    
    #footer-contact-form .home-page-button > span, #footer-contact-form .home-page-button::before {
        padding: unset !important;
    }
    
    a:has(.contact-us-section) {
        padding: unset !important;
    }

    .social-links {
        height: 30px;
        display: contents;
    }

    .w-290 {
        width: 290px;
    }

    .w-270 {
        width: 270px;
    }

    .w-70 {
        width: 70% !important;
    }

    @media screen and (min-width: 600px) {
        .footer-list-style li:first-child {
            margin-left: auto !important;
        }
    
        .footer-list-style li:last-child {
            margin-right: auto !important;
        }
    
        .footer-list-style li:not(:last-child):after {
            content: "|";
            padding-left: 1.5rem !important;
        }
    }


/* Youtube embed - Hide video name and controls */
.youtube-container {
    overflow: hidden !important;
    width: 100% !important;
    /* Keep it the right aspect-ratio */
    aspect-ratio: 16/9 !important;
    /* No clicking/hover effects */
    pointer-events: none !important;
} 

.youtube-container iframe {
    /* Extend it beyond the viewport... */
    width: 300% !important;
    height: 100% !important;
    /* ...and bring it back again */
    margin-left: -100%;
}