.deskTopLogo{
    margin-top: -18px;
    position: absolute;
    width: 150px!important;
    margin-left: -20px
}
.trip-info {
    display: flex;
    flex-direction: column;
}

.package-list figcaption .package-meta>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.trip-info .d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.section-title{
    text-transform: uppercase;
}
.align-items-center {
    align-items: center !important;
}

.value {
    font-weight: 500 !important;
}

.package-meta>ul>li {
    list-style: none;
}

.trip-info .d-flex li {
    width: 50%;
}


.justify-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topSectionTrip{
    height: 410px;
}


.secondSectionTrip{
    height: 320px;
    width: 100%;
}


/* Container section */
/* Ensure all icon-description divs have the same height */
.choose-part .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon-description {
    display: flex;
    align-items: stretch;  /* Make sure all icons and text are stretched to equal height */
    margin-bottom: 30px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    flex: 1;  /* This ensures the icon-wrapper takes available space and stretches */
}

.icon-cover {
    margin-right: 20px;
}

.bi{color: #2e6da4;}
.fa{color: #2e6da4;}
.icon-part {
    width: 70px;
    height: 70px;
    background-color: #e8e8e8;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.7em;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.icon-part:hover {
    background-color: #2e6da4;
    transform: scale(1.1);
}

.icon-part:hover i {
    color: #fff;
}

.icon-detail {
    flex: 1;  /* This ensures that the title and description fill up the remaining space */
}

.icon-title {
    font-size: 20px;
    color: #2e6da4;
    margin-bottom: 10px;
    font-weight: bold;
}

.icon-desc {
    font-size: 14px;
    line-height: 22px;
}

/* Ensure icons stack in mobile view */
@media (max-width: 767px) {
    .icon-description {
        flex-direction: column;
        align-items: flex-start;
    }

    .icon-cover {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .icon-title {
        font-size: 16px;
    }

    .icon-desc {
        font-size: 13px;
    }

    .topSectionTrip{
       height: 270px!important;
   }

   .secondSectionTrip{
    height: auto;
}

.trip-rating {
  bottom: 46%!important;
}

span.offer-price {
    top: 30%!important;
}



}


.mb-3{
        margin-bottom: 16px !important;
}
.popularTrek{
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% 50%;
    background:url(https://www.insidehimalayas.com/wp-content/uploads/2019/01/3-Tilicho-Lake-e1547768240921.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}





.ribbon {
    position: absolute;
    top: 40px;
    left: 15px;
    background: #00a900;
    color: white;
    padding: 10px;
    transform: rotate(360deg);
    transform-origin: 0 0;
    width: 110px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}
.ribbon i{
    color: #fff;
}



/* Style the rating stars */
.trip-rating {
    position: absolute;
    bottom: 32%;
    padding: 5px;
    background: #1b283263;
    z-index: 10;
}


.trip-rating ul {
    display: flex;
    gap: 5px;
    list-style: none;
    font-size: 18px;
    margin: 0;
}

.trip-rating ul li{

    margin-top: 6px;
}

.trip-rating ul li i{
    color: #ccc;
    transition: color 0.3s ease-in-out;
}


.trip-rating ul li .checked{
    color: #f0ad4e!important;
    transition: color 0.3s ease-in-out;
}


.trip-rating p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}


span.offer-price {
    position: absolute;
    top: 53%;
    background: #00a900;
    color: #fff;
    right: -15px;
    padding: 10px 20px;
}

.offer-price p.card-text {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

.offer-price p.card-text span.sub-price {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration-line: line-through;
}



/* blogs css*/

.blog-post {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.blog-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.blog-post .rightSide img {
    width: 100%; 
    height: 160px;
    object-fit: cover; 
}


.blog-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 15px;
}

.blog-content {
    font-size: 16px;
    color: #555;
    margin: 10px 0;
}

.blog-date {
    font-style: italic;
    color: #888;
}



/* Hover effect for blog post */
.blog-post:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
}


/*partner css*/



/* Layout adjustments for small screens */
@media (max-width: 767px) {
    .choose-part .row {
        display: block;
    }

    .blog-post {
        padding: 15px;
    }

    .blog-post .rightSide img {
        width: 100%; 
        height: 150px;
        object-fit: cover; 
    }




}



/* Base styles for the navigation bar */
.navbar-nav > li > a {
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

/* Dropdown Small */
.dropdown-small {
    position: relative;
}

.megamenu{
    top: 50px;
}
.dropdown-menu {
    display: none; /* Hidden by default */
    position: absolute;
    min-width: 160px;
    background-color: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s 0.2s;
}

.dropdown-small:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Styling for dropdown items */
.dropdown-menu > li > a {
    padding:8px 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.5;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #639fd3;
    background: none;
}

/* Dropdown Large */
.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 5px;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s 0.2s;
}

/* On Hover: Show Large Dropdown */
.navbar-nav > li:hover .dropdown-menu-large {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

/* Styling for large dropdown items */
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 8px 0px;
    color: #333;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.5;
    background-color: transparent;
    font-size: 16px;
}

.dropdown-menu-large > li > ul > li > a:hover,
.dropdown-menu-large > li > ul > li > a:focus {
    color: #639fd3;
}

.dropdown-menu-large .disabled > a {
    color: #999;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

/* Mega Menu Dropdown on Hover */
.navbar-nav > li:hover .dropdown-menu-large {
    display: block; /* Show on hover */
}


.desktopImgBanner {
    width: 100%;          
    height: 750px!important;        
    object-fit: cover;    
}




/*fix depature css*/
/* General Table Styles */
.fixed_packagetbl {
    border: 2px solid #337ab7;
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.fixed_packagetbl th, .fixed_packagetbl td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.fixed_packagetbl th {
    background-color: #337ab7;
    color: #fff;
}

.fixed_packagetbl th i {
    color: #fff;
}

.fixed_packagetbl td {
    color: #333;
}

/* Image Styling */
.package-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

/* Button Style */
.btnblue {
    background-color: #2e6da4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btnblue:hover {
    background-color: #1f4f73;
}



/* Responsive Styles */
@media (max-width: 767px) {
    /* Hide Table Headers on Mobile */
    .fixed_packagetbl thead {
        display: none;
    }

    /* Display Table Rows as Blocks */
    .fixed_packagetbl, .fixed_packagetbl tbody, .fixed_packagetbl tr, .fixed_packagetbl td {
        display: block;
        width: 100%;
    }

    .fixed_packagetbl tr {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .fixed_packagetbl td {
        text-align: right;
        position: relative;
        padding-left: 50%;
        padding-top: 15px;
    }

    .fixed_packagetbl td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 15px;
        font-weight: bold;
        color: #2e6da4;
    }

    .fixed_packagetbl td:last-child {
        text-align: center;
    }

    /* Make the Image Responsive */
    .package-img {
        width: 100%; /* Ensure the image fits the mobile screen */
        height: auto;
        margin-bottom: 10px;
    }

    /* Buttons Take Full Width on Mobile */
    .btnblue {
        width: 100%; /* Make buttons full width on mobile */
        font-size: 14px;
        margin: 5px 0;
    }
}


/* Package page */



.mt-3{
    margin-top: 16px;
}
.mb-3{
    margin-bottom: 16px;
}

.package-page {
    padding-top: 20px;
    padding-bottom: 40px;
}

/* Package title styling */
.package-title {
    font-weight: 600;
    color: #2e6da4;
    text-align: left;
}

.package-title h1 {
    font-size: 2.5rem;
}

.package-title h2 {
    font-size: 1.8rem;
    margin-left: 10px;
}

.package-title-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Ask button */
.ask-btn .btn {
    background-color: #2e6da4;
    border-color: #2e6da4;
    color: white;
    height: 35px;
    margin-top: 15px;
}


/* Breadcrumb */
.page-nav {
    background-color: #f7f7f7;
    padding: 15px 0;
}

.page-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-nav .breadcrumb {
    margin: 0;
    font-size: 0.875rem;
    color: #424242;
}

.page-nav .breadcrumb-item a {
    color: #424242;
    font-size: 16px;
}

.page-nav .breadcrumb-item.active {
    color: #2e6da4;
    font-size: 16px;
}


.list-items {
    list-style-type: none;
    padding-left: 0;
    color: #555;
}

.list-items li {
    color: #2e6da4;
    font-size: 18px;
    align-items: center;
    margin-bottom: 8px;
}

.common-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.common-module {
    padding: 15px;
}


/*listing page css*/

.category_sidebar {
    background-color: #cae5f96b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Title Styles */
.sidebar-widget h3.title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    position: relative;
}

.sidebar-widget h3.title.stroke-shape {
    margin-top: 10px;
    background: #337ab7;
    padding: 15px;
    border-bottom: 2px solid #ccc;
    color: #ffffff;
}

/* Sidebar Category */
.sidebar-category {
    margin-top: 10px;
}

.sidebar_list {
    margin-bottom: 5px;
}

/* Link Styling */
.sidebar_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 6px;
    transition: all 0.3s ease;
}

.sidebar_list a:hover {
    color: #007bff;
    text-decoration: underline;
}

/* Trip Count Styling */
.tripCount {
    font-size: 15px;
    color: #337ab7;
}



@media (max-width: 768px) {
    .page-nav .breadcrumb {
        font-size: 0.75rem;
    }
    .page-nav-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .list-items-name li {
      font-size: 14px;
  }
  .excluded-section {
     margin-bottom: 0px!important;
 }


}

/* List Styling */
.list-items-name {
   list-style: none;
   padding: 0;
}

.list-items-name li {
   font-size: 17px;
   color: #555;
}

.list-items-name li i {
   font-size: 20px;
   margin-right: 10px;
}


.text-success {
   color: #28a745;
}

.text-danger {
   color: #dc3545;
}

strong {
   font-weight: 600;
}

.responsive-column {
   width: 100%;
}

.excluded-section {
   background-color: #f5f7fc;
   padding: 10px;
   margin-bottom: 20px;
}



/* Read More / Less Toggle */
#moreDetails {
   margin-top: 15px;
}

#readMore,
#lessMore {
   cursor: pointer;
   font-weight: 600;
   text-decoration: none;
}

#readMore {
   color: #dc3545;
}

#lessMore {
   color: #dc3545;
}

/* Gears List Styles */
.ft-item {
   background-color: #f5f7fc;
   border-radius: 8px;
   overflow: hidden;
   margin-bottom: 20px;
}

.ft-image img {
   width: 100%;
   height: auto;

}

.ft-content {
   padding: 15px;
   background-color: #2e6da4;
   color: #fff;
   text-align: center;
}

.ft-content h3 {
   font-size: 18px;
   font-weight: 600;
}

.ft-content a {
   color: #fff;
   text-decoration: none;
   font-weight: 600;
   transition: color 0.3s ease;
}

.ft-content a:hover {
   color: #dc3545;
}



/* Accordion Item */
.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

/* Accordion Header */
.accordion-header {
    background-color: #337ab7;
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #337ab7;
}

/* Accordion Title */
.accordion-title a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.accordion-title a.collapsed {
    color: #f5f5f5;
}

.accordion-body {
    padding: 5px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

/* Button to Expand/Collapse All */
.btn-expand-all {
    font-size: 16px;
    background-color: #337ab7;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-expand-all:hover {
    background-color: #337ab7;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .accordion-title a {
        font-size: 16px; /* Mobile font size */
    }

    .accordion-body {
        padding: 15px;
        font-size: 14px; /* Mobile font size */
    }

    .btn-expand-all {
        font-size: 14px;
        padding: 6px 12px;
    }
}


.accordion-collapse {
    transition: max-height 0.4s ease-out, opacity 0.4s ease;
}


/*attribure css*/



.single-tour-feature {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
}

.single-feature-titles .title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.single-feature-titles span {
    font-size: 14px;
    color: #4a4a4a;
}

@media (max-width: 576px) {
    .single-tour-feature {
        gap: 15px;
    }

    .single-feature-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .single-feature-titles .title {
        font-size: 16px;
    }

    .single-feature-titles span {
        font-size: 14px;
    }

    .single-content-item {
        padding: 5px;
    }
}



/* details navbar styles */
.section-bg {
    background-color: #2e6da4;
}

.single-nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.single-content-nav ul {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
    margin: 0;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: thin; 
    scrollbar-color: rgba(128, 137, 150, 0.2) rgba(128, 137, 150, 0.1); 
}

.single-content-nav ul::-webkit-scrollbar {
    height: 8px; 
    display: block; 
}

.single-content-nav ul::-webkit-scrollbar-track {
    background-color: rgba(128, 137, 150, 0.1);
    border-radius: 10px;
}

.single-content-nav ul::-webkit-scrollbar-thumb {
    background-color: rgba(128, 137, 150, 0.4);
    border-radius: 10px;
    border: 1px solid rgba(128, 137, 150, 0.1); 
}

.single-content-nav ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 137, 150, 0.6);
}

