.india_map .dealer_button {
    position: absolute;
    bottom: 20%;
    right: 18%;
}
.bg-lightwhite{
	background: #fffaf0;
}


/* *swiper* */
.mySwiperHero {
    width: 100%;
    box-sizing: border-box;
}

.mySwiperHero .swiper-slide {
    height: 100%;
    display: flex;
    align-items: flex-start;
    /* Align content to top */
    justify-content: center;
    transition: opacity 0.8s ease, transform 0.8s ease;
    opacity: 0.6;
    filter: grayscale(0%);
    transform: scaleY(0.90);
    transform-origin: bottom center;
}

.mySwiperHero .swiper-slide-active {
    opacity: 1;
    filter: grayscale(0%);
    transform: scaleY(1);
}

.mySwiperHero .swiper-slide img {
    max-width: 100%;
    height: 80vh;
    display: block;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

/* swiper arrow for swiper presence */
.swiperpresence .main-line {
    height: 2px;
    width: 100%;
    background-color: #f8c78d;
}

.swiperpresence .double-arrow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.swiperpresence .left-arrow {
    left: 70% !important;
}

.swiperpresence .right-arrow {
    right: 17% !important;
}

.swiperpresence .swiper-button-prev1.news-arrow1::after,
.swiperpresence .swiper-rtl .swiper-button-next1.news-arrow1::after {
    content: url(./../images/icons/common_arrow_left_swiper.svg) !important;
}

.swiperpresence .swiper-button-next1.news-arrow1::after,
.swiperpresence .swiper-rtl .swiper-button-prev1.news-arrow1::after {
    content: url(./../images/icons/common_arrow_right_swiper.svg) !important;
}

/* *experience center sections* */
.center_near .nav-link {
    background-color: #fff8ee;
    border: 1px solid #f2d5a5;
    color: #000;
    text-align: center;
    font-weight: 500;
    width: 90%;
    margin: auto;
    cursor: pointer;
    border-radius: 0 !important;
    padding: 28px 0px 28px 0px;
}

.center_near .nav-link:hover {
    color: #000;
}

.center_near .nav-pills .nav-link.active,
.center_near .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: rgba(248, 149, 32, 0.3) !important;
}

/* side border line for tab */
.line_border {
    position: relative;
}

.line_border::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    height: 30rem;
    width: 1.5px;
    opacity: 0.4;
    background: rgba(248, 149, 32, 0.45);
}

/* scroll bar */
.scrollbar {
    margin-left: 10px;
    float: left;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}

.custom-scroll {
    max-height: 30rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-width: thin;
    scrollbar-color: #f89520 rgba(248, 149, 32, 0.2);
}

/* Chrome, Edge, Safari */
.custom-scroll::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: rgba(248, 149, 32, 0.2);
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #f89520;
    border-radius: 10px;
}

/* *india_map section* */

/* india map on hover effect */
.india_map .side-panel {
    top: 0;
    right: -380px;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right 0.4s ease;
    z-index: 1050;
}

.india_map .side-panel.open {
    right: 0;
}

.india_map .state-content {
    display: none;
    cursor: pointer;
}

.india_map .state-content.active {
    display: block;
}

/* for zoom icon and background color change */
.india_map .state-path {
    cursor: pointer;
}

.india_map .state-path.active {
    fill: rgba(248, 149, 32, 0.5);
    fill-opacity: 1;
}

.map-icon {
    cursor: pointer;
    transform-origin: center;
    transform-box: fill-box;
    transition: transform 0.3s ease;
}

.map-icon.zoomed {
    transform: scale(1.7);
    fill: #603913;
}

/* for default tab */
#rajasthan-content {
    display: block;
}

/* button */
.rounded-pill {
    position: absolute;
    transform: translate(-50%, 50%);
    top: 65%;
    left: 0;
    width: 14rem;
    background-color: rgba(248, 149, 32, 1) !important;
}

/* state aniamtion on click */
.slide-fwd-top {
    animation: slide-fwd-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-fwd-top {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
    }

    100% {
        -webkit-transform: translateZ(160px) translateY(-100px);
        transform: translateZ(160px) translateY(-100px);
    }
}


/* ---dealer section--- */
.dealer_opportunity .vectors {
    position: relative;
}

.dealer_opportunity .vectors::before {
    content: "";
    position: absolute;
   width: 56rem;
    height: 27%;
    bottom: 8%;
    left: 37%;
    transform: translate(-50%, 50%);
    background: url(./../images/vectors/presence_page_vector_1.svg) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

.dealer_opportunity .vectors::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 30%;
    bottom: 38%;
    right: 8%;
    transform: translate(50%, 50%);
    background: url(./../images/vectors/presence_page_vector_2.svg) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}

  
@media (max-width: 576px) {

    /* swiper mobile arrows */
    .swiperpresence .swiper-button-next1::after,
    .swiperpresence .swiper-button-prev1::after {
        zoom: 0.7;
        font-size: 10px;
    }

    .swiperpresence .left-arrow {
        left: 58% !important;
        /* height: 4rem !important; */
    }

    .swiperpresence .right-arrow {
        right: 13% !important;
        /* height: 4rem !important; */
    }
    

	.mySwiperHero .swiper-slide img {
		max-width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		width: 100%;
		object-position: top;
	}
	
	.center_near .nav-link {
   		 padding: 20px 0px 20px 0px;
	}
	.india_map .dealer_button {
		position: absolute;
		bottom: 16%;
		right: 28%;
	}
}

@media screen and (max-width: 768px) {
    .dealer_opportunity .vectors::before {
        display: none;
    }

    .dealer_opportunity .vectors::after {
        display: none;
    }

    .rounded-pill {
        position: absolute;
        transform: translate(-50%, 50%);
        top: 42%;
        left: 0;
        width: 10rem;
        background-color: rgba(248, 149, 32, 1) !important;
    }
}

@media screen and (min-width: 1920px) {
    .dealer_opportunity .vectors::after {
        width: 15%;
        height: 30%;
        bottom: 30%;
        right: 13%;
    }
}