:root {
    --primary-color: #ff5a16;
    --secondary-color: #122f2a;
}

body{
    font-family: "DM Sans", sans-serif;
}

html, body{
    overflow-x: clip;
}

h1, h2, h3, h4, h5, h6{
   color:#122f2a; 
   font-family: "Merriweather", serif;
}

p , ul li{  
   
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

img{
    height:auto;
    max-width:100% !important;
}


li{
    list-style:none;
}
a{
    text-decoration:none !important;
    color:#000;
}

.banner-content{
    background: #122f2a;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 95px;
    padding-bottom: 180px;
    /*height: 750px;*/
    align-content: center;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.005em;
    color: #ffffff;
    margin: 0 0 30px;
    font-weight: normal;
}

.banner-content p{
    color:#fff;
}

.temlbtn{
    position: relative;
    overflow: hidden;
    line-height: 2;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid transparent;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 100px;
    justify-content: center;
    display:flex;
    align-items: center;
    transition: 500ms all ease;
    gap: 10px;
    background-color:#ff5a16;
    color: #ffffff;
}

.temlbtn.temlbtn-one{
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
        text-transform: math-auto;
}
.temlbtn.temlbtn-one i{
    transform: rotate(-45deg);
     background: transparent;
     color:#fff;
}
.temlbtn i{
    height: 24px;
    width: 24px;
    background: #ffffff;
    color: #ff4d00;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transform: rotate(-45deg);
    transition: transform 0.5s;
}
.banner-btn{
    display: flex;
    gap: 20px;
    margin: 50px 0 0;
}

.temlbtn span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    font-size: 15px;
    text-transform: math-auto;
}
.header-button .temlbtn:hover{
    background-color: #000000 !important;
}
.temlbtn.temlbtn-one:hover{
    background-color: #fff !important;
    color:000;
}
.tour-packe-btn .temlbtn:hover span::before{
    color:#000;
}
.temlbtn span::before {
    color: #fff;
}
.temlbtn:hover span {
    transform: rotateX(90deg) translateY(-12px);
}
.temlbtn.temlbtn-one span::before {
    color: #000;
}
.temlbtn.temlbtn-one:hover i{
    background-color: transparent !important;
    color:#000 !important;
}
.temlbtn span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    text-align: center;
    transition: color 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.temlbtn:hover i {
    background-color: #fff !important;
    color: #000 !important;
    transform: rotate(0);
}

.banner-content-img{
    position:relative;
    height:100%;
    background-image:url(../image/bg/kumbakonam.jpg);
    background-size:cover;
    background-position:center;
    overflow: hidden;
}

