/* --------------------
-GLOBAL CSS 
--------------------- */
.theme-bg{background-color: #ffe7ee;}
.left-right-section ul li{list-style: disc;}
.left-right-section ul{
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* H1 */
.left-right-section h1,
.full-width-secton h1 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.2;
}

/* H2 (Your Base = 40px max) */
.left-right-section h2,
.full-width-secton h2, .faq-area h2 {
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.25;
}

/* H3 */
.left-right-section h3,
.full-width-secton h3 {
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.3;
}

/* H4 */
.left-right-section h4,
.full-width-secton h4 {
    font-size: clamp(18px, 2.5vw, 26px);
    line-height: 1.35;
}

/* H5 */
.left-right-section h5,
.full-width-secton h5 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4;
}

/* H6 */
.left-right-section h6,
.full-width-secton h6 {
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.4;
}

.full-width-secton ul, .left-right-section ul{
    margin-left: 1.3rem;
}
.full-width-secton ul li, .left-right-section ul li{
    list-style: disc;
    margin: 5px;
}

/* Start Menu css */
.navbar .menu-item {
  position: relative;
}
.navbar .menu-item > .sub-menu {
  display: block;
  position: absolute;
  top: 80%;
  left: -15px;
  width: 220px;
  padding: 10px;
  margin: 0;
  list-style: none;

  background: var(--color-white);
  border-radius: 15px;
  border: none;
  box-shadow: var(--box-shadow);

  opacity: 0;
  visibility: hidden;

  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  transition: all 0.3s ease;
  z-index: 999;
}
.navbar .menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}
.navbar .sub-menu li a {
  display: block;
  font-size: 16px;
  padding: 6px 15px;
  font-weight: 500;
  color: var(--color-dark);
  text-transform: capitalize;

  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.navbar .sub-menu li a:hover {
  background: var(--theme-color);
  color: var(--color-white);
  padding-left: 32px;
}
/* .navbar .sub-menu li a::before {
  content: "//";
  position: absolute;
  left: 15px;
  top: 6px;
  color: var(--color-white);

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
} */

.navbar .sub-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.navbar .menu-item-has-children > a::after {
   display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media (min-width: 992px) {
   .menu-item-has-children .sub-menu a::before {
      display: none;
    }
}

/* ---------------------------------
Contact Form 7 css start from here 
------------------------------------- */
.contact-page-form br{display: none;}
.input-group p{
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 50px;
    width: 100%;
}

.input-group .wpcf7-form-control-wrap{width: 100%;}

/* -----------------------
SERVICE CARD CSS START FROM HERE  
----------------------------------*/
.service-cards .team-img{border: unset; border-radius: 10px;}
.service-cards .team-img img{ border-radius: 10px; height: 250px; object-fit:cover;}
.service-cards .team-item {box-shadow: 0 0 5px #cdcdcd; border-radius: 10px}
.service-cards .team-content {padding-left: 10px; padding-right: 10px; padding-bottom: 20px;}
.service-cards .team-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ------------------------
 * Packages css start from here
 * -------------------------- */
.pricing-header h5 {
    font-size: 18px !important;
    font-weight: 700 !important;
}
.pricing-area .pricing-amount strong {
    font-size: 25px;
}
.pricing-area .pricing-amount{
    margin-top: 10px;
    margin-bottom: 10px;
}
.pricing-area .title-price-sec {
    height: 90px;
}

.pricing-area .pricing-feature ul{
    height: 65px;
    overflow-y: auto;
}
/* width */
.pricing-area .pricing-feature ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pricing-area .pricing-feature ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #dddddd; 
  border-radius: 5px;
}
 
/* Handle */
.pricing-area .pricing-feature ul::-webkit-scrollbar-thumb {
  background: #a6a6a6a6; 
  border-radius: 10px;
}

/* Pagination css start from here  */
.th-pagination a, .th-pagination span {
    display: inline-block;
    text-align: center;
    position: relative;
    border: none;
    color: black;
    border: 2px solid #ff2355;
    width: 56px;
    height: 56px;
    line-height: 56px;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
    border-radius: 99px
}

.th-pagination a:hover, .th-pagination span:hover {
    color: #fff;
    background-color: #ff2355
}

.th-pagination .nav-links {
    text-align: center;
    margin: 0 auto;
}
.th-pagination .page-numbers.current {
    color: #fff;
     background-color: #ff2355;
}

.blog-area .blog-item-img img{
    height: 250px;
    object-fit: cover;
}
.blog-single .blog-thumb-img img { height: 500px; object-fit: cover;}

.left-right-section p, .full-width-secton p{
    margin-bottom: 15px
}


/*---------------------------
 *  Team Page Css Start From Here
 * ------------------------ */

.team-horizontal .schedule-item::before{
    display: none;
}

.vendor-area {
    border-top: 1px solid #ccc;
}

.team-area2 .info p{
    white-space: pre-wrap;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; // Number of lines you wish to display
}
.team-horizontal .team_desc {
    height: 150px;
    overflow-y: auto;
}

/*----------------------------------------
 *  VENDRO SECTION
 * ----------------------------------- */
.vendor-cards-sec .team-img img {height: 300px !important;}

.choose-area {
    background: #f9f9f9;
}