.single-content-nav ul li {
    display: inline-block;
    flex-shrink: 0;
}

.single-content-nav ul li a {
    display: block;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    position: relative;
    transition: color 0.3s;
    text-decoration: none;
}

.single-content-nav ul li a:hover,
.single-content-nav ul li a.active {
    color: #ffffff;
    text-decoration: none;
}

.single-content-nav ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 40px;
    height: 2px;
    border-radius: 4px 4px 0 0;
    background-color: transparent;
    transition: transform 0.3s, background-color 0.3s;
}

.single-content-nav ul li a.active::before {
    background-color: #ffffff;
    transform: translateX(-50%) scale(1);
}

.title{
    text-transform: uppercase;
}

/* Mobile View Adjustments */
@media (max-width: 767px) {
    .single-content-nav ul {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        scrollbar-width: thin; 
        scrollbar-color: rgba(128, 137, 150, 0.4) rgba(128, 137, 150, 0.1);
    }

    .single-content-nav ul::-webkit-scrollbar {
        height: 8px; 
        display: block !important; 
    }

    .single-content-nav ul::-webkit-scrollbar-track {
        background-color: rgba(128, 137, 150, 0.1);
    }

    .single-content-nav ul::-webkit-scrollbar-thumb {
        background-color: rgba(128, 137, 150, 0.4);
    }

    .single-content-nav ul li a {
        padding: 15px;
    }
}

