/*
Theme Name: Avril
Theme URI: https://www.nayrathemes.com/avril-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Avril is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Avril comes with everything you could ever need to build an amazing website, and It's perfect for any type of business. View the demo of Avril Pro https://www.nayrathemes.com/demo/pro/?theme=avril
Version: 11111111117.7
Tested up to: 6.8
Requires PHP: 5.6
Requires at least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avril
Template : avril
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout, style-variations

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* gallery cross button style */
button.featherlight-close-icon.featherlight-close {
    background-color: var(--sp-primary);
    border: 1px solid var(--sp-white);
    top: 40px;
    right: 40px;
    border-radius: 0;
}

/* circle hover */
.is-style-circle figure.tiled-gallery__item:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
    visibility: visible;
    opacity: 0.5;
}

/* circle spacing */
.wp-block-jetpack-tiled-gallery .tiled-gallery__row{
	margin-right: calc(-.4 * var(--bs-gutter-x));
    margin-left: calc(-.4 * var(--bs-gutter-x));
    --bs-gutter-x: 1.5rem;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x) * .4);
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
    margin-top: 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
    margin-left: 0px;
}

/* circle box shadow */
.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
    border-radius: 50%;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
    width: 100%!important;
    height: 100%!important;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}

.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
	justify-content: center;
}

.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
	width: 100%!important;
	margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
	margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
    margin-top: 0px;
}
.wp-block-table figcaption {
     text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
	margin-bottom: 0;
}
ul.wp-block-rss {
 	list-style: disc;
}
.has-text-color a:hover, .has-text-color a:focus {
	color: inherit;
}
.entry-content ul:last-child {
 margin-bottom: 0;
}
.wp-block-code.has-text-color code {
 	      color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
 	padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
	padding-top: 0.5rem;
 	padding-bottom: 0.5rem;
 	font-size: 0.875rem;
} 

/*wp-Block-RSS*/
ul.wp-block-rss {
     list-style: none;
     margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
    margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
    margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
 	font-weight: 600;
}

.wp-block-quote.is-style-large {
	padding-top: 1.10rem;
	padding-bottom: 1.10rem;
}

.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
	padding: 1.563rem 1.000rem 1.563rem;
}

.widget .wp-block-group .is-vertical a {
    color: inherit;
}

.entry-content ol.wp-block-latest-comments {
	padding-left: 2rem;
}

.wp-block-table figcaption {
  text-align: center;
}

.post .entry-content ul.wp-block-archives {
	margin-left: 1.125rem;
	list-style: disc
}

.wp-block-code.has-background code {
	background: inherit;
}

.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
	 padding: 1.563rem 1.000rem 1.563rem;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
     width: auto;
}

.widget .wp-block-group .wp-block-columns {
	margin-bottom: 0;
}

.widget .wp-block-group .wp-block-rss li:last-child {
    padding-bottom: 0;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.sidebar .wp-block-group .is-nowrap {
    margin: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
     font-weight: 600;
     line-height: 1.5;
}

​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 2em;
    width: 2em;
}

.sidebar .widget .wp-block-group .is-layout-flow h2 {
	border-left: 0 none;
}

.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
	text-decoration: none;
}

.wp-block-details summary {
    font-weight: 600; 
}

.wp-block-verse {
  padding: 10px;
 }


 .wp-block-calendar .wp-calendar-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
 }

 .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
      font-size: 24px;
      line-height: 34px;
      text-transform: capitalize;
      margin-bottom: 15px;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
	padding: 1.563rem 1.000rem 1.563rem;
}

.sidebar .widget .wp-block-group .wp-block-embed {
    margin: 0;
}

.sidebar .widget .wp-block-group ol li {
    padding-bottom: 0.625rem;
}

.wp-block-details summary {
    font-weight: 600;
    padding: 10px;
}

a.wc-block-grid__product-link {
    text-decoration: none;
}
   
.wp-block-latest-posts__post-author {
    font-size: 1.7rem;
    font-weight: 600;
}

