.breadcrumb-sec{
    position: relative;
    padding:120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow:hidden;
    background-image:url(../image/bg/breadcrumb.webp);
}
.breadcrumb-sec::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:#000;
    top: 0;
    z-index: -1;
    opacity: 0.65;
}
.cta-tour-sec .temlbtn i{
        background: #ff5a16;
    color: #ffffff;
}
.breadcrumb-list{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;
    padding:0;
    margin:15px 0 0;
    list-style:none;
}
.breadcrumb-list li{
    position:relative;
}

.breadcrumb-list li a,
.breadcrumb-list li{
    color:#fff;
    font-size:16px;
    text-decoration:none;
    font-weight:500;
}
.breadcrumb-list li:not(:last-child)::before{
        content: "\f108";
    font-family: flaticon_normal-icon !important;
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}

.breadcrumb-list .active{
    opacity:.9;
}
.breadcrumb-shape-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 2;
    line-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../image/bg/shape-breadcrumb.png);
}

.cont-sec{
padding:3rem 0;
}

.cont-items .contact-box {
    text-align: left;
}

.cont-items .icon {
    width: 60px;
    height: 60px;
    background: #f5eae4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}

.cont-items .icon i {
     color: #ff5a00;
    font-size: 20px;
    line-height: 1px;
}
.cont-items .icon svg{
        width: 20px;
    height: 20px;
    filter: invert(47%) sepia(93%) saturate(4244%) hue-rotate(2deg) brightness(105%) contrast(104%);
}

/* small dot near email (optional) */

.cont-items h5 {
    font-size: 16px;
    color: #777;
    margin-bottom: 5px;
}

.cont-items p {
    /*font-size: 18px;*/
    font-weight: 500;
    color: #222;
    margin: 0;
}


.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: #ff5a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
.social-icons a i{
    line-height:1px;
}
.social-icons a:hover {
  background: #122f2a;
}

.contact-form-box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 20px;
}

.form-tag {
    display: inline-block;
    background: #ffe9e0;
    color: #ff5a1f;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.form-title {
    font-size: 28px;
    margin-bottom: 25px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
    width: 100%;
    border: none;
    background: #eee;
    padding: 14px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.contact-form-box textarea {
    height: 120px;
    border-radius: 20px;
}

.service-tabs {
   
   margin-bottom:15px;
}

.tab-btn {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 25px;
    background: #eee;
    cursor: pointer;
    margin:5px;
}

.tab-btn.active {
    background: #ff5a1f;
    color: #fff;
}

.submit-btn {
    background: #ff5a1f;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    border: none;
}

.tourpage-sec{
    padding:5rem 0;
    position:relative;
}

.rahu-ketuintro{
    margin-left:30px;
}

.rahu-ketu-imgbox img{
     width: 100%;
     border-radius:20px;
}

.rahu-ketu-img{
    position: relative;
    max-width: fit-content;  
}

.rahu-ketu-img img:nth-child(2){
    position: absolute;
    width: 300px;
    bottom: -75px;
    right: -150px; 
}

.what-rahu-sec{
    padding:0 0 5rem;
    position: relative;
    /*background: rgba(255, 77, 0, 0.06);  */
}

.rahu-repre-box{
    position: relative;
    background: #f3faf7;
    padding: 20px;
    border-radius: 25px;
    border: 1px solid #dddddd;
    overflow: hidden;
    display: flex;
    gap: 15px;
    height:100%;
}



.rahu-repre-box:before{
    position:absolute;
    content:"";
    width:100%;
    height:5px;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    background:#122f2a;
}

.rahu-repre-box .rahu-repreicon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #d7f0e7;
    border-radius: 50%;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 55px; 
}

.rahu-repre-box .rahu-repre-content p{
    margin:0;
}

.rahu-repre-box .rahu-repre-content .sudden-title{
    font-size: 20px;
}

.what-rahu-sec .row .col-lg-5:nth-child(2) .rahu-repre-box .rahu-repreicon{
     background: #ffcca8;
}

.what-rahu-sec .row .col-lg-5:nth-child(2) .rahu-repre-box{
   background: #ffe8d4; 
   border-color:#ffa870;
}

.what-rahu-sec .row .col-lg-5:nth-child(2) .rahu-repre-box:before{
   background: #ffa870; 
}

.what-rahu-sec .row .col-lg-5:nth-child(1) .rahu-repre-box .rahu-repreicon img{
    filter: invert(12%) sepia(59%) saturate(480%) hue-rotate(120deg) brightness(91%) contrast(91%);
}

.what-rahu-sec .row .col-lg-5:nth-child(2) .rahu-repre-box .rahu-repreicon img{
    filter: invert(43%) sepia(88%) saturate(2781%) hue-rotate(350deg) brightness(101%) contrast(102%);
}

.rahuketu-temple-sec{
    padding:5rem 0;
    position:relative;
    background: rgba(255, 77, 0, 0.06);  
}

  .near-temble-box {
    position: relative;
    background-color: #FFF9F0;
    border-radius: 24px;
    border: 1px solid #E8D9BC;
    overflow: hidden;
    box-shadow: 0px 8px 24px rgb(250 232 224);
    height:100%;
  }

  