.banner-content-img::after {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.banner-content-img:hover::after{
    animation: imageanime 0.85s;
}
@keyframes imageanime {
    100% {
        left: 125%;
    }
}

.banner-sec-em .col-lg-5, 
.banner-sec-em .col-lg-7{
    padding:0;
}

.visits-content{
    position: absolute;
    bottom: 15%;
    right: 80px;
    background: rgba(255, 255, 255, 0.65);
    padding: 30px;
    max-width: 530px;
    width: 100%;
    border-radius: 24px;
    backdrop-filter: blur(4px);
}
.visits-content img{
        height: 300px;
    position: absolute;
    top: -94px;
    right: -60px;
}
.visits-content h4{
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.banner-sec-em{
    position:relative;
    /*overflow-x:hidden;*/
}
.banner-sec-em:before{
    position: absolute;
    content: "";
    background-image: url(../image/bg/shape-top.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 70px;
    bottom: -1px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.key-numbemain{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ffffff1a;
    padding-top: 40px;
    padding-left:0;
    margin:50px 0 0;
    justify-content: space-between;
}
.key-numbemain li {
    width:33%;
    text-align:center;
}
.key-numbemain li p{
    font-size:13px;
    margin:0;
}

.key-numbemain li:not(:last-child){
    border-right: 1px solid #ffffff1a;
}

.key-numbemain li span{
    color:#fff;
    font-size:30px;
    font-weight:600;
}
.banner-contecol{
    width:45%;
    padding:0;
}
.banner-imagecol{
    width:55%;
    padding:0;
}

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

.sec-small-title{
    position: relative;
    display: inline-block;
    width: max-content;
    background-color: rgba(255, 77, 0, 0.06);
    color: #000000;
    border-radius: 24px;
    padding: 10px 15px 10px 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    margin:0 0 10px;
}

.sec-small-title:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    border-radius: 24px;
    transform: translateY(-50%);
    background: #ff4d00 url(../image/bg/icon-sub-heading.png) no-repeat;
    background-position: center;
    background-size: 10px;
    width: 30px;
    height: 30px;
}

.sec-big-title{
    font-size: 30px;
    line-height:1.4;
}

.section-title.text-center{
    margin: 0 auto 60px;
}

.tour-packe-item{
    position: relative;
    border-radius: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    display:block;
}

.tour-packe-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
    transition: all 0.4s ease-in-out;
}

.tour-packe-item .tour-title{
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #ffffff;
}

.tour-packe-item p{
   color:#fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-packe-item .tour-packe-overlay {
    position: absolute;
    padding: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(135px);
    transition: all 0.4s ease-in-out;
    justify-content: center;
}

.tour-packe-item .tour-packe-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-packe-item .tour-packe-btn{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.tour-packe-item:hover::before{
    background:var(--secondary-color);
    height:100%;
}

.tour-packe-item:hover .tour-packe-overlay{
    height: 100%;
    transform: translateY(0);
}
.tour-packe-item:hover .tour-packe-btn{
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
}

.tour-packe-item .tour-packe-btn .temlbtn{
    max-width: fit-content;
    background: #fff;
    color: #000;
}

.tour-packe-item .tour-packe-btn .temlbtn i{
    background:#000;
    color:#fff;
}

.pariharam-sec{
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    border-radius: 24px;
    background-color:rgba(255, 77, 0, 0.06);
    margin-left: 40px;
    margin-right: 40px;
    padding:4rem 0;
}

.pari-haram-items{
    padding: 30px;
    background-color: #ffffff;
    border-radius: 24px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.pari-haram-items .pari-haram-img{
    background-color:rgba(255, 77, 0, 0.06);
    height: 100px;
    min-width: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pari-haram-items .pari-haram-title{
      font-size: 17px;
}

.pari-haram-items p{
     margin: 0;
    font-size: 15px;
}

.pariharam-sec .pariharam-main{
    row-gap:30px;
}

.pariharam-sec:before{
    position: absolute;
    content: "";
    width: 400px;
    height: 700px;
    right: -25px;
    bottom: 0;
    background-image: url(../image/bg/upilli-bg.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

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

.ceremonie-point{
    padding: 0;
    margin: 30px 0 0;
}

.ceremonie-point li{
    padding-left:30px;
    position:relative;
}

.ceremonie-point li:not(:last-child){
    margin-bottom:10px;
}

.ceremonie-point li:before{
    position: absolute;
    content: "\f14b";
    font-family: flaticon_normal-icon !important;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background:#fff1eb;
    color: var(--primary-color);
    text-align: center;
    border-radius: 50%;
}

.wedding-boxcccd .sacred-title{
    font-size: 23px;
    color: var(--primary-color);
    font-style: italic;
    margin: 0 0 10px;
}

.sacred-items .sacred-icon{
    position: relative;
    background-color: #fff1eb;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-bottom:20px;
}

.sacred-items{
    position: relative;
    padding-top: 50px;
    padding-right: 20px;
}
.sacred-items::after {
    content: "";
    position: absolute;
    top: -1px;
    width: 0;
    height: 1px;
    background-color: #ff4d00;
    transition: all 0.5s ease-in-out;
}
.sacred-items .sacred-title{
    font-size: 18px;
    margin: 0 0 15px;  
}

.sacred-main{
    margin-top:50px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sacred-items:hover::after {
    width: 100%;
}

.sacred-items:hover .sacred-icon{
    background:var(--primary-color);
}

.sacred-items .sacred-icon img{
    transition: all 0.5s ease-in-out;
    filter: invert(53%) sepia(73%) saturate(4788%) hue-rotate(351deg) brightness(101%) contrast(101%);
}

.sacred-items:hover  .sacred-icon img{
    transform: scale(-1) rotate(180deg);
    filter: brightness(0) invert(1);
}

.ready-img img{
    width: 100%;
    /*height: 250px;*/
    object-fit: cover;
    border-radius: 24px;
}

.ready-main-box{
    position:relative;
}
.ready-main-box .col-lg-6{
    padding:3px;
}
.ready-main-box:before{
       position: absolute;
    content: "";
    width: 11%;
    height: 11%;
    inset: 0;
    right: 0;
    left: 0;
    top: 49%;
    margin: 0 auto;
    background: var(--primary-color);
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ready-main-box .col-lg-6 .ready-img:not(:last-child){
    margin-bottom:5px;
}
.ready-main-box .col-lg-6:nth-child(1){
    margin-top: 50px;
}
/*.ready-main-box .col-lg-6:nth-child(2) .ready-img:nth-child(1) img{*/
/*    height: 300px;*/
/*}*/

.ready-main-box .col-lg-6:nth-child(1) .ready-img:nth-child(1) img{
    border-top-left-radius: 0;
}
.ready-main-box .col-lg-6:nth-child(1) .ready-img:nth-child(2) img{
    border-bottom-left-radius: 0;
}
.ready-main-box .col-lg-6:nth-child(2) .ready-img:nth-child(1) img{
    border-top-right-radius: 0;
}
.ready-main-box .col-lg-6:nth-child(2) .ready-img:nth-child(2) img{
    border-bottom-right-radius: 0;
}


.collabora-sec{
    padding:5rem 0;
}



.pariharam-sec .sec-small-title,
.temple-heritage .sec-small-title{
    background:#fff;
}

.collaborad-items{
    display: flex;
    align-items: center;
    gap: 20px;
}
.collaborad-items .collab-title{
    font-size: 20px;
}
.collaborad-items p{
    font-size: 15px;
    margin: 0;
}

.collaborad-items .collabor-icon{
        background: #fff1eb;
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.collaborad-items .collabor-icon img{
    filter: invert(51%) sepia(53%) saturate(5881%) hue-rotate(351deg) brightness(103%) contrast(101%);
        height: 30px;
    width: 30px;
}

.collabora-sec .row{
   row-gap:30px; 
}


.collabora-sec .col-lg-5 .collaborad-items:not(:last-child){
    margin-bottom:25px;
}

.colaberation-content{
    margin-right:40px;
}

.colaberation-content .temlbtn{
    margin-top:30px;
}


.header-1 .header-top {
    background-color: #FF4D00;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.header-1.sticky {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-1.sticky .header-top-content{
    display:none;
}
.header-1.sticky .header-lower{
        padding: 10px 0;
}
.header-1.sticky .logo img{
    width: 85px;
    /* height: 50px; */
    object-fit: contain;
    object-position: bottom;
}
.header-1.sticky .logo figure{
    margin:0;
}
@keyframes sliddown{
    0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}

100% {
    transform: translate3d(0, 0, 0);
}
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    transform: translateY(-100%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform-origin: top;
    transition: all 0.5s ease-in-out;
}

ul li {
    list-style-type: none;
}
.header-top-content ul{
       margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding:0;
}
.header-top-content ul li p{
       margin: 0;
    display: flex;
    gap: 5px;
    font-size: 14px;
    align-items: center;
}

.header-top-content ul li p a{
    color:#fff;
}

.temlbtn{
    padding:6px 15px;
    width: fit-content;
}
.header-top-content ul li p i{
    background: #ff4d00;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    display: block;
    display: flex;
    justify-content: center;
    font-size: 17px;
    align-items: center;
    color:#fff;
}
.header-1 .header-lower {
    position: relative;
    background-color:#fff1eb;
    padding:10px 0;
}
.header .header-top .header-contact-info ul li p {
    margin-bottom: 0;
    color:#fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.header-1 .header-lower .header-content {
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: space-between;
}

 .logo-box .logo {
    background: #FF4D00;
    padding: 5px 10px;
    position: absolute;
    top: -35px;
    width: 150px;
    height: 100px;
    z-index: 2;
    margin:0 auto;
    left:0;
    right:0;
}
 .logo-box .logo a {
    width: 100%;
    height: 100%;
}
 .logo-box .logo a figure {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 17%;
    z-index: 1;
    left: 1%;
}
 .logo-box .logo .logo-shape {
    position: absolute;
    bottom: -55px;
    left: 0;
}
 .logo-box .logo .logo-shape svg {
    color: #ff4d00;
    width: 100%;
}

.main-menu ul {
       margin-bottom: 0;
    padding: 0;
    display: flex;
    gap:20px;
}
.main-menu ul .menu-thumb {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 35px;
}
.main-menu ul .menu-thumb .nav-link {
    display: inline-block;
    font-size: 13px !important;
    font-weight: 500;
    color: #000;
    padding: 0;
    text-align: left;
    position: relative;
    /*padding-top:0;*/
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}
.main-menu ul .nav-item {
    position: relative;
    list-style: none;
    font-size:14px !important;
    display: inline-block;
    /*margin-inline-end: 35px;*/
}
.main-menu ul .nav-item .submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: max-content;
    background: #fff1eb;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    color: #000;
    /*box-shadow: 0 0 40px 0 rgba(11, 13, 17, 0.08);*/
    transform-origin: top center;
    transform: translateY(38px);
    transition: all 0.5s ease-in-out;
    padding: 30px 30px;
    gap:10px;
        flex-direction: column;
}
.main-menu ul .nav-item .submenu li:not(:last-child) {
    padding-bottom: 15px;
}
.main-menu ul .nav-item .submenu li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.main-menu ul .nav-item .submenu li a {
    position: relative;
    z-index: 11;
    color: #000;
    padding: 0;
    width: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition:all 0.5s ease-in-out;
    font-size:14px !important;
}
.main-menu ul .nav-item:hover > .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(20px);
}
.theme-button.style-1:hover {
    background-color: #122f2a;
    color: #FFF;
}
.theme-button.style-1 {
    background-color: #ff4d00;
    color: #fff;
}
.main-menu ul .nav-item .submenu li a::before {
    content: "";
    position: absolute;
    left: 0px;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 0px;
    height: 1px;
    background-color: #FF4D00;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}
.main-menu ul .nav-item .submenu li a:hover {
   color: #FF4D00 !important;
    /* padding-left: 20px; */
    transform: translateX(10px);
}
.main-menu ul .nav-item .submenu li a:hover::before {
    width: 10px;
    transform: translateX(-22px);
}
.main-menu ul .nav-item .nav-link i {
        /* margin-left: 2px; */
    font-size: 14px;
    /* margin-top: 8px; */
    /* line-height: 1; */
    position: absolute;
    right: -16px;
    top: 3px;
}
.theme-button {
    position: relative;
    overflow: hidden;
    height: 52px;
    line-height: 2;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid transparent;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 500ms all ease;
    gap: 10px;
}

.theme-button span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}
.theme-button.style-1 span::before {
    color:#fff;
}

.theme-button span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-text);
    text-align: center;
    transition: color 0.5s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}



.marquee-section {
    background:#ff5a16;
    overflow: hidden;
    white-space: nowrap;
    padding: 30px 0px;
}
.marquee-track {
        display: flex;
    gap: 0;
    animation: marquee 20s linear infinite;
    gap: 25px;
}

@keyframes marquee{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 40px));
}
}

.marquee-item figure{
        height: 60px;
    width: 60px;
    background: #fff;
    margin: 0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.marquee-item img{
    height:40px;
    width:40px;
}
.marquee-item {
       margin-bottom: 0;
    display: flex;
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    gap: 15px;
}



.popular-temples-sec{
    padding:4rem 0;
    background:#fff;
    overflow:hidden;
    position:relative;
}


.custom-swiper-btn{
      display: flex;
    flex-direction: column;
    gap: 20px;
    /* margin-top: 50px; */
    position: absolute;
    top: 153px;
    left: 29%;
}

.temple-prev,
.temple-next{
    width:50px !important;
    height:50px !important;
    border-radius:50%;
    background:#f7e8df;
    position:relative !important;
    left:0 !important;
    right:auto !important;
    top:auto !important;
    margin:0 !important;
}

.temple-prev::after,
.temple-next::after{
    font-size:17px !important;
    color:#ff6600;
    font-weight:700;
}

.vist-across{
    text-align:center;
}

.vist-across img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:50%;
}

.vist-across h4{
    margin-top:20px;
    font-size:20px;
    color:#000;
    font-weight:700;
}
.temple-heritage{
    padding:4rem 0;
    position:relative;
    background:rgba(255, 77, 0, 0.06);
}
.kumbankonam{
    position:relative;
    background:#fff;
    border-radius: 40px;
    margin:4rem 0;
    overflow:hidden;
    position: sticky;
    top: 20%;
}
.temple-sec img{
    border-radius:40px;
    width:100%;
}
.small-tile{
    font-size:22px;
}
.archture{
    padding:2.5rem 0;
}
.colhall{
    /*padding:0;*/
    margin:0;
    position:relative;
}
.colhall li{
    position:relative;
    padding: 5px 0
}
.colhall li:before{
   content: '';
    position: absolute;
    background-image: url(../image/svg/approve.svg);
    height: 20px;
    width: 20px;
    top: 9px;
    left: -28px;
    background-repeat: no-repeat;
    background-size: contain;
}
.tarev-image{
    text-align:center;
}
.tarev-image img{
    border-radius:20px;
    margin-bottom:1.5rem;
}
.tarev-image .small-tile{
    font-size:20px;
    display:block;
}
.trabvelrr{
    position:relative;
}
.unser-conte .temlbtn{
    margin:auto;
}
.footer-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #0C0C0C;
    z-index: 1;
    
}
.footer {
    position: relative;
}
.footer .footer-widget-wrap {
    padding-top: 80px;
}
.footer .footer-widget-wrap .footer-widget {
    margin-bottom: 60px;
}
.footer .footer-widget-wrap .footer-widget-title {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    margin-bottom: 17px;
    padding-bottom: 15px;
}
.footer .footer-widget-wrap .widget-link .link li {
    margin-bottom: 5px;
}
.footer .footer-widget-wrap .widget-link .link li a {
    position: relative;
    color: #fff;
    /*margin-left: -16px;*/
  font-size:14px;
    transition:all 0.5s ease-in-out;
}
.footer-1::before{
     background-color: #0C0C0C;
     content:'';
     top:0;
     left:0;
     width:100%;
     height:100%;
    z-index: -1;
    position:absolute;
    opacity: 0.85;
}
.footer-widget p{
    color:#fff;
    font-size:13px;
}
.footer .footer-widget-wrap .footer-widget-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
}
.link{
    padding:0;
    margin:0;
}
.footer-1 .footer-bottom {
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.05);
}
.footer-1 .footer-bottom .footer-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-contact-item span {
    display: block;
    margin-bottom: 5px;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 0.5px;
    color:#fff;
}
 .footer-contact-item a, .footer-contact-item p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

 .copyright-text p , .copyright-text p a {
    color: #fff;
    margin:0;
    font-size:13px;
}
.old-new{
    margin-left: -49px;
}
.footer-copyright-wrap {
    padding: 15px;
}
.social-icon a {
    margin-bottom: 0;
    font-size: 15px;
    background-color: #FF4D00;
    color: #fff;
    border-radius: 50px;
    height: 42px;
    width: 42px;
    text-align: center;
    display: inline-block;
    line-height: 47px;
    align-items: center;
    position: relative;
}
.social-icon li a i {
    position: relative;
    z-index: 2;
}
.social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-icon li a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: "";
    position: absolute;
    background: #122F2A;
    border-radius: inherit;
    transform: scale(0.8);
    transition: all 0.5s;
    z-index: 1;
}
.social-icon li a:hover::before {
    opacity: 1;
    transform: scale(1.02);
}

