@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
body { font-family: "Poppins", sans-serif; }
.top-bar {
    background: #037154;
	padding:5px 0px;
	color:#000;
   
}
.top-bar ul.social-custom a { color:#fff; font-size:17px; padding: 0px; border-radius:0px; }
.top-bar ul.social-custom a:hover { background:none; color:#9d4622; }
#navbar .navbar-nav > li.active > a {
    background: #194623!important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #2b733b!important;
}
.top-bar p {
    margin-bottom: 0;
    font-size: 16px;
	color:white;
}
.top-bar h4 { color:white; font-size:16px; margin-bottom: 0px; }
.top-bar h4 a { color:white; text-decoration:none; }


.text-sm { font-size:14px !important;  margin-right:15px; border-right:solid 1px #fff; padding-right:15px; display:inline-block;}
.no-border { border:none !important; }

#navbar .navbar-nav > li > a {
    margin: 0;
    padding: 1.4rem 1rem 1.6rem;
    color: #122f17;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-decoration: none;
    border:none;
}

#navbar .navbar-nav > li.active > a {
     background: none!important; 
    color: #194623 !important; 
    text-decoration: none !important; 
    border:none!important; 
}
#navbar .navbar-nav > li > a:hover {
    background: none;
    border:none;;
}
#navbar .navbar-nav > li > a:focus {
  background: none !important;
  color: #000 !important;
  text-decoration: none !important;
  border:none !important;
}
.home-carousel h1, .home-carousel h2 {text-transform:none;}
.home-carousel p { text-transform:none; }
#navbar .dropdown-menu a.nav-link { font-size:14px;  text-transform:none !important;  }
.heading h1, .panel-heading h1, .heading h2, .panel-heading h2, .heading h3, .panel-heading h3, .heading h4, .panel-heading h4, .heading h5, .panel-heading h5, .heading h6, .panel-heading h6 {
text-transform:none;	
}
.btn {
    text-transform: none;
   
}
.btn-template-outlined {
    background: none;
    border: 1px solid #194623 !important;
    color: #194623;
    border-radius: 0 !important;
    text-decoration: none;
}
.btn-template-outlined:hover, .btn-template-outlined:focus {
  background: #194623;
  color: #fff !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #194623;
  background:none !important;
}
.banner-title { text-align:center !important; padding-top:230px; }
.banner-title h1 {  color:#fff; display:block; background-color:rgba(68, 138, 44, 0.86); }
.trt-title1 {
font-size: 19px;
    display: block;
    background-color: #64bc46;
    color: white;
    padding: 15px;	margin:0px !important;
	
}

.trt-title2 {
font-size: 19px;
    display: block;
    background-color: #122f17;
    color: white;
    padding: 15px;	margin:0px !important;
	
}

@media (max-width: 640px) {
.navbar-brand {
  
     position: static !important; 
    background:none !important;
	border:none !important;
 
}

.treatment-slider .item h5 {
    font-size:13px !important;
}
.treatment-slider .item a {
        min-height: 165px !important;
    
}
}

@media (max-width: 480px) {
.navbar-brand {
  
     position: static !important; 
    background:none !important;
	border:none !important;
 
}

.treatment-slider .item h5 {
    font-size:13px !important;
}
.treatment-slider .item a {
        min-height: 165px !important;
    
}
}

@media (max-width: 320px) {
.navbar-brand {
  
     position: static !important; 
    background:none !important;
	border:none !important;
 
}

.treatment-slider .item h5 {
    font-size:13px !important;
}
.treatment-slider .item a {
        min-height: 165px !important;
    
}
}


.navbar-brand1 { display: none;}
.home-carousel .owl-carousel {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bar { padding: 25px 0;}
.service-sub { font-size:22px; }
.box-simple .icon-outlined {
    color: #122f17 ;
    border: 1px solid #122f17 ;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.box-simple {
    margin-bottom: 40px;
    text-align: center;
    background-color: #80c24a;
	min-height:260px;
	color:#122f17  !important;
	-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
padding-top:15px;
}
.icon-outlined {
    width: 60px;
    height: 60px;
    line-height: 65px;
}
.lead {
    font-size: 1rem;
    font-weight: 500;
}
/* ####### book an appointment styles #######*/
.chat_box{
	position:fixed;
	right:20px;
	bottom:0px;
	width:300px;
	z-index:99999999999 !important;
}
.chat_body{
	background:white;
	height:400px;
	padding:5px 0px;
}

.chat_head,.msg_head{
	background:#f39c12;
	color:white;
	padding:15px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
}

.msg_box{
	position:fixed;
	bottom:-5px;
	width:350px;
	background:white;
	border-radius:5px 5px 0px 0px;
	z-index:99999;
	right:20px;
}

.msg_head{
	background:#3a9a19;
}

.msg_body{
	background:white;
	height:auto;
	border:solid 1px #DDD;
	padding:15px;
	overflow:auto;
	overflow-x: hidden;
}
.msg_input{
	width:100%;
	border: 1px solid white;
	border-top:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}

.close{
	float:right;
	cursor:pointer;
	color:#fff !important;
	text-shadow:none !important;
	opacity:1 !important;
}
.minimize{
	float:right;
	cursor:pointer;
	padding-right:5px;
	
}

.user{
	position:relative;
	padding:10px 30px;
}
.user:hover{
	background:#f8f8f8;
	cursor:pointer;

}
.user:before{
	content:'';
	position:absolute;
	background:#2ecc71;
	height:10px;
	width:10px;
	left:10px;
	top:15px;
	border-radius:6px;
}

.msg_a{
	position:relative;
	background:#FDE4CE;
	padding:10px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
}
.msg_a:before{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent #FDE4CE transparent transparent;
	left:-20px;
	top:7px;
}


.msg_b{
	background:#EEF2E7;
	padding:10px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-wrap: break-word;
}
.msg_b:after{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent transparent transparent #EEF2E7;
	right:-20px;
	top:7px;
}
.msg_body input,.msg_body select,textarea{ margin-bottom:10px;}
.wtsp { color:#fff !important; text-decoration:none !important; font-size:19px; display:block; margin-bottom:5px; background-color:#64bc46; text-align:center; border-radius:10px; padding:3px 0px 3px 0px;}
.no-margin { margin:0px !important;}
.whatsapp {
  position:fixed;  width:auto; z-index:90; right: 0px;
    top: 50%;
    transform: translate(0%, -50%) ;
    
}

/* New styles */
.team-member .card-body {
    padding: 6.5%;
}
.team-member {
    background-color: #f9f6ef!important;
    border-radius: 8px;
    margin-right: 6.065%!important;
    margin-bottom: 1px;
    height: 99.9%;
    cursor: pointer;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.cardTitleLarge {
    font-weight: 500;
    font-size: 150%;
    line-height: 32px;
    margin-bottom: 3.74%;
}
.cardTextMedium {
    font-weight: 600;
    font-size: 100%;
    line-height: 22px;
    color: #525252;
}
.contact_contactSection__5qzEs {
    padding: 30px 0;
    background: #f2eadd;
}
.contact_contactHeading__z2_jw {
    
    font-weight: 700;
    font-size: 36px;
    line-height: 125%;
    letter-spacing: -1px;
    color: #f79333;
    padding: 0;
    margin-bottom: 60px;
}
.contact_contactDetails__viQWM {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.faq .accordion .card { border: none !important;}
.faq .accordion .card .card-header .btn-link {
  font-weight: 600;
  font-size: 1.1rem;
  color: #000;
  background-color: transparent;
}
.faq .accordion .card .card-header .btn-link:hover { text-decoration: none; }
/* Blog layout */
.blog .card {
       margin-bottom: 30px;
    }
.blog .card img {
    border-radius: 20px!important;
}
.card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
  @media (min-width: 768px) {
    .card-columns {
      -moz-column-count: 2;
           column-count: 2;
    }
  }
  @media (min-width: 1200px) {
    .card-columns {
      -moz-column-count: 3;
           column-count: 3;
    }
  }
  
  .card-img-overlay .card-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    z-index: 1;
  }
  .card-img-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    
  }
  .card-img-overlay:hover::after {
    background-color: rgba(28, 46, 76, 0.2);
    border-radius: 20px;
  }

  /* New home slider */
  .carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 39.1%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
  color: rgba(255,255,255,.75);
	font-size: 26px;
	font-weight: 300;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 28px 35px;
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
 
  z-index: 15;
}
.heading-hover { color: #000 !important; text-decoration: none !important;}
.img-rounded { border-radius: 15px;}
.treatment-slider .item h5 { margin: 15px;}
.owl-next { position: absolute;
  right: 0;
  top: -50px;}
  .owl-prev { position: absolute;
    right: 65px;
    top: -50px;}
    .inner-banner { width: 100%; margin-bottom: 15px;}
    .card-body p {
      font-size: 1.1rem !important;
      color: #000;
  }
  .inner-banner-container { position: relative; min-height: 500px; background-size: cover;}
  .overlay { background-color: #000000;
    opacity: 0.22;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;}
    .d-icons img { width: 100px !important;}
    .item a { color: #000;}

    /* Testimonial styles */
    .gtco-testimonials {
      position: relative;
      margin-top: 30px;
    }
   
    .gtco-testimonials .owl-stage-outer {
      padding: 30px 0;
    }
    .gtco-testimonials .owl-nav {
      display: none;
    }
    .gtco-testimonials .owl-dots {
      text-align: center;
    }
    .gtco-testimonials .owl-dots span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }
    .gtco-testimonials .owl-dots .active {
      box-shadow: none;
    }
    .gtco-testimonials .owl-dots .active span {
      background: #01b0f8;
      box-shadow: none;
      height: 12px;
      width: 12px;
      margin-bottom: -1px;
    }
    .gtco-testimonials .card {
      background: #fff;
      box-shadow: 0 8px 30px -7px #c9dff0;
      margin: 0 20px;
      padding: 0 10px;
      border-radius: 20px;
      border: 0;
    }
    .gtco-testimonials .card .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }
    .gtco-testimonials .card h5 {
    
      font-size: 21px;
      line-height: 1.3;
    }
    .gtco-testimonials .card h5 span {
      font-size: 18px;
      color: #666666;
    }
    .gtco-testimonials .card p {
      font-size: 0.9em !important;
      color: #000;
      
    }
    .gtco-testimonials .active {
      opacity: 0.5;
      transition: all 0.3s;
    }
    .gtco-testimonials .center {
      opacity: 1;
    }
    .gtco-testimonials .center h5 {
      font-size: 24px;
    }
    .gtco-testimonials .center h5 span {
      font-size: 20px;
    }
    .gtco-testimonials .center .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
    
    @media (max-width: 767px) {
      .gtco-testimonials {
        margin-top: 20px;
      }
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
      outline: 0;
    }
    .owl-carousel button.owl-dot {
      outline: 0;
    }
    .wrapper .button{
      display: inline-block;
      height: 60px;
      width: 60px;
      float: left;
      margin: 0 5px;
      overflow: hidden;
      background: #fff;
      border-radius: 50px;
      cursor: pointer;
      box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
      transition: all 0.3s ease-out;
    }
    .wrapper .button:hover{
      width: 200px;
    }
    .wrapper .button .icon{
      display: inline-block;
      height: 60px;
      width: 60px;
      text-align: center;
      border-radius: 50px;
      box-sizing: border-box;
      line-height: 60px;
      transition: all 0.3s ease-out;
    }
    .wrapper .button:nth-child(1):hover .icon{
      background: #4267B2;
    }
    .wrapper .button:nth-child(2):hover .icon{
      background: #1DA1F2;
    }
    .wrapper .button:nth-child(3):hover .icon{
      background: #E1306C;
    }
    .wrapper .button:nth-child(4):hover .icon{
      background: #333;
    }
    .wrapper .button:nth-child(5):hover .icon{
      background: #ff0000;
    }
    .wrapper .button:nth-child(6):hover .icon{
      background: #ff0000;
    }
    .wrapper .button .icon i{
      font-size: 25px;
      line-height: 60px;
      transition: all 0.3s ease-out;
      color: #007356;
    }
    .wrapper .button:hover .icon i{
      color: #fff;
    }
    .wrapper .button span{
      font-size: 20px;
      font-weight: 500;
      line-height: 60px;
      margin-left: 10px;
      transition: all 0.3s ease-out;
    }
    .wrapper .button:nth-child(1) span{
      color: #4267B2;
    }
    .wrapper .button:nth-child(2) span{
      color: #1DA1F2;
    }
    .wrapper .button:nth-child(3) span{
      color: #E1306C;
    }
    .wrapper .button:nth-child(4) span{
      color: #333;
    }
    .wrapper .button:nth-child(5) span{
      color: #ff0000;
    }
    .wrapper .button:nth-child(6) span{
      color: #ff0000;
    }
    /*Landing page styles*/
#home {
  position: relative;
  padding: 50px 0px 40px 0px;
  background: url(../img/banner/landingapagebanner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

  #home .caption {
      padding: 60px 0;
  }

      #home .caption h2 {
          color: #fff;
      }

      #home .caption p {
          font-size: 16px;
          margin-top: 25px;
          color: #fff;
      }

      #home .caption .btn {
          margin-top: 25px;
      }

      #home .caption .btn-blue {
          margin-left: 15px;
      }

          #home .caption .btn-blue i {
              position: relative;
              top: 5px;
              margin-right: 10px;
          }

 

      #home .signup-form input {
          border: 1px solid #eee;
          height: 38px;
          box-shadow: none !important;
      }

          #home .signup-form input:focus {
              border-color: #44c5ee;
          }

      #home .signup-form .form-control {
          font-size: 16px;
          padding: 10px 15px;
          color: #555;
          background-color: #fff;
          border-radius: 3px;
      }
  #home .signup-form {
      background-color: #fff;
      padding: 20px;
      border-bottom-left-radius:5px;
      border-bottom-right-radius:5px;
  }
      #home .signup-form input {
          border: 1px solid #eee;
          height: 38px;
          box-shadow: none !important;
      }

      #home .signup-form .form-control {
          font-size: 16px;
          padding: 10px 15px;
          color: #555;
          background-color: #fff;
          border-radius: 3px;
      }
.form-group {
  margin-bottom: 15px;
}
.form-title {
  background: #ed1c24;
  padding: 8px !important;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
}
  .form-title h4 {
      color: white !important;
      margin: 0 !important;
      font-size: 1.2rem;
  }
.caption h1 {
  font-size: 2.5rem;
}
/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 40px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

.blog-author-widget-2 img {
  max-width: 160px;
}

.blog-author-widget-2 h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 15px 0 0 0;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget-2 .social-links {
  margin: 5px 0;
}

.blog-author-widget-2 .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin: 0 3px;
  font-size: 18px;
}

.blog-author-widget-2 .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget-2 p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}