.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
    color: inherit;
}

.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
  margin-bottom: 0rem;
}

.wp-block-quote .wp-block-search {
	padding-bottom: 5px;
}


.wc-block-mini-cart__icon,
 	.wc-block-mini-cart__badge {
 	       color: inherit;
}

.sidebar .widget .wp-block-pullquote cite {
    z-index: 1;
}

.sidebar .widget .wp-block-group .is-nowrap {
	margin: 1.563rem 1.000rem 1.563rem;
}

.wp-block-post-title a {
    text-decoration: none;
}

.wp-block-details summary {
    font-weight: 600;
}
   
.wp-block-group.has-black-border-color {
    border-color: #333 !important;
}   

.widget .wp-block-group .wp-block-preformatted a {
    color: inherit;
}

.wp-block-woocommerce-single-product .wp-block-post-title a {
    text-decoration: none;
}

.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
    letter-spacing: 0.2px;
    border: none;
}

.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
    color:inherit;
}

.sidebar .widget .wp-block-group .is-nowrap p {
	padding: 0;
}

.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
    margin-left: 0;
}

.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
	font-weight: 600;
	line-height: 1.5;
}

.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
	color: inherit;
}

.wp-block-code.has-text-color code {
    color: inherit;
}

.wc-block-grid__products .wc-block-components-product-button__button {
    border-radius: 0;
}

.widget .wp-block-heading:before {
	left: 0;
	top: 0;
}

div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
	font-weight: 700;
	font-size: 24px;
}

.wc-block-components-checkout-place-order-button{
	background: inherit;
}

.widget .wp-block-social-links {
	margin-bottom: 0;
}

.wp-block-latest-comments article{
	margin-bottom: 0px;
}

.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link {
	color: #fff;
}

button.wp-block-search__button.wp-element-button:hover,
button.wp-block-search__button.wp-element-button:focus{
    border: 2px solid;
}

.wc-block-components-totals-coupon__content button.components-button {
    border-radius: 4px;
}

.wp-block-code code img {
	padding: 10px;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
	text-decoration: none;
}

.wc-block-cart-items td {
	color: inherit;
}

.wc-block-components-totals-coupon__content button.components-button {
    border-radius: 0;
}

ul.wp-block-page-list a {
    text-decoration: none;
}

.wc-block-featured-category__link .wp-block-button__link:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
	color: inherit;
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 1.4rem;
}

.wp-block-group .wp-block-details p {
	margin-top: 1rem;
    padding-top: 1rem;
}

.woocommerce table.shop_attributes td {
    text-decoration: none;
}

.wc-block-cart-items th {
	color: inherit;
}

.wp-block-latest-posts__post-author {
	font-size: 18px;
	font-weight: 600;
}

.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date {
	padding-bottom: 1.2rem;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
	color: #fff;
}

.wc-block-featured-product__price .woocommerce-Price-amount.amount {
    text-decoration: none;
}

.widget .wp-block-group pre.wp-block-preformatted {
    background: rgba(26, 26, 26, 0.8);
    color: #ddd;
}

.sidebar .widget .wp-block-file .wp-block-file__button {
    background-color: #1b8415;
}

.wp-block-social-links .wp-social-link:last-child {
    margin-bottom: 8px;
}

.wp-block-code.has-background code {
    background: inherit;
}

.wc-block-mini-cart__footer-checkout:focus {
    background-color: inherit;
    color: #fff;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
	text-decoration: none;
}

.wc-block-mini-cart__badge {
    color: inherit;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	line-height: 16px;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
	font-size: 1.2rem;
	text-decoration: none;
}

.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
	font-size: 16px;
	line-height: 20px;
}

.wp-block-file.has-background {
	padding: 0.5rem;
}

.wc-block-cart-item__remove-link {
	text-decoration: none !important;
}

a.wp-block-latest-posts__post-title {
    text-decoration: none;
}

.wp-block-latest-comments__comment a {
	text-decoration: none;
}

.has-background.wp-block-read-more {
	padding: 0.25em 1.375em;
}