.heder-rig-menus{
    display: flex;
    align-items: center;
    gap: 20px;
}

/*.header-content > .header-navigation{*/
/*    margin-left:50px;*/
/*}*/

/*.header-top-content ul li:nth-child(1){*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

.header-top-content ul li:nth-child(2) p a{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.header-top-content ul li:nth-child(2) p a:hover i {
    transform: rotate(0deg);
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}
.header-top-content ul li:nth-child(2) p:first-child a i{
    height: 20px;
    width: 20px;
    background: #ffffff;
    color: #ff4d00;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transform: rotate(-45deg);
    transition: transform 0.5s;
}

.main-menu ul .nav-item .submenu li.has-dropdown .submenu {
    inset-inline-start: 113%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.main-menu ul .nav-item .submenu li:hover > .submenu {
    
    transform: translateY(1px);
    visibility: visible;
    opacity: 1;
}
.main-menu ul .nav-item .submenu li:not(:last-child) {
    padding-bottom: 10px;
}

.main-menu ul .nav-item .submenu li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.nav-item i{
      /* margin-left: 2px; */
    font-size: 14px;
    /* margin-top: 8px; */
    /* line-height: 1; */
    position: absolute;
    right: -16px;
    top: 3px;
}
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
        margin-top: 1rem;
}

