 
 /* ================================
   HINDU DEVALAYA YATRA COLOR THEME
================================ */

:root {
  --saffron-primary: #C84A1A;
  --maroon-secondary: #6B2E1A;
  --gold-accent: #F2B705;
  --temple-brown: #3A1F14;

  --bg-main: #FFF9F3;
  --bg-section: #FFFFFF;
  --bg-soft: #F7EFE7;

  --text-primary: #3A1F14;
  --text-secondary: #5A3A2A;
  --text-light: #FFFFFF;
  --text-muted: #8D6E63;

  --btn-primary-bg: #F2B705;
  --btn-primary-text: #3A1F14;
  --btn-primary-hover: #E0A800;

  --btn-secondary-bg: #C84A1A;
  --btn-secondary-text: #FFFFFF;
  --btn-secondary-hover: #B03F16;

  --border-light: #E6D3C4;
  --border-gold: #F2B705;
  --divider-soft: #EADBC8;

  --hero-overlay-dark: rgba(58, 31, 20, 0.55);
  --hero-overlay-light: rgba(200, 74, 26, 0.25);
}
 
 
 @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,700;1,900&display=swap');

 *::-webkit-scrollbar {
     width: 8px
 }

 * {
     scrollbar-width: thin;
     scrollbar-color: #000 #fff
 }

 *::-webkit-scrollbar-track {
     background: #fff
 }

 *::-webkit-scrollbar-thumb {
     background-color: #929292;
     border-radius: 6px;
     border: 3px solid #fff
 }