.wc-block-components-product-badge {
    font-size: 1rem !important;
}

.wc-block-components-totals-coupon-link {
	text-decoration: none;
}

.wc-block-grid__product-price.price ins {
    line-height: 18px;
}

.wc-block-components-product-badge {
    text-decoration: none;
}

.wp-block-latest-comments__comment a {
    text-decoration: none;
}

.wp-block-file a {
	line-height: 18px;
}

.wp-block-file.has-background {
	margin: 0.5rem;
}

.wc-block-components-product-badge {
	line-height: 18px;
}

.wc-block-components-totals-coupon-link {
    line-height: 18px;
}

.wp-block-comment-date a {
	color: inherit;
}

.wp-block-comment-author-name a {
    color: inherit;
}

.widget .wp-block-heading:after {
	background: inherit;
}

.wp-block-comment-date span a {
    color: inherit;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	text-decoration: none;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p	{
	font-size: 1.2rem;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover	{
	color: #fff;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus	{
	color: #fff;
}

.widget.widget_shopping_cart span a:before	{
	display:none;
}

.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
	color: inherit;
}

.wp-block-page-list a {
	text-decoration: none;
    font-weight: 600;
}

.wp-block-page-list {
	list-style: none;
}

.sidebar .widget .wp-block-group .wp-block-audio {
	padding: 1.563rem 1.000rem 1.563rem;
}

.wp-block-social-links .wp-social-link:last-child {
	margin-bottom: 5px;
}

.wp-block-social-links .wp-social-link a {
	box-shadow: none;
}

.wp-block-calendar table th {
	font-weight: 600;
}

.wp-block-calendar a {
	text-decoration: none;
	box-shadow: none;
}

.widget .wp-block-read-more {
	font-weight: 500;
}

.footer-sidebar .widget .wp-block-group .wp-block-quote cite a {
	color: inherit;
}

.entry-content blockquote cite a:hover,
.entry-content blockquote cite a:focus {
	text-decoration: underline;
}

.widget .wp-block-group ul li {
	padding-bottom: 14px;
}

.widget .wp-block-group ul li a {
	text-decoration: none;
}

.wp-block-archives {
	list-style: none;
}

.wp-block-list.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-preformatted.has-background {
	padding: 1em;
}

.sidebar .widget .wp-block-group .wp-block-preformatted a {
	color: inherit;
}

.sidebar .widget .wp-block-group .is-vertical a {
	color: inherit;
}

.sidebar .widget.widget_block .wp-block-group p {
	padding: 0.78125rem 1.000rem 0.78125rem;
}

.footer-sidebar .widget.widget_block .wp-block-group p a {
	color: inherit;
}

.wp-block-page-list.has-background {
	padding: 1rem;
}

.wp-block-page-list p a {
	padding: 1rem;
}

.wp-block-post-author img {
    border-radius: 100%;
}

a.wp-block-button__link:focus {
	color: #fff;
	text-decoration: none;
}

.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}



.h_c {
    padding: 7px 0;
}
.lang_header {
    color: #000;
    text-align: center;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 7px;
    font-weight: 600;
    border: 1px solid #ccc;
}
.home .lang_header {
    color: #fff;
}

.home  .sticky-menu .lang_header {
    color: #000;
}
.lang_header ul {
    padding: 0;
    margin: 0;
}

.lang_header li {
    list-style: none;
}

