/*
Theme Name: Tannery
Theme URI:# theme.datatrack.co.in
Author: DataTrack Theme DevOpz
Author URI: dev.datatrack.co.in
Text Domain: Yuhash India
Version: 1.0
Description: The 2022 Tannery theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
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.

*/

/*******************************/
/********* General CSS *********/
/*******************************/

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

.section-header::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    left: calc(50% - 50px);
    bottom: 0;
    background: linear-gradient(to left, #FFD662, #00539C, #FFD662);
    border-radius: 100%;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    left: calc(50% - 10px);
    bottom: -3px;
    background: #00539C;
    border-radius: 5px;
}

.section-header p {
    margin-bottom: 10px;
    font-size: 20px;
}

.section-header h2 {
    color:#000000;
    font-size: 50px;
    font-weight: 100;
}

.section-header.left {
    text-align: left;
}

.section-header.left::before {
    width: 60px;
    left: 0;
    background: linear-gradient(to left, #FFD662, #00539C, #00539C);
    border-radius: 0 100% 100% 0;
}

.section-header.left::after {
    left: 0;
    border-radius: 5px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .about-img img {
    width: 100%;
    border-radius: 5px;
}

.about .about-text h2 {
    position: relative;
    color: #23A036;
    font-size: 50px;
    margin-bottom: 15px;
}

.about .about-text h2 span {
    font-size: 120px;
}

.about .about-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.about .about-text a.btn {
    padding: 15px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: #FFD662;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #ffffff;
    background: #00539C;
}

@media (max-width: 767.98px) {
    .about .about-img img {
        margin-bottom: 30px;
    }
}
















/*******************************/
/********** Story CSS **********/
/*******************************/
.story {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.story .container {
    max-width: 960px;
}

.story .story-container {
    position: relative;
    width: 100%;
}

.story .story-end,
.story .story-start,
.story .story-year {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.story .story-end p,
.story .story-start p,
.story .story-year p {
    display: inline-block;
    width: 100px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #FFD662;
    border: 1px solid #00539C;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
}

.story .story-year {
    margin: 30px 0;
}

.story .story-continue {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.story .story-continue::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    background: #FFD662;
    border-left: 1px solid #00539C;
    border-right: 1px solid #00539C;
}

.story .row.story-left,
.story .row.story-right .story-date {
    text-align: right;
}

.story .row.story-right,
.story .row.story-left .story-date {
    text-align: left;
}

.story .story-date {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    margin: 41px 0 0 0;
}

.story .story-date::after {
    content: '';
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 42px;
    background: #FFD662;
    border: 1px solid #00539C;
    border-radius: 15px;
    z-index: 1;
}

.story .row.story-left .story-date::after {
    left: -8.5px;
}

.story .row.story-right .story-date::after {
    right: -8.5px;
}

.story .story-box,
.story .story-launch {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 20px 25px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    background: #ffffff;
}

.story .story-launch {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    background: transparent;
}

.story .story-box::after,
.story .story-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.story .row.story-left .story-box::after,
.story .row.story-left .story-box::before {
    left: 100%;
}

.story .row.story-right .story-box::after,
.story .row.story-right .story-box::before {
    right: 100%;
}

.story .story-launch .story-box::after,
.story .story-launch .story-box::before {
    left: 50%;
    margin-left: -10px;
}

.story .story-box::after {
    top: 26px;
    border-color: transparent transparent transparent #ffffff;
    border-width: 10px;
}

.story .story-box::before {
    top: 25px;
    border-color: transparent transparent transparent #dddddd;
    border-width: 11px;
}

.story .row.story-right .story-box::after {
    border-color: transparent #ffffff transparent transparent;
}

.story .row.story-right .story-box::before {
    border-color: transparent #dddddd transparent transparent;
}

.story .story-launch .story-box::after {
    top: -20px;
    border-color: transparent transparent #dddddd transparent;
}

.story .story-launch .story-box::before {
    top: -19px;
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    z-index: 1;
}

.story .story-box .story-text {
    position: relative;
    float: left;
}

.story .story-launch .story-text {
    max-width: 400px;
}

.story .story-text h3 {
    color: #23A036;
    font-size: 18px;
    font-weight: 400;
}

.story .story-text p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .story .story-continue::before {
        left: 48.5px;
    }
    
    .story .story-end,
    .story .story-start,
    .story .story-year,
    .story .row.story-left,
    .story .row.story-right .story-date,
    .story .row.story-right,
    .story .row.story-left .story-date,
    .story .story-launch {
        text-align: left;
    }
    
    .story .story-date {
        padding: 0;
    }
    
    .story .row.story-left .story-date::after,
    .story .row.story-right .story-date::after {
        left: 54.5px;
    }
    
    .story .story-box,
    .story .row.story-right .story-date,
    .story .row.story-left .story-date {
        margin-left: 77px;
    }
    
    .story .story-launch .story-box {
        margin-left: 0;
    }
    
    .story .row.story-left .story-box::after {
        left: -20px;
        border-color: transparent #ffffff transparent transparent;
    }

    .story .row.story-left .story-box::before {
        left: -22px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .story .story-launch .story-box::after,
    .story .story-launch .story-box::before {
        left: 30px;
        margin-left: 0;
    }
}

.product_heading{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 font-size:35px;
	 text-align:center;
	 margin-top:3%;
	}
.products{
	margin-top:3%;
	}	
.product_img img{
	 width:100%;
	 height:auto;
	}
.footer{
	 height:100px;
	 background-color:#00197C;
	 margin-top:3%;
	 padding-top:25px;
	}
.footer_heading{
	font-family: Roboto;
	 color:#fff;
	 font-size:16px;
	 text-align:center;
	}	
.list-inline-item a{
	font-size:25px;
	color:#fff !important;
	padding:0px 8px;
	}
.about_us_image{
	 height:auto;
	 margin-top:3%;
	}
.about_us_image img{
	 width:100%;
	 height:auto;
	}
.about_us_text2{
	font-family: Roboto;
	 font-size:18px;
	 margin-top:10%;
	}

	
/*************************************contact*********************************/
a.btn.btn-default.btn_style_more.loadmore {
  width: 200px;
  color: 	#008000;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: yellow;
  transition: .3s;
}
.loadMore:hover {
  color: yellow;
  background-color:#008000;
  border: 1px solid green;
  text-decoration: none;
}



/*a.btn.btn-default.btn_style_more.loadmore{*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    font-size: 14px;*/
/*    border: 1px solid white;*/
/*    border-radius: 30px;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    letter-spacing: 1.5px;*/
/*    padding: 7px 21px;*/
/*    transition: .5s;*/
/*}*/

/*a.btn.btn-default.btn_style_more.loadmore:hover {*/
/*    background: white;*/
/*    color: #0b4c7f;*/
/*      transition: .5s;*/
/*}*/


/*a.btn.btn-default.btn_style_more.loadmore {*/
/*    border: 1px solid green;*/
/*    border-radius: 10px;*/
/*    padding: 10px 30px;*/
/*    text-align: center;*/
/*}*/
/* load button */
/*.btn_wrapper {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    padding-top: 49px;*/
/*}*/

/*----------------------------------------------*/
.search-container {
    position: relative;
    display: inline-block; /* Ensures the container only takes up as much width as needed */
}

#search-input {
    padding: 8px 30px 8px 15px; /* Adjust padding to accommodate the icon */
    border: 1px solid #00FF00; /* Green border */
    border-radius: 20px; /* Adding border radius */
    width: 300px; /* Adjust width as needed */
    background-color: transparent; /* Transparent background */
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust position of the icon */
    transform: translateY(-50%);
    color: #00FF00; /* Adjust color of the icon to green */
    cursor: pointer;
    border: none; /* Remove any existing border */
    /*border-right: 0.5px solid #00FF00;  Thin green border for the magnifier icon 
    padding: 5px; /* Adjust padding as needed */
    width: 25px; /* Set width of the icon */
    height: 25px; /* Set height of the icon */
}
.search-submit {
    border: none; /* Remove border */
    background: transparent; /* Make background transparent */
    padding: 0; /* Remove padding */
    cursor: pointer; /* Change cursor to pointer on hover */
    outline: none; /* Remove outline on focus */
}

.search-submit i {
    /* Add any additional styling for the search icon here */
}


.search-results img {
    width: 150px; /* Fixed width */
    height: auto; /* Maintain aspect ratio */
}

/*----------------------------------------------*/

#note {
    display: inline-block; /* Keep it in the same line as the phone number */
    max-width: 360px; /* Adjust to fit the space you want */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; /* Align to the right */
    white-space: nowrap;
    overflow: hidden;
}

#note small {
    display: inline-block;
    animation: mymove 10s infinite;
    animation-timing-function: linear;
    color: #FFD71D;
}











@keyframes mymove {
    0% {transform: translateX(100%);} /* Start from the right */
    100% {transform: translateX(-100%);} /* End at the left */
}

.col-lg-5 {
       align-items: center;
}




/*----------------------------------------------*/
/* -------------- Product Grid grid-title --------------- */
/* -------------- Product Grid grid-title --------------- */
.grid-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 30px 0 15px 0;
}

