.custom-image-wrapper {
    position: relative;
    margin-bottom: 30px;
}


.custom-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;          
    border-radius: 15px;
    box-shadow: 0px 7px 22px 2px rgba(0, 0, 0, 0.5);            
}

.custom-label-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 12px;
    border-radius: 15px;
}

.custom-info-section {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: left;            
    border-radius: 10px 15px 15px 15px;  
    /* width: 90%; */
    /* background: rgba(255, 255, 255, 0.3);  */
    /* backdrop-filter: blur(50px);  */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Optional border to enhance the effect */

}

.custom-info-section h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}

.custom-info-section p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.services-p{
    color: black !important;
    font-weight: 900;
}

.d-flex{
display: flex;    
}

.justify-content-center{
    justify-content: center;
}

.align-items-center{
    align-items: center;
}

    /* Hide the + sign when the collapse is expanded */
    .collapse.in .sign:before {
        content: "-";
    }
    /* Show the + sign when the collapse is collapsed */
    .collapse:not(.in) .sign:before {
        content: "+";
    }
    /* Adjust spacing as needed */
    .sign {
        margin-right: 8px;
        font-size: 1.2em;
        font-weight: bold;
    }

div#lightbox {
    display: none;
}
/* Faq Css */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.faq {
    padding: 120px 0 90px;
    /* background: #f7fbff; */
    background: white;
    min-height: 100vh;
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #1e3056;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    color: rgba(30, 48, 86, 0.8);
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5n button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #ff5f74;
    text-align: center;
    border: 1px solid #ff5f74;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 125, 255, 0.2);
    box-shadow: 2px 7px 20px -5px #42494bb0;
}

.faq .accordion .card .card-header h5n button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #ff5f74 30%, #a85fff 100%);
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(30, 48, 86, 0.8);
    line-height: 30px;
}

#logo {
    top: 2px;
}

/* Faq Css */

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 10px;
    border: none;
    background-color: transparent;
    width: 100%;
    white-space: normal; /* Allow text to wrap */
    overflow: hidden; /* Ensure content does not overflow */
    text-overflow: clip; /* No ellipsis for text overflow */
}
.accordion-button .sign {
    margin-right: 10px;
    font-size: 18px;
}
.card-body {
    padding: 15px;
}
.card-header {
    padding: 0;
}

.w-100{
    width: 100%;
}



.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
.tab-content img {
    max-width: 100%;
    height: auto;
}

.tab-icons-img{
    width: 50px;
}

p.tab-p {
    font-size: 25px;
    line-height: 30px;
    text-align: justify;
}

.tab-headings {
    font-size: 35px;
    font-weight: 900;
}

.vertical-center {
    display: flex;
    align-items: center; /* Vertically center content */
    text-align: center; /* Center text horizontally */
}

@media (max-width: 767px) {
    .vertical-center {
        display: block;
        text-align: left; /* Align text to the left on mobile if needed */
    }
    
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    #logo img.img-responsive {
    top: 8px;
    position: relative;
}

}
    
    
        .banner-heading {
	font-size: 1em !important;
}
}



.banner-container {
  position: relative;
  text-align: center;
}

.banner-container img {
  width: 100%;
  display: block;
}

.banner-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Adjust color as needed */
  font-size: 2em; /* Adjust font size as needed */
  font-weight: bold; /* Adjust font weight as needed */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Optional: Adds readability */
}

    .icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px; /* Adjust size as needed */
        height: 30px; /* Adjust size as needed */
        border-radius: 50%;
        background-color: black;
        color: white;
        font-size: 16px; /* Adjust size as needed */
        line-height: 30px; /* Match height for vertical centering */
        text-align: center;
        margin-right: 5px; /* Space between icon and text */
    }

    .icon-circle i {
        vertical-align: middle;
    }
    
.contact-icons {
    font-size: 14px;
}

.tt-menu ul li.mega-menu > .a-top-link::after, .tt-menu ul li.more-menu > .a-top-link::after {
    visibility: hidden;
}

.tt-menu > ul > .li-top-item.mega-menu:nth-child(2) .sub-menu-container::after{
    display:none;
}




/* Padding on the y-axis (top and bottom) */
.py-1 {
    padding-top: 0.25rem; /* 4px */
    padding-bottom: 0.25rem; /* 4px */
  }
  
  .py-2 {
    padding-top: 0.5rem; /* 8px */
    padding-bottom: 0.5rem; /* 8px */
  }
  
  .py-3 {
    padding-top: 1rem; /* 16px */
    padding-bottom: 1rem; /* 16px */
  }
  
  .py-4 {
    padding-top: 1.5rem; /* 24px */
    padding-bottom: 1.5rem; /* 24px */
  }
  
  .py-5 {
    padding-top: 3rem; /* 48px */
    padding-bottom: 3rem; /* 48px */
  }

  
  /* Margin on the y-axis (top and bottom) */
.my-1 {
    margin-top: 0.25rem; /* 4px */
    margin-bottom: 0.25rem; /* 4px */
  }
  
  .my-2 {
    margin-top: 0.5rem; /* 8px */
    margin-bottom: 0.5rem; /* 8px */
  }
  
  .my-3 {
    margin-top: 1rem; /* 16px */
    margin-bottom: 1rem; /* 16px */
  }
  
  .my-4 {
    margin-top: 1.5rem; /* 24px */
    margin-bottom: 1.5rem; /* 24px */
  }
  
  .my-5 {
    margin-top: 3rem; /* 48px */
    margin-bottom: 3rem; /* 48px */
  }
  