.lang_header li a {
    display: flex;
    align-items: center;
}
.book_btn {
    display: inline-flex;
    align-items: center;
    border: 2px solid #E61212;
    border-radius: 6px;
	    float: right;
    padding: 3px 10px;
	    background: #fff;
}
.h_c .av-columns-area {
    align-items: center;
}
.items-center{
	align-items:center;
}
.our_products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.our_products .pr_nm:nth-child(odd) {
    background: #ffeaea;
}
.cta_1 {
    background: linear-gradient(90deg, #ce1313, #d04d01, #cd0606);
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 40px;
}

.cta_1 h4 {
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
}
.cta_1 a.btn_me.av-btn-primary.wht_btn {
    background: #fff;
    color: #000;
}

.cta_1 a.btn_me.av-btn-primary.wht_btn:hover {
    background: #000;
    color: #fff;
}

.btn_me.av-btn-primary.wht_btn {
    line-height: 1.2;
    position: relative;
    padding: 10px 10px 10px 65px;
    margin: 0;
}
.cta_1 .w_s {
    background: #24b20e;
}
body .header .sticky-menu {
    box-shadow: 0 0 15px #0000001a;
}
.cta_1 .btn_me .w_s i {
    color: #fff;
}
.w_s {
    background: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    vertical-align: middle;
    margin-right: 5px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 8px;
}
.btn_me.av-btn-primary.wht_btn:hover {
    background: #000;
    color: #fff;
}
.btn_me .w_s i {
    line-height: 45px;
    margin: 0;
    font-size: 30px;
	color: #24b20e;
}
.our_products .pr_nm:nth-child(even) {
    background: #d9e9d7;
}
.pr_nm img {
    width: 60px;
    margin: 15px auto 0;
    min-height: 60px;
	    transition: transform 0.4s 
ease;
    transform-origin: center;
}
.pr_nm:hover img {
    transform: scaleX(-1);
}
.pr_nm {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	    transition: 0.5s;
}
.pr_nm:hover {
    background: #fff !important;
    transform: translateY(-10px);
}
.pr_nm h5 {
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0 15px 0;
}
.n_i {
    background: #E61212;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 10px;
}
.phn {
    font-size: 20px;
    font-weight: bold;
}
.n_info {
    line-height: 1.3;
    font-weight: 500;
}
.n_i img{
	animation: shake 1s infinite;
}
@keyframes shake {
  0%, 100% { transform: translate(0, 0); }
  10%, 90% { transform: translate(-2px, 0); }
  20%, 80% { transform: translate(2px, 0); }
  30%, 50%, 70% { transform: translate(-2px, 0); }
  40%, 60% { transform: translate(2px, 0); }
}
.banner img {
    border-radius: 30px;
}
@keyframes lightShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
}
 .banner {
/*     background: radial-gradient(#b4fffb, #abffed); */
    padding: 110px 0px 50px;
/*     background: url(https://www.nammaramnad.com/wp-content/uploads/2025/11/banner_bg_rm.jpg);
    background-position: center center;
    background-size: cover; */
    position: relative;
}
.banner .av-container {
    position: relative;
    z-index: 1;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #02203bd1;
    z-index: 1;
}
.video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.home .header {
    background: none !important;
    position: absolute;
}
.banner_cnt h1 {
    margin-bottom: 30px;
	    line-height: 1.4;
}
.home .logo_2 {
    display: none;
}
.logo_1 {
    display: none;
}
.home .sticky-menu .logo_1 {
    display: none;
}
.logo_2 {
    display: block;
}
.home .logo_1 {
    display: block;
}
.sticky-menu .logo_1 {
    display: none;
}
.our_app {
    position: relative;
}