.read-more-btn span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}
.read-more-btn:hover span{
    color:#ff5a16;
}
/* Custom line */
.read-more-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 2px;
    background: #000;
    transition: width 0.3s ease;
}

/* Increase line width on hover */
.read-more-btn:hover span::after {
    width: 100%;
    background:#ff5a16;
}

/* Arrow animation */
.read-more-btn i {
    transition: transform 0.3s ease;
    line-height:1px;
}

.read-more-btn:hover i {
    transform: rotate(45deg);
}
.butnn{
        margin-right: 10px;
}
.mobile-menu .nav-link{
    font-size:14px;
}
.trabvelrr{
    padding:4rem 0;
    background-color: rgba(255, 77, 0, 0.06);
}
.unser-conte p{
    margin:2rem 0 1.5rem;
}
.pari-haram-img img{
    border-radius:50%;
}
.destination-sec .sec-small-title:before{
    background: #ff4d00 url(../image/svg/wedding-rings.svg) no-repeat;
}

.whatsappicon {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
}

.whatsappicon .call-icons{
    display:none;
}
.weeding-ring{
       background: #ff4d00;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    margin-bottom: 2rem;
    margin: auto;
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: center;
    align-items: center;
}
.paetents{
    /*width: 450px;*/
    /*height: 450px;*/
    opacity: 0.09;
}
.rahu-repre-img img{
    height:100%;
}
.small-tile{
       font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #0000003b;
    padding-bottom: 15px;
}
.internation-ciastu p{
    margin:0;
}
.noirth-indian{
    padding:4rem 0;
    position:relative;
}
.internation-ciastu{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding:1rem;
    transition:all 0.3s linear;
    border-radius:15px;
    height:100%;
}
.noirth-indian .row{
    row-gap:24px;
}
/* Hover Effect */
.devotes:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.devotes:hover figure img {
    transform: scale(1.15) rotate(8deg);
}
.internation-ciastu:hover{
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.nagavargp{
    padding: 2rem 0 5rem;
    position:relative;
}
.nagavargp ul{
        padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}
.nagavargp ul li{
       padding: 10px 13px;
    /* background: #ff5a16; */
    margin: 0 4px;
    color: #000;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #ff5a16;
}
.tiour-panned ul{
        border-left: 5px solid #ff5a16;
    padding-left: 1rem;
}
.tiour-panned ul li{
    padding:5px 0;
}
.tour-packagess{
    margin:2rem 0 0;
}
.tour-packagess p{
    margin:0;
}

.rahuketu-temple-sec .row{
    row-gap:25px;
}
.temple-deastinat .row{
    row-gap:24px;
}
.rahu-repre-box.rahu-rep{
    display:block;
}
.rahu-repre-box.rahu-rep .rahu-badge{
    background: var(--primary-color);
    color: #fff;
    font-size: 11.5px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(190, 90, 20, 0.35);
    border:none;
}
.what-rahu-sec.temple-deastinat{
    padding:5rem 0;
}



.section-wrap {
	background: #f9f5ef;
	padding:5rem 0;
}

.label {
	font-size: 12px;
	letter-spacing: 2px;
	color: #b07d3a;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-family: sans-serif;
}

.main-title {
	font-size: 28px;
	font-weight: 700;
	color: #2c1f0e;
	margin: 0 0 10px;
	line-height: 1.3;
}

.sub-text {
	font-size: 14px;
	color: #7a6549;
	margin: 0 0 48px;
	font-family: sans-serif;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	position:relative;
	margin: 0 auto 40px;
}
.steps-grid::before{
        position: absolute;
    content: '';
    height: 1px;
    width: 71%;
    top: 25px;
    left: 0;
    right: 0;
    background: #00000033;
    margin: auto;
}
.step-card {
    text-align: -webkit-center;
}

.step-number {
	width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #b07d3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #b07d3a;
    margin-bottom: 18px;
    background:#ffffff;
    /* z-index: 1; */
    position: relative;
}
.section-wrap .pilgrima-boxss{
        justify-content: center;
}
.step-titlee {
	font-size: 18px;
	font-weight: 700;
	color: #000 ;
	margin: 0 0 10px;
	line-height: 1.4;
}

.step-desce {
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
}

.btn-enquire {
	background: #8b5a1e;
	color: #fff;
	border: none;
	padding: 14px 36px;
	font-size: 15px;
	border-radius: 4px;
	cursor: pointer;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.btn-enquire:hover {
	background: #6e4516;
}



.car-table {
    background: #faf7f2;
    padding: 5rem 0;
    margin-top:5rem;
}

.car-table .nav-tabs {
    border-bottom: 2px solid #e8d9c0;
    margin-bottom: 32px;
    justify-content:center;
    gap: 6px;
}
.car-table .row{
    justify-content:center;
}
.car-table .nav-tabs .nav-link {
    border: 1.5px solid #d9c4a0;
    border-radius: 50px;
    color: #8a6530;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    background: #fff;
    margin-bottom: 6px;
}

.car-table .nav-tabs .nav-link:hover {
    background: #f5ede0;
    border-color: #c4a06a;
}

.car-table .nav-tabs .nav-link.active {
    background: #8b5a1e;
    color: #fff;
    border-color: #8b5a1e;
}

.car-table .nav-tabs {
    border-bottom: none;
    
}



.vehicle-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ece3d5;
}

.vehicle-card .card-img-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.vehicle-card .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vehicle-card .card-body {
    padding: 16px;
}

.vehicle-card .card-name {
    font-size: 15px;
    font-weight: 700;
    color: #1e1208;
    margin-bottom: 2px;
}

.vehicle-card .card-type {
    font-size: 11px;
    color: #b08040;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
}

.vehicle-card .specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}

