body {
    height: 100vh;
}


/* bootsrp 5 icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

/* common css strats here */

ul {list-style-type:none; padding:0px !important; margin: 0px !important;}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/ 

a{text-decoration:none !important;}/* for removing underline for anchor*/

button:focus { outline: 0px !important; }

a:hover { text-decoration: none; }

textarea { resize: none;}

.w-100{width:100%;}

.w-auto{width:auto !important;}

.h-100 {height:100%;}

.h-50p {height:50px;}

/* for display */

.d-inline-flex{display:inline-flex ;}/* for display inline */

.d-inline-block{display:inline-block ;}

.d-flex{display:flex ;}/* for display inline */


/* for positions */

.pos-relative{position:relative;}

.pos-absolute{position:absolute;}

/* padding styles */

.p-0{padding:0px;}

.p-5p{padding:5px;}

.p-10p{padding:10px;}

.p-15p{padding:15px;}

.p-20p{padding:20px;}

.p-30p{padding:30px;}

.p-40p{padding:40px;}

.pt-5p{padding-top:5px;}

.pt-10p{padding-top:10px;}

.pt-15p{padding-top:15px;}

.pt-20p{padding-top:20px;}

.pt-25p{padding-top:25px;}

.pt-30p{padding-top:30px;}

.pt-40p{padding-top:40px;}

.pt-50p{padding-top:50px;}

.ptb-5p{padding-top:5px;padding-bottom:5px;}

.ptb-10p{padding-top:10px;padding-bottom:10px;}

.ptb-15p{padding-top:15px;padding-bottom:15px;}

.ptb-20p{padding-top:20px;padding-bottom:20px;}

.ptb-25p{padding-top:25px;padding-bottom:25px;}

.ptb-30p{padding-top:30px;padding-bottom:30px;}

.ptb-40p{padding-top:40px;padding-bottom:40px;}

.ptb-50p{padding-top:50px;padding-bottom:50px;}

.ptb-60p{padding-top:60px;padding-bottom:60px;}

.ptb-70p{padding-top:70px;padding-bottom:70px;}

.plr-10p{padding-left:10px;padding-right:10px;}

.plr-20p{padding-left:20px;padding-right:20px;}

.plr-30p{padding-left:30px;padding-right:30px;}

.pb-10p{padding-bottom:10px;}

.pb-15p{padding-bottom:15px;}

.pb-20p{padding-bottom:20px;}

.pb-30p{padding-bottom:30px;}

.pb-40p{padding-bottom:40px;}

.pb-60p{padding-bottom:60px;}

.pb-80p{padding-bottom:80px;}

.ptb-4060p{padding-top:40px;padding-bottom:60px;}

.pr-0p{padding-right:0px;}

.pl-0p{padding-left:0px;}

.pl-10p{padding-left:10px;}

.pl-15p{padding-left:15px;}

.pl-20p{padding-left:20px;}

.pl-25p{padding-left:25px;}

.pl-40p{padding-left:40px;}

.pl-50p{padding-left:50px;}

.pr-20p{padding-right:20px;}

.pr-25p {padding-right:25px;}

.pr-30p {padding-right:30px;}

.pr-40p {padding-right:40px;}

.pr-50p{padding-right:50px;}


/* margin styles */

.mlr-auto{margin-left:auto;margin-right:auto;}

.ml-auto{margin-left:auto;}

.m-0{margin:0px;}

.m-15p{margin:15px;}

.m-lr-auto{margin:0px auto;}

.mt-5p{margin-top:5px;}

.mt-10p{margin-top:10px;}

.mt-15p{margin-top:15px;}

.mt-20p{margin-top:20px;}

.mt-25p{margin-top:25px;}

.mt-30p{margin-top:30px;}

.mt-35p{margin-top:35px;}

.mt-40p{margin-top:40px;}

.mt-45p{margin-top:45px;}

.mt-50p{margin-top:50px;}

.mt-60p{margin-top:60px;}

.mt-70p{margin-top:70px;}

.mt-80p{margin-top:80px;}

.mt-90p{margin-top:90px;}

.mt-100p{margin-top:100px;}

.mt-120p{margin-top:120px;}

.mt-130p{margin-top:130px;}

.mt-220p{margin-top:220px;}

.mb-0p{margin-bottom:0px;}

.mb-1p{margin-bottom:1px;}

.mb-5p{margin-bottom:5px;}

.mb-10p{margin-bottom:10px;}

.mb-15p{margin-bottom:15px;}

.mb-20p{margin-bottom:20px;}

.mb-25p{margin-bottom:25px;}

.mb-30p{margin-bottom:30px;}

.mb-40p{margin-bottom:40px;}

.mb-60p{margin-bottom:60px;}

.mb-70p{margin-bottom:70px;}

.mb-80p{margin-bottom:80px;}

.mb-100p{margin-bottom:100px;}

.mtb-2040p{margin-top:20px;margin-bottom:40px;}

.mtb-5p{margin-top:5px;margin-bottom:5px;}

.mtb-10p{margin-top:10px;margin-bottom:10px;}

.mtb-15p{margin-top:15px;margin-bottom:15px;}

.mtb-20p{margin-top:20px;margin-bottom:20px;}

.mtb-30p{margin-top:30px;margin-bottom:30px;}

.mtb-40p{margin-top:40px;margin-bottom:40px;}

.mtb-50p{margin-top:50px;margin-bottom:50px;}

.mtb-60p{margin-top:60px;margin-bottom:60px;}

.mlr-10p{margin-left:10px;margin-right:10px;}

.mlr-20p{margin-left:20px;margin-right:20px;}

.ml-5p{margin-left:5px;}

.ml-10p{margin-left:10px;}

.ml-15p{margin-left:15px;}

.ml-20p{margin-left:20px;}

.ml-50p{margin-left:50px;}

.mr-5p{margin-right:5px;}

.mr-10p{margin-right:10px;}

.mr-15p{margin-right:15px;}

