.hm-pg-heading{
	text-align:center; font-size:2rem; font-weight:bold; padding-bottom:0px; margin:0;
}
@media (max-width : 576px) {
	
	.hm-pg-heading{
	text-align:center;
	font-size:1rem;
}
}

/* Container for the dropdown sections */
.dropdown-flex {
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem;
    min-width: 600px; /* Adjust as needed for spacing */
    gap: 2rem;
}

/* Each column inside the dropdown */
.dropdown-flex .col {
    flex: 1 1 0;
    min-width: 150px; /* Ensures columns have space */
}
.dropdown-flex .col:nth-child(5) {
    min-width: 300px; /* Or any width you want */
    
}

/* Title styling for each section */
.dropdown-c-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

/* Ensure ul list inside each column has no extra margin/padding */
.dropdown-flex ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Dropdown items spacing */
.dropdown-item {
    padding: 0.25rem 0;
    display: block;
    color: #000;
    text-decoration: none;
}

.dropdown-item:hover {
    color: #ff4500; /* Highlight on hover */
}

/* Right-align "View all" link */
.dropdown-menu .text-end {
    border-top: 1px solid #eee;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    text-align: right;
}

/* Limit dropdown height and allow internal scroll */
@media (max-width: 767.98px) {
  .dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
  }

  .accordion-button {
    font-size: 1rem;
  }

  .accordion-body .dropdown-item {
    padding: 0.5rem 1rem;
  }
}


.hover-effect {
  transition: box-shadow 0.3s ease;
}

.hover-effect:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

 

.container80{
    width:80%;
    margin:0 auto;
    
}
.container90{
    width:90%;
    margin:0 auto;
   
}

.px7{font-size:0.4375rem;}
.px8 {font-size:0.5rem;}
.px10 {font-size:0.625rem;}
.px12 {font-size:0.75rem;}
.px14 {font-size:0.875rem;}
.px16 {font-size:1rem;}
.px18 {font-size:1.125rem;}
.px20 {font-size:1.25rem;}
.px22 {font-size:1.375rem;}
.px24 {font-size:1.5rem;}
.px26 {font-size:1.625rem;}
.px28 {font-size:1.75rem;}
.px30 {font-size:1.875rem;}
.px32 {font-size:2rem;}

.body-container{margin-top:3.5rem;}

.black{color:black;}.blue{color:blue;}.red{color:red;}.green{color:green;}.white{color:white;}


.strong{font-weight:bold;} 
.italic{font-style:italic;}
.underline{text-decoration:underline;}


.section{margin-top:1rem; position:relative;}
.white-card{
    background:white; box-shadow:0px 0px 0.1875rem 0.0625rem gray;
}



 
 .slideshow-container {
            position: relative;
            width: 99%;            
            margin: auto;
            overflow: hidden;
        }

        .slides {
            display: none;
            position: relative;
        }
        .slides img {
            width: 100%;
            min-height: 400px;
            max-height: 400px;
            object-fit: fill;
        }

        .slides-img img {
            width: 100%;
            min-height: 400px;
            max-height: 400px;
            object-fit: fill;
        }
.slider-btns{
  position: absolute;
  top: 40%;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-btns span{
  padding: 0.5rem 0.7rem;margin: 0.5rem 0.7rem;
  font-size: 1rem;
  background: rgba(255,255,255, 1);
  border-radius: 60%;
  color: blue;
  cursor: pointer;
}
        .caption {
            position: absolute;
            bottom: 15px;
            transform: translateX(-50%);
            color: #fff;
            background-color: rgba(0, 0, 0, 0.7);
            padding: 10px;
            border-radius: 5px;
            text-align:center;
                  }

        .caption-left{ left: 10%;}.caption-center{ left: 50%;}.caption-right{ left: 90%;}

        .controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .prev, .next {
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 10px;
            border: none;
            cursor: pointer;
            border-radius: 50%;
        }

        .prev:hover, .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

        .indicators {
            text-align: center;
            margin-top: 10px;
        }

        .dot {
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 5px;
            background-color: #bbb;
            border-radius: 50%;
            cursor: pointer;
        }

        .dot.active {
            background-color: blue;
        }
		
		
/* my custom css for swiper */

.image-container {
  overflow: hidden;
  position: relative;
}

.discount-tag {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.fixed-img-container {
    height: 200px; /* consistent fixed height */
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fixed-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.card, .fixed-height-card {
    height: 710px; /* adjust as needed */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card.fixed-height-card .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.card.fixed-height-card .card-title {
    min-height: 48px; /* force space for 2 lines even if 1 line only */
    overflow: hidden;
}

.card.fixed-height-card .card-text {
    flex-grow: 1;
    overflow: hidden;
}

.card.fixed-height-card .btn {
    margin-top: auto; /* pushes button to bottom */
}
.swiper {
    padding-bottom: 40px; /* create space for dots */
}
/* Scope globally to all Swiper navigation buttons using attribute selector */
[class*="swiper-button-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #007bff;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 10; /* ensure above slides */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.2s;
}

[class*="swiper-button-"]:hover {
    background: #0056b3; /* darker on hover */
    transform: translateY(-50%) scale(1.05);
}

[class*="swiper-button-"]:after {
    font-size: 20px;
}

[class*="swiper-button-pre"]:after {
    content: '‹'; /* Unicode left chevron */
}

[class*="swiper-button-nex"]:after {
    content: '›'; /* Unicode right chevron */
}

/* Specifically position prev and next outside */
[class*="swiper-button-pre"] {
    left: -0px; /* move left outside slider */
}

[class*="swiper-button-nex"] {
    right: -0px; /* move right outside slider */
}



/* Ensure swiper container is positioned correctly */
.swiper-outer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 35px;
    overflow: hidden; /* optional if buttons overflow */
}

/* Responsive adjustment for mobile */
@media (max-width: 576px) {
    [class*="swiper-button-"]{
        width: 30px;
        height: 30px;
        font-size: 16px; /* smaller chevron */
    }
    
    .container90, .swiper, .swiper-wrapper {
        padding: 0px;
        margin: 0px;
        width:100%;
    }
    .card.fixed-height-card{
        width:100%;
        padding:0px ;
    }
    .swiper {
    padding-bottom: 40px; /* create space for dots */
    }
    .swiper-outer {
    padding: 15px; /* create space for dots */
    }

}
/* custom swiper styles end*/

/*my custom css for footer */
.footer-content {
  background-color: #e8ebee;
  padding: 5px 0;
  position:relative;
}

.subscriber-form {
  display: block;
  justify-content: left;
  align-items: left;
  margin-top: 5px;
  position: relative; top:-50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background-color: rgba(240, 92, 24, 0.788);
  border-radius: 5px;
  padding:5px;
}


.input {
  position:relative;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  width:100%;
    padding: 5px;
    top:30%;
}

.input input {
  width: 100%; 
  border:none;
}
.input button {
  float:right; 
  border:none;
}
@media screen and (max-width: 768px) {
  .subscriber-form {
    flex-direction: column;
    align-items: stretch;
   
  }
  .subscriber-form, [class*="col-"], .input, .input input {
    width: 100%;
    padding:10px;
  }
  
}
/*my custom css for footer ends */

/* custom package template 1 */

.iti_title 
{
	font-size:1.2rem;
}
.iti_short_description
{
	font-size: 1rem;
}
.section-heading
{
	font-size:1.3rem;	
}
.sub-section-heading 
{
	font-size:1.2rem;
}