.vehicle-card .spec-box {
    background: #faf6ef;
    border-radius: 8px;
    padding: 8px 10px;
}

.vehicle-card .spec-box .spec-label {
    font-size: 10px;
    color: #a08050;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}

.vehicle-card .spec-box .spec-val {
    font-size: 12.5px;
    color: #2c1f0e;
    font-weight: 700;
}

.vehicle-card .best-for {
    background: #fdf0db;
    border-radius: 7px;
    padding: 8px 12px;
    font-size: 12px;
    color: #7a5520;
}

.vehicle-card .best-for span {
    font-weight: 700;
}

.pickup-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #ece3d5;
    overflow: hidden;
    height: 100%;
}

.pickup-card .pickup-header {
    background: #8b5a1e;
    color: #fff;
    padding: 16px 18px;
}

.pickup-card .pickup-header h4 {
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 2px;
}

.pickup-card .pickup-header small {
    font-size: 11.5px;
    opacity: 0.8;
}

.pickup-card .pickup-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pickup-card .pickup-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #2c1f0e;
    padding: 8px 12px;
    background: #faf6ef;
    border-radius: 7px;
}

.pickup-card .pickup-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c47f2a;
    flex-shrink: 0;
}

.pickup-card .pickup-note {
    background: #fff8ed;
    border-top: 1px solid #ece3d5;
    padding: 10px 16px;
    font-size: 12px;
    color: #7a5520;
}