/* Smaller Mobile Devices */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-content-nav ul {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        scrollbar-width: thin;
        scrollbar-color: rgba(128, 137, 150, 0.4) rgba(128, 137, 150, 0.1);
    }

    .single-content-nav ul::-webkit-scrollbar {
        height: 8px;
        display: block !important;
    }

    .single-content-nav ul li a {
        padding: 15px;
        font-size: 16px;
    }
}



/*siebar section single page*/
.sidebar {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    position: sticky;
    top: 30px;
}

/* Price Section Styling */
.package-price {
    font-size: 18px;
    margin-bottom: 15px;
}

.package-price_from {
    font-weight: bold;
}

.package-price-tag b {
    color: #0074b9;
    padding-right: 5px;
    font-size: 2.25rem;
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
}

/* Table for group pricing */
.cost-schedule td {
    padding: 5px 10px;
}

/* Heart Button */
.btn-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
/* Styling the entire form group */
.people-calculation {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.people-calculation label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

/* Styling the quantity buttons */
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    background-color: #0074b9;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
}

.quantity-btn:hover {
    background-color: #005f8b;
}

.traveler-input {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #0074b9;
    border-radius: 8px;
    padding: 5px;
    font-weight: bold;
    color: #333;
    background-color: #f8f8f8;
}