.our_app:before {content: '';width: 50%;height: 100%;position: absolute;top: 0;left: 0;background-image: url(https://www.nammaramnad.com/wp-content/uploads/2025/11/namma-delivery.jpg);background-size: cover;background-repeat: no-repeat;background-position: center center;
 }

.scr_im {
    max-width: 280px;
    float: right;
    position: relative;
    left: 0px;
}
.down_play img {
    background: #fff;
    border-radius: 10px;
    padding: 15px 15px 10px 15px;
}
.down_play img {
    background: #fff;
    border-radius: 10px;
}
.widget .widget-title {
    font-weight: 600;
    font-size: 23px;
}
.flow_cnt {
    padding-left: 45px;
}
.flow_cnt .w_info {
    margin-bottom: 20px;
    padding-left: 60px;
}
.flow_cnt .w_icon {
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    border: 5px solid #fff;
    background: #e61112;
    position: absolute;
    left: 0;
}

 
.flow_cnt {
    padding-left: 60px;
}
.our_app {
    position: relative;
    background: #9f1500;
    color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sticky-menu .logo_2 {
    display: block;
    max-width: 140px;
}
.banner .av-columns-area {
    align-items: center;
}
.widget_social_widget li a:before {
    display: none;
}
.foot_info a {
        display: block;
    margin-bottom: 18px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 50px;
    line-height: 1.4;
}
.widget_custom_html  img {
    margin-bottom: 11px;
}

.widget_custom_html  p {
    text-align: justify;
}
.foot_info a span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #bc2525;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    position: absolute;
    left: 0;
}
.footer .widget li a {
    font-size: 16px;
}
.widget_social_widget li a {
    padding-left: 0px !important;
    background: #bc2526;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.widget_social_widget li {
    margin-right: 5px !important;
}

.widget_social_widget {
    margin-top: 20px;
}

.widget_social_widget a:hover {
    background: #fff;
}

.widget_social_widget a:hover i {
    font-size: 17px;
}
.banner_cnt  h4 {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.banner_cnt {
    padding-right: 50px;
	    color: #ddd;
}
.btn_me {
    align-items: center;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 10px;
    display: inline-block;
	    text-transform: capitalize;
	text-align:center;
}
.btn_me i {
    font-size: 26px;
    vertical-align: bottom;
    margin-right: 4px;
}
.btn_me img {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
}
.service{
    padding: 70px 0;
}

.s_icon img {
    margin: 0 auto;
}

 
.s_cnt {
    margin-top: 20px;
	    color: #000;
}
.section_title {
    margin-bottom: 30px;
}
.s_cnt h4 {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.s_info:hover {
    background: #fff;
    box-shadow: 0 0 20px #7b7b7b4d;
    transform: translateY(-10px);
}
.s_info {
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 10px;
	  background: #fff;
	margin-bottom:30px;
	height: 100%;
    transition: 0.5s;
	text-align: center;
}
.w_info {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.w_icon {
    /* position: absolute; */
    left: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.whychoose {
    background: #ECF6FA;
    padding-left: 10%;
    position: relative;
    overflow: hidden;
}
.w_info:last-child {
    margin-bottom: 0;
}
.w_cnt h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.s_info {
    min-height: 290px;
}
.w_cnt p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}


.whychoose .av-container {
    max-width: 100%;
    padding: 0;
}

.del_im {
    width: 100%;
}

.whychoose .av-column-6:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
	padding-right:50px;
}
.del_im {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
}
.whychoose .av-columns-area {
    align-items: center;
}
.our_loc {}

.our_loc li {
    display: inline-block;
    font-size: 12px;
    background: #444;
    padding: 2px 4px;
    margin-bottom: 1px;
    border-radius: 2px;
}

.footer-main .av-column-3:nth-child(2) {
    flex: 0 0 18%;
    max-width: 18%;
}

.footer-main .av-column-3:nth-child(4) {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 0;
}

.footer-main .av-container {
    max-width: 95%;
}

.faq-question {
    cursor: pointer;
    padding: 15px 15px;
    background: #eee;
    font-weight: bold;
    transition: all 0.3s 
ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.faq_wrap {
    margin-top: 60px;
}

.faq_wrap .section_title {
    text-align: center;
}

.faq_wrap .av-columns-area {
    justify-content: center;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 0.3s 
ease;
    padding: 0 15px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.faq-question .arrow {
  transition: transform 0.3s ease;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
}
.faq-question.active {
    background: #cc0202;
    color: #fff;
}
.faq-question.active + .faq-answer {
  padding: 15px;
}
.step_wrapp .w_icon {
    position: absolute;
    left: 0;
    background: #E61212;
    top: 5px;
}

.step_wrapp  .w_info {
    padding-left: 75px;
}

.step_wrapp:before {
    content: '';
    width: 2px;
    height: 89%;
    position: absolute;
    top: 10px;
    border-left: 3px dashed #e61112;
    left: 30px;
}

.step_wrapp {
    position: relative;
}
.sticky_footer{
	display:none;
}
b {
    font-weight: bold;
}
div#content {
    background: #f5f5f5;
}

div#content .post-section .av-columns-area
{background: #ffff;padding-top: 50px;padding-bottom: 50px;border-radius: 10px;}
.post-section h2 {
    font-weight: 600;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.post-section li {
    margin-bottom: 8px;
}
.post-section h1 {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 600;
}
.en_sec h1, .en_sec h2, .en_sec h3, .en_sec h4, .en_sec h5, .en_sec h6 {
    font-weight: 600;
}
.home div#content {
    background: #fff;
}
.en_sec h1, .en_sec h2, .en_sec h3 {
    text-transform: capitalize;
}
.en_sec .banner_cnt h1 {
    font-size: 43px;
}

.en_sec .banner_cnt h4 {
    line-height: 1.7;
}
.about_main img {
    border-radius: 10px;
}
 
.about_info  h1 {
    margin-bottom: 10px;
}

.av-columns-area.about_info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
p strong {
    font-weight: 600;
}
.contact_info .foot_info a {
    color: #000;
    margin-bottom: 30px;
	font-size: 16px;
}
.contact_info ul {
    padding: 0;
    margin: 0;
}

.contact_info ul li, .contact_info ul li a {
    display: inline-block;
}

.contact_info {
    padding-left: 40px;
}
.contact_form {
    background: #f0f0f0;
    padding: 5px 30px 5px;
    border-radius: 10px;
    max-width: 450px;
    margin: 0 auto;
}

.contact_form h2 {
    text-align: center;
}

.contact_form  label {
    font-weight: 600;
}

.contact_form  .wpcf7-submit {
    margin: 0 auto;
    width: 120px;
    float: none;
    display: block;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}

.contact_info  h2 {
    margin-bottom: 20px;
}
.en_sec .faq-question {
    font-weight: 600;
    font-size: 17px;
}
strong {
    font-weight: 600;
}

.single-post h2 {
    font-size: 25px;
    margin-top: 40px;
}

.single-post h3 {
    font-size: 20px;
}

.single-post .post-title {
    font-size: 30px;
    font-weight: 600;
}
.single-post .av-columns-area {
    justify-content: center;
}

.single-post .post-items {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 0;
}

section#blog-section {
    padding-bottom: 0;
}
.post-content.archv_cnt .post-title {
    margin-top: 0;
}

.post-content.archv_cnt .post-title a {
    color: #000;
}
.css-slider {
    width: 280px;
    height: 563px;
    position: relative;
    overflow: hidden;
    float: right;
}

.css-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fadeAnim 9s infinite;
}

.css-slider .slide:nth-child(1) { animation-delay: 0s; }
.css-slider .slide:nth-child(2) { animation-delay: 3s; }
.css-slider .slide:nth-child(3) { animation-delay: 6s; }

/* Smooth fade animation */
@keyframes fadeAnim {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}

/* Image styling */
.css-slider img.scr_im {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}















@media (max-width: 1100px) {
	
	.banner_cnt h1 {
    font-size: 40px;
}
	.whychoose {
    padding-left: 4%;
}
}


@media (max-width: 991px) {
	
	   .home div.theme-mobile-nav {
        background: none;
    }
	.whychoose .av-column-6:first-child {
    padding-right: 15px;
}
	 .lang_header {
        display: flex;
        gap: 7px;
        align-items: center;
        width: auto;
        margin: 5px auto 0;
        padding: 2px 10px;
        border-radius: 5px;
        font-size: 12px;
        float: right;
    }
	.lang_header li a img {
    position: relative;
    top: 2px;
}
.theme-mobile-menu {
    width: 100%;
    padding: 3px 0px;
}
	.header .av-container {
    padding: 0 15px !important;
}
	.logo img {
    max-width: 130px !important;
}
	
.book_btn {
    font-size: 14px;
    padding: 3px 8px;
}

.phn {
    font-size: 15px;
}
	.banner_cnt {
    padding: 0px;
    text-align: center;
    margin-bottom: 30px;
}
	.banner {
    padding: 150px 0px 50px;
}
.sticky-menu .lang_header {
    display: none;
}
	.sticky-menu .lang_header {
    display: none;
}

.theme-mobile-nav.sticky-nav.sticky-menu {
    background: #ffff;
}
	 

.whychoose {
    padding-left: 0;
}

   .av-container-fluid, .av-container, .whychoose .av-container {
        padding: 0 15px;
    }
	.del_im {
    border-radius: 20px;
}
	.s_info {
    min-height: auto;
    padding: 40px 15px 30px;
}

 

.del_im {
    border-radius: 20px;
}

.pr_nm img {
    width: 50px;
    min-height: 50px;
}

.pr_nm h5 {
    font-size: 13px;
    margin: 10px 0 15px 0;
}

.cta_1 {
    text-align: center;
}

.cta_1 h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
	.s_info {
    min-height: auto;
    padding: 40px 15px 30px;
}
 
.del_im {
    border-radius: 20px;
}

.pr_nm img {
    width: 50px;
    min-height: 50px;
}

.pr_nm h5 {
    font-size: 13px;
    margin: 10px 0 15px 0;
}

.cta_1 {
    text-align: center;
}

.cta_1 h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.our_app:before {
    width: 100%;
    height: 50%;
    display: none;
}

.scr_im {
    float: right;
    margin: 0 auto;
}

.our_app .av-column-6:first-child {
    text-align: right;
    background-image: url(https://www.nammaramnad.com/wp-content/uploads/2025/11/namma-delivery.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
	margin: 0 15px 30px 15px;
}

.flow_cnt {
    padding-left: 15px;
}
	.footer-main .av-column-3:nth-child(1) {
    -ms-flex: 0 0 40%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-bottom: 30px;
}

.footer-main .av-column-3:nth-child(3) {
    -ms-flex: 0 0 50%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-bottom: 30px;
}

.footer-main .av-column-3:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 30px;
}

.footer-main .av-column-3:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.footer-main .av-container {
    max-width: 100%;
}
	.post-section .av-container {
    width: 95%;
}
	    .av-py-default {
        padding: 50px 0;
    }
}

@media (max-width: 600px) {
	
	.banner_cnt h1, .en_sec .banner_cnt h1 {
    margin-bottom: 20px;
		        font-size: 30px;
}
	.book_btn img {
    width: 20px;
}
.about_info {flex-direction: column-reverse;}

.about_main img {
    margin-bottom: 30px;
}
	.about_info h1 {
    font-size: 30px;
}
.n_i {
    width: 35px;
    height: 35px;
}
	.banner_cnt h4 {
    font-size: 18px;
}
.s_info {
    min-height: auto;
    padding: 40px 15px 30px;
}	
	 
 .our_products {
    grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
   .pr_nm img {
    width: 50px;
    min-height: 50px;
}
	.pr_nm h5 {
    font-size: 13px;
    margin: 10px 0 15px 0;
}
	.footer-main .av-column-3{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
}
 
.sticky_footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    display: flex;
	z-index: 100000;
}

.sticky_footer .phn_bt {
    width: 50%;
}

.sticky_footer .wht_bt {
    width: 50%;
}
	.phn_bt a, .wht_bt a {
     background: #0c79aa;
        color: #ffff;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        padding: 8px 10px 7px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.3;
}

.sticky_footer .f_icon {
           width: 35px;
        height: 35px;
        font-size: 24px;
        background: #fff;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        color: #317c0a;
}
 

.wht_bt a {
    background: #317c0a;
}

.phn_bt img {
    width: 24px;
}
	.section_title {
    font-size: 28px;
}
	.step_wrapp:before {
    height: 90%;
}
	.av-columns-area.about_info.contact_info {
    padding-left: 0px;
}
	.contact_form {
    padding: 5px 15px 5px;
}
	.css-slider {
	margin:0 auto;
    float: none;
}
}