.key-numbemaint {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top:6rem;
}
.ouilafure{
    font-size:20px;
    font-style:italic;
}
.key-numbemaint li {
    flex: 1 1 200px;
    text-align: center;
    padding: 40px 24px;
    border-right: 1px solid #e8d9c0;
    position: relative;
}

.key-numbemaint li:last-child {
    border-right: none;
}

.key-numbemaint li::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #c47f2a;
    border-radius: 2px;
    margin: 14px auto 0;
}

.key-numbemaint li span {
    display: block;
    font-size: 44px;
    font-weight: 800;
    color: #8b5a1e;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.key-numbemaint li p {
    font-size: 13.5px;
    color: #7a6549;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}

.key-numbemaint li span.counter,
.key-numbemaint li span.suffix {
    display: inline;
    font-size: 44px;
    font-weight: 800;
    color: #8b5a1e;
    line-height: 1;
    letter-spacing: -1px;
}

.key-numbemaint li > span:first-child {
    display: inline;
}
.tyempkle-dharsn{
        background: #ff5a1630;
    padding: 1.2rem;
    border: 1px solid #ff5a16;
    border-radius: 20px;
    height:100%;
}
.spiturasl .row{
    row-gap:24px;
}

.tyempkle-dharsn h4{
    font-size:17px;
    margin:30px 0 10px;
}

.tyempkle-dharsn{
    transition: all 0.4s ease;
}

.tyempkle-dharsn img{
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
    filter: invert(35%) sepia(57%) saturate(4206%) hue-rotate(1deg) brightness(104%) contrast(103%);
}

.tyempkle-dharsn:hover img{
    transform: translateY(-6px) rotateY(180deg) scale(1.08);
}


.collaboration-model-sec {
    padding:5rem 0;
}

.collaboration-model-sec .section-title {
    margin-bottom: 40px;
}

.collaboration-model-sec .section-title p {
    max-width: 750px;
    margin: 12px auto 0;
    line-height: 1.8;
}

.collaboration-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    background: #fff;
}

