@font-face {
    font-family: YogeshR;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiR.otf") format("opentype");
}
@font-face {
    font-family: YogeshG;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiG.otf") format("opentype");
}
@font-face {
    font-family: YogeshRealWM;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiAgra_Medium.otf") format("opentype");
}
@font-face {
    font-family: YogeshRealWMI;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiAgra_Medium_Italic.otf") format("opentype");
}
@font-face {
    font-family: YogeshRealWN;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiAgra_N_SemiLight.otf") format("opentype");
}
@font-face {
    font-family: YogeshRealWNI;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiAgra_SemiLight_Italic.otf") format("opentype");
}
@font-face {
    font-family: YogeshRealWT;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiAgra_Thin.otf") format("opentype");
}
@font-face {
    font-family: YogeshRealWTI;
    src: url("https://www.tajtaxiagra.com/wp-content/themes/travlla/fonts/TajTaxiAgra_Thin_Italic.otf") format("opentype");
}
.header-style-3 .header-nav .nav > li > a{
    font-family: 'YogeshRealWM' !important;
}
.header-style-3 .header-style-top-bar .trv-tp-slogn{
    font-family: 'YogeshRealWN' !important;
}
.header-style-3 .header-style-top-bar .header-style-top-bar-mail{
    font-family: 'YogeshRealWN' !important;
}
.header-style-3 .cart-link{
    display: none !important;
}
.header-style-3 .logo-header .logo-header-inner img{
    max-width: 90px !important;
}
.header-style-3 .extra-cell .site-button .fa-phone{
        margin: 5px;
}
.site-button{
    background-color: #FFAA0D !important;
    font-family: 'YogeshRealWM' !important;
    color: #000;
}
.trv-hp5-bnr-wrap .trv-banner-5-text .trv-banner-5-text-small{
    font-size: 34px !important;
    font-family: 'YogeshG' !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.trv-hp5-bnr-wrap .trv-banner-5-text .trv-banner-5-text-large{
    font-size: 34px !important;
    font-family: 'YogeshG' !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding-left: 20px;
}
.trv-hp5-bnr-wrap .trv-banner-5-text .trv-banner-text-detail{
    font-family: 'YogeshG' !important;
}
.travlla_dz_navigation-1 .footer-nav li{
    text-align: left !important;
    color: #fff !important;
    font-family: 'YogeshRealWM' !important;
}
.widget_services ul li a{
    color: #fff !important;
    font-family: 'YogeshRealWM' !important;
}
.widget_services ul li a:before{
    color: #fff !important;
}
.footer-dark .widget_about p{
    font-family: 'YogeshRealWM' !important;
    color: #fff !important;
    padding-right: 15px !important;
}
.footer-follow-instagram{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.footer-dark .footer-bottom .copyrights-text{
    font-family: 'YogeshRealWM' !important;
    font-size: 16px !important;
}
@media (max-width: 1366px) {
    .trv-hp5-bnr-wrap .trv-hp5-bnr-sec {
        height: 550px !important;
    }
}
/* Global reset + prevent bottom (horizontal) scroller */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;   /* Removes horizontal scroll */
}
.floating-booking {
    position: fixed !important;
    left: 15px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 999999;
}
.table-responsive-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth mobile scroll */
}

.table-responsive-scroll table {
  min-width: 900px; /* forces horizontal scroll on mobile */
}
.tour-note{
  margin: 12px 0;
  padding-left: 18px;
}
.tour-note li{
  font-size: 14px;
  line-height: 1.6;
}

.booking-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 10px 12px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.booking-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.25);
	color:#fff !important;
}

.call-btn {
    background: #f7b432;
}

.wa-btn {
    background: #25D366;
}

.btn-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.btn-text {
    line-height: 1;
}

/* Mobile fine-tuning */
@media (max-width: 480px) {
    .booking-btn {
        font-size: 13px;
        padding: 9px 16px 9px 10px;
    }
}
/* Prevent elements from causing overflow */
*,
*::before,
*::after {
  box-sizing: border-box;
}
.header{
    color: #000 !important;
    background: #fff !important;
}
.readmore{
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.7 !important;
}