.grid-title:first-child {
    margin-top: 15px;
}

.grid-title h2 {
    font-size: 35px;
    font-weight: 800;
    color: #757575;
}


/* -------------- Product Grid Style --------------- */
.product-grid {
    display: flex;
    flex-flow: row wrap;
}

.product-grid .product-item {
    width: 25%;
    padding: 15px;
}

@media (max-width: 992px) {
    .product-grid .product-item {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .product-grid .product-item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .product-grid .product-item {
        width: 100%;
    }
}

.product-grid .product-single {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/***********************/
.product-grid .product-img,
.product-grid .product-content {
    position: relative;
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    border-radius: 0px; /* Rounded corners for the container */
    height: auto;
    display: block;
}
/***********************/
/***********************/

.product-grid .product-img img {
    width: 100%; /* Ensure the image fills its container */
    height: auto; /* Maintain aspect ratio */
    display: block;
}
/***********************/


/***********************/

/***********************/













.product-grid .product-img img {
    display: block;
    width: 100%;
    transition: .3s;
}

/* --- Product Grid 1 --- */
.product-grid.grid-1 .product-single:hover {
    box-shadow: 0 0 5px #999999;
}

.product-grid.grid-1 .product-single:hover img {
    transform: scale(1.1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-grid.grid-1 .product-status {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.product-grid.grid-1 .product-status span:first-child {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    background: #1dbf71;
    opacity: .8;
}

.product-grid.grid-1 .product-status span:last-child {
    display: inline-block;
    float: right;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    background: #ee0000;
    opacity: .8;
}

.product-grid.grid-1 .product-action {
    position: absolute;
    height: 40px;
    width: 100%;
    text-align: center;
    top: calc(50% - 20px);
    font-size: 0;
    transition: .3s;
    opacity: 0;
}

.product-grid.grid-1 .product-action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    margin: 0 2px;
    font-size: 16px;
    color: #ffffff;
    background: #1dbf71;
}

.product-grid.grid-1 .product-action a:hover {
    background: #252525;
}


.product-grid.grid-1 .product-single:hover .product-action {
    opacity: 1;
}

.product-grid.grid-1 .product-content {
    padding: 15px;
}

.product-grid.grid-1 .product-title,
.product-grid.grid-1 .product-ratting,
.product-grid.grid-1 .product-price {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.product-grid.grid-1 .product-price {
    margin-bottom: 0;
}

.product-grid.grid-1 .product-title h2 {
    font-size: 22px;
    font-weight: 200;
}

.product-grid.grid-1 .product-title h2 a {
    color: #1dbf71;
}

.product-grid.grid-1 .product-title h2 a:hover {
    color: #666666;
}

.product-grid.grid-1 .product-ratting i {
    display: inline-block;
    font-size: 16px;
    color: #1dbf71;
}

.product-grid.grid-1 .product-price h2 {
    display: inline-block;
    color: #1dbf71;
    font-size: 30px;
    font-weight: 200;
}

.product-grid.grid-1 .product-price h2:last-child {
    margin-left: 10px;
    color: #666666;
    text-decoration: line-through;
}


/* --- Product Grid 2 --- */
/* Wrapper */
.portfolio-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Image */
.portfolio-img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

/* Overlay Background */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Title Text */
.portfolio-overlay h5 {
    color: #fff;  /* white text for visibility */
    font-size: 18px;
    transform: translateX(-100%); /* hidden off left side */
    transition: transform 0.5s ease;
    margin: 0;
}

/* Hover Effects */
.portfolio-img-wrapper:hover img {
    transform: scale(1.1);
}

.portfolio-img-wrapper:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-img-wrapper:hover .portfolio-overlay h5 {
    transform: translateX(0); /* slide in to center */
}

.floating-contact-icons {
  position: fixed;
  right: 20px;
  top: 50%;                      /* middle of page */
  transform: translateY(-50%);   /* perfect vertical center */
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;                 /* stay above slider */
}

.floating-contact-icons .contact-icon {
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.floating-contact-icons .contact-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

/* 🎨 Custom colors for each icon */
.floating-contact-icons .phone {
  background: #2196f3; /* blue */
}

.floating-contact-icons .whatsapp {
  background: #25d366; /* green */
}

.floating-contact-icons .email {
  background: #ea4335; /* red */
}

.floating-contact-icons .order {
  background: #ff9800; /* orange */
}