.collaboration-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
}

.collaboration-table thead {
    background:#ff5a16;
}

.collaboration-table thead th {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 22px 25px;
    text-align: left;
}

.collaboration-table tbody tr {
    border-bottom: 1px solid #ececec;
    transition: all 0.35s ease;
}

.collaboration-table tbody tr:last-child {
    border-bottom: none;
}

.collaboration-table tbody tr:hover {
    background: #fff8f8;
}

.collaboration-table tbody td {
    padding: 22px 25px;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    vertical-align: top;
}

.collaboration-table tbody td:first-child {
    font-weight: 600;
    color: #ff5a16;
    width: 280px;
}
.why-toudf img{
        width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: auto;
}
.why-tour-sec{
    padding:4rem 0;
    position:relative;
}
.travle-clients{
    width:70%;
    margin:auto;
    margin-top:20px 0 30px;
}
.comison-broingf{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding:2rem;
    text-align:center;
    height:100%;
}
.comison-broingf span{
    display:block;
    font-size:70px;
    font-weight:600;
}
.commsion-calr{
    margin-top:3rem;
}
.booking-propcess.spiritual{
    padding:2rem 0;
}
.comison-broingf p{
    margin:0;
}
.tour-than{
       padding: 0;
    display: flex;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
}
.tour-than li{
       background: #ff5a16;
    padding: 5px 10px;
    border-radius: 50px;
    font-size:14px;
    color: #fff;
}
.cholds-tempkle .section-title{
    margin-bottom:40px;
}
.catinmg{
        width: 70%;
    display: block;
    margin: auto;
    font-size: 21px;
    text-align: center;
    padding: 2rem;
    background: #ff5a161a;
    border: 1px solid #ff5a16;
    border-radius: 20px;
}
.stabd-today{
        text-align: center;
    margin: 2rem 0 0;
}
.stabd-today img{
       border-radius: 30px;
    /*height: 600px;*/
    width: 100%;
    object-fit: cover;
}
.cholds-tempkle{
    padding: 0 0 5rem;
}