.near-temble-box .near-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.near-temble-box .near-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

.near-temble-box .near-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 30%,
      rgba(20,10,5,0.72) 100%
    );
    pointer-events: none;
  }


.near-temble-box .rahu-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: var(--primary-color);
    color: #fff;
    font-size: 11.5px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(190,90,20,0.35);
  }

.near-temble-box .rahu-badge svg {
    width: 13px;
    height: 13px;
    fill: #ffe0b2;
    flex-shrink: 0;
  }

  
.near-temble-box .near-title {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
  }

 .near-temble-box .near-title h4 {
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    margin: 2px 0 3px;
  }

 .near-temble-box .near-title .subtitle {
    font-size: 12.5px;
    color: rgba(255,230,190,0.9);
    font-weight: 400;
  }


 .near-temble-box .near-content {
    padding: 18px 20px 20px;
  }

 .near-temble-box .near-content p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 16px;
  }

 .near-temble-box .titme-locpoitns {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding:0;
    margin:0;
  }

 .near-temble-box .titme-locpoitns li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

 .near-temble-box .icon-wrap {
    width: 34px;
    height: 34px;
    background: #fff3e3;
    border: 1px solid #f0d9b5;
    border-radius: 10px;
    flex-shrink: 0;
    margin-top: 1px;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    color: #ff4d00;
  }

 .near-temble-box .icon-wrap i {
    width: 16px;
    height: 16px;
    stroke: #c76a28;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

 .near-temble-box .info-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

 .near-temble-box .info-text span {
    font-size: 13px;
    font-weight: 500;
    color: #b07040;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

 .near-temble-box .info-text p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
  }
  
  .day-tabsec{
      padding:5rem 0;
  }
  
  
  /* Pills */
.daytabmenu .nav-link {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 28px;
    border: 1.5px solid #e8d0a0;
    border-bottom: none;
    background: rgba(255, 244, 232, 0.5);
    color: #8c6040;
    cursor: pointer;
    border-radius: 14px 14px 0 0;
    letter-spacing: 0.4px;
    transition: all 0.2s;
    backdrop-filter: blur(4px);
}

.daytabmenu .nav-link .day-num {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
    color: inherit;
}

.daytabmenu .nav-link.active {
    background: #fff4e8;
    color: #4a2f12;
    font-weight: 500;
    border-color: #e4a94a;
    box-shadow: 0 -3px 0 0 #c8872a inset;
}

.daytabmenu .nav-link:hover:not(.active) {
    background: #F5E6CC;
    color: #4A2F12;
}

/* Tab panel */
.daytabcontent {
    background: #FFF4E8;
    border: 1.5px solid #E4A94A;
    border-radius: 0 16px 16px 16px;
    overflow: hidden;
}
.inner-tabimg { height: 100%; min-height: 340px; }
.inner-tabimg img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Content */
.inner-tabcontent { padding: 30px 28px; }
.inner-tabcontent h4 { font-size: 22px; font-weight: 700; color: #4A2F12; margin-bottom: 16px; }
.inner-tabcontent ul {
    list-style: none;
    padding-left: 0;
    display: flex; 
    flex-direction: column;
    gap: 12px;
    margin:30px 0 20px;
    }
.inner-tabcontent ul li {
    font-size: 15px;
    line-height: 1.65;
    padding-left: 40px;
    position: relative;
    }
.inner-tabcontent ul li::before {
    position: absolute;
    content: "\f14b";
    font-family: flaticon_normal-icon !important;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    background: #f0d5a0;
    border: 1.5px solid #e4a94a;
    text-align: center;
    border-radius: 50%;
    top: 2px;
}

.included-mainbox{
    margin-top:70px;
}


.included-packges {
    background: #FFF9F0;
    border: 1.5px solid #E8D9BC;
    border-radius: 16px;
    padding: 28px 28px 24px;
    height:100%;
}

.include-title {
    font-size: 22px;
    font-weight: 600;
    color: #2C3A1E;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.include-title::before {
    content: "\f147";
    font-family: flaticon_normal-icon !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #4A7C3F;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    flex-shrink: 0;
    font-weight: 700;
}

.included-pointsbox {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.included-pointsbox li {
    font-size: 15px;
    padding-left: 26px;
    position: relative;
}

.included-pointsbox li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 0;
    color: #4A7C3F;
    font-size: 14px;
    font-weight: 700;
}

.included-mainbox .col-lg-6:nth-child(2) .included-packges .include-title::before{
    content: "\f180";
    background: #fff3e3;
    border: 1px solid #f0d9b5;
    color: #c76a28;
}

.rahu-repre-box .rahu-repre-img img{
    border-radius:10px;
    min-width:120px;
}

  .service-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
        
.service-check {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  
}
        
.service-check input {
    width: 18px;
    height: 18px;
    margin:0;
}

.book-new-sec{
    padding:7rem 0 5rem;
    position:relative;
}

.book-newimg img{
  width:100%;
  border-radius:20px;
  object-fit:cover;
}