@import url('bootstrap-icons.min.css');
@import url('font.css');
*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
.error{
    font-size: 12px;
    color: red;
}



footer{
    background: #191919;
}
.footer-top{
    padding-top: 20px;
    padding-bottom: 8px;
}
.contact-info a{
    color: #D9D9D9;
    font-size: 14px;
        font-family:Geom-Light ;
        text-decoration: none;
}
.contact-adr p{
    color: #D9D9D9;
        font-size: 14px;
        font-family:Geom-Light ;
}
/* footer .footer-logo{
    width: 33px;
    aspect-ratio:  33 / 41;
   
} */

.footer-logo{
        width: 162px;
    height: 86px;
    aspect-ratio: 81 / 43;
}
.footer-btm p,.footer-btm a{
    color:#D9D9D9;
    font-size: 14px;
           font-family:Geom-Light ;
           text-decoration: none;
           margin-bottom: 0px;
}
footer hr{
    opacity: 1;
    border-color: #ffffff4f;
}

.social-links a{
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.social-links {
    gap: 12px;
}


 .thank-you-content {
            text-align: center;
            padding: 40px;
        }

        .success-icon {    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #30ffa8 0%, #13583b 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            animation: scaleIn 0.5s ease;
        }

        @keyframes scaleIn {
            from {
                transform: scale(0);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        .success-icon i {
            font-size: 50px;
            color: white;
        }

        .thank-you-content h2 {
            font-size: 24px;
            font-weight: 700;
            color: #3b3c3f;
            margin-bottom: 16px;
        }

        .thank-you-content p {
            font-size: 16px;
            color: #505254;
            line-height: 1.6;
            margin-bottom: 32px;
        }

        .close-btn {
padding: 6px 20px 10px;
     background:linear-gradient(135deg, #a19797 0%, #000000 100%);
         color: #fff;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.75px;
    font-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(224, 228, 245, 0.3);
            border: none;
            cursor: pointer;
        }

        .close-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px  rgba(224, 228, 245, 0.3);
            color: white;
        }

          @media (max-width: 768px) {
           

            .thank-you-content {
                padding: 40px 24px;
            }

            .thank-you-content h2 {
                font-size: 26px;
            }
        }



   .custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 89%);
    display: none;  /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box {
background: #fff;
    padding: 30px;
    border-radius: 10px;
    min-width: 300px;
    max-width: 500px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
        margin-top: 2%;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}


.menu-bar{
    cursor: pointer;
    width: 40px;
}

.menu-container{
    --bs-offcanvas-height:100vh;
    --bs-offcanvas-bg:#000000f7;
}

/* Timeline container */
.timeline {

list-style-type: none;
 

}

/* Timeline item */
.timeline__item {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;

  /* Track */
  background-image: linear-gradient(180deg, #ccc, #ccc);
  background-position: 5px 0%;
  background-size: 2px 100%;
  background-repeat: no-repeat;
}
.menulist{
    list-style-type: none;
}
.menulist a{
  


        font-size: 20px;
    font-family: Geom-Bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;

    color: transparent;                 /* Hide fill */
    -webkit-text-stroke: 1.5px #fff;     /* Stroke width & color */
    text-stroke: 1.5px #fff;             /* Future support */

    letter-spacing:4px;
}
.menulist a:hover,.menulist li.active a {
    color: #fff;
    -webkit-text-stroke: 0;
}
.menulist li{
   padding: 12px 2px;
}

/* Bullet */
.timeline__item::before {
  content: '';
  display: none;
  position: absolute;
  top: calc((1.5rem - 12px) * 0.5 + 0.5rem);
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #000;
  border: 2px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}

/* First item – cut top track */
.timeline__item:first-child {
  background-image: linear-gradient(
    180deg,
    transparent calc(1.5rem * 0.5 + 0.5rem),
    #ccc calc(1.5rem * 0.5 + 0.5rem)
  );
}

/* Last item – cut bottom track */
.timeline__item:last-child {
  background-image: linear-gradient(
    180deg,
    #ccc calc(1.5rem * 0.5 + 0.5rem),
    transparent calc(1.5rem * 0.5 + 0.5rem)
  );
}

/* Modifier: centered bullets */
.timeline--centered .timeline__item::before {
  top: 50%;
  transform: translateY(-50%);
}

.timeline--centered .timeline__item:first-child {
  background-image: linear-gradient(
    180deg,
    transparent 50%,
    #ccc 50%
  );
}

.timeline--centered .timeline__item:last-child {
  background-image: linear-gradient(
    180deg,
    #ccc 50%,
    transparent 50%
  );
}
.timeline__item.active::before{
    background: #fff;
}
.timeline__item.active a{
    letter-spacing: 6px;
}
.menu-container{
    overflow-x: hidden;
    background-image: url(../images/contact-banner.jpg);
    background-image: url(../images/menu-bg.jpg);
    background-size: 97% 28%;
}
.menu-container .offcanvas-header{
    position: absolute;
    width: 100%;

    justify-content: end;
}
.menu-container .offcanvas-header i{
    font-size: 32px;
    color: #fff;
}
.menu-container .leftsid-h{
    height: 100vh;
}
.leftsid-h img{
    height: 100%;
    object-fit: cover;
}
.leftsid-h{
    position: relative;
}
.leftsid-h::after{
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    background: linear-gradient(355deg, rgb(0 0 0 / 9%) 0%, rgb(0 0 0 / 76%) 70%);
left: 0px;
}
.leftsid-h{
    position: relative;
}
.leftsid-h .logo{
   position: absolute;
    left: 6%;
    top: 8%;
    z-index: 1;
}

.menu-bar{
    width: 40px;
    cursor: pointer;
}


.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
}

    .btn-closee {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    background: #000;
    color: #fff;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    top: 10px;
        font-size: 28px;

    right: 19px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19), 0 6px 3px 0 rgba(0, 0, 0, 0.23);
}
.privacypopup .modal-title{
        font-family: Geom-Medium;
        font-size: 20px;
            letter-spacing: 0.80px;
}
.privacypopup p{
    font-size: 15px;
        margin-bottom: 16px;
              font-family: Geom-Light;

}
.privacypopup h2{
    font-family: Geom-Medium;
}


.footinchlogo{
    width: 117px;
    aspect-ratio: 100 / 68;
}

    /* .offcanvas{
            --bs-offcanvas-width: 80%;
    }
@media (min-width:768px){
    .offcanvas{
            --bs-offcanvas-width: 520px;
    }
} */





.elm_c_btn.is_main {
    opacity: 1;
    margin: 0;
    cursor: pointer;
	display: flex;
	animation: jump-shaking 3s infinite;
}
.elm_c_btn.is_main:hover, .elm_c_btn.is_main.is_active{
	animation: unset;
}
.elm_c_btn.is_main:before, .elm_c_btn.is_main:after{
	content:'';
	width: 45px;
	height: 45px;
	background-color: inherit;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility:hidden
}
.elm_c_btn.is_main:hover{
	box-shadow: none;
}
.elm_c_btn.is_main:hover:before{
	opacity: 0.2;
	visibility:visible;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.elm_c_btn.is_main:hover:after{
	opacity: 0.1;
	visibility:visible;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.elm_c_btn i{
    font-size: 25px;
}

.elm_c_btn.is_main .close, .elm_c_btn.is_main.is_active .open{
	display: none
}
.elm_c_btn.is_main.is_active .close{
	display: block;
}
.elm_c_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--maincolor);
    color: white;
    border-radius: 50%;
    margin-top: 7px;
    box-shadow: 6px 7px 28px -12px rgba(16, 16, 16, 0.3);
    display: none
}
.elm_c_btn:hover:not(.is_main){
	transform: scale(0.9)
}
.elm_c_btn svg {
    fill: white;
    stroke: #FFF;
    width: 26px;
    height: 26px;
    margin: auto;
    display: block;
    margin-top: 16px;
    vertical-align: middle;
}
.elm_c_btn img {
	max-width: 26px;
    height: auto;
}


.elm_c_wrap {
    position: fixed;
    right: 25px;
    bottom: 45px;
       z-index: 999999;
}
.body_ismobile .elm_c_wrap.elm_c_top{
	left: 12px;
    bottom: 90px;
}

.elm_c_btn.btn_c_all{
    background: #25d366;
}

@keyframes jump-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateY(-9px) }
    35% { transform: translateY(-9px) rotate(17deg) }
    55% { transform: translateY(-9px) rotate(-17deg) }
    65% { transform: translateY(-9px) rotate(17deg) }
    75% { transform: translateY(-9px) rotate(-17deg) }
    100% { transform: translateY(0) rotate(0) }
  }