.near-temple h4{
    font-size:20px;
    color: #000;
    line-height: 1.2;
    margin: 2px 0 3px;
}
.near-temple{
    margin-bottom:1rem;
}
.near-temple span{
    font-size: 12.5px;
    color: #000;
    font-weight: 400;
}
.wordl-hertage .near-content p{
    margin-bottom:0 !important;
}
.chols-image img{
    border-radius:20px;
}
.venuess img{
    border-radius:20px;
        height: 300px;
        object-fit:cover;
}
.vaitheesr{
    padding:4rem 0;
}
.reeaktion h4{
    font-size:16px;
    margin-bottom:1rem;
}
.reeaktion{
       padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
    border-radius: 15px 0 15px 15px;
    height:100%;
}
.reeaktion span{
        background: #ff5a16;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color:#fff;

}
.temple{
    font-size:20px;
    margin-bottom:15px;
}
.collab-model .row{
    row-gap:24px;
}
.collab-model{
    position:relative;
}

.rahuketu-temple-sec.shiva-temple-sec{
    background:#fff;
}

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

.internation-ciastu{
    background:#fff;
}

.beyond-temple-sec.internation-ciastu{
   background:#fff; 
}

.rahuu-jethuu.chola-her-sec{
    padding: 5rem 0;
    position: relative;
    background: rgba(255, 77, 0, 0.06);  
}

.why-tour-sec.destinatwhy-sec{
    padding:5rem 0 0;
    position: relative;
}

.rahuu-jethuu.typical-destina-sec{
  padding:0 0 5rem;  
}

.rahuu-jethuu.travel-partne-sec{
    padding:0 0 5rem;
}
.rahuketu-temple-sec .whe-should-point{
    margin:0 0 15px 0;
        gap: 14px;
}
.pariharam-sec.listing-section{
    background:#fff !important;
}
.pariharam-sec.listing-section .pari-haram-items{
    background-color: rgba(255, 77, 0, 0.06);
}
.main-menu ul .nav-item .active{
    color: #FF4D00 !important;
}
.rweaiemrt img{
    width: 100%;
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}
.collab-model{
    padding-bottom:4rem;
}
.textprtg strong{
    color:#000;
    font-weight:600;
}
.internation-ciastu .small-tile{
    font-size:18px;
}
.pacjages{
    margin:2rem 0;
}
.temple-image{
        height: auto;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.typical-deastinatiion{
    padding:4rem 0;
    position:relative;
}
.setronm-mail{
    display:flex;
    gap:15px;
}
.mison-vciso{
    height:100%;
}

.hide-robot{
display:none !important;
}

label.error{
    color: red;
    font-size: 14px;
    transform: translateY(-10px);
}