#confused {
    background: url(../images/color-of-india.webp) #000000b0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-size: cover;
    background-blend-mode: color;
}

.white-color {
    color: #fff;
}

.btn-design {
    display: inline-block;
    border-radius: 2px;
    background-color: #1562a5;
    border-color: #1562a5;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    font-weight: 500;
}

.btn-design:hover {
    display: inline-block;
    border-radius: 2px;
    background-color: #fff;
    border-color: #fff;
    color: #1562a5;
    text-align: center;
    padding: 8px 15px;
    font-weight: 500;
}

.highlight-slider .swiper-button-next,
.highlight-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #1562a5;
    border-radius: 100%;
}

.efJHjH {
    position: absolute;
    bottom: 4%;
    left: 3%;
}

.fgFqdh {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: fit-content;
    gap: 2px;
    padding: 2px 6px;
    border-radius: var(--radius-small, 8px) var(--radius-small, 8px) var(--radius-small, 8px) 0px;
    background: var(--primitive-color-grey-grey-6, #121212);
}

.ckNuuH {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: fit-content;
    gap: 2px;
    padding: 2px 6px;
    background: var(--primitive-color-grey-grey-6, #121212);
    border-radius: 0px var(--radius-small, 8px) var(--radius-small, 8px) var(--radius-small, 8px);
}

.ckNuuH p {
    font-style: normal;
    line-height: normal;
    color: var(--primitive-color-grey-grey-0, #fbfbfb);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.gGyiwz p {
    color: var(--primitive-color-grey-grey-6, #121212);
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14.1px;
}

.gGyiwz {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: fit-content;
    gap: 2px;
    padding: 2px 8px;
    border-radius: 0px var(--radius-xsmall, 4px) var(--radius-xsmall, 4px) 0px;
    background: rgb(255, 255, 255);
}

.fgFqdh p {

    font-style: normal;
    line-height: normal;
    color: var(--primitive-color-grey-grey-0, #fbfbfb);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.15px;
    margin-bottom: 0;
}

.zMsgB {
    position: relative;
    min-height: 200px;
    aspect-ratio: 8 / 4;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(245deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.6) 100%) 0% 0% / cover, 50% center lightgray;
}

.CMkRF {
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 200px;
    aspect-ratio: 8 / 4;
    background: linear-gradient(245deg, rgba(0, 0, 0, 0) 65.56%, rgba(0, 0, 0, 0.6) 100%);
}

.jeafHF {
    width: 100%;
    height: 100%;
}

.eoArEw {
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 200px;
    aspect-ratio: 8 / 4;
}

.fCDEJV span {
    font-size: 15px;
    letter-spacing: 0.25px;
    color: var(--primitive-color-grey-grey-4, #757575);
    line-height: 23px;
}

.highlight-section {
    padding: 50px 0px;
}

.fCDEJV {
    width: 90%;
    margin: 2% 1%;
    position: relative;
    align-self: stretch;
    line-height: 17.55px;
    letter-spacing: 0.25px;
}

.main-section-title h5 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.main-section-title h6 {
    opacity: 0.9;
    color: rgb(12 12 12 / 76%);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.main-section-title {
    margin-bottom: 30px;
}


.package-grid {
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    /* gap: 20px; */
    /* padding: 20px; */
    margin-top: 40px;
}

.package-grid .pack-div {
    /* background-color: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    /* overflow: hidden; */
    /* text-align: center; */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* margin-bottom: 24px; */
    position: relative;
}

.package-grid .pack-div:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

.package-grid .pack-div img {
    width: 100%;
    /* height: auto; */
    /* border-bottom: 1px solid #ddd; */
    border-radius: 10px;
}

.package-grid .gpack-div p {
    margin: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.h-125 img {
    height: 150px;
    object-fit: cover;
}

.h-200 img {
    height: 250px;
    object-fit: cover;
}

.h-350 img {
    height: 459px;
    object-fit: cover;
}

.pack-div p {
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #898888;
    line-height: 23px;
    margin-top: 7px;
    z-index: 1;
    /* position: relative; */
    display: inline-block;
    margin-bottom: 9px;
    font-weight: 600;
}

.pack-btn {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* text-align: center; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
    /* height: 100%; */
    /* background: #0000005e; */
    /* border-radius: 10px; */
}

.pack-btn span {
    background: #156f44;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #ffffff42;
    cursor: pointer;
}
.pack-hover-div {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: 1;
    display: none;
}

.pack-hover-div p {
    font-size: 13px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}
.pack-outer {
    margin-bottom: 20px;
    position: relative;
}
.pack-container span:hover .pack-hover-div {
    display: block;
    opacity: 1;
  }
  .inclusions{
    margin-top: 20px;
}
.inclusions h5{
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
}
.inclusions a{
    color: #1ea4af;
}

  
 
  ul#package-list li {
    font-size: 15px;
    color: #777777;
}

ul#package-list li {
    font-size: 15px;
    color: #777777;
    list-style: disc;
    margin-left: 15px;
}

ul#package-list {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
     height: 200px;
     overflow-y: auto;
}
.whats_app_pro {
    background-color: #00c164;
}

.call_us_pro, .enquire_us_pro, .whats_app_pro {
    display: inline-flex;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 8px;
    text-decoration: none;
}
.call_us_pro {
    background-color: #ff9500;
}
.enquire_us_pro, .package-type.active {
    background-color: #ef4444;
}

  ul.guid-point {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

ul.guid-point li img {
    width: 25px;
}

ul.guid-point li h6 {
    font-size: 8px;
    margin-bottom: 0;
    margin-top: 6px;
}

ul.guid-point li {
    text-align: center;
    width: 19%;
    border: 1px solid #00000012;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #00000005;
    padding: 5px 0px;
}
.packagemenu .automenu .active a{
    background: #1562a5;
    border-color: #1562a5;
    color: #fff;
}

.packageenquiry2 {
    position: static;
    margin-top: 10px;
    max-width: 100%;
    margin: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px;
    background: #f0f0f0;
    width: auto !important;
}
.pslide .swiper-slide img{
    width: 100%;
    
}
.overviewbox ul li {
    list-style: disc;
    margin-left: 15px;
}
.modal-point li img {
    width: 41px !important;
}

.modal-point li h6 {
    font-size: 12px !important;
}
.productbox .pslide .swiper-slide img{
    width: 100%;
    height: 223px;
    object-fit: cover;
}
.homeslide {
	padding: 70px 0;
	background: url(../images/banner.webp) center center no-repeat rgb(120 120 120 / 50%);
	background-size:cover;
	background-blend-mode:multiply;
}
.homeslide h1 {
	margin-bottom:20px;
	line-height:1.2;
	color:#fff;
	text-shadow:2px 2px rgba(0,0,0,.25);
	font-size:38px
}
.homeslide h3,.homeslide h5 {
	padding:5px;
	line-height:28px;
	border-radius:2px;
	color: #ffffff;
}
.homeslide h3 {
	font-size:17px;
	font-weight:400;
	text-shadow:1px 1px rgba(0,0,0,.25);
	background: #1562a5bd;
	margin-bottom:20px
}
.homeslide .ctahome {
	display:flex;
	gap:20px
}
.homeslide h5 {
	/* text-shadow:1px 1px #656565; */
	background: #ffffff;
	font-size:18px;
	margin-top:15px;
	width:calc(100% - 150px);
	color: #000;
}
.homeslide .telphone {
	background:#fff;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:100%;
	position:relative
}
.homeslide .telphone::before {
	content:'';
	width:60px;
	height:60px;
	position:absolute;
	border:1px solid #fff;
	border-radius:100%;
	left:50%;
	margin-left:-30px;
	bottom:10%;
	margin-bottom:-6px;
	-webkit-animation:1.9s infinite doublePulsation;
	animation:1.9s infinite doublePulsation;
	z-index:0
}
.homeslide .telphone img {
	width:36px;
	height: auto;
	filter: sepia(1);
}
.bannerform form {
	padding:25px;
	background-color: #ffffffe0;
}
.bannerform form h3 {
	background-color: #1562a5;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:500;
	padding:25px;
	margin:-25px -25px 0
}
.bannerform form input {
	margin-top: 16px;
	padding: 13px;
}
.bannerform form input[type=submit] {
	background-color: #1562a5;
	text-align:center;
	font-size:14px;
	font-weight:500;
	border-radius:5px;
	padding:11px 0 12px;
	border:0;
	color:#fff;
	margin-top:10px
}
.formcheckbox {
	display:flex;
	gap:5px;
	align-items:center;
	margin-top:10px
}
.formcheckbox p {
	margin-bottom:0;
	color: #000000;
	font-size:14px
}
.formcheckbox input[type=checkbox] {
	margin-top:0
}
@-webkit-keyframes doublePulsation {
	0% {
		-webkit-transform:scale(1,1);
		opacity:0
	}
	50% {
		opacity:.55
	}
	100% {
		-webkit-transform:scale(1.3,1.3);
		opacity:0
	}
}
@keyframes doublePulsation {
	0% {
		-webkit-transform:scale(1,1);
		opacity:0
	}
	50% {
		opacity:.55
	}
	100% {
		-webkit-transform:scale(1.3,1.3);
		opacity:0
	}
}
.geQNly {
    display: flex
;
    padding: 2px 6px;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 2px;
    position: absolute;
    top: 5%;
    left: 2%;
    border-radius: var(--radius-small, 8px);
    background: rgb(255, 235, 50);
    color: var(--primitive-color-grey-grey-5, #202020);
 
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
    letter-spacing: 0.125px;
}
@media only screen and (max-width: 575px) {
    .telphone {
        display: none;
    }
    .bannerform form h3,.homeslide h3 {
		font-size:15px
	}
	.homeslide h3 {
		line-height:19px;
		margin-bottom: 10px !important;
	}
	.homeslide h5 {
		font-size:13px;
		line-height:20px
	}
    .homeslide h5 {
        width: 100%;
        margin-top: 0;
        display: none;
    }
    .swiper-button-prev{
        width: 35px;
        height: 35px;
       
    }
  .swiper-button-next {
        width: 35px;
        height: 35px;
     
    }
}
.swiper-button-next, .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100%;
    border-radius: 100%;
    opacity: 0.8;
}
.swiper-button-next:after, .swiper-button-prev:after {
    background: var(--primarycolor);
    color: #2c2c2c !important;
    font-size: 20px !important;
    padding: 8px;
    border-radius: 10px;
}
.footer-img{
    width: 200px;
}
.benfits {
    padding: 20px 0;
}
.commonbox3 {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 0 #00000014;
    box-shadow: 2px 2px 5px 0 #00000014;
    padding: 15px;
    border: 1px solid #c9c7c7;
}
.benfits h3 {
	font-family:"Kaushan Script",cursive;
	text-align:center;
	color:#ed713b;
	margin-bottom:15px
}
.benfits h2 {
	text-align:center;
	font-weight:700;
	font-size:28px
}
.benfits p {
	text-align:center;
	font-size: 12px;
}
.benfits ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:30px;
	margin-top:40px
}
.benfits ul li {
	padding:15px 30px;
	border-radius:50px;
	box-shadow:0 0 10px rgba(0,0,0,.1);
	background:#fff;
	display:flex;
	align-items:center;
	gap:10px;
	width:30%
}