/* Default: show only 3 lines */
.readmore__content{
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* NUMBER OF LINES */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}

/* Expanded state: show full content */
.readmore.is-open .readmore__content{
  display: block;
}

/* Button */
.readmore__btn{
  margin-top: 8px;
  background: none;
  border: none;
  color: #0071bf;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.readmore__btn:hover{
  text-decoration: underline;
}
/* Optional: fix common overflow causes */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
.site-header{
    
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.site-header .header-inner{
        justify-content: space-between !important;
    display: flex;
}
.comments-area a, .page-content a{
        text-decoration: none !important;
}
.site-header .show-logo{
    flex: 0 0 auto;
    width: auto;
}
.site-header .header-inner .site-branding .site-logo img{
    display: block;
    max-width: 100px !important;
    max-height: 100px !important;
}
.site-header .site-navigation{
    flex: 0 0 auto;
    width: auto;
    align-items: center;
    display: flex !important;
}
.site-header .site-navigation{
    flex: 0 0 auto;
    width: auto;
    align-items: center;
    display: flex !important;
}
.site-navigation ul.menu li a{
    display: block;
    padding: 8px 15px;
    color: #000;
    font-family: 'YogeshG';
    font-size: 16px;
}
.taj-section-01 h1{
    font-family: 'YogeshG' !important;
    color: #161616 !important; 
    font-size: 22px; 
    padding: 0px;
    margin: 0px;
    align-items: left;
    text-align: left;
}
.taj-section-01 h2{
    font-family: 'YogeshG' !important;
    color: #161616 !important; 
    font-size: 20px; 
    padding: 0px;
    margin: 0px;
    align-items: left;
    text-align: left;
}
.taj-section-01 h3{
    font-family: 'YogeshG' !important;
    color: #161616 !important; 
    font-size: 18px; 
    padding: 0px;
    margin: 0px;
    align-items: left;
    text-align: left;
}
.taj-section-01 p{
    font-family: 'YogeshG' !important;
    color: #161616 !important; 
    font-size: 16px; 
    padding: 0px;
    margin: 0px;
    align-items: left;
    text-align: left;
}
.taj-sec-1 h2{
    font-family: 'YogeshG' !important;color: #161616 !important; font-size: 22px; text-transform: uppercase !important;padding: 0px;
    margin: 0px;display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.taj-sec-3 h2{
    font-family: 'YogeshG' !important;
    text-transform: capitalize !important;
    font-size: 18px;
    color:#000;
}
.taj-sec-4 h2{
    font-family: 'YogeshG' !important;
    text-transform: capitalize !important;
    font-size: 18px;
    color:#000;
}
.custom-image-grid {
    display: flex;
    width: 100%;
    gap: 10px;
}
.right-plot-inner-wrap .wptravel-price-wrap .trip-price{
	display:none;
}
.wp-travel .slick-track .wp-travel-booking-form{
	display:none !important;
}
.table-responsive.bgwhite {
  background: #ffffff;
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Horizontal scrollbar style */
.table-responsive.bgwhite::-webkit-scrollbar {
  height: 6px;
}

.table-responsive.bgwhite::-webkit-scrollbar-track {
  background: #fff7dd;
  border-radius: 10px;
}

.table-responsive.bgwhite::-webkit-scrollbar-thumb {
  background: #f7b432;
  border-radius: 10px;
}

/* Make table wider so scroll appears on small screens */
.table-responsive.bgwhite table {
  min-width: 650px;
  border-collapse: collapse;
  margin-bottom: 0;
}

/* Header styling */
.table-responsive.bgwhite thead.bg-warning {
  background: #f7b432 !important;
  color: #2b2b2b;
}

.table-responsive.bgwhite thead th {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-color: #f1a820 !important;
  text-align: center;
  padding: 10px 12px;
}

/* Body cells */
.table-responsive.bgwhite tbody td {
  font-size: 14px;
  padding: 8px 12px;
  vertical-align: middle;
  border-color: #ffe2a4 !important;
}

/* First column (labels) */
.table-responsive.bgwhite tbody td:first-child {
  font-weight: 600;
  background: #fff7dd;
  white-space: nowrap;
}

/* Row striping */
.table-responsive.bgwhite tbody tr:nth-child(even) {
  background: #fffcf0;
}

/* Hover effect */
.table-responsive.bgwhite tbody tr:hover {
  background: #fff3c5;
}

/* Currency style */
.table-responsive.bgwhite .WebRupee {
  font-weight: 600;
  color: #f7b432;
}

/* Make price cells nicely aligned */
.table-responsive.bgwhite tbody td:nth-child(n+2) {
  text-align: center;
  white-space: nowrap;
}
.wptravel-layout-v2 .wptravel-archive-wrapper.grid-view .view-box .view-content .left-content .trip-icons{
    padding: 4px 10px !important;
    margin: 2px 0px  !important;
}
/* Optional: small screens tweaks */
@media (max-width: 576px) {
  .table-responsive.bgwhite {
    padding: 10px;
    border-radius: 10px;
  }

  .table-responsive.bgwhite thead th {
    font-size: 13px;
    padding: 8px;
  }

  .table-responsive.bgwhite tbody td {
    font-size: 13px;
    padding: 6px 8px;
  }
}
.wp-travel.trip-headline-wrapper .featured-detail-section.right-plot{width:70%;float:left;}
.wp-travel.trip-headline-wrapper .right-plot-inner-wrap{
    padding: 0 25px 30px 0px;
}
.view-box .footer-wrapper .trip-price{display:none !important;}
.right-side-enquiry-form{
    width: 30%;
    float: left;
}
.right-side-enquiry-form .form-wrapper{
    border: 10px solid #f7b432;
    padding: 10px;
    background: #fff;
}
.right-side-enquiry-form .form-wrapper h2{
    padding: 10px;
    margin: 0px;
    background: #f1f1f1;
    font-size: 18px;
    font-family: 'YogeshG';
}
.right-side-enquiry-form .form-wrapper .form-group{
        width: 100%;
}
.right-side-enquiry-form label{
    color: #161616;
    font-family: 'YogeshR';
}
.right-side-enquiry-form .form-group input,
.right-side-enquiry-form .form-group select,
.right-side-enquiry-form .form-group textarea {
  width: 100%;
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid #333;
    font-size: 14px;
    box-sizing: border-box;
    height: 35px;margin-bottom: 0px;
}
.right-side-enquiry-form .form-group textarea {
      resize: vertical;
      min-height: 50px;
    }
    .success-box,
    .error-box {
      display: none;
      font-size: 12px;
    padding: 4px;
    margin-top: 4px;
    line-height: 12px;
    }
.error-box {
    background: #ffebee;
    border: 1px solid #f44336;
    color: #c62828;
    font-size: 12px;
    padding: 4px;
    margin-top: 4px;
    line-height: 12px;
    font-family: 'YogeshG';
}
 .success-box {
      background: #e6f7e8;
      border: 1px solid #4caf50;
     font-size: 12px;
    padding: 4px;
    margin-top: 4px;
    line-height: 12px;
    font-family: 'YogeshG';
    }
.right-plot-inner-wrap .booking-form{display:none;}
.call-question-box p{margin-top:0px !important;}
.call-question-box h2{margin-top:0px;}
.cqa-sec{display: flex;}
.cqa-sec a{
    background: #000;
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    font-family: 'YogeshR';
}
.cqa-sec .cqa{
   margin-bottom: 20px; 
}

#submitBtn{
    width: 100%;
    background: #000;
    color: #fff;
    font-family: 'YogeshG';
}
/* Column 1 – 50% width, one full image */
.custom-image-grid .col-1 {
    width: 50%;
}

.custom-image-grid .col-1 img {
    width: 100%;
    height: 390px;         /* fixed height */
    object-fit: cover;
    border-radius: 6px;
}

/* Column 2 & 3 – 25% width each, 2 stacked images */
.custom-image-grid .col-2,
.custom-image-grid .col-3 {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-image-grid .col-2 img,
.custom-image-grid .col-3 img {
    width: 100%;
    height: 190px;         /* fixed height for each image */
    object-fit: cover;
    border-radius: 6px;
}

/* Mobile Responsive (stack columns) */
@media (max-width: 768px) {
    .custom-image-grid {
        flex-direction: column;
    }
    .custom-image-grid .col-2{display:none;}
    .custom-image-grid .col-3{display:none;}
    
    .custom-image-grid .col-1,
    .custom-image-grid .col-2,
    .custom-image-grid .col-3 {
        width: 100%;
    }
    .right-side-enquiry-form{width:100%;}
    .cqa-sec{display:block;}
    .custom-image-grid .col-1 img {
        height: auto;
    }

    .custom-image-grid .col-2 img,
    .custom-image-grid .col-3 img {
        height: auto;
    }
    .wp-travel.trip-headline-wrapper .featured-detail-section.right-plot{width:100%;}
}
.taj-sec-1 .ue_gradient_button{
	font-family: 'YogeshG';
}
.taj-sec-5 h2{
    font-family: 'YogeshG' !important;
    text-transform: capitalize !important;
    font-size: 18px;
    color:#000;
}
.main-nav .sub-menu > li:hover{
    background:#f1f1f1;
}
.main-nav-header{    float: left !important;
    padding-left: 50px;}
.cshero-phone-number{
    float:right;
}
.main-nav > li{
    margin-right: 20px !important;
}
.main-nav .sub-menu{
    width: 300px !important;
}
.main-nav .sub-menu > li{
        padding: 6px 10px !important;    
        border-top: 1px solid #f1f1f1 !important;
}
.cshero-phone-number a{
    background: #000;
    padding: 10px 18px;
    border-radius: 25px;
    color: #fff;
    font-family: 'YogeshG';
}
.taj-sec-3 p{
    font-family: 'YogeshG' !important;
    font-size: 14px;
    color:#000 !important;
}
.taj-sec-4 .uc_post_grid_style_one .uc_more_btn{
	    font-family: 'YogeshG';
}
.taj-sec-5 .uc_quote_item .ue_title{
	    font-size: 20px;font-family:'YogeshG';
}

.taj-sec-5 .uc_quote_item .ue_subtitle{
	font-family:'YogeshG';
}

.taj-sec-5 .uc_quote_item .ue-text {
	 font-family: 'YogeshR' !important;
    color: #000 !important;
    line-height: 20px !important;
}
.taj-sec-4 .uc_post_grid_style_one .ue-item-title{
	font-family: 'YogeshG';
    font-size: 20px;
    color:#000;
}
.taj-sec-4 .uc_post_grid_style_one .ue-item-text{
	font-family: 'YogeshG';
    font-size: 14px;
    line-height: 18px;
    color:#000;
}
.taj-sec-4 .uc_post_grid_style_one .ue-item-descr{
	    font-family: 'YogeshG';
    font-size: 14px;
    line-height: 18px;
    color: #fea801 !important;
}
.taj-sec-1 h1{
    font-family: 'YogeshG' !important;color: #161616 !important; font-size: 22px; text-transform: uppercase !important;padding: 0px;
    margin: 0px;display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.taj-sec-1 .ue-title{
    font-family: 'YogeshG' !important;
}
.taj-sec-1 p{
    margin-top: 0px !important;
    font-family: 'YogeshG' !important;
    color: #161616;
}
.full-taj-sec-1{
	position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    color: #fff;
    padding: 20px;
    max-width: 100vw !important;
}
.full-taj-sec-1 .home-content{
	    padding: 40px 0px;
}
.slicknav_menu .slicknav_btn .slicknav_icon:before, .slicknav_menu .slicknav_btn .slicknav_icon:after{background:#000 !important;}
.slicknav_menu .slicknav_btn .slicknav_icon{background:#000 !important;}
.slicknav_menu .slicknav_btn{
    background: #FEA801;
}
.full-taj-sec-1 .home-sub-sec-01{
	font-family: 'YogeshG';
    color: #fff;
    font-size: 35px;
    line-height: 44px;
}

.full-taj-sec-1 .home-sub-sec-02{
	font-family: 'YogeshG';
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 30px;
}
.full-taj-sec-1 .home-sec-para{
	color: #fff;
	font-family: 'YogeshR';
	max-width: 632px;
	padding: 20px 0px;font-size: 15px;
}
.full-taj-sec-1 .home-sub-sec-03{
	    padding: 40px 0px;
}
.full-taj-sec-1 .home-sub-sec-03 a{
	background: #fff;
    color: #000;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 12px;
    font-family: 'YogeshG';
}
#uc_content_grid2_elementor_4b92a9a.uc_post_grid_style_one .uc_content{
	background: #000 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px  !important;
}
#uc_content_grid2_elementor_4b92a9a.uc_post_grid_style_one .uc_content{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#uc_content_grid2_elementor_1e05baa.uc_post_grid_style_one .uc_content{
	background: #000 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px  !important;
}
#uc_content_grid2_elementor_1e05baa.uc_post_grid_style_one .uc_content{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.home-tour-grid .htg-title{
	font-family: 'YogeshR';
    color: #fff;
    font-size: 16px;
    margin-top: -4px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-tour-grid .htg-dd{
	    display: flex;
}
.home-tour-grid .htg-loc{
	width: 50%;
	color: #fff;
	font-family: 'YogeshG';
	font-size: 12px;
}
.home-tour-grid .htg-loc-2{
	color: #fff;
	font-family: 'YogeshG';
	font-size: 12px;
}
.home-tour-grid .htg-date{
	 width: 50%;
    color: #fff;
    font-family: 'YogeshG';
    font-size: 12px;
}
.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-content .left-content header .entry-title .heading-link{
    font-family: 'YOGESHR'  !important;
    color: #f7b432 !important;
    font-size: 20px !important;
    line-height: 26px !important;
}
.wp-travel-toolbar .wp_travel_input_filters{
    width: 154px !important;;
    padding: 10px !important;
    background: #f1f1f1 !important;
}
.wp-travel.trip-headline-wrapper p{
    font-family: 'YogeshG' !important;
    font-size: 16px !important;
    color: #161616 !important;
}
.trip-short-desc p{
    font-family: 'YogeshG' !important;
    font-size: 16px !important;
    color: #161616 !important;
}
.wp-travel-trip-meta-info{
    background: #fff;font-family: 'YogeshR';
}
.wp-travel.trip-headline-wrapper .wptravel-book-your-trip{
    background: #f7b432 !important;
    border: 0px !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.wp-travel-booking-wrapper a{
    color:#f7b432 !important;
}
.wp-travel.trip-headline-wrapper .wp-travel-keywords{
    font-family: 'YogeshG' !important;
    font-weight: 600 !important;
    color: #161616 !important;
}
#faq h4 a{
    color: #161616;
    font-family: 'YogeshR';
    font-size: 18px;
}
.wp-travel.trip-headline-wrapper .wp-travel-keywords a{
    font-family: 'YogeshG';
    font-weight: 600;
    color: #161616;
}
.tour-info .tour-info-box{
    background: #f7b432 !important;
    padding: 10px !important;
    border: none !important;
    color: #000 !important;
    font-family: 'YogeshR' !important;
}
.tour-info .tour-info-column .tour-info-item{
    color:#000 !important;
}
#wp-travel-enquiries{
    background: #f1f1f1 !important;
}
#wp-travel-tab-wrapper{
    background: #fff !important;
    font-family: 'YogeshR' !important;
    font-size: 16px !important;
    color: #161616 !important;
}
.wp-travel-trip-meta-info a{color:#161616 !important;}
.wp-travel-toolbar .wp-travel-post-filter .wp-travel-filter-by-heading{
    margin-bottom: 20px;
}
.wp-travel-feature-slide-content.featured-detail-section .right-plot-inner-wrap .entry-header .entry-title{
    font-size: 24px !important;
    font-family: 'YogeshG' !important;
}
.trip-price{
    color: #f9a032 !important;
    margin-top: 8px !important;
    font-family: 'YogeshG' !important;
}
.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-content .left-content .trip-desc p{
    font-family: 'YogeshG'  !important;
    font-size: 16px !important;
}
.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-content .left-content .trip-icons span{
    color: #161616 !important;
    font-family: 'YogeshG' !important;
}
.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-content .left-content a{color: #161616 !important;}
.wptravel-layout-v2 .wptravel-archive-wrapper .view-box .view-content .right-content .explore-btn span{
    font-family: 'YogeshR' !important;
    color: #fff !important;
    font-size: 16px !important;
}
.wp-theme-adventure-tours .page-header{display:none !important;}
.wp-theme-adventure-tours .header-section--with-banner{display:none !important;}
.header .top-navigation{
    background: #f1f1f1;
    font-family: YogeshR;
    color: #161616;
    border-radius: 50px;
    margin: 2px;
}
.table .text-dark{
    background: #f7b432;
    color: #000;
}
.table th, .table td{
    border: 1px solid #000;
    color: #000;
}
.header-section{
    background-color: transparent !important;
    box-shadow: none !important;
}
.breadcrumbs ul li a{
    border-bottom: none !important;
    font-family: 'YogeshG' !important;color: #000 !important;
}
.breadcrumbs ul li {
    color: #000  !important;
    display: inline-block ;
    font-family: 'YogeshG'  !important;
}
.col-md-12 .padding-left{
    padding-left:0px !important;
}
.col-md-12 .padding-right{
    padding-right:0px !important;
}
.col-md-12 .header-section__content {
    height: 30px;
}
.vc_custom_1737980071441
 {
    margin-bottom: 25px !important;
}
.header__info:before{display:none;}
.header__info__item--social-icons a{padding-left:20px;color: #161616;}
.header__info__item a{color: #161616;}
#logoLink img{padding: 6px 0px;}
.main-nav a{
    color: #161616 !important;
    opacity: 1;
    font-family: 'YogeshG'  !important;
    font-weight: 500  !important;
}
.footer {
    background: #000 !important;
    font-family: 'YogeshR'  !important;
}
.foo-sec{font-family: 'YogeshR';}
.readmore {
    
    font: 16px/1.6 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  }
.footer__arrow-top{
    background: #f7b432;
}
.widget .menu li:before{
    content: "➤" !important;
    color: #fff;
    margin-right: 10px;
}
.footer .widget a{    color: #fff;
    font-family: 'YogeshR';
    font-size: 16px;}
.widget-contact-info__item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: middle;
}
.widget-contact-info__item__icon {
    display: table-cell;
    width: 27px;
    vertical-align: middle;
}

.footer__copyright{
    color: #fff;font-family: 'YogeshG';
}
.footer-nav ul > li {
    display: inline-block;
    position: relative;
}
.footer-nav ul{
    list-style-type: none;display: block;
    margin: 0;
    padding: 0;
}
.widget-contact-info__item__icon i {
    width: 1.688em;
    height: 1.688em;
    line-height: 1.688em;
    border-radius: 100%;
    background: #959da7;
    color: #000;
    font-size: 1.071em;
    text-align: center;
    margin-right: 10px;
}
.widget-contact-info__item__text{
    color: #fff;
    font-family: 'YogeshG';
}
.footer__arrow-top a{
    opacity: 1  !important;
    color: #000   !important;
}
 

  .readmore.is-open .readmore__content {
    -webkit-line-clamp: unset;
    max-height: none;
  }
.footer .widget__title{
    font-family: 'YogeshG' !important;
    color: #f7b432 !important;
    opacity: 1 !important;
}
.vc_empty_space{height:0px !important;}
  .readmore__btn {
    margin-top: 12px;
    border: 2px solid #f7b432;
    padding: 6px 16px;
    border-radius: 999px;
    background: #f3f4f6;font-family: 'YogeshR';
    cursor: pointer;
    font-weight: 500;
    display: block;          /* full width button block */
    margin-left: auto;       /* push center */
    margin-right: auto;      /* push center */
  }
.vc_column-inner h1{
     font-family: 'YogeshG' !important;font-weight: 600 !important;font-size: 24px !important;color:#161616 !important;
}
.vc_column-inner h2{
     font-family: 'YogeshG' !important;font-weight: 600 !important;font-size: 24px !important;color:#161616 !important;
}
#uc_content_grid2_elementor_0e586f4.uc_post_grid_style_one .uc_content{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.wpb_wrapper p{
    font-family: 'YogeshG' !important;color:#161616 !important;
}
.wpb_wrapper a{font-family: 'YogeshG' !important;color:#161616 !important;}
.item-attributes__item:last-child{background: #f7b432;}
.atgrid__item__description{font-family: 'YogeshR' !important;}

 .floating-btns {
       position: fixed;
    left: 15px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 9999;
  }

  .btn-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .btn-circle:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  }

  .btn-call { background: #f7b432;    position: relative; }       /* Red */
  .btn-wa   { background: #25D366;    position: relative; }       /* WhatsApp Green */
 
  .btn-circle svg {
    width: 28px;
    height: 28px;
    fill: #fff;
  }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.top-section-box{background:#f7b432;}
.top-section-box .top-section-inner{
  max-width: 1170px;margin:auto;
}
.top-section-box .top-section-inner #whatsappform{
    display: inline-flex;    width: 100%;
}
.top-section-box .top-section-inner .btn-booking{
    margin-top: 26px;
}
.top-section-box .top-section-inner .btn-booking .submit-btnn{
    background: #000;
    color: #fff;
    width: 100%;
    padding: 8px;
}
.top-section-box h2{margin-top: 0px;
    padding-top: 20px;
    font-family: 'YogeshG';
    font-size: 18px;
    text-transform: uppercase;}
.form-group{    width: 24%;
    margin-right: 10px;}
#uc_content_grid2_elementor_fa180ef.uc_post_grid_style_one .uc_content{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
@media(max-width:767px){
    .header__info__items-right{display:none !important;}
    .form-group{    width: 100% !important;
    padding: 10px; padding-top: 0px;margin-right: 0px !important;}
    .top-section-box .top-section-inner #whatsappform{
    display: block !important;    width: 100% !important;}
    .top-section-box h2{padding: 10px !important;}
   
}
@media(max-width:900px){
   
    .cshero-phone-number{display:none;}
}
@media (max-width: 600px) {
  .full-taj-sec-1 .home-content {
    padding: 10px 0px;
}
.taj-sec-4 .uc_post_grid_style_one .ue-item-title{
	font-size: 14px !important;
    color: #000 !important;
    line-height: 18px !important;
}
.taj-sec-4 .uc_post_grid_style_one .ue-item-text{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.taj-sec-4 .uc_post_grid_style_one .ue-item-descr{
	display:none !important;
}
    .full-taj-sec-1 .home-sub-sec-01{
            font-size: 24px;
            line-height: 32px;
    }
    .full-taj-sec-1 .home-sub-sec-02{
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .full-taj-sec-1 .home-sec-para{
            padding: 10px 0 !important;
    }
    .full-taj-sec-1 .home-sub-sec-03 a{
        padding: 8px 8px !important;
        font-size: 12px !important;
    }
    .full-taj-sec-1 .home-sub-sec-03 {
    padding: 10px 0px !important;
    }
}
.resp-accordion[aria-controls="tab_item-6"] {
    display: none !important;
}
.footer .widget__title {
    font-size: 1.200em;
}
.footer .textwidget h4{
    font-family: 'YogeshG';
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.footer .custom-html-widget a .fa{
	color:#fff !important;
}
.widget ul {
    margin: 0;
    padding: 0;
    position: relative;
    color: #333;
    border: none;
    list-style: none;
}