/*!
Theme Name: Family Opticals
Theme URI: http://www.codefacetech.com/
Author: Codefacetech.com
Author URI: http://www.codefacetech.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codeface
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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


*/
.feature-section .title-box{
    margin-bottom: 65px;
}
.google-map-section .content-box{
    max-width: 460px;
}
.google-map-section .content-box .schedule-box{
    padding: 10px 30px 10px 40px;
}
.google-map-section .content-box .contact-info{
    padding: 20px 30px 40px 40px;
}
.google-map-section .content-box .info-list li{
    line-height: 25px;
}
.google-map-section .content-box .schedule-list li{
    line-height: 25px;
    margin-bottom: 10px;
}
.appointments_form{
    position: relative;
    display: block;
    background: transparent;
    padding: 47px 0px;
    padding-bottom: 0;
    border-radius: 20px;
    padding-left: 45px;
}
.sticky-sidebar {
    position: sticky;
    top: 100px; /* Adjust as needed for spacing below your header */
    z-index: 10; /* Keep it above background */
}
.service-details li{
    line-height: 45px;
}
.service-details li:before{
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    padding-right: 10px;
}
.img-icon{
    max-width:30px;
}
.service-readmore
{
    display: flex;
    align-items: center;
    background-color: #dd2c3a;
    justify-content: center;
    gap: 15px;
    color: white;
    width: fit-content;
    font-family: "Behind The Nineties Medium";
    padding: 6px 25px;
    border-radius: 46px;
}
.service-readmore:hover{
    background-color: #000;
    color: #fff;
}
.google-map-section .content-box .info-list li i{
    color:#fff;
}
.main-footer .accordion-box .block .acc-content a{
   color:#000;
}
.partner-logo {
    float: left;
    width: 100px;
}
.footer-column .accordion-box .block li i{
    color: #dd2d3c;
    padding: 10px;
}
.partner_sec{
    float: right;
}
.partner_sec h3{
    text-align:right;
}
.default-form.contact-form{
    background: #fff;
    padding: 50px;
}
.topheader{
    background: #da2c35;
    padding: 20px 50px;
        text-align: center;
    font-size: 17px;
    color: #fff;
}
.links-widget.footer-widget.ml_60{
    align-items: start;
}
.wpcf7-list-item{
    font-size: 16px;
    color: #6e6e6e;
}
/* Hide the button by default */
.read-more-btn-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: center;
    margin-top: 10px;
}

/* Style the button */
.read-more-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #000; /* Customize as needed */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

/* Show the button on hover */
.team-block-one:hover .read-more-btn-wrapper {
    opacity: 1;
    visibility: visible;
}
.star-rating {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.star-rating .star {
    color: #ccc; /* grey for empty stars */
}

.star-rating .star.filled {
    color: #FFD700; /* gold for filled stars */
}

.author-details {
    display: flex;
    align-items: center;
}

.author-details img.google-img {
    margin-left: 10px;
    height: 20px;
    width: auto;
}
.icon-google{
    float: left;
    margin-right: 10px;
}
.testimonial-style-two  .sec-title-two h5{
    font-size: 18px;
}
.heading-with-icon {
    display: flex;
    align-items: center;
}

.heading-with-icon .heading-icon {
   margin-left: 10px;
    height: 70px;
    width: auto;
}
.heading-with-icon {
    justify-content: space-between;
}
.testimonial-style-two .sec-title-two h5 a{
    color:#000;
    letter-spacing: 0.1px;
}
.testimonial-style-two .ti-widget.ti-goog .ti-review-content .ti-review-text{
    font-size: 17px;
    line-height: 30px;
}
.testimonial-style-two .ti-widget.ti-goog .ti-profile-details .ti-name{
    font-size: 15px;
}
.blog-details-content ul li{
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 10px;
    font-size: 17px;
}
.news-section .news-block-one .inner-box .lower-content h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
    font-size: 23px;
}
.mobile_logo img{
    max-width: 200px;
}
.blog-details-content a{
    color: #000;
}
.news-block-one .inner-box .image-box img{
    min-height: 265px;
    object-fit: cover;
}
.news-block-one .inner-box .image-box{
    height: 320px;
}
.news-section .news-block-one .inner-box .lower-content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}
.main-footer .widget-section .links-widget .links-list li a:hover{
    color:#fff;
    text-decoration: underline;
}
section.page-title.blog-single h1{
    max-width: 870px;
}
.blog-sidebar .post-widget .post h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
    font-size: 16px;
}
.default-form .form-group input[type='text'], .default-form .form-group input[type='email'], .default-form .form-group input[type='password'], .default-form .form-group input[type='tel'], .default-form .form-group textarea{
    font-size:15px;
}
.page-template-page-contact .default-form .form-group{
    margin-bottom: 40px;
}
.appointments_form{
    padding-left: 0px;
}
 .default-form .form-group .theme-btn{
    /* font-size: 18px; */
}
.default-form .form-group textarea{
    height:150px;
}
.default-form .form-group .selstore{
    font-size: 18px;
    padding-left: 16px;
}
.viewgoogle a:hover{
    text-decoration: underline;
}
p.appointment-p{
    margin-top:0;
}
.topheader a{
    color:#fff;
}
.contact-section .form-inner{
    border-radius: 20px;
}
.contact-section  form.default-form{
    border: 1px solid #eee;
}
.contact-section .form.default-form{
    /* border-radius: 18px;; */
}
.contact-section .wpcf7
{
    background: #f2f4f5;
}
@media only screen and (max-width: 600px) {
  footer.main-footer.p_relative .text ul li:last-child{
    display:block;
}
.home .service-section {
     padding-bottom: 65px;
}
.main-footer{
	margin-top: 30px;
}
}