.mr-20p{margin-right:20px;}

.mr-30p {margin-right: 30px;}

.mr-40p {margin-right: 40px;}

.mr-50p {margin-right: 50px;}

/* for box shadow */


/* for border radius  */

.brad-0 {border-radius: 0;}

.brad-50 {border-radius: 50px;}

/* for borders  */

.br-0p {border: 0;}

.border-t {border-top: #d2d2d2 1px dashed;}

/* for letter spacing  */

.ls-1p {letter-spacing: 1px;}

.ls-2p {letter-spacing: 2px;}

.ls-4p {letter-spacing: 4px;}

/* for text-patterns*/

.txt-up {text-transform: uppercase;}

.txt-cap {text-transform: capitalize;}

.txt-undline {text-decoration: underline !important; }

/* for backgorund colors */

.bg-white{background-color:white;}

.bg-black{background-color:#000000;}

.bg-trans {background: transparent;}

.bg-gray {background-color: #f7f7f7;}

.bg-cream {background-color: #fffff3;}

.bg-yellow {background-color: #f2d460;}

/* for text-colors*/

.text-black{color:#000000;}

.text-white{color:#ffffff;}

.text-color {color:#161616;}

.text-lemon{color: #fff000;}

.text-brown{color:#c94d1a;}


/* for text-alignment*/

.align-center {align-items:center;}

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.txt-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

/* for text-alignment*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}

.z0{z-index:0;}

/* float css */

.float-left{float:left;}

.float-right{float:right;}

/* for font-size */

.font10 {font-size: 10px;}

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font19{font-size:19px;}

.font20{font-size:20px;}

.font21{font-size:21px;}

.font22{font-size:22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-17p {line-height: 17px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-29p {line-height: 29px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* for font-weight */

.fw-600 {font-weight: 600;}

/* poppins */

.fnt-Poppins-Light {font-family: 'Poppins-Light';}

.fnt-Poppins-Regular {font-family: 'Poppins-Regular';}

.fnt-Poppins-Medium {font-family: 'Poppins-Medium';}

.fnt-Poppins-SemiBold { font-family: 'Poppins-SemiBold';}

.fnt-Poppins-Bold { font-family: 'Poppins-Bold';}

/* roboto */

.fnt-Roboto-Regular {font-family: 'Roboto-Regular';}

/* Oswald */

.fnt-Oswald-Light {font-family: 'Oswald-Light';}

.fnt-Oswald-Regular {font-family: 'Oswald-Regular';}

/* Montserrat */

.fnt-Montserrat-SemiBold { font-family: 'Montserrat-SemiBold';}


html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #161616;
    font-family:'Poppins-Light';
    overflow-x: hidden;
}

.container {
    max-width: 1230px !important;
	padding-left: 0;
    padding-right: 0;
}

.container2 {
    max-width: 1330px !important;
}

/*----- navbar toggler  css -----*/

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
  .navbar {
    padding: 0;
	width: 100%;
  }
  .navbar>ul {
        width: 100%;
    }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
	justify-content: space-between;
    /* width: 100%; */
	flex-wrap: wrap;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    /* padding: 8px 0 8px 30px; */
  }

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-size:15px;
    text-transform: uppercase;
    color: #3c0f00;
    transition: color 0.3s, background 0.3s;
    font-family: 'Poppins-Medium';
	padding:5px 15px;
	border-radius: 50px;
}

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    /* width: 20px;
    height: 20px; */
    position: relative;
    z-index: 20;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover  a, .menu-active a {
    color: #fff;
	background-color: #f98534;
  }
  
  

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
	min-width: 200px;
  }

  .navbar .menu-item-has-children ul li {
    min-width: 200px;
  }

  .navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color:#3c0f00;
    background: #fff;
	border-radius: 0;
	text-transform: capitalize;
  }

  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover > a {
		color: #fff;
        background: #f98534;
        border-radius: 0;
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
/* 
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
} */

@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width:320px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

	.navbar ul {
        position: absolute;
        inset: 0;
        padding: 40px 10px 10px 10px !important;
        margin: 0;
        /* background: #ff6901; */
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        background-image: linear-gradient(0deg, #f8dcac 0%, #ffffff 100%);
    }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding:8px 20px;
    color:#3c0f00;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: 'Poppins-Medium';
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color:#f25a1f;
  }

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:10px 0 !important;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffd086;
  }
  .dropdown-active a{
    font-size: 12px !important;
    padding: 6px 15px;
  }

  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {
    display: block;
  }

  /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
} */
  /* .mobile-nav-show { */
    /* position: relative; */
    /* color: #000; */
    /* font-size: 28px; */
    /* cursor: pointer; */
    /* line-height: 0; */
    /* transition: 0.5s; */
    /* z-index: 9999; */
    /* padding-right: 10px; */
  /* } */
  .mobile-nav-show {
    color: #000;
    font-size: 25px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 0;
    position: fixed;
    top: 22px;
    right: 0;
    background:#fff000;
    border-radius: 50px 0px 0px 50px;
    padding: 5px 2px 5px 7px;
}

  .mobile-nav-hide {
    color: #3c0f00;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/

		/* HEADER-TOP CSS  */

	
.header-top-section {
    /* background-image: url(../images/header-bg-flowers.png); */
    background-repeat: repeat;
    background-position: center;
    background-size: 160px;
    /* background-color: #591274; */
    position: relative;
    z-index: 1;
    /* height: 190px; */
}

.h-br{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width:100%;
}	


/* logo css */
.center-logo { height:104px; margin-bottom: -3px;}
.left-logo-part, .right-logo-part {position: absolute; top:22px; height:130px;}
.left-logo-part {left: 0;}
.right-logo-part{right: 0;}	

.left-logo, .right-logo{height:128px;}

.hcal-btn {
    margin-top: 19px;
}
.hcal-btn a{
	width: 195px;
	height: 42px;
	border-radius:50px;
	/* background-color: #a77914; */
	font-size: 15px;
	text-transform: uppercase;
	color: #fef394;
	font-family: 'BenguiatStd-Medium';
	padding:10px 15px 10px 6px;
	background: #30230047;
}
.hcal-btn a img{
	margin-right:5px;
	transform: translateY(-1.5px);
	height: 24px;
}


/* logo text css */

.h-bg1{
	background-image: url(../images/header-top-bg.jpg);
}

.h-bg2{
	background-image: url(../images/header-btm-bg.jpg);
}

.h-bg1, .h-bg2{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.htext-part{
	/* background-color: #92268a; */
	padding:6px 0px;
	
    /* background-repeat: repeat-y; */
    /* background-position: center;	 */
    /* background-size:contain;   */
	/* position:relative; */
}	


.h-title {
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'maginors-400';
    filter: drop-shadow(0px 2px 1px #7b1d00);
    margin-bottom: 0;
    line-height: 33px;
}
.h-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff36d;
    font-family: 'BenguiatStd-Medium';
    margin-bottom: 0;
    line-height: 18px;
}

/* HEADER-BOTTOM CSS  */

.header-nav { 
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	z-index: 997;
	background-image:linear-gradient(180deg, rgba(255, 253, 247, 1) 13%, rgba(255, 245, 226, 1) 25%, #ffcb40 100%);
	border-radius: 50px;
	padding:3px;	
	/* background-image:linear-gradient(0deg, #ffcb40 2%, #ffffff 65%); */
}

.logo {
    display:none;
}

.cart-icon {height:15px;}

@media (min-width: 1024px) {
    .log-blk {
        display: flex;
        margin-left: 55px;
    }
	.log-blk li {
        margin-left:6px;
    }
}

.login-btn a {
    background-color: rgba(242, 212, 96, 0);
    border: 1px solid #e1a730;
    border-radius: 50px;
}
.login-btn img {
    margin-right: 5px;
    height: 14px;
}	
.cart-btn a {
    border-radius: 50px;
    background-color: #f2d460;
}

.login-btn a:hover img, .cart-btn a:hover img{
	transition: color 0.3s, background 0.3s;
	filter: brightness(0) invert(1);
}

/* ------------------------------------------------------------------- */
	/* HOME PAGE COMMON CSS */
/* ------------------------------------------------------------------- */

.common-section{
	padding-top:80px;
	padding-bottom:80px;
}
.pt-gap{
	padding-top:80px;
}
.pb-gap{
	padding-bottom:80px;
}

.p-vw {
    padding: 0px 2vw;
}
	
.section-title {
	font-size: 24px;
	letter-spacing: 1px;
	color: #181818;
	font-family: 'BenguiatStd-Book';
}

.section-title-gap{
	margin-bottom:15px;
}

.img-shadow:before{
	content: '';
	background-image: linear-gradient(to top, #070707 0%, rgba(6, 6, 6, 0.48) 52%, rgba(0, 0, 0, 0) 95%);
	/* height: 60%; */
	height: 90%;
	width: 100%;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

.flip-img{
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* button css */

.btn-size{
	font-size: 14px;
	font-family: 'Poppins-Light';
	border-radius: 50px;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.btn-pd {
    padding: 10px 35px;
}

.btn-violet{
	background-color: #591274;
}
.btn-violet:hover{
	opacity:0.8;
}
.btn-orange-grd {
    background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
}
.btn-orange-grd:hover{
	background-image: linear-gradient(0deg, #ffb400 5%, #f88103 45%);
}

/* MAIN CONTENT CSS */
	
.main-br:before {
    content: '';
    height: 3px;
    background-image: linear-gradient(90deg, #ffd48a 0%, #ffece3 25%, #fde7b3 50%, #ffede3 75%, #ffd389 100%);
    position: absolute;
    top: 0;
    width: 100%;
}
.main-bg{
	background-image: url(../images/bg-flowers.png);
    background-repeat: repeat-y;
    background-position: center;	
    background-size:contain;  
	position:relative;
}

.main-bg-block {
    padding-top: 15px;
    padding-bottom:40px;
}
.grid-section {
    display: grid;
    width: 100%;
    grid-template-columns:320px 1fr 320px;
	align-items: end;
}
.gridbg-c{
	background-image: url(../images/g-bg1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-repeat: no-repeat;
    background-position: top center;
	padding-top: 25px;
	padding-bottom:0px;
	height:100%;
	/* height: 376px; */
}
.temple-box{
	background-image: url(../images/g-bg2.png);
}
.grid-title{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff000;
	font-family: 'BenguiatStd-Book';
}

/* GRID RIGHT SIDE CSS */

/* panchagam section */

.panchagam-block{padding:20px 10px 26px 10px; color: #f5e9eb;}
    .panchagam-block .table {
        margin-top: 10px;
        font-size: 13px;
        line-height: 18px;
        border: 1px solid rgba(255, 216, 0, 0.3) !important;
    }
.panchagam-block p{margin:0px;  }
.panchagam-block .table span {color: #fff000;}
.table-bordered td, .table-bordered th {
    color: #090909;
    border: 1px solid rgba(255,216,0,0.3) !important;
    background: transparent;
    padding: 5px;
}

.panchagam-icon {
    height: 55px;
}

.clock-icon {
    height: 55px;
}
.caln-icon{font-size: 14px;}

/* GRID LEFT SIDE CSS */

.temple-box{padding:20px 20px 35px 20px;}
.temple-timing li {color: #fff;line-height:26px;margin-top:11px;}
.donate-btn a {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #c94d1a;
	width: 173px;
	height: 38px;
	border-radius: 19px;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.15));
	background-color: #ffffff;
	padding: 9px 23px;
}
.donate-btn a img{height:20px;}

.contruction-icon-bar img {
    border-radius: 50%;
    width: 167px;
    height: 167px;
    object-fit: cover;
    /* border: 1px solid #ff7e06; */
    padding: 3px;
    background: #fff;
}
.tickt-icon {
    font-size: 19px !important;
    margin-right: 5px;
    transform: translateY(2px);
}

/* GRID MIDDLE CSS */

/* BANNER CSS */

.banner-br:before {
    content: '';
    border-image-source: url(../images/banner-br.png) !important;
    border: 1px solid gray;
    padding: 20px;
    border-image-repeat: stretch;
    border-image-slice:23;
    border-image-width:18px;
    border-image-outset: 0;
    position: absolute;
    top: -2px;
    bottom: -4px;
    left: -2px;
    right: -2px;
    display: block;
    z-index:2;
}
.carousel-indicators {z-index: 5 !important; margin-bottom:20px;}
.carousel-indicators [data-bs-target] { 
	width: 15px !important; 
	height: 15px !important; 
	border-radius: 50%;
	background-color:#c94d1a;
	
}

/* carousel arrows css */

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	width: 4%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 32px;
	height: 32px;
	background-color: #ffaf2f !important;
	background-size: 16px;
	padding: 15px !important;
	border-radius: 50px;
}

.circ-left, .circ-right{position:absolute; top:0; z-index: -1; height:90px;}
.circ-left{left:0px;}
.circ-right{right:0px;}


/* LATEST UPDATES CSS  */

.latest-sec {
    /*background-image: url(../images/latest-bg.png);*/
    background-size: 100% 100%;
    width: 100%;
    padding: 12px 0px 14px 0px;
    background-color: #F1D35F;
    /* height:60px; */
}
.latest-hd{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	color: #3f3200;
	font-family: 'Montserrat-SemiBold';
}

.latest-hd img{margin-left:10px;}
.update-content marquee{position: absolute; top:0px;}
.update-content ul {display:inline-flex;}
.update-content ul li { padding-right:45px;}
.update-content li a{font-size:14px;color:#000;line-height:30px;}
.update-content ul li:before {
    content: '';
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 10px;
    background-color: #c4a326;
    margin-left: -25px;
    display: inline-block;
}
.latest-post{margin:0px 25px;}
.latest-post:before, .latest-post:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 46px;
    position: absolute;
    top: -3px;
    background-repeat: no-repeat;
    background-size: 40px;
}
.latest-post:before {background-image: url("../images/lat-left.png");left: -60px; }
.latest-post:after{background-image: url("../images/lat-left.png");right: -60px; transform: scaleX(-1);}

/* WELCOME CSS */

.welcome-sec{
	padding:30px 0px 60px 0px;
}
.welcome-title{
	font-size:38px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6a3c01;
	font-family: 'BenguiatStd-Medium';
}
.welcome-title span{
	color:#f87d04;
	font-size: 22px;
	font-family: 'BenguiatStd-Book';
}

.welcome-subtitle {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #d68e04;
    font-family: 'Cristoforo';
    position: relative;
    padding-top: 15px;
	padding-bottom: 25px;
	margin-bottom:0;
}

.w-dgn:before {
    content: '';
    width: 545px;
    height: 1px;
    background-color:#d5d591;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.w-dgn:after {
    content: '';  
    position: absolute;
    top: 0; 
    right: 0;
    left: 0;
    margin: auto;
	height: 53px;
	text-align: center;
	background-image: url(../images/flower-dgn.png);
    background-repeat: no-repeat;
    background-position: center;
	z-index: -1;
}
.deepam-dgn {
    margin: 35px 0px 15px 0px;
    width: 740px;
}
/* SCHEDULED ICONS CSS */

.sch-block { display: grid; grid-template-columns: repeat(5,1fr);}
.sch-icon{height:115px;}
.sch-title{font-size: 14px;color: #181818;font-family: 'TrajanPro-Bold';}

/* BUTTON CSS */

.hrz-btns {
	display: flex;
    align-items: center;
    justify-content: center;
    gap:10px;
}
.cmd-btns li a {
    font-size: 14px;
    color: #ffffff;
    padding-right: 10px;
    width: 219px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    text-transform: uppercase;
	font-family: 'Poppins-Light';
	padding: 2px;
}
.cmd-btns li a:hover{
	color:#fff;
}
.cmd-btns li a img {
    height:34px;
    margin-right:18px;
}

.btn-color li:first-child a{background-image: linear-gradient(90deg, #16c49d 0%, #10ad32 100%);}
.btn-color li:nth-child(2) a{background-image: linear-gradient(90deg, #e9a116 0%, #bf7d00 100%);}

.btn-color li:first-child:hover a{background-image: linear-gradient(90deg, #10ad32 0%, #16c49d 100%);}
.btn-color li:nth-child(2):hover a{background-image: linear-gradient(90deg, #bf7d00 0%, #e9a116 100%);}


/* SCROLL CSS */

.scrollbar
{
	overflow-y: scroll;
	overflow-x: hidden;
	/* margin-right:-5px; */
}
.content-wrap {
    height: 202px;
}
#style-2::-webkit-scrollbar-track
{
	background-color:#ffd946;
}

#style-2::-webkit-scrollbar
{
	width:5px;
	background-color:#F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius:3px;
	background-color:#f2414d;
}

@-moz-document url-prefix() {
  .content-wrap {
	  scrollbar-color: #f2414d #ffd946;
	  scrollbar-width: thin;
	  overflow-y: scroll;
	}
	.scrollbar {
	  overflow: hidden;
	}

}

/* DAILY EVENT CALENDER CSS */

.namalu-icon{
	width: 280px;
}
.dailyevent-section {
    background-image: url(../images/dailyevent-bg.png);
    background-size: 100% 100%;
    border-bottom: 1px dotted #ffa55c;
	padding:15px 0px 35px 0px;
}
.daily-block{padding:20px;background-color: #ffdf64;}
.daily-data{
	filter: drop-shadow(0px 4px 7.5px rgba(56,49,0,0.12));
	background-color: #ffffff;
}
.daily-hd{background-color: #ffa500;padding:15px;font-family: 'BenguiatStd-Book';font-size:32px;}
.table-hd-blk{background-color: #fff;padding:10px 25px;}
.header-text h4 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    color: #ff7e06;
    font-family: 'BenguiatStd-Book';
}
.event-btns-blk button{
	font-size:14px;
	color: #6f5779;
	border-radius:2px;
	background-color: rgba(204,66,1,0);
	border: 1px solid #fdc0c2;
	padding:3px 15px;
	margin-right: 7px;
}
    .event-btns-blk .active, .event-btns-blk .activecal, .event-btns-blk button:hover {
        color: #fff;
        background-color: #ca282d;
        border: 1px solid #ca282d;
    }

/* left right arrows css */
.prev-button, .next-button {position: absolute;cursor: pointer;top:0%;}
.prev-button {left: 0%;}
.next-button {right: 0%;}
.prev-button i, .next-button i {color:#ff7e06; font-size:26px;}

/* table css */
.daily-event-li tr{position:relative;}
.daily-event-li table td, .daily-event-li table th { border-top: 0; font-size:15px; color:#020202; padding:0px 20px; vertical-align: middle;}
.daily-event-li tbody td:first-child{border-bottom:0;}
.table-hd-blk, .daily-event-li tbody td {
	white-space: nowrap; 
	/* background: url(../images/dot1.png) repeat-x bottom;  */
	border: 0; 
	vertical-align: middle;
	border-bottom: 1px dotted #50545c;
	background: none;
}
.daily-event-li tbody tr:last-child td, .daily-event-li tbody td:first-child {background:none;}
.daily-event-li table tbody tr:last-child td {border-bottom:0;}
.eve-hd{
	font-size: 18px !important;
	line-height: 24px;
	color: #020202 !important;
	padding-left:0 !important;
    font-weight:bold;
}

.mr-icon {
    color: #fff;
    background: #ff5722;
    width: 32px;
    height: 32px;
    position: relative;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.mr-icon i {font-size:20px;line-height: 0;}
.d-ico{font-size:16px; transform:translateY(1px); color:#ff7e06;display: inline-block;}
.calend-icon{font-size: 15px; transform: translateY(0px); margin-right:3px;}
.mov-ico{font-size: 30px;color:#692982;}
/* .mov-ico.bi-arrow-right-circle-fill::before { */
	/* background: #692982; */
	/* border-radius:50px; */
/* } */
.right-arrow{
	font-size: 25px;
    color: #ff7e06;
}
.eve-mainico{position: relative; z-index:0; width:5%;}
.eve-ico img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ff7e06;
    padding: 3px;
}
.pulse {
    position: relative;
    display: inline-block;
	padding:7px;
}
    .pulse:before {
        content: '';
        height: 60px;
        width: 60px;
        border: 5px solid #ff7e06;
        border-radius: 50%;
        animation: pulse 1.5s ease-out infinite;
        /* opacity: 0; */
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        display: none;
        animation-delay: 0;
    }
.table tr:hover .pulse:before{display:block;}
/* .pulse:hover:before{display:block;} */
.pulse img{overflow:hidden;}

@keyframes pulse{0%{transform:scale(0.5, 0.5);opacity:0;}50%{opacity:1;}100%{transform:scale(1.1, 1.1);opacity:0}}
	
/* UPCOMING CSS */

.ue-block{
	/* width: 1230px; */
	/* height: 449px; */
	background-color: #f2d460;
	padding:20px;
}
.ue-title-wrap {
    background-color: #c41116;
    padding: 7px;
}
.ue-event-wrap{
	background:#fff;
	padding:15px;
}
.ue-card {
    border: 1px dotted #414141;
    padding: 8px 0px 8px 8px;
}
.ue-icon img {
	width:227px !important;
	/* height: 285px; */
	margin:auto;
	background-color: #669b67;
}
.ue-content{width:100%;}
.ue-title{
	font-size: 18px;
	line-height:26px;
	color: #242424;
	font-family: 'BenguiatStd-Medium';
}
.ue-lis{margin:15px 0px 25px 0px;}
.ue-lis li {
    font-size: 14px;
    color: #292929;
    background: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 20px;
    display: flex;
    width: 100%;
    gap:5px;
}
.ue-lis li:last-child{border-bottom:0;}
.ue-lis i{
	color:#c9272d;
	font-size: 16px;
	margin-right:5px;
}
.ue-btn-bar a {
    font-size: 12px;
    color: #000000;
    font-family: 'Poppins-Regular';
    background-image: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
    border: 1px solid #ff8f37;
    padding: 9px 21px;
}
.ue-btn-bar a:hover{
    background-image: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}
	
/*POOJA SERVICES SECTION CSS */

.flower-left, .flower-right{position:absolute; top:0; z-index: -1; height: 200px;}
.flower-left{left:0px;}
.flower-right{right:0px;}

.section-br{height:15px;}

.scard-box {
    border: 1px dotted #7a7a7a;
    padding:20px 20px 25px 20px;
	height:100%;
}
.scard-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	column-gap:20px;
    row-gap:20px;    
}
.scard-title {
    font-size: 14px;
    color: #181818;
    font-family: 'TrajanPro-Bold';
    line-height: 20px;
}
.scard-title span{
	font-size: 14px;
	color: #e24800;
}
.scard-icon{height:55px;}

.scard {
    padding: 31px 20px;
    border-radius: 4px;
    /* width: 167px; */
    /* height: 169px; */
}
.scard:first-child {	
	background-image: linear-gradient(0deg, #eeffe2 0%, #ffffff 100%);
	border: 1px solid #bde89d;
}
.scard:nth-child(2) {	
	background-image: linear-gradient(0deg, #e2f0ff 0%, #ffffff 100%);
border: 1px solid #afcfee;
}
.scard:nth-child(3) {	
	background-image: linear-gradient(0deg, #ffe1e2 0%, #ffffff 100%);
border: 1px solid #f3b6ba;
}
.scard:last-child {	
	background-image: linear-gradient(0deg, #f0e3ff 0%, #ffffff 100%);
border: 1px solid #d2b8ef;
}


.archana-lis li{
		/* width: 344px; */
	/* height: 82px; */
	border-radius: 3px;
	background-image: linear-gradient(0deg, #fff4b5 0%, #fffef6 100%);
	border: 1px solid #f0e394;
	padding:15px;
	margin-top:12px;
	text-align:center;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	color: #e24800;
	font-family: 'Poppins-Regular';
	position:relative;
}
.archana-lis li span{
	color: #212121;
	text-transform: capitalize;
	display:block;
}
.archana-lis li p {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    text-align: center;
}
.archana-lis li p:before, .archana-lis li p:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 46px;
    position: absolute;
    top:3px;
    background-repeat: no-repeat;
    background-size:22px;
}
.archana-lis li p:before {
    background-image: url(../images/arrow-right-icon.png);
    left: -40px;
}
.archana-lis li p:after {
    background-image: url(../images/arrow-right-icon.png);
    right: -40px;
    transform: scaleX(-1);
}


.view-btn a{
	color: #ff7e06;
	width: 149px;
	height: 37px;
	border: 1px solid #ffa500;
	padding:6px 20px;
}
.view-btn a i {
    font-size: 21px;
    margin-left: 5px;
    transform: translateY(2px);
}
.view-btn a:hover{
	color: #fff;
	background:#ff7e06;
}

/* REGULAR EVENTS TABEL CSS */

.revent-tble tr:first-child td { padding-top:0;}
.revent-tble td {
    font-size: 14px;
    color: #181818;
    padding:15px 0px;
	border-bottom: 1px solid #efe9f2;
}
.revent-tble td:first-child{color: #e24800;  position:relative;}
.revent-tble td:first-child:before {
   content: '';
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 16px;
    background-color: #a884ba;
    margin-left:0px;
    display: inline-block;
}
.revent-tble td:last-child{padding-left:15px;}
.revent-lis li{margin-top:3px;}
.revent-lis li:first-child{margin-top:0px;}

/* GALLERY CSS */

.gal-grid{
	display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap:10px;
    column-gap:10px;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.g-box:hover .overlay {height: 100%;}

.text {
    color: white;
    font-size:25px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery__icon{width:100%; height:112px; object-fit: cover;}
.ticker>ul>li:not(:last-child)>a>img , .ticker2>ul>li:not(:last-child)>a>img {margin-bottom:10px;max-width: 100%;}
.ticker>ul { width: 100% !important;}


/* FOOTER PART CSS */

.footer-logo { height: 130px;}
.footer-sec {margin-bottom: -78px;}
.footer-sec .container{max-width: 1330px !important;}
.footer-block {
	border-radius: 15px;
background-color: #fffdf5;
border: 2px solid #ffb400;
	position: relative;
	padding:45px 50px 38px 50px;
}

.footer-title {
	font-size: 22px;
	color: #ffffff;
	font-family: 'Poppins-Regular';
}
.ftrow{align-items:center;}
.fbox2 {
    text-align: end;
}
.fbox3{display: grid;justify-content: end;}

.fcal-cd ul li {font-family: 'Poppins-Regular'; border-bottom: 1px dotted #d0b71e; padding: 7px 0px;}
.fcal-cd ul li:last-child{ border-bottom:0;}
.fcal-cd ul li a{font-size: 14px; color: #0a0a0a;}
.loc-fnt a, .cal-fnt img{height:18px;}
.mail-fnt img{height:15px;}
.fmap iframe {
    width: 500px;
    height: 150px;
    border-radius: 15px;   
}

/* news letter css */
.news-letter img{margin-right:5px;}
.news-letter h5 {font-size:20px;color: #ff7b03;font-family: 'Poppins-SemiBold';}
.news-letter h5 span{font-size:12px;color: #ff7b03;font-family: 'Roboto-Regular';}

/* subscribe css */

.subscribe-box img {margin-bottom: -23px;}
.subscribe-box input{
	font-size: 13px;
	color: #3f3f3f;
	background-color: #ffffff;
	filter: drop-shadow(0 0 5px rgba(184,94,0,0.2));
	border:0;
	border-radius:50px;
	height:36px;
	width: 288px;
	padding: 0px 15px;
}
.subscribe-box button{
	font-size: 14px;
	letter-spacing: 3px;
	border: 0;
	height: 36px;
	border-radius:50px;
	text-transform: uppercase;
	color:#fff;
	background-image: linear-gradient(0deg, #ee2f09 0%, #ffb400 100%);
	padding: 0px 20px; 
	font-family: 'Oswald-Regular';
	position: absolute;
    right: 0;
}

/* width: 70px; */
/* height: 36px; */
/* border-radius: 18px; */


.subscribe-box input:focus {color: #3f3f3f; background-color: transparent;border-color: 0;outline: 0;box-shadow: none;}
.subscribe-box ::placeholder {color: #3f3f3f !important;}

/* social icons */
.fsocial-icons{margin-top:20px;}
.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding:16px;
    color: #fff;
	border: 2px solid #ffffff;
	border-radius:50%;
    display: inline-block;
    margin:0px 0px 0px 10px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.f-icon i {
	font-size:18px; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.f-fb{border: 1px solid #4b69b1; color:#4b69b1;}
.f-tw{border: 1px solid #0e0e0e; color:#0e0e0e;}
.f-insta{border: 1px solid #974494; color:#974494;}
.f-yt{border: 1px solid #e83f3a; color:#e83f3a;}


/* copy right section css */

.copy-right-block {
	background-image:linear-gradient(0deg, #f88103 5%, #ffb400 45%);
    /* background-color: #591274; */
    padding: 100px 0px 26px 0px;
    font-size:15px;
    color: #fffefe;
}

.copy-right-block1 {
    background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
    /* background-color: #591274; */
    padding: 26px 0px 26px 0px;
    font-size: 15px;
    color: #fffefe;
}
.aw-txt{color:#000000;}


/* -------------------------------------------------------------------------- */
	/* INNER PAGES COMMON CSS */
/* -------------------------------------------------------------------------- */


.inner-grid-section {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    min-height: 545px;
}
.inner-gap{
	filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.08));
	background-color: #ffffff;
}
/* .pad-gap{padding: 20px;} */

.inner-hd {
    background-color: #ffdf86;
    padding: 12px 25px 8px;
}

.inner-title {
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #99083e;
    font-family: "JosefinSans-Bold";
    margin: 0;
}

.inner-bx{padding:20px 0px 20px 20px;}
.inner-cnt{padding-block:20px;}

.side-grid {padding: 10px 10px 0px 0px;}
.side-grid .gridbg-c {height: auto;}

.page-title {
    font-size:20px;
    letter-spacing: 1px;
    line-height: 18px;
    color:#ff7b03;
    font-family: 'Cristoforo';
}
/* tit-gap */

.list-li li {
    background: url(../images/list-li.png) no-repeat left 2px !important;
	margin-bottom: 9px;
    line-height: 24px;
    padding-left: 25px;
    vertical-align: middle;
}

/* -------------------------------------------------------------------------- */
	/* WEEKLY SERVICES PAGE CSS */
/* -------------------------------------------------------------------------- */

.wservice-card {
    border-bottom: 1px dotted #414141;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.wservice-card:last-child{
    margin-bottom:0px;
}
.wservice-icon img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}
.wservice-content{width:100%;}

.wservice-title {
    font-size: 21px;
    color: #181818;
    font-family: 'BenguiatStd-Book';
}
.price-t{
	font-size:16px;
    color: #e24800;
	font-family: 'TrajanPro-Bold';
}
.wservice-btm {
    border-top: 1px dotted #414141;
    margin-top: 15px;
    padding-top: 15px;
}
.wservice-btn-bar a {
    font-size: 12px;
    color: #000000;
    font-family: 'Poppins-Regular';
    background-image: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
    border: 1px solid #ff8f37;
    padding: 9px 21px;
}
.wservice-btn-bar a:hover{
    background-image: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}



/* QUANTITY CSS */

.custom-dropdown select {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    padding: 5px 27px;
    font-size: 14px;
    background-position: right 7px top 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
	height:38px;
}

/* DATE CSS */

.custom-lable {
    white-space: nowrap;
}
.calendar {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    position: absolute;
    z-index: 1;
    display: none;
    padding: 0 !important;
    left: 50px !important;
    top: 105% !important;
}
.Weeklycalendar-header {
  background-color: #3498db;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#prevBtn,
#nextBtn {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
}

#monthYear {
  font-size: 18px;
  font-weight: bold;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  padding: 10px;
}

.day {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.day.current {
  background-color: #3498db;
  color: white;
}

.day.selected {
  background-color: #2ecc71;
  color: white;
}

#dateInput {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    height: 38px;
    /* background-image: url(../images/down-calen.png); */
    /* background-repeat: no-repeat; */
    /* background-position: right 7px top 11px; */
    /* background-size: 19px; */
}

.caln{
	position: absolute;
    right: 8px;
    color: #3a3a3a;
    font-size: 17px;
}


/* ADDED CART DETAILS CSS */

.cartadded-bg {
	margin-top: 57px;
    padding: 0px 20px 35px 20px;
    z-index: 1;  
    background:linear-gradient(90deg, #d86426 11%, #b12807 75%);
}
.cartadded-bg:before {
    content: '';
    background-image: url(../images/plain-gradient.png);
    position: absolute;
    top: 0;
    background-size: 100% 100%;
    height: 375px;
    width: 100%;
    left: 0;
    right: 0;
    top: -57px;
    z-index: -1;
}
.cartadded-wrap {
    border-bottom: 1px dotted #fff;
    padding-bottom:15px;
    margin-bottom:15px;
}
.cartadded-title {
    font-size: 17px;
    font-family: 'BenguiatStd-Book';
    line-height: 23px;
}
.cartadded-table td, .cartadded-total td {
    background: transparent;
    border: 0;
    color: #fff;
    padding:2px 0px;
}

.cartadded-table td:last-child {
    text-align: end;
}

/* TOTAL COUNT CSS */
.cartadded-total tr {
    border-top: 1px solid #ffffff3d;
    border-bottom: 1px solid #ffffff3d;
}
.cartadded-total td {
    padding:18px 0px;
    font-size: 22px;
}

.pay-btn a {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c94d1a;
    border-radius: 0;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
    padding: 11px 23px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Poppins-Medium';
}
.pay-btn a:hover{
    color: #fff;
    background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
}

.pay-btn1 a {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c94d1a;
    border-radius: 0;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
    background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
    padding: 11px 23px;
    width: 207px;
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: 'Poppins-Medium';
    margin-left:auto;
    margin-right:auto;
}

    .pay-btn1 a:hover {
        color: #fff;
        background-image: linear-gradient(0deg, #f88103 5%, #ffb400 45%);
    }

/* CHECKBOX CSS */
input[type="checkbox"]:checked + label:after {
    font-size: 14px !important;
    text-align: center;
} 


/* -------------------------------------------------------------------------- */
	/* SERVICES PAGE CSS */
/* -------------------------------------------------------------------------- */

.scategry-srvc-icon {
    height: 300px;
    border-radius: 3px;
    object-fit: cover;
    object-position: top;
}
.scategry-title-bar {
    border-radius: 3px;
    filter: drop-shadow(0px 5px 7.5px rgba(183, 82, 0, 0.2));
    background-color: #ffffff;
    padding: 15px;
    margin: 0px 25px;
    margin-top: -15px;
}
.scategry-title-bar h4{
	font-size: 16px;
    color: #181818;
    font-family: 'TrajanPro-Bold';
}


/* Sri Css */
.header.extraclass{
  position: fixed;
  width: 100%;
  margin: auto;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all 0.4s;
}
.header{transition: all 1s;}
.inner-bx.px-3 {padding-inline: 40px !important;}
.scard-box.inner_set{position: relative;}
.scard-box.inner_set .flower-left, .scard-box.inner_set .flower-right {height: 150px;}

/* radio button */
.radio-custom {
  opacity: 0;
  position: absolute;   
}
.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 5px !important;
}

.scard-box2  .radio-custom + .radio-custom-label:before {
  content: '' !important;
  background: #fff !important;
  border: 2px solid #ddd !important;
  display: inline-block !important;
  vertical-align: middle !important;
  width: 20px !important;
  height: 20px !important;
  padding: 2px !important;
  margin-right: 10px !important;
  text-align: start !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute !important;
  left: -5px !important;
  top: 2px !important;
  border-radius: 3px !important;
}
.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c" !important;
  font-family: 'FontAwesome';
  color: green !important;
}
/*  */
.table.ss_table td{
  color: #000;
  
  /* color: #fd0931 ; */
  border: 1px solid transparent !important;
  background: transparent;
  padding: 5px;
  vertical-align: middle;
}
.table.ss_table td:nth-child(2){
  color: #ff7b03 ;
  font-family: 'Poppins-Medium';
}
.radio-custom-label {
  position: relative;
  padding-left: 30px;
}
/* .right_side_img img{
  max-width: 94%;
} */
.scard-box2 {
  border: 1px dotted #7a7a7a;
  height: 100%;

}
.scard-box2 .section-title{
  background: #f98534;
  font-size: 20px;
  padding: 10px;
  color: #fff;
}
.scard-box2 .table.text-start.mb-0 tr td {
  padding-block: 5px;
}
.scard-box2 .table.text-start.mb-0 tr td:nth-child(2) {
  color: #ff7b03 ;
  font-family: 'Poppins-Medium';
}
.btn-size.btn-orange-grd.btn-pd.text-white {
  background-image: linear-gradient(90deg, #e9a116 0%, #bf7d00 100%);
}
.btn-size.btn-orange-grd.btn-pd.text-white:hover {
  background-image: linear-gradient(90deg, #bf7d00 0%, #e9a116 100%);
}

.day {
  
  cursor: pointer;
  text-align: center;
}

.day.current {
  font-weight: bold;
}

.day.selected {
  background-color: #007bff;
  color: white;
  border-radius: 50%;
}

.day.disabled {
  color: #ccc;
  pointer-events: none; /* Prevent click */
  cursor: default;
}
.table.text-start.mb-0.ss_table label::after {
  display: none;
}

.accordion_set #accordionExample .accordion-item {
  border: 1px solid #ffb400 !important;
  border-radius: 0;
  margin-bottom: 10px;
}
.accordion-button{
  background: #f1d35f;
  font-family: 'Poppins-Medium';
  font-size: 15px;
}
.accordion-button:not(.collapsed) {
  background: #f98534;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(100);
  }
.accordion-item:first-of-type .accordion-button{border-radius: 0;}
.accordion-button:focus {border-color: transparent !important;box-shadow: none;}

.inner_table .table-bordered th {
  color: #181818;
  border: 1px solid rgb(255, 180, 0) !important;
  background: #f1d35f;
  padding: 5px;
  text-align: center;
}
.inner_table .table-bordered td{
  border: 1px solid rgb(255, 180, 0) !important;
  background: transparent;
  padding: 5px;
  color: #161616;
  text-align: center;
}
.inner_table .table.ss_table td:nth-child(2) {
  color: #161616;
  font-family: 'Poppins-Light';
}
@media screen and (max-width:400px){ 
  .inner-bx.px-3 {
      padding-inline: 0px !important;
    }
}

.scard-box2 .content-wrap {
    height: 400px;
}

.search-sec {
    margin-left: 15px;
}

    .search-sec input {
        width: 300px;
        height: 42px;
        line-height: var(--lh42);
        border-radius: 21px;
        background-color: #ffffff;
        border: 1px solid #c4bfda;
        padding-right: 50px;
        padding-left: 15px;
    }

    .search-sec button {
        position: absolute;
        right: 0px;
        top: 3px;
        width: 64px;
        background-color: transparent;
        border-radius: 50px;
        border: 0px
    }

    .search-sec ::placeholder {
        font-size: 13px;
        color: #594b69;
        font-family: var(--theme-font);
        text-transform: capitalize;
    }
    .search-sec img {
        width: 34px;
    }

    /*Seema Blogs*/

.blog_img {
    max-height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

    .blog_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog_main {
    padding: 10px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    transition: all .4s;
}

.blog_content {
    padding: 15px;
}

.blog_main:hover {
    transition: all .4s;
    background: #fbed9b;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

/* 24-9-2024 Sri Css */

.scategry-card.dcard .scategry-title-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(248, 209, 132, 0.27) !important;
  text-align: center;
  border-bottom: 1px solid #f2d460 !important;
  box-sizing: border-box;
  z-index: 1;
  margin: 0px !important;
  transition: all .3s;
}
.scategry-card.dcard:hover .scategry-title-bar {
  background-color: rgb(248, 209, 132) !important;
  transition: all .3s;
}


/*///////////*/

/* checkbox */

/* The container */
.label_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .label_container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.label_container:hover input ~ .checkmark {
    background-color: transparent;
    border: 2px solid #ddd;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked ~ .checkmark {
    background-color: transparent;
    border: 2px solid #ddd;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label_container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid green;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mc_embed_signup {
    background: #fffff3;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 600px;
    max-width: 500px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}

#mc_embed_signup_scroll h2 {
    color: #6a3c01;
    text-align: center;
}
.home_slider{
    padding:13px;
    z-index:3;
}


fieldset span.charCount {
    bottom: -22px !important;
}
.upcoming-block1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}