.traveler-input:disabled {
    background-color: #e0e0e0;
    cursor: not-allowed;
}

.traveler-input:focus {
    outline: none;
    border-color: #005f8b;
}

/* Calendar and Number Inputs */
.calendar input[type="date"],
.people-calculation input[type="number"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

.increment-decrement-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-handler {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    background-color: #f0f0f0;
    cursor: pointer;
    border: none;
}

.traveler-input {
    width: 50px;
    text-align: center;
    border-radius: 0px;
    padding: 5px;
}

.booking-trip button {
    background-color: #008C74;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

.booking-trip button:hover {
    background-color: #007557;
}

.side-rate {
    margin-top: 15px;
    font-size: 16px;
}

.side-rate .rating {
    color: #f5a623;
}

.about-use-wrapper {
    padding: 0px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.talkto img {
    width: 74px;
    height: 85px;
}

.talkto a {
    color: #008C74;
    text-decoration: none;
}



.centered {
    position: absolute;
    top: 66%;
    left: 45%;
    width: 100% !important;
    color: #fff !important;
    text-align: center;
    transform: translate(-45%, -70%);
}

.centeredd {
    position: absolute;
    top: 46%;
    left: 45%;
    width: 100% !important;
    color: #fff !important;
    text-align: center;
    transform: translate(-45%, -45%);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.d-flex {
    display: flex !important
;
}
.me-3 {
    margin-right: 1rem !important;
}



.contact-location i {
        font-size: 1.5rem;
        color: #007bff;
    }


    .contact-location span,
    .contact-location a {
        color: #555;
    }

    .contact-location a:hover {
        color: #007bff;
    }






     .larger-swal .swal2-content {
            font-size: 1.5rem !important;
        }
        .larger-swal .swal2-title {
            font-size: 2rem !important;
        }

        .comment-content .comment-item {
            background: #f8f9fa;
            border: 1px solid #e9ecef;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
                padding: 15px;
        }

        .comment-image img {
            border: 2px solid #dc3545; 
        }
        .comment-image h5 a {
            color: #333;
            text-decoration: none;
        }
        .comment-image h5 a:hover {
            color: #dc3545;
        }
       
        .deal-rating .fa-star-o {
            color: #ccc;
        }
        .review-text {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #555;
        }
        .card-meta .post-dot {
            display: inline-block;
            width: 5px;
            height: 5px;
            background: #999;
            border-radius: 50%;
            vertical-align: middle;
            margin: 0 8px;
        }