body {
  background-color: var(--bg-main);
  color: var(--text-secondary);
  font-family: 'Lato', sans-serif;
}


 img {
     max-width: 100%;
 }

 a {
     color: inherit !important;
     text-decoration: none !important;
 }

 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
     background: #B10819 !important;
 }

 .owl-theme .owl-dots .owl-dot span {
     background: #9b8935 !important;
 }

 @media (min-width: 992px) {
     .navbar-expand-lg .navbar-collapse {
         display: inline-block !important;
     }

 }

 .carousel-indicators {
     bottom: 50px !important;
 }

 /* Clean Top Bar Styles */
 .header-clean-top {
     background: #fff;
     padding: 10px 0;
     border-bottom: 1px solid #eee;
     font-size: 14px;
     font-weight: 500;
 }

 .header-clean-top a {
     color: #521A01 !important;
     transition: color 0.3s ease;
 }

 .header-clean-top a:hover {
     color: #B10819 !important;
 }

 .header-clean-top i {
     color: #B10819;
     font-size: 16px;
 }

 .social-clean a i {
     font-size: 18px;
 }


 .navbar-toggler,
 .navbar-toggler:focus {
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
 }


 .navbar {
     padding: 0px !important;
     box-shadow: 0 4px 8px #2122201a !important;
     width: 100%;
     background-color: var(--bg-section);
     border-bottom: 2px solid var(--border-light);
 }

 .navbar-brand img {
     width: 140px;
 }

 .fixed-top {
     top: 0px;
     transform: translateY(0px);
     transition: transform .3s;
 }


 .navbar .dropdown-menu {
     background: none !important;
     border: none !important;
     margin-top: -6px !important;
 }

 .dropdown-menu .inner {
     color: #521A01;
     background: rgb(255, 255, 255);
     box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
     border-radius: 6px;
     margin-top: 8px;
     padding: 10px 20px;
     font-size: 13px;
     transition: all 0.5s ease 0s;
 }

 .dropdown-menu .inner:before {
     content: "";
     position: absolute;
     top: 6px;
     fill: rgb(255, 255, 255);
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 10px solid rgb(255, 255, 255);
 }

 .dropdown:hover>.dropdown-menu {
     display: block;
 }

 .navbar li ul.dropdown-menu li ul.dropdown-menu {
     left: auto;
     right: 46px !important;
     /* width: 200px; */
     /* width: 100%; */
     margin: 0 auto;
     top: 0;
     right: auto;
     left: 100%;
     min-width: 20rem;

 }

 .dropdown-menu .inner .inner {}

 .dropdown-menu .inner .inner .dropdown-item {
     margin: 0;
     font-size: 12px;
     line-height: 20px;

 }

 .dropdown-item {
     padding: 5px 10px;
     margin: 4px 0px;
 }

 .nav-link:hover {
     color: #da7134;

 }

 .nav-link {
     padding: 20px 10px !important;
     color: #da7134;
     font-weight: 600;
     font-size: 13px !important;
     text-transform: uppercase;
 }

 .navbar li ul.dropdown-menu li ul.dropdown-menu .dropdown-item {
     font-size: 12px;
 }

 .navbar li ul.dropdown-menu li ul.dropdown-menu .inner:before {
     border-top: 10px solid transparent;
     border-right: 10px solid #fff;
     border-bottom: 10px solid transparent;
 }

 .navbar-nav .nav-link.active,
 .navbar-nav .nav-link.show {
     color: var(--saffron-primary) !important;
 }

 .dropdown-item:hover,
 .dropdown-item.active,
 .dropdown-item:active {
     background: #ffe6db !important;
     color: #521A01 !important;
     outline: 1px solid #521A01;
     border-radius: 4px;
 }

 .carousel-caption {
     text-align: left !important;
     left: 15% !important;
     right: auto !important;
     bottom: 23% !important;
 }

 .top {
     font-size: 20px;
     text-transform: uppercase;
     padding-left: 50px;
     position: relative;
 }

 .info h3 {
     font-size: 70px;
     text-transform: uppercase;
     font-weight: 700;
     letter-spacing: 5px;
     margin: 0 0 8px 0;
 }

 .info .top:before {
     content: "";
     width: 30px;
     height: 1px;
     background: #fff;
     position: absolute;
     top: 13px;
     left: 0;
 }

 .info p {
     font-size: 14px;
     margin-bottom: 10px;
 }

 .info a {
     text-decoration: none;
     color: #fff;
     font-size: 14px;
     text-transform: capitalize;
     background: #521A01;
     border-radius: 20px;
     height: 34px;
     line-height: 34px;
     padding: 0 30px;
     display: inline-block;
     vertical-align: top;
 }

 .about-us {
     background: url(images/bg-about.png) no-repeat center center;
     margin-bottom: 30px;
     padding-top: 13px;
 }

 .about-us .container {
     margin-top: 0px;
     background: #F9D10B;
     position: relative;
     z-index: 9;
     padding: 50px;
     border-radius: 20px;
 }

 .about-us .container:after {
     content: "";
     position: absolute;
     top: 0px;
     background: url(../images/clientElmnt1.png);
     width: 160px;
     mix-blend-mode: exclusion;
     height: 160px;
     background-size: contain;
 }

 .about-us img {
     border: 6px solid #fff;
     border-radius: 6px;

 }

 .ytvideo iframe {
     border-style: none;
     height: 100%;
     width: 100%;
 }

 .ytvideo {
     position: relative;
     margin: 0;
     padding: 0;
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
     -webkit-background-size: cover;
     background-size: cover;
     cursor: pointer;
     width: 870px;
     height: 420px;
     background-image: url(images/bg-video.jpg);
 }

 .section-style2 {
     overflow: hidden;
     padding: 50px 0px;
 }

 .section-style2 .item .item-block:before {
     position: absolute;
     content: '';
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 40%;
     z-index: 1;
     background: -webkit-linear-gradient(left top, #000, transparent);
     background: -o-linear-gradient(bottom right, #000, transparent);
     background: -moz-linear-gradient(bottom right, #000, transparent);
     background: linear-gradient(to top, #000, transparent);
     opacity: 0.8;
 }

 .section-style2 .item .item-block {
     position: relative;
 }

 .section-style2 .product-item-container {
     overflow: hidden;
     position: relative;
     margin: 0 0 15px;
     background: #fff;
     z-index: 1;
     border-radius: 20px;
 }

 .section-style2 .item .item-block .image {
     position: relative;
 }

 .section-style2 .item .item-block .image img {
     width: 100% !important;
 }

 .section-style2 .item .item-block .image a {
     display: block;
     overflow: hidden;
 }

 .section-style2 .item .item-block .image a img {
     transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
     -webkit-transition: all 0.3s ease-in-out 0s;
     width: 100%;
 }

 .section-style2 .item .item-block .image .price {
     font-size: 18px;
     color: #521A01;
     font-weight: 700;
     background: #fff;
     position: absolute;
     right: 20px;
     top: 20px;
     height: 30px;
     line-height: 31px;
     padding: 0 15px;
     border-radius: 16px;
 }

 .label-bolt {
     position: absolute;
     left: 0;
     top: 0;
     width: 58px;
     height: 58px;
     line-height: 58px;
     font-size: 0;
     background: url(../images/icon-bolt.png) no-repeat center center;
 }

 .section-style2 .item .item-block .item-content {
     position: absolute;
     bottom: 0px;
     left: 0;
     right: 0;
     padding: 11px 20px;
     z-index: 2;
     transition: all 0.3s;
 }

 .section-style2 .item .item-block .item-content h3 {
     font-size: 16px;
     line-height: 24px;
     color: #fff;
     margin-top: 0;
 }

 .section-style2 .item .item-block .item-content h3 a {
     color: #fff;
     text-decoration: none;
 }

 .reviews-content {
     position: relative;
 }

 .reviews-content .star {
     background: url(images/star.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
     height: 15px;
     margin: 0;
     overflow: hidden;
     position: relative;
     width: 75px;
     display: inline-block;
     vertical-align: top;
 }

 .reviews-content .star span {
     background: url(images/star-active.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
     float: left;
     left: 0;
     overflow: hidden;
     padding-top: 1.5em;
     position: absolute;
     top: 0;
 }

 .section-style2 .item .item-block .item-content ul {
     margin: 0px;
     padding: 0px;
 }

 .section-style2 .item .item-block .item-content ul li {
     display: inline-block;
     vertical-align: top;
     color: #fff;
     text-transform: capitalize;
     margin-right: 10px;
     font-size: 14px;
 }

 .section-style2 .item .item-block:hover:before {
     background: -webkit-linear-gradient(left top, #521A01, transparent);
     background: -o-linear-gradient(bottom right, #521A01, transparent);
     background: -moz-linear-gradient(bottom right, #521A01, transparent);
     background: linear-gradient(to top, #521A01, transparent);
 }

 .section-style2 .item .item-block:hover .image a img {
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -ms-transform: scale(1.05);
     -o-transform: scale(1.05);
     transform: scale(1.05);
     transition: all 0.3s ease-in-out 0s;
     -moz-transition: all 0.3s ease-in-out 0s;
     -webkit-transition: all 0.3s ease-in-out 0s;
 }

 .section-style2 .item .item-block:hover .item-content {
     bottom: 0;
     transition: all 0.3s;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -ms-transition: all 0.3s;
 }

 .owl-carousel .owl-nav button.owl-next,
 .owl-carousel .owl-nav button.owl-prev,
 .owl-carousel button.owl-dot {
     font-size: 80px !important;
 }

 .owl-theme .owl-nav [class*=owl-]:hover {
     background: none !important;
     color: #521A01 !important;
 }

 .owl-next {
     float: right;
     margin-right: -40px !important;
 }

 .owl-prev {
     float: left;
     margin-left: -40px !important;
 }

 .owl-theme .owl-nav {
     margin-top: 10px;
     position: absolute;
     z-index: -9;
     top: 27%;
     left: 0px;
     width: 100%;
 }

 .head-title a {
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 700;
     color: #521A01;
     margin-top: 8px;
     text-decoration: none;
 }

 .head-title {
     margin-bottom: 25px;
 }

 .head-title .block-title h3 {
     font-size: 40px;
     font-weight: 700;
     color: #521A01;
     position: relative;
     margin: 0 0 15px 0;
 }

 .head-title .block-title p {
     margin-bottom: 0px;
 }

 .head-title .block-title h3:before {
     content: "";
     width: 50px;
     height: 5px;
     background: #521A01;
     position: absolute;
     bottom: -5px;
     left: 0;
     z-index: 1;
 }

 .section-style3 {
     padding: 30px 0px;
 }

 .section-style3 .promotion {
     background: url(images/promo0.png) no-repeat 0px 67px;
 }

 .section-style3 .promotion .item .why-hdy {
     background-color: var(--saffron-primary);
     border-radius: 40px 0 40px 40px;
     padding: 50px 20px;
     color: var(--text-light);
     margin-bottom: 15px;
 }

 .section-style3 .promotion .item img {
     height: 79px;
 }

 .section-style3 .promotion .item h3 {
     font-size: 18px;
     color: #fff;
     font-weight: 700;
     margin-top: 27px;
 }

 .section-style3 .promotion .item p {
     font-size: 14px;
     color: #fff;
     line-height: 24px;
 }

 .pkg {
     border: 1px solid transparent !important;
     box-shadow: 0 0 10px #00000012;
     border-radius: 8px !important;
     overflow: hidden;
     margin-bottom: 20px;
     text-decoration: none;
 }

 .pkg .pkg-img {
     position: relative;
 }

 .pkg .pkg-img img {
     width: 100%;
 }

 .pkg .card-text {
     margin-bottom: 0px;
 }

 .pkg .card-text del.small {
     position: relative;
     text-decoration: none;
 }

 .pkg .card-text del.small:before {
     height: 1px;
     width: 100%;
     background: red;
     transform: rotate(-8deg);
     content: "";
     position: absolute;
     left: 0px;
     top: 8px;
 }

 .pkg .card-body {
     position: relative;
     background-color: var(--bg-section) !important;
 }

 .pkg:hover {
     border: 1px solid #B10819 !important
 }

 .pkg:hover .card-body {
     background: #fff !important;
 }

 .pkg .card-body .btn:focus {
     box-shadow: none !important;
 }

 .pkg .card-body .btn {
     border-radius: 4px;
     padding: 6px 10px;
     font-size: 13px;
     border: 0px;
     font-weight: bold;
 }

 .pkg .card-body .btn-primary {
     background: #B10819;
 }

 .pkg .card-body .btn-success {
     color: #fff !important;
 }


 .pkg .card-title {
     position: absolute;
     top: -44px;
     width: 80%;
     left: 10%;
     text-align: center;
     padding: 10px;
     border-radius: 5px 5px 0 0;
     background: #edf7fb;
 }

 .price_persent b {
     font-size: 24px;
     margin-top: 14px;
     display: block;
 }

 .pkg:hover .price_persent {
     background: url(https://jufailitech.com/envatoitems/travilo/html/assets/../images/icons/t-icon-3.png);
 }

 .price_persent {
     background: url(https://jufailitech.com/envatoitems/travilo/html/assets/../images/icons/t-icon-2.png);
     display: inline-block;
     position: absolute;
     bottom: 5px;
     right: 5px;
     text-align: center;
     color: #fff;
     font-size: 14px;
     font-weight: normal;
     z-index: 1;
     padding: 5.5px 4px;
     line-height: 22px;
     width: 72px;
     height: 72px;
 }

 .package_tag {
     cursor: pointer;
     position: absolute;
     font-size: 12px;
     bottom: 0px;
     color: #fff;
     z-index: 99;
     left: 0px;
     line-height: 12px;
     letter-spacing: .5px;
     background: rgba(0, 0, 0, 0.5);
     clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 50%, 100% 0);
     padding: 4px 15px 4px 8px;
 }

 .no-of-days {
     content: "";
     position: absolute;
     top: 10px;
     left: 0px;
     font-weight: bold;
     padding: 5px 10px;
     font-size: 13px;
     background: linear-gradient(45deg, #f9ebcd 0%, #f9ebcd 42%, white 42%);
     color: #000;
     line-height: 18px;
     border-radius: 0px 5px 5px 0px;
 }

 .inclusions {
     text-align: center;
     margin-top: 15px;
     padding-top: 10px;
     margin-bottom: 10px !important;
     position: relative;
     border: 1px solid #B10819;
 }

 .inclusions .inc-head {
     position: absolute;
     top: -10px;
     background: #B10819;
     font-size: 12px;
     font-weight: bold;
     line-height: 15px;
     padding: 2px 7px;
     border-radius: 3px;
     left: 10px;
     color: #fff;
 }

 .inclusions .list-group-item span {
     display: block;
     font-size: 12px;
 }

 .inclusions .list-group-item {
     padding: 5px 10px;
     border: none;
     font-size: 13px;
     background: none;

 }

 .inclusions img {
     width: 30px;
     display: block;
     margin: 0 auto;
 }






 /* Package Details   */
 .package-details {
     background: #F5F5F5;
     position: relative;
 }

 .package-details:before {
     content: "";
     background: url(images/flash_deals.png);
     position: absolute;
     top: 0px;
     right: 0px;
     width: 104px;
     height: 66px;
 }


 .bgWhite {
     background: #fff;
     border-radius: 5px;
 }

 .pd20 {
     padding: 20px;
 }

 .mg20 {
     margin: 20px 0px;
 }

 .pkg-banner img {
     width: 100%;
     display: block;

 }

 .pkg-banner {
     position: relative;
 }

 .pkg-banner:after {
     content: "";
     width: 100%;
     height: 50%;
     left: 0px;
     bottom: 0px;
     background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
     position: absolute;
 }

 .box-item {
     background: #fff;
     display: flex;
     align-items: center;
     border-radius: 5px;
     box-shadow: 4px 3px 7px 0px rgb(0 0 0 / 8%);
     -moz-box-shadow: 4px 3px 7px 0px rgb(0 0 0 / 8%);
     height: 100%;
 }

 .bx-list-items {
     display: flex;
     align-items: center;
     padding: 20px 15px;
     border-right: solid 1px #efefef;
     height: 100%;
 }

 .icon-bx {
     margin-right: 20px;
 }

 .location-pin {
     width: 39px;
     height: 38px;
     background-position: -351px -7px;
 }

 .sun-icon {
     width: 39px;
     height: 38px;
     background-position: -400px -5px;
 }

 .calendar-icon {
     width: 33px;
     height: 30px;
     background-position: -461px -11px;
 }

 .family-icon {
     width: 31px;
     height: 30px;
     background-position: -103px -10px;
 }

 .theme-icon {
     width: 36px;
     height: 30px;
     background-position: -153px -10px;
 }

 .bx-list-items:last-child {
     border-right: none;
 }

 .sprite-icon {
     background-image: url(../images/sprite-image.png);
     display: inline-block;
     vertical-align: middle;
     filter: grayscale(0.8);
 }

 .txt-box {
     position: relative;
 }

 .txt-box h3 {
     margin: 0;
     font-size: 16px;
     color: #383838;
     font-weight: 700;
     margin-bottom: 5px;
 }

 .txt-box label {
     display: block;
     font-size: 14px;
     color: #b9b9b9;
 }

 .sl-card span {
     font-size: 11px;
     background: rgb(255 2 2 / 10%);
     padding: 0px 6px;
     border-radius: 3px;
     color: #333;
     display: inline-block;
     font-weight: 600;
     margin: 3px 0;
 }

 .package-details .accordion {
     position: relative;
     padding-left: 55px;
     overflow: hidden;
 }

 .package-details .accordion::after {
     content: "";
     height: 100%;
     border-left: 2px solid #ccc;
     width: 2px;
     top: 25px;
     left: 49px;
     position: absolute;
 }

 .accordion-button {
     font-size: 20px !important;
 }

 .accordion-button:not(.collapsed) {
     box-shadow: none !important;
     background: none !important;
     color: inherit !important;
 }

 .accordion-item {
     position: relative;
     border: none !important;
     color: inherit !important;
 }

 .collapsed .days-count {
     color: #B10819 !important;
     background: #B10819 !important;
     animation: none;
     font-weight: bold;


 }

 .accordion-button:focus {
     outline: none !important;
     box-shadow: none !important;
 }

 @keyframes gkt {
     0% {
         box-shadow: 0 0 #B10819, 0 0 0 2px #B10819, 0 0 0 3px #B10819, 0 0 0 6px #B10819
     }

     to {
         box-shadow: 0 0 0 2px #bf610d80, 0 0 0 3px #B10819, 0 0 0 4px #B10819, 0 0 0 9px #bf610d00
     }
 }

 .days-count {
     position: absolute;
     left: -10px;
     font-weight: bold;
     background: #B10819;
     animation: gkt .5s linear infinite;
     font-family: 'Lato', sans-serif;
     width: 10px;
     font-size: 14px;
     height: 10px;
     text-align: center;
     line-height: 10px;
     border-radius: 40px;
     top: 25px;
     z-index: 9;
     text-indent: -65px;
     color: #521A01;
 }

 .highlights p {
     margin-bottom: 0px;
     text-align: center;
     font-weight: bold;
     font-size: 13px;
     line-height: 15px;
     margin-top: 5px;
 }

 .highlights img {
     width: 100%;
 }

 .flex-container {
     display: inline-flex;
     flex-wrap: nowrap;
     position: relative;
     border: 1px solid #ccc;
     border-radius: 5px;
     padding: 10px 10px 0px 10px;
     margin: 10px 0px;

 }

 .flex-container span {
     position: absolute;
     top: -13px;
     padding: 0px 10px;
     background: #fff;
     font-size: 12px;
     font-weight: bold;
     left: 10px;
 }

 .flex-container>div {
     margin: 3px 10px;
     text-align: center;
     max-width: 55px;
     overflow: hidden;
 }


  .icon-breakfast:before, .icon-lunch:before, .icon-dinner:before, .icon-meals:before, .icon-hotel:before, .icon-camp:before, .icon-guestHouse:before, .icon-stay:before, .icon-transportation:before, .icon-helicopter:before, .icon-flights:before, .icon-photographer:before, .icon-sightseeing:before, .icon-visa:before,
  .icon-Transfer:after, .icon-bus:after, .icon-car:after, .icon-guide:after, .icon-monuments:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
  }

  .icon-breakfast:before { content: "\f2e5" }
  .icon-lunch:before { content: "\f2e6" }
  .icon-dinner:before { content: "\f2e4" }
  .icon-meals:before { content: "\f0f5" }
  .icon-hotel:before { content: "\f594" }
  .icon-camp:before { content: "\f6bb" }
  .icon-guestHouse:before { content: "\f015" }
  .icon-stay:before { content: "\f0c8" }
  .icon-transportation:before { content: "\f20e" }
  .icon-Transfer:after { content: "\f0b1" }
  .icon-helicopter:before { content: "\f533" }
  .icon-flights:before { content: "\f072" }
  .icon-bus:after { content: "\f207" }
  .icon-car:after { content: "\f1b9" }
  .icon-guide:after { content: "\f500" }
  .icon-photographer:before { content: "\f030" }
  .icon-sightseeing:before { content: "\f3e5" }
  .icon-monuments:after { content: "\f66f" }
  .icon-visa:before { content: "\f5ab" }




 .list-group-item i {
     font-family: "Font Awesome 6 Free";
     font-style: normal;
     font-size: 20px;
     color: #B10819;
 }

 .foods p {
     font-size: 12px;
     margin: 0px;
     color: #999;
 }

 .foods img {
     display: inline-block;
     width: 32px;
     border: none;
 }

 .tour_highlights ul li,
 .col-InfoTips ul li {
     position: relative;
     list-style: none;
     line-height: 26px;
     font-size: 14px;
 }

 .col-InfoTips ul li:before {
     content: "";
     width: 12px;
     height: 12px;
     display: block;
     margin-left: -23px;
     border-radius: 10px;
     position: absolute;
     top: 11px;

 }

 .inc ul li:before {
     background: url(../images/check.svg) !important;
     background-size: contain !important;
     background-repeat: no-repeat !important;
 }

 .exc ul li:before {
     background: url(../images/close.svg) !important;
     background-size: contain !important;
     background-repeat: no-repeat !important;
 }

 .gal img {
     position: relative;
     border: 4px solid #fff;
     border-radius: 15px;
 }

 .gal p {
     position: absolute;
     left: 0px;
     bottom: 0px;
     margin: 0px;
     text-align: center;
     width: 100%;
     padding: 5px 0px;
     background: linear-gradient(rgba(30, 37, 74, 0.01), rgb(30, 37, 74));
     color: #fff;
     font-weight: bold;
     font-size: 14px;
 }

 .pkg-price {
     border-bottom: 1px dashed #9D9D9D;
     position: relative;
     padding-bottom: 25px;
     text-align: center;
     margin-bottom: 15px;
 }

 .pkg-note-box {
     position: absolute;
     width: 215px;
     height: 20px;
     margin: auto;
     bottom: -10px;
     left: 0;
     right: 0;
     padding: 3px;
     background: #FDE8BF;
     border-radius: 100px;
     font-weight: bold;
     font-size: 10px;
     line-height: 13px;
     color: #212221;
     text-align: center;
 }

 .pkg-price h4 {
     margin: 0px;
     line-height: 18px;
     color: #521A01;
 }

 .pkg-price h4 del {
     color: #a3a3a3;
     font-size: 22px;
 }

 .pkg-price p {
     margin: 3px 0px;
     line-height: 20px;
 }

 .pkg-book .btn {
     display: block;
     width: 100%;
     color: #fff !important;
 }












 .listing-banner {
     position: relative;
     height: 70vh;
     background-repeat: no-repeat !important;
     background-position: center !important;
     background-size: cover !important;
     background-attachment: fixed !important;
 }

 .listing-banner img {
     position: relative;
     width: 100%;
 }

 .banner-content {
     position: absolute;
     bottom: 0px;
     width: 100%;
     background: linear-gradient(to top, #000, transparent);
 }

 .banner-content .reviews {
     background: #000;
     padding: 10px;
     border-radius: 5px 5px 0px 0px;
     margin-top: 11px;
     color: #fff;
 }

 .banner-content .reviews svg {
     fill: #fff;
 }

 .banner-content .reviews-content {
     border-right: 1px solid #fff;
     float: left;
     padding-top: 8px;

 }

 .banner-content .reviews-content i {
     color: #fff;
     font-size: 30px;
     float: left;
     margin-right: 5px;
 }

 .banner-content .reviews-content p {
     float: left;
     margin: 0px;
     color: #fff;
     line-height: 0px;
     font-size: 12px;
     margin-left: 3px;
     display: inline-block;
 }






 @media(max-width: 767px) {
     footer {
         padding-top: 96px !important;
         padding-bottom: 70px !important;
     }

     #reviews-slider {
         padding: 0px !important;
     }

     .reviews-box {
         margin: 0px !important;
         padding-left: 10px !important;
     }

     .profile-img {
         position: relative !important;
         left: auto !important;
     }

     .profile-img img {
         width: 50px !important;
         max-width: 50px !important;
         margin-right: 10px;
     }

     .clientSEC::before {
         top: -10px !important;
         height: 29px;
         left: 50px !important;
     }

     .clientSEC::after {
         bottom: -13px;
         height: 29px;
         right: 50px !important;
     }

     .clientSEC::before,
     .clientSEC::after {
         background-size: 300px !important;
     }

     .pkg .pkg-img img {
         height: auto !important;
     }

     .listing-banner {
         height: 50vh !important;
     }

     .nav-link {
         padding: 15px !important;
         border-bottom: 1px solid #eee !important;
     }

     .navbar-brand {
         display: inline-block;
     }

     .navbar-toggler {
         float: right;
         margin: 8px 0px;
     }

     .navbar-nav {
         float: left;
         width: 100%;
     }

     .navbar>.container {
         display: block !important;
     }

     .dropdown-menu .inner {
         max-width: 100%;
         box-shadow: none;
         padding: 0px 10px;
     }

     .dropdown-item {
         padding: 10px !important;
         border-bottom: 1px solid #eee !important;
     }

     .carousel-caption {
         z-index: 999;
     }

     .carousel-item:after {
         /* position:absolute;
        left:0px;
        top:0px;
        width:100%;
        height:100%;
        content:"";
        background:rgba(0,0,0,0.5); */
     }

     .info h3 {
         font-size: 40px;
     }

     .footer-bottom {
         margin-bottom: 55px;
     }

     .section-style2 .item .item-block .item-content {
         bottom: 0px;
     }

     .section-style2 .item .item-block .image .price {
         font-size: 12px;
         right: 5px;
         top: 5px;
     }

     .box-item {
         display: block;
         height: auto;
     }

     .bx-list-items {
         display: inline-block;
         width: 49%;
         height: auto;
     }

     .package-details .accordion {
         padding-left: 0px;
         overflow: inherit;
     }

     .package-details .accordion::after {
         left: -8px;
     }

     .accordion-button {
         padding: 10px !important;
     }

     .accordion-body {
         padding: 10px !important;
         overflow: hidden;
         font-size: 14px;

     }

     .accordion-body p {
         margin-bottom: 5px;
     }

     .days-count {
         position: absolute;
         left: -12px;
         font-weight: bold;
         background: #B10819;
         animation: gkt .5s linear infinite;
         font-family: 'Lato', sans-serif;
         width: 10px;
         font-size: 14px;
         height: 10px;
         text-align: center;
         line-height: 11px;
         border-radius: 40px;
         top: 17px;
         z-index: 9;
         text-indent: 0px;
         color: #fff;
     }

     .about-sec-6 .services-row .btn {
         transform: none !important;
     }

     .about-sec-6 .services-row h4,
     .about-sec-6 .services-row p {
         margin-left: 0px !important;
     }

     .about-sec-6 .services-row .btn {
         margin-left: 0px !important;
         margin-bottom: 15px;
     }

     .services-row img {
         width: 100% !important;
         padding: 10px;
     }

 }

 .modal-dialog {
     box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f !important;
 }

 .popup-form {
     padding: 15px;
 }

 .modal {
     margin-top: 7% !important;
 }

 .modal-body .pop-image {
     width: 149px;
     margin: 4px auto;
     display: block;
     border-radius: 15px;
 }

 .popup-form .btn-primary {
     width: 100%;
     border-radius: 4px;
 }

 #offerpopup .new_input {
     margin: 5px 0px;
 }

 .new_input {
     position: relative;
     margin: 12px 0px;
 }

 .new_input img {
     vertical-align: middle;
     position: absolute;
     left: 9px;
     top: 9px;
     filter: opacity(0.5);
 }

 .new_input .form-control {
     padding: 8px 10px 8px 40px !important;
     border-radius: 4px !important;
 }

 .new_input .form-control:focus {
     box-shadow: none !important;
 }

 .contact-area {
     position: relative;
     overflow: hidden;
     background-image: linear-gradient(-60deg, #B10819 50%, #F9D10B 40%);
 }

 .default-padding {
     padding-top: 40px;
     padding-bottom: 0px;
     position: relative;
 }

 .contact-area .contact-items {
     background: #ffffff;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     overflow: hidden;
 }

 .contact-area .contact-items .item {
     display: flex;
     margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 }

 .contact-area .contact-items .item i {
     display: inline-block;
     font-size: 50px;
     min-width: 60px;
     padding-right: 20px;
     color: #fff;
 }

 .contact-area .contact-items .item h5 {
     margin-bottom: 15px;
     text-transform: capitalize;
     font-weight: 600;
 }

 .contact-area .contact-items .item p {
     margin: 0;
     color: #fff;
 }

 .contact-area .contact-items .right-item {
     padding: 50px;
     background: #B10819 none repeat scroll 0 0 !important;
     padding-left: 65px;
     position: relative;
     z-index: 1;
 }

 .contact-area .contact-items .right-item::after {
     position: absolute;
     left: 0;
     top: 0;
     content: "";
     height: 100%;
     width: 100%;
     background: url(https://danslacuisinededede.com/hindu/assets/img/map.svg);
     background-repeat: no-repeat;
     background-position: center bottom;
     opacity: 0.1;
     z-index: -1;
 }

 .contact-area .contact-items .left-item {
     padding: 50px;
     padding-right: 65px;
 }

 .contact-area .contact-items .content h2 {
     font-weight: 600;
     margin-bottom: 30px;
 }

 .contact-area .contact-items .content input,
 .contact-area .contact-items .content textarea {
     border: none;
     border-bottom: 1px solid #aaaaaa;
     padding: 0;
     border-radius: inherit;
 }

 .form-control {
     display: block;
     width: 100%;
     height: calc(1.5em + .75rem + 2px);
     padding: .375rem .75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: .25rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .form-group {
     margin-bottom: 30px;
 }

 .contact-area .contact-items .content button {
     background: #B10819;
     color: #ffffff;
     border: none;
     padding: 15px 40px;
     text-transform: uppercase;
 }

 .contact-area .fixed-bg {
     position: absolute;
     right: 0;
     top: 0;
     z-index: -1;
     text-align: right;
 }

 .contact-area .fixed-bg img {
     width: 60%;
     position: relative;
     right: 0;
     height: 100%;
     bottom: 0;
 }

 .query {
     background: #fffaf0;
     padding: 30px 0px;
 }

 .query .query-content h4 {
     position: relative;
     line-height: 1.2;
     font-weight: 700;
     font-size: 22px;
     text-transform: capitalize;
     margin: 0 0 1rem;
     line-height: 1.4;
 }

 .query .query-content h2 {
     position: relative;
     line-height: 1.2;
     font-weight: 700;
     font-size: 36px;
     text-transform: capitalize;
     margin: 0 0 1rem;
     color: #17233e;
     line-height: 1.4;
 }

 .nir-btn {
     position: relative;
     cursor: pointer;
     font-size: 18px;
     text-align: center;
     padding: 14px 24px;
     text-transform: capitalize;
     transition: all ease-in-out 0.5s;
     background: linear-gradient(90deg, #004aad, #1c7dff);
     color: #fff;
     display: inline-block;
     border-radius: 10px;
     border: none;
     box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
     overflow: hidden;
     font-weight: 600;
 }

 .query .query-image img {
     width: 100%;
 }

 .query .query-image {
     width: 100%;
     text-align: center;
     height: 100%;
     background-size: contain;
     background-position: center;
     animation: movebounce 5s infinite;
 }

 .breadcrumb-item+.breadcrumb-item::before {
     color: #fff !important;
 }

 .gkt_title {
     background: url(images/line.png);
     background-repeat: no-repeat;
     background-position: bottom left;
     padding-bottom: 15px;
 }

 .btn-full {
     width: 100%;
     display: block;
     border-radius: 4px !important;
 }

 .contact-box {
     text-align: center;
     padding: 10px;
     background: #fafafa;
     margin-bottom: 15px;
     border-radius: 5px;
 }

 .contact-box img {
     display: block;
     margin: 10px auto;
     text-align: center;
 }

 .contact-box h3 {
     font-size: 18px;
     margin: 0px;
 }

 .contact-box p {
     margin: 0px;
 }

 /* Footer */
 .whatsapp {
     height: 50px;
     width: 50px !important;
     background: #126557;
     font-size: 26px;
     border-radius: 50px;
     font-size: 26px;
     color: #fff;
     line-height: 50px !important;
     margin-top: 25px;
     box-shadow: 0 -8px 8px #2122201a !important;
     z-index: 9;
     position: relative;
 }

 .footer_icon {
     position: fixed;
     left: 0px;
     bottom: 0px;
     width: 100%;
     background: #fff;
     box-shadow: 0 -4px 8px #2122201a !important;
     z-index: 9;
     height: 58px;
 }

 .footer_icon ul {
     margin: 0px;
     padding: 0px;
 }

 .footer_icon ul li {
     display: inline-block;
     width: 33.33%;
     text-align: center;
     border: none !important;
     float: left;
 }

 .footer_icon ul li a {
     font-size: 20px;
     padding: 5px 0px;
     display: block;
 }

 .footer_icon ul li a span {
     display: block;
     font-size: 11px;
     text-transform: uppercase;
 }



  footer {
      padding: 284px 0 50px 0;
      background-color: var(--temple-brown) !important;
      position: relative;
      background-repeat: no-repeat !important;
      background-size: contain !important;
  }

 footer::after {
     left: 0;
     bottom: 0;
     position: absolute;
     content: "";
     height: 14px;
     width: 100%;
     background: url(../images/ftrElmnt.png) repeat-x 0 0;
 }

  .title-footer {
      color: var(--gold-accent);
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      font-size: 20px;
      text-transform: uppercase;
      margin: 8px 0 15px;
  }

  .title-footer:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      height: 2px;
      width: 30px;
      background: var(--gold-accent);
      position: absolute;
      bottom: -5px;
      left: 0;
      z-index: 1;
  }

 .footer-logo {
     margin-bottom: 15px;
 }

 .footer--link p {
     color: #fff;
 }

 .about-list {
     margin: 0px;
     padding: 0px;
 }

 ul.about-list li {
     padding: 10px 0;
     color: #fff;
     list-style: none;
 }

  ul.about-list li i {
      font-size: 14px;
      margin-right: 20px;
      float: left;
      line-height: 20px;
      color: var(--gold-accent);
  }

 ul.about-list li span,
 ul.about-list li a {
     line-height: 20px;
     font-size: 14px;
     overflow: hidden;
     display: block;
     color: #fff;
     text-decoration: none;
 }

 ul.links {
     padding: 0px;
     margin: 0px;
 }

 ul.links li {
     list-style: none;
 }

 ul.links li a {
     color: #fff !important;
     font-size: 14px;
     font-weight: normal;
     display: block;
     padding: 5px 13px;
     position: relative;
     text-decoration: none;
 }

  ul.links li a:before {
      content: "";
      display: block;
      position: absolute;
      height: 4px;
      width: 4px;
      border-radius: 50%;
      background: var(--gold-accent);
      top: 12px;
      left: 0;
  }

  ul.links li a:hover {
      color: var(--gold-accent) !important;
  }

  .footer-bottom {
      background: var(--maroon-secondary);
      padding: 10px 0;
      font-size: 13px;
      color: var(--text-light);
  }

  .footer-bottom a {
      color: var(--saffron-primary);
  }

 .footer-bottom .social h3 {
     display: inline-block;
     vertical-align: top;
     font-size: 13px;
     color: #fff;
     padding-top: 7px;
     padding-right: 10px;
 }

 .footer-bottom .social ul {
     display: inline-block;
     vertical-align: top;
     margin: 0px;
     padding: 0px;
 }

 .footer-bottom .social ul li {
     display: inline-block;
     vertical-align: top;
     list-style: none;
 }

 .footer-bottom .social ul li a {
     font-size: 16px;
     border: 1px #fff solid;
     border-radius: 4px;
     display: inline-block;
     vertical-align: top;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     color: #fff;
 }

 .blog-items {
     display: block;
     margin-bottom: 15px;
     background: #fff;
     padding: 10px;
     border-radius: 3px;
     transition: all .2s ease;
     margin-top: 0;
     cursor: pointer;
     box-shadow: 0 0 30px #00000014;
     position: relative;
 }

 .blog-items h2 {
     line-height: 24px;
     margin: 10px 0;
     font-size: 18px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }

 .blog-items p {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     font-size: 14px;
     line-height: 22px;
     margin-bottom: 0;
 }

 .blog-items img {
     border-radius: 10px;
     width: 100%;
     cursor: pointer;
     display: block;
     margin: 0 auto;
     text-align: center;
 }

 #reviews-slider {
     padding: 0px 130px
 }

 .clientSEC {
     width: 100%;
     position: relative;
     padding: 30px 0px;
     background: #F9D10B;
     margin: 50px 0px;
 }

 .clientSEC h2 {
     font-size: 50px;

 }

 .clientSEC::before {
     right: 0;
     position: absolute;
     content: "";
     top: -39px;
     left: 300px;
     background: url(../images/clientElmntTop.png) repeat-x top left;
     height: 39px;
 }

 .clientSEC::after {
     left: 0;
     position: absolute;
     content: "";
     bottom: -39px;
     right: 300px;
     background: url(../images/clientElmntBtm.png) repeat-x top right;
     height: 39px;
 }

 .clientSEC::before,
 .clientSEC::after {
     background-size: 835px;
 }

 .clientSEC::before {
     top: -29px;
     height: 29px;
 }

 .clientElmntTwo img,
 .clientElmntOne img {
     mix-blend-mode: exclusion;
     max-width: 100%;
 }

 .clientElmntOne,
 .clientElmntTwo {
     width: 260px;
 }

 .clientElmntOne {
     position: absolute;
     left: 10%;
     top: 10%;
 }

 .clientElmntTwo {
     position: absolute;
     right: 10%;
     bottom: 10%;
 }

 .gkt_scroll {
     display: box;
     text-align: left;
     overflow: auto !important;
     padding-right: 10px;
     max-height: 156px !important;
     font-size: 14px;
     line-height: 22px
 }

 .gkt_scroll:scrollbar-track {
     background: rgba(89, 48, 114, .1)
 }

 .gkt_scroll:scrollbar-thumb {
     background: rgba(89, 48, 114, .6)
 }

 .gkt_scroll:scrollbar-thumb:hover {
     background: #593072
 }

 .reviews-box {
     border: 6px solid #F4F4F4;
     padding: 20px;
     margin: 10px 80px;
     display: block;
     position: relative;
     padding-left: 100px
 }

 .reviews-header {
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     position: relative;
 }

 .profile-img {
     position: absolute;
     left: -180px;
 }

 .profile-img img {
     width: 150px !important;
     padding: 0px;
     display: block;
     border-radius: 5px;
 }

 .profile-details {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     text-align: left;
     margin: 0 !important;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .reviews-header:after {
     background-image: url(https://cdn.trustindex.io/assets/platform/Google/icon.svg);
     background-size: 100% 100%;
     content: "";
     display: block;
     width: 20px;
     height: 20px;
     position: absolute;
     right: 0px;
     background-repeat: no-repeat;
     background-position: center center;
 }

 .profile-details h4 {
     font-weight: bold;
     font-size: 14px;
     overflow: hidden;
     padding-right: 25px;
     white-space: nowrap;
     text-overflow: ellipsis;
     color: #000000;
     margin-bottom: 2px;
 }

 .profile-details span {
     color: #000000;
     opacity: 0.5;
     font-size: 11.2px !important;
 }

 .about-banner img {
     width: 100%;
 }

 .about-page-color {
     background-color: #feeede;
     font-family: "Roboto Slab", serif;
     font-weight: 400;
     line-height: 30px;
 }

 .about-sec-1 {

     margin-top: 50px;
 }

 .about-sec-1 h2 {
     font-size: 32px;
     font-weight: bold;
     color: #9a310d;
     margin-bottom: 20px;
 }

 .about-sec-4 h3 {
     font-size: 42px ! important;
     font-weight: 800;
 }

 .about-sec-4 .strength h3 {
     font-size: 36px ! important;
     font-weight: 800;
     line-height: 38px;
     margin-top: 10px;
     margin-bottom: 20px;
 }

 .strength {
     margin-top: 25px;
 }


 .about-sec-4 h3 span {
     display: block;
     margin-left: 176px;
 }

 .about-sec-3 h2 span {
     display: block;
     height: 2px !important;
     background: white !important;
     margin-left: 110px !important;
     margin-top: -18px !important;
     margin-right: 10px !important;
 }

 .vision span {
     margin-left: 100px !important;

 }

 .mission span {
     margin-left: 122px !important;

 }

 .moto span {
     margin-left: 90px !important;

 }

 .about-sec-1 h2 span {
     display: block;
     height: 2px;
     background: #9a3312;
     margin-left: 140px;
     margin-top: -18px;
     margin-right: 10px;
 }


 .about-sec-4 ul {
     padding-left: 0px;
     list-style: none;
     text-align: justify;
     font-size: 18px;
 }

 .about-sec-4 .strength-1 ul {
     padding-left: 0px;
     list-style: none;
     text-align: justify;
     font-size: 18px;
 }


 .about-sec-1 p {
     font-size: 18px;
     color: black;
 }

 .pd-right-10 {
     padding-right: 10px;
 }

 .pd-left-10 {
     padding-left: 10px ! important;
 }

 .about-sec-2 ul li {
     background: #9a3312;
     color: wheat;
     list-style: none;
     font-size: 18px;
     float: left;
     margin-right: 20px;
     padding: 0px 10px;
     margin-bottom: 12px;
 }

 .about-sec-2 ul {
     padding-left: 0px;
 }

 .about-sec-2 img {
     margin: 20px 0px;

 }

 .about-sec-3 {
     background: #9a3312;
     padding: 30px 0px;
 }

 .about-sec-5 {
     padding: 40px 0px;
 }

 .about-sec-5 h3 {
     color: white;
     font-size: 36px;


 }

 .about-sec-5 h3 span {
     font-size: 43px;
 }

 .about-sec-6 .services-row {
     background: white;
     margin-bottom: 25px;
 }

 .about-sec-6 .services-row h4 {
     color: #9b3313;
     font-size: 28px;
     margin-top: 25px;
     margin-left: 30px;
 }

 .about-sec-6 .services-row p {
     margin-left: 30px;
     color: #4e4e52;
     font-size: 19px;

 }

 .services-text-right h4,
 .services-text-right p {
     text-align: right;
     margin-right: 30px;


 }


 .about-sec-3 p,
 .about-sec-3 h2 {
     color: white;
 }

 .pd-none {
     padding-left: 0px ! important;
     padding-right: 0px ! important;
 }

 .about-sec-6 .services-row .btn {
     background: #9b3313;
     border-color: #9b3313;
     font-size: 18px;
     padding: 5px 22px;
     line-height: 24px;
     text-align: center;
     border-radius: 25px;
     transform: translateY(164%);
     margin-left: 12%;
 }

 /* New Destination Card Styles */
 .dest-card {
     background: #fff;
     border: 1px solid #B10819;
     border-radius: 10px;
     overflow: hidden;
     margin-bottom: 20px;
     transition: all 0.3s ease;
     height: 100%;
     display: flex;
     flex-direction: column;
 }

 .dest-card:hover {
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .dest-card .image {
     position: relative;
     overflow: hidden;
     height: 200px;
 }

 .dest-card .image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s ease;
 }

 .dest-card:hover .image img {
     transform: scale(1.1);
 }

 .dest-card .content {
     padding: 15px;
     flex-grow: 1;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .dest-card h3 {
     color: #2c2c9d;
     /* Deep Blue title */
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 5px;
     line-height: 1.3;
 }

 .dest-card .location {
     color: #00796b;
     /* Teal color for location */
     font-size: 14px;
     margin-bottom: 10px;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .dest-card .info-bar {
     background: #ffc107;
     /* Yellow background */
     padding: 8px 10px;
     border-radius: 5px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-weight: 600;
     font-size: 13px;
     color: #000;
     margin-bottom: 15px;
 }

 .dest-card .buttons {
     display: flex;
     gap: 10px;
 }

 .dest-card .btn {
     padding: 8px 0;
     text-align: center;
     border-radius: 5px;
     font-size: 14px;
     font-weight: 600;
     text-decoration: none !important;
     transition: all 0.3s;
     border: none;
     color: #fff !important;
     display: inline-block;
     width: 100%;
 }

 .dest-card .btn-book {
     background-color: #ff4d4d;
     /* Red color */
 }

 .dest-card .btn-book:hover {
     background-color: #e60000;
 }

 .dest-card .btn-view {
     background-color: #8B8000;
     /* Dark Yellow/Gold/Brown-ish */
 }

 .dest-card .btn-view:hover {
     background-color: #6d6400;
 }
 
 .hero-section {
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    var(--hero-overlay-dark),
    var(--hero-overlay-light)
  );
  z-index: 1;
}

.hero-section > * {
  position: relative;
  z-index: 2;
}

.btn-primary,
.book-now,
.view-details {
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  border: none;
  border-radius: 30px;
  padding: 10px 22px;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: var(--btn-primary-hover);
  color: var(--btn-primary-text);
}

.btn-secondary {
  background-color: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
}

.btn-secondary:hover {
  background-color: var(--btn-secondary-hover);
}

/* ================================
   PACKAGE & CARD THEME STYLING
   (Step 6 – based on existing code)
================================ */

/* Package boxes */
.pkg,
.package_box,
.tour-box {
  background-color: var(--bg-section);
  border: 1px solid var(--border-light);
  border-radius: 18px;
  box-shadow: 0 8px 22px var(--card-shadow);
  transition: all 0.3s ease;
}

/* Hover effect */
.pkg:hover,
.package_box:hover,
.tour-box:hover {
  border-color: var(--gold-accent);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}


/* Destination cards */
.dest-card {
  background-color: var(--bg-section);
  border-radius: 16px;
  box-shadow: 0 6px 18px var(--card-shadow);
  border: 1px solid var(--border-light);
}

.dest-card:hover {
  border-color: var(--gold-accent);
}

/* Bootstrap cards (used in multiple places) */
.card {
  background-color: var(--bg-section);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  box-shadow: 0 6px 18px var(--card-shadow);
}

/* Package titles */
.pkg h3,
.package_box h3,
.dest-card h3,
.card h3 {
  color: var(--text-primary);
}

/* Package price */
.pkg .price,
.package_box .price,
.price_persent {
  color: var(--saffron-primary);
  font-weight: 700;
}

.section-style2 {
  background-color: var(--bg-soft);
}

.section-style3 {
  background-color: var(--bg-section);
}

/* ================================
   STEP 8: FOOTER THEME STYLING
   (Based on existing footer CSS)
================================ */

/* Main footer */
footer {
  background-color: var(--maroon-secondary);
  color: var(--text-light);
}

/* Footer headings */
footer h5,
footer h4 {
  color: var(--gold-accent);
  font-weight: 600;
}

/* Footer text */
footer p {
  color: #f3e7df;
}

/* Footer links */
footer a {
  color: var(--text-light);
  text-decoration: none;
}

footer a:hover {
  color: var(--gold-accent);
}

/* Footer icons (social + contact icons) */
.footer_icon a {
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--gold-accent);
}

.footer_icon a:hover {
  background-color: var(--gold-accent);
  color: var(--temple-brown);
}

/* Footer bottom bar */
.footer-bottom {
  background-color: #532317; /* darker maroon strip */
  color: #f1d9c8;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* WhatsApp floating icon (already in your CSS) */
.whatsapp {
  background-color: var(--gold-accent);
  color: var(--temple-brown);
}

.whatsapp:hover {
  background-color: var(--btn-primary-hover);
  color: var(--temple-brown);
}

/* ================================
   STEP 9: TYPOGRAPHY & TEXT COLORS
================================ */

h1, h2, h3, h4, h5, h6 {
  color: var(--text-primary);
  font-weight: 600;
}

.head-title h2 span,
.head-title h3 span {
  color: var(--saffron-primary);
}

p {
  color: var(--text-secondary);
  line-height: 1.8;
  font-size: 15px;
}

.small,
.text-muted {
  color: var(--text-muted) !important;
}

a {
  color: var(--saffron-primary);
}

a:hover {
  color: var(--gold-accent);
}

/* ================================
   THEME BALANCE FIX (IMPORTANT)
================================ */

/* About Us yellow section */
.about-us .container,
.clientSEC,
.clientsec,
.query {
  background-color: var(--bg-soft) !important;
}

/* Remove harsh yellow backgrounds */
.about-us,
.clientSEC,
.clientsec {
  background-image: none !important;
}

.clientSEC,
.query,
.about-us {
  border-radius: 20px;
}

.clientSEC h2,
.clientsec h2,
.query h2 {
  color: var(--temple-brown);
}

/* ================================
   HEADER BONUS BAR (TOP STRIP)
================================ */

.header-bonus {
  background: linear-gradient(
    90deg,
    var(--saffron-primary),
    var(--maroon-secondary)
  );
  padding: 6px 0;
  font-size: 13px;
}

/* Email & text */
.header-bonus a,
.header-bonus li,
.header-bonus i {
  color: #6d2e1a;
  background: #eeeeee00;
}

/* Social icons */
.header-bonus .social-links a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee;
  transition: all 0.3s ease;
}

.header-bonus .social-links a:hover {
  background: var(--gold-accent);
  color: var(--temple-brown) !important;
}

.header-cta-btn {
  background-color: #c6491a;
  color: #ffffff !important;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 18px;
  border: 1px solid #ffffff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.header-cta-btn:hover {
  background-color: var(--gold-accent);
  color:var(--temple-brown) !important;
  border-color: var(--maroon-secondary);
  transform: translateY(-1px);
}


/* ================================
   TRUSTED COMPANY – FINAL THEME
================================ */

.trusted-section {
  background: var(--bg-soft);
  padding: 60px 20px;
  border-radius: 24px;
}

/* Heading */
.trusted-section .trusted-title {
  font-size: 40px;
  font-weight: 700;
  color: #c84a1a;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

/* Gold underline */
.trusted-section .trusted-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--gold-accent);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 3px;
}

/* Paragraph */
.trusted-section .trusted-text {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.9;
  max-width: 880px;
  margin: 0 auto;
}

/* Mobile */
@media (max-width: 768px) {
  .trusted-section {
    padding: 40px 15px;
  }

  .trusted-section .trusted-title {
    font-size: 28px;
  }

  .trusted-section .trusted-text {
    font-size: 15px;
  }
}

/* =================================================
   GLOBAL SECTION COLOR SYSTEM (NEW)
   DO NOT REMOVE OLD CSS
================================================= */

/* WHITE SECTION */
.section-white {
  background-color: #ffffff;
}

.section-white h1,
.section-white h2,
.section-white h3 {
  color: #c84a1a;
}

.section-white p {
  color: #5a3a2a;
}

.section-white .text-muted {
  color: #8d6e63;
}

.section-white a {
  color: #c84a1a;
}

.section-white a:hover {
  color: #f2b705;
}

/* SAFFRON DARK SECTION */
.section-saffron {
  background-color: #da7134;
}

.section-saffron h1,
.section-saffron h2,
.section-saffron h3 {
  color: #ffffff;
}

.section-saffron p {
  color: #fff3e8;
}

.section-saffron .text-muted {
  color: #ffe2cc;
}

.section-saffron a {
  color: #ffffff;
}

.section-saffron a:hover {
  color: #f2b705;
}

/* PEACH SOFT SECTION */
.section-peach {
  background-color: #ffd5a9;
}

.section-peach h1,
.section-peach h2,
.section-peach h3 {
  color: #6b2e1a;
}

.section-peach p {
  color: #4a2a1a;
}

.section-peach .text-muted {
  color: #7a4a32;
}

.section-peach a {
  color: #c84a1a;
}

.section-peach a:hover {
  color: #6b2e1a;
}

/* COMMON SPACING */
.section-white,
.section-saffron,
.section-peach {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .section-white,
  .section-saffron,
  .section-peach {
    padding: 40px 0;
  }
}

.bg-pattern {
  background-image: url(images/pbdiwali_stap.png);
  background-repeat: repeat;
  background-position: center;
}

/* Search icon style */
.header-bonus .search-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee;
  color: var(--temple-brown);
  transition: all 0.3s ease;
}

.header-bonus .search-icon:hover {
  background: var(--gold-accent);
  color: var(--temple-brown);
}

/* BLOG GRID */
.blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Blog Image */
.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Blog Content */
.blog-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.blog-content h3 a {
  color: #311d08;
  text-decoration: none;
}

.blog-content h3 a:hover {
  color: #c6491a;
}

.blog-excerpt {
  font-size: 14px;
  color: #5d4037;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-btn {
  margin-top: 15px;
  border-radius: 20px;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 767px) {
  .blog-img img {
    height: 200px;
  }
}

/* ===============================
   TESTIMONIAL SECTION
================================ */

.testimonial-area {
  padding: 60px 0;
  background: #ffffff;
  overflow: hidden;
}

/* Heading */
.testimonial-tag {
  color: #c84a1a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonial-title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
}

/* Slider wrapper */
.testimonial-track {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

/* Auto sliding row */
.testimonial-inner {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: testimonial-scroll 45s linear infinite;
}

/* Pause on hover */
.testimonial-track:hover .testimonial-inner {
  animation-play-state: paused;
}

/* Animation */
@keyframes testimonial-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Testimonial card */
.testimonial-card {
  width: 300px;
  flex-shrink: 0;
  background: #f9e0e3;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Header */
.testimonial-header {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
}

.avatar {
  width: 42px;
  height: 42px;
  background: #c84a1a;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.name {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}

.designation {
  font-size: 13px;
  color: #555;
}

/* Read More logic */
.testimonial-card input {
  display: none;
}

.review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  max-height: 75px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.testimonial-card input:checked ~ .review-text {
  max-height: 500px;
}

/* Read more button */
.read-more {
  display: inline-block;
  margin-top: 8px;
  color: #c84a1a;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.read-more::after {
  content: "Read More";
}

.testimonial-card input:checked ~ .read-more::after {
  content: "Read Less";
}

/* Mobile optimization */
@media (max-width: 768px) {
  .testimonial-card {
    width: 260px;
  }
}

/* FORCE FULL WIDTH MAP */
.full-map-wrapper {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0;
    background: none;
}

.full-map-inner iframe {
    width: 100vw !important;
    height: 450px;
    border: none;
    display: block;
}

.active-nav {
    color: #a53b1d !important;
}

/* ================================
   LIVE SEARCH BAR
================================ */
.hdy-search-wrapper {
    position: relative;
    width: auto;
    max-width: 420px;
    margin: 8px 15px 8px 0;
    z-index: 1050;
}

.hdy-search-form {
    width: 100%;
}

.hdy-search-input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid var(--border-light);
    border-radius: 50px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.hdy-search-input-group:focus-within {
    border-color: var(--saffron-primary);
    box-shadow: 0 0 0 3px rgba(200, 74, 26, 0.12);
}

.hdy-search-icon {
    padding: 0 0 0 16px;
    color: var(--text-muted);
    font-size: 14px;
    flex-shrink: 0;
}

.hdy-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: var(--text-primary);
    background: transparent;
    min-width: 0;
}

.hdy-search-input::placeholder {
    color: var(--text-muted);
    font-size: 13px;
}

.hdy-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.hdy-search-btn {
    flex-shrink: 0;
    background: var(--saffron-primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-family: 'Lato', sans-serif;
}

.hdy-search-btn:hover {
    background: var(--btn-secondary-hover);
}

/* Dropdown */
.hdy-search-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(58, 31, 20, 0.18), 0 2px 8px rgba(0, 0, 0, 0.06);
    max-height: 420px;
    overflow-y: auto;
    display: none;
    border: 1px solid var(--border-light);
    scrollbar-width: thin;
}

.hdy-search-dropdown.active {
    display: block;
    animation: hdySearchSlideIn 0.2s ease-out;
}

@keyframes hdySearchSlideIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Loading */
.hdy-search-loading {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    color: var(--text-muted);
    font-size: 13px;
}

.hdy-search-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid var(--border-light);
    border-top-color: var(--saffron-primary);
    border-radius: 50%;
    animation: hdySearchSpin 0.6s linear infinite;
}

@keyframes hdySearchSpin {
    to { transform: rotate(360deg); }
}

/* Group labels */
.hdy-search-group-label {
    padding: 10px 16px 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    border-top: 1px solid var(--divider-soft);
}

.hdy-search-group-label:first-child {
    border-top: none;
}

/* Result items */
.hdy-search-item {
    display: flex !important;
    align-items: center;
    padding: 10px 16px;
    gap: 12px;
    text-decoration: none !important;
    color: var(--text-primary) !important;
    transition: background 0.15s ease;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.hdy-search-item:hover,
.hdy-search-item.active {
    background: var(--bg-soft);
}

.hdy-search-item:last-child {
    border-bottom: none;
}

.hdy-search-item-img {
    width: 56px;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--bg-soft);
}

.hdy-search-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hdy-search-item-info {
    flex: 1;
    min-width: 0;
}

.hdy-search-item-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.hdy-search-item-title mark {
    background: rgba(242, 183, 5, 0.35);
    color: inherit;
    padding: 0;
    border-radius: 2px;
}

.hdy-search-item-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 2px;
}

.hdy-search-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.hdy-badge-dest {
    background: rgba(200, 74, 26, 0.1);
    color: var(--saffron-primary);
}

.hdy-badge-pkg {
    background: rgba(242, 183, 5, 0.15);
    color: var(--temple-brown);
}

.hdy-search-price {
    font-size: 12px;
    font-weight: 700;
    color: var(--saffron-primary);
}

.hdy-search-item-arrow {
    font-size: 10px;
    color: var(--text-muted);
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.hdy-search-item:hover .hdy-search-item-arrow,
.hdy-search-item.active .hdy-search-item-arrow {
    opacity: 1;
}

/* View all link */
.hdy-search-view-all {
    display: block !important;
    text-align: center;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 700;
    color: var(--saffron-primary) !important;
    text-decoration: none !important;
    border-top: 1px solid var(--divider-soft);
    transition: background 0.15s ease;
}

.hdy-search-view-all:hover {
    background: var(--bg-soft);
}

.hdy-search-view-all i {
    margin-left: 4px;
    font-size: 11px;
}

/* Empty state */
.hdy-search-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    color: var(--text-muted);
    font-size: 14px;
}

.hdy-search-empty i {
    font-size: 18px;
    opacity: 0.5;
}

/* ================================
   SEARCH RESULTS PAGE
================================ */
.search-results-page {
    padding: 40px 0 60px;
    min-height: 60vh;
    background: var(--bg-main);
}

.search-results-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-light);
}

.search-results-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.search-results-meta {
    font-size: 15px;
    color: var(--text-muted);
}

.search-count {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.search-section {
    margin-bottom: 40px;
}

.search-section-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--saffron-primary);
    display: inline-block;
}

.search-section-title i {
    color: var(--saffron-primary);
    margin-right: 8px;
}

.search-cat-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: #fff;
    text-decoration: none !important;
}

.search-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.search-cat-img {
    height: 160px;
    overflow: hidden;
}

.search-cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.search-cat-card:hover .search-cat-img img {
    transform: scale(1.05);
}

.search-cat-info {
    padding: 12px 14px;
}

.search-cat-info h6 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.search-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: var(--text-muted);
}

.search-empty-state i {
    font-size: 48px;
    opacity: 0.3;
    display: block;
    margin-bottom: 16px;
}

.search-empty-state h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.search-empty-state p {
    font-size: 15px;
    max-width: 400px;
    margin: 0 auto 8px;
}

/* Responsive */
@media (max-width: 991px) {
    .hdy-search-wrapper {
        max-width: 100%;
        margin: 10px 0;
        order: -1;
    }

    .hdy-search-dropdown {
        position: fixed;
        left: 10px;
        right: 10px;
        top: auto;
        width: auto;
        max-height: 60vh;
    }
}

@media (max-width: 576px) {
    .hdy-search-btn {
        padding: 10px 14px;
        font-size: 12px;
    }

    .hdy-search-input {
        font-size: 13px;
        padding: 9px 10px;
    }

    .search-results-header h1 {
        font-size: 22px;
    }
}
/* ================================
   NEW FOOTER & CONTACT STYLES
================================ */

.contact-area {
    background-color: var(--bg-soft);
    padding: 80px 0;
    border-top: 1px solid var(--border-light);
}

.contact-items {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(58, 31, 20, 0.1);
    overflow: hidden;
    border: 1px solid var(--border-light);
}

.right-item {
    background-color: var(--saffron-primary);
    padding: 50px 40px;
    height: 100%;
}

.info-items .item {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.info-items .item:last-child {
    margin-bottom: 0;
}

.info-items .icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
}

.info-items h5 {
    color: var(--gold-accent);
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Roboto Slab', serif;
}

.info-items p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

.left-item .content {
    padding: 50px 40px;
}

.left-item h2 {
    color: var(--temple-brown);
    font-weight: 800;
    margin-bottom: 30px;
    font-family: 'Roboto Slab', serif;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-control {
    border: 2px solid var(--border-light);
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    background: var(--bg-main);
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--saffron-primary);
    box-shadow: 0 0 0 4px rgba(200, 74, 26, 0.08);
}

.contact-form button[type="submit"] {
    background: var(--saffron-primary);
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.contact-form button[type="submit"]:hover {
    background: var(--btn-secondary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 74, 26, 0.2);
}

/* MAIN FOOTER */
.site-footer {
    background-color: var(--temple-brown);
    color: #fff;
    padding: 80px 0 0;
    font-family: 'Lato', sans-serif;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget h4 {
    color: var(--gold-accent);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--saffron-primary);
}

.footer-about p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--saffron-primary);
    transform: translateY(-3px);
    color: #fff !important;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links ul li a:hover {
    color: var(--gold-accent) !important;
    padding-left: 5px;
}

.footer-contact-info {
    list-style: none;
    padding: 0;
}

.footer-contact-info li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact-info i {
    color: var(--saffron-primary);
    font-size: 18px;
    flex-shrink: 0;
}

.footer-contact-info a {
    color: inherit !important;
}

.footer-contact-info a:hover {
    color: #fff !important;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-bottom-links a:hover {
    color: #fff !important;
}

@media (max-width: 991px) {
    .right-item {
        padding: 40px 30px;
    }
    .left-item .content {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .footer-bottom-flex {
        justify-content: center;
        text-align: center;
    }
}
/* Enhanced WhatsApp Floating Button */
.bodyWhtsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 10001;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none !important;
}

.bodyWhtsapp:hover {
    transform: translateY(-5px) scale(1.1) rotate(10deg);
    background: #128c7e;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
}

/* Tooltip on hover */
.bodyWhtsapp::before {
    content: 'Chat with Our Experts';
    position: absolute;
    right: 75px;
    background: #333;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.bodyWhtsapp:hover::before {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

/* Pulsing ripple effect */
.bodyWhtsapp::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    background: #25d366;
    z-index: -1;
    animation: wa-ripple 2s infinite;
    opacity: 0.6;
}

@keyframes wa-ripple {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
}

.bodyWhtsapp .icon-Vector-8:before {
    content: '\F618';
    font-family: 'bootstrap-icons';
    font-size: 32px;
}

@media (max-width: 767px) {
    .bodyWhtsapp {
        bottom: 85px; /* Above mobile sticky footer */
        right: 20px;
        width: 54px;
        height: 54px;
    }
    .bodyWhtsapp .icon-Vector-8:before {
        font-size: 28px;
    }
    .bodyWhtsapp::before {
        display: none;
    }
}

