/*
 Theme Name:   Twenty Twenty-Four
 Description:  Twenty Twenty-Four Child Theme
 Author:       Tryfon Tzanetis
 Author URI:   http://tafhub.com
 Description: Twenty Twenty-Four is designed to be flexible,
 versatile and applicable to any website. Its collection of templates and patterns tailor to different needs,
 such as presenting a business,
 blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process,
 is fully compatible with the site editor,
 and takes advantage of new design tools introduced in WordPress 6.4.
 Template:     twentytwentyfour
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0 License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: one-column,
custom-colors,
custom-menu,
custom-logo,
editor-style,
featured-images,
full-site-editing,
block-patterns,
rtl-language-support,
sticky-post,
threaded-comments,
translation-ready,
wide-blocks,
block-styles,
style-variations,
accessibility-ready,
blog,
portfolio,
news
 Text Domain:  twentytwentyfourchild
*/



.topheader p a {
  color: var(--wp--preset--color--accent-3);
  font-weight: bold;
}

.main-header .wp-block-group {
  padding: 0;
}

.logodiv.wp-block-site-logo {
  margin-top: 55px;
  position: absolute;
  z-index: 999;
}

a:focus {
  outline: 0;
}

.copyright-section.wp-block-group {
  background: transparent;
  text-align: center;
}

.wp-block-group:has(> h1.wp-block-post-title) {
  display: none;
}

main.wp-block-group {
  padding: 0;
  margin: 0;
}

.entry-content {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/* -------------------- */
/* Home Banner List */
/* -------------------- */

.home-banner ul.wp-block-list {
  display: flex;
  flex-wrap:wrap;
  gap: clamp(16px, 3vw, 10px);
  list-style: none;
  padding: 0;
}

.home-banner ul.wp-block-list li {
  background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/bordertickIcon.png);
  background-repeat: no-repeat;
  background-size: clamp(16px, 2vw, 22px);
  padding-left: clamp(22px, 3vw, 30px);
  line-height: clamp(22px, 2vw, 26px);
}

/* -------------------- */
/* Call Button */
/* -------------------- */

.callbtn a.wp-block-button__link {
  background-image: url(https://fixthatshed.com/wp-content/uploads/2026/02/CallIcon.svg);
  background-repeat: no-repeat;
  background-size: clamp(14px, 2vw, 16px);
  background-position: left clamp(10px, 2vw, 15px) center;
  font-weight: 600;
  padding-left: clamp(30px, 4vw, 36px);
  line-height: clamp(18px, 2vw, 20px);
}

/* -------------------- */
/* Banner Columns */
/* -------------------- */

.banner-img-section .wp-block-columns {
  gap: clamp(16px, 4vw, 30px);
}

/* -------------------- */
/* Tick Icon */
/* -------------------- */

.tickicon {
  background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/Icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: clamp(16px, 2vw, 20px);
  padding-left: clamp(20px, 3vw, 25px);
  line-height: clamp(22px, 2vw, 26px);
}

.centerdiv {
  text-align: center;
}

/* -------------------- */
/* Header Call Button */
/* -------------------- */

.main-header .callbtn a.wp-block-button__link {
  background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/callicon-white.png);
}

/* -------------------- */
/* How We Work Section */
/* -------------------- */

.how-we-work-col {
  position: relative;
}

.how-we-work-col:first-child:after {
  content: "";
  background: var(--wp--preset--color--accent-3);
  height: 3px;
  position: absolute;
  width: clamp(20px, 3vw, 30px);
  top: 0;
  bottom: 0;
  margin: auto;
  right: clamp(-32px, -3vw, -32px);
}

/* -------------------- */
/* Subheading */
/* -------------------- */

.subheading p {
  background: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--accent-3);
  padding: clamp(4px, 1vw, 6px) clamp(14px, 3vw, 20px);
  border-radius: clamp(20px, 4vw, 30px);
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: clamp(20px, 2vw, 24px);
  font-weight: 500;
}

.subheading.wp-block-group {
  padding-bottom: 0;
}
.how-we-work-section .wp-block-columns {
    align-items: center !important;
}
	.how-we-word-desc {
    min-height: 80px;
}
.footerdiv {
  text-align:center;  
}
.main-header {
    position: static;
    height: 65px;
}
main.wp-block-group {
    min-height: calc(100vh - 216px);
}
.requestformdiv{
    max-width:462px;
    background:#fff;
    margin:auto;
    border-radius: 16px;
    position:relative;
}
.requestform .wpcf7{
	min-height:100%;
	margin-top:50px;
    display:flex;
}
.quote-form-hdr {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.quote-form-hdr h3.form-title {
    margin: 0;
}
p.form-subtitle {
    margin: 7px 0px 0;
    color: var(--wp--preset--color--accent);
    font-size: 14px;
    line-height: 1;
}
figure.google-map img {
    width: 100%;
}

/*featured services css*/
.featured-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

a.service-image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/3;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-content {
  padding: 20px;
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 10px;
    line-height: 1.4;
}

.service-link {
  font-size: 14px;
  font-weight: 600;
  color: #000001;
  text-decoration: none;
}

.service-link:hover {
  text-decoration: underline;
}
.viewbtn a.wp-block-button__link {
    line-height: 24px;
    background-image: url(https://fixthatshed.com/wp-content/uploads/2026/02/rightarrow.png);
    background-repeat: no-repeat;
    background-position: 91%;
    padding-right: 40px !important;
    background-size: 16px;
}
.service-section , .service-section-group{
    max-width:100%;
}
.why-choose-card .service-repeater-list li {
    width: 100%;
}
/*featured services css*/
.requestform_group {
    padding: 10px 20px 20px;
}
.requestform_group label {
    font-size: 14px;
    font-weight: 500;
    color: #0A0A0A;
}
.requestform_group input.wpcf7-form-control {
    height: 46px;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #5B5B5B;
    font-size: 16px;
    margin-top: 4px;
}
.requestform_group [data-name="contact-preference"] span.wpcf7-list-item {
    display: block;
    margin: 6px 0px;
}
.requestform_group input[type="checkbox"] {
    margin-right: 4px;
}
.requestform_group input.wpcf7-form-control.wpcf7-submit.btn-primary {
    background: #1947CD;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.requestform_group input.wpcf7-form-control.wpcf7-submit.btn-primary:hover , .viewbtn a.wp-block-button__link:hover , .open-quote-modal .wp-block-button__link:hover{
    background-color: var(--wp--preset--color--accent-3) !important;
    color:#fff !important;
}
.servicetext a:hover{
  text-decoration:underline;   
}
.requestform_group span.required {
    color: #FB2C36;
}
p.form-note {
    margin-top: 0;
    font-size: 12px;
    text-align: center;
    color: #5B5B5B;
}
p.form-note br{
    display:none;
}
.form-group.requestbtn p {
    margin: 0;
}
.requestform_group span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}
.requestform_group input.wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3232;
}
.requestform_group .form-group p {
    margin: 10px 0;
}
.requestbtn span.wpcf7-spinner {
    margin: 10px auto 0px;
    text-align: center;
}
.form-group.requestbtn{
    text-align:center;
}
/* Hide spinner by default */
.wpcf7-spinner {
  display: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Show spinner only while submitting */
.wpcf7 form.submitting .wpcf7-spinner {
  display: inline-block !important;
  }

.wpcf7-response-output {
    margin-top: 0 !important;
    border: 0px !important;
    text-align: center;
    font-size: 14px;
    color: #dc3232;
    padding-bottom: 20px !important;
}
.requestform {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.quote-modal.active {
  display: flex;
}

.quote-modal-content {
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 24px;
  border-radius: 14px;
  position: relative;
}

/* Close icon */
.close-quote-modal {
    position: absolute;
    top: 28px;
    right: 26px;
    font-size: 17px;
    cursor: pointer;
    color: #0A0A0A;
}
.requestform.active {
    display: block;
}
.close-quote-modal-div{
    margin:0px;
}

/*sevie detail page*/
.ba-section-title , h3.service-repeater-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 26px;
}

.ba-section {
    border-radius: 10px;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    margin-right: 10px;
}

.ba-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ba-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%; 
  aspect-ratio: 4/3;
}

.ba-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0,0,0,.75);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.ba-badge.after {
  background: #00a63ec2;
}

.ba-description {
    margin-top: 14px;
    font-size: 16px;
    color: var(--wp--preset--color--accent) !important;
    line-height: 2.1;
}

.ba-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  margin-top: 0px;
}

.ba-prev,
.ba-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  font-size: 20px;
  cursor: pointer;
}
.ba-counter {
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
    color: #717182;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.back-to-link img {
    width: 23px !important;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.service-repeater-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
  
  .service-repeater-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 50%;
    box-sizing: border-box;
  }
  
  .service-repeater-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -3px;
  }
  a.service-link:hover ,   a.service-link:hover .service-title {
    color: var(--wp--preset--color--accent-3) !important;
}
  .service-repeater-text {
    color: #374151;
  }

  .why-choose-card {
    border-radius: 10px;
    padding: 28px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    margin-right: 0px
  }
    
  .whats-included-card {
    background: #F8FAFC;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid #ccc;
}

.service-process {
  margin-top: 20px;
}

.service-process-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.service-process-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.process-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}

.process-step {
    min-width: 36px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0px 4px;
}

.process-content {
  flex: 1;
}

.process-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top:0px;
}

.process-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin: 7px 0 0 0;
}
.nav-menu .wp-block-navigation .wp-block-navigation-item.current-menu-item a , .nav-menu .wp-block-navigation .wp-block-navigation-item:hover a {
    color: var(--wp--preset--color--accent-3) !important;
}
.helpsection p {
    margin-top: 10px;
}
.ba-section .swiper-pagination {
    position: static;
    width: auto !important;
    padding: 0px 10px;
}
.ba-section .ba-controls button {
    border-radius: 10px;
}
.ba-section .ba-controls span.swiper-pagination-bullet {
    background: #CAD5E2;
    opacity: 1;
}
.ba-section .ba-controls span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #1947CD;
}
.service-right-column {
    padding-left: 0 !important;
}

.service-card a + p {
    display: none;
}
.helpbtn a.wp-block-button__link {
    background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/CallIcon.png);
    background-repeat: no-repeat;
    background-size: 17px;
    display: inline-block;
    width: auto !important;
    background-position: left 7% center;
    padding: 0px 35px;
}
.wp-block-button.helpbtn {
    text-align: center;
}
/*servive detail page end*/

.home-banner.page-section p {
    margin-top: 5px;
}
.home-banner ul.wp-block-list {
    margin-top: 15px;
}
.how-we-work-col:hover {
    box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.3) !important;
    border: 2px solid #1947CD !important;
}
.how-we-work-col{
    transition: 0.4s ease;
}
.nav-menu .wp-block-navigation__responsive-container {
    width: 70%;
}
p.servicetext {
    font-size: 14px;
}
.callbtn a.wp-block-button__link:hover   {
    background-color: transparent !important;
    color: #fff !important;
    background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/callicon-white.png);
}
 .helpbtndiv:hover{
    background-color: transparent !important;
 }
  .helpbtn.wp-block-button:hover .wp-block-button__link{
    background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/callicon-white.png);
 }
.main-header .callbtn a.wp-block-button__link:hover {
    background-color: transparent !important;
    color: var(--wp--preset--color--accent-3) !important;
    background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/CallIcon.png);
}
 .helpbtndiv:hover .wp-block-button__link {
    color: #fff !important;
 }
.privacy-policy-content a {
    color: var(--wp--preset--color--accent-3) !important;
}
a.privacy-policy-link {
    color: var(--wp--preset--color--accent-3);
    text-decoration: underline;
    padding-left: 10px;
}
.other-service-link a.wp-block-button__link {
    background-color: transparent !important;
    padding: 0;
    background-image: url(https://fixthatshed.com/wp-content/uploads/2026/02/Icon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    background-size: 22px;
}
.other-service-link-div{
  margin-top:0px;   
}
.how-we-work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    gap: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius:16px;
}
.how-we-work-img {
    position: relative;
}
.single-service .service-content a + p {
    display: block;
    margin: 0;
}

h1.service_title {
  color: #fff;
  text-align: center;
}

.featured-services-grid.child {
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width:1280px) {
	.how-we-work-col .how-we-word-desc {
    padding: 0 20px 20px !important;
}
	.home-banner ul.wp-block-list li {
    background-image: url(https://fixthatshed.com/wp-content/uploads/2026/01/bordertickIcon.png);
    background-size: clamp(16px, 2vw, 14px);
    padding-left: clamp(22px, 3vw, 21px);
}
	.home-banner h1.wp-block-heading {
    font-size: 32px;
}
    .service-repeater-list li {
    font-size: 14px;
    padding-right: 10px !important;
}
    .maintitle {
    font-size: 32px;
}
    .privacy-policy-content h3.wp-block-heading {
    font-size: 22px !important;
}
.privacy-policy-content p {
    font-size: 18px !important;
}
}
@media (max-width:1024px) {
    .how-we-work-col .how-we-word-desc {
        padding: 0 10px 20px !important;
        font-size: 13px !important;
    }
	.tickicon {
    padding-left: clamp(20px, 3vw, 15px);
}
	.how-we-work-col figure.wp-block-image img {
    width: 100px !important;
}
	.home-banner ul.wp-block-list {
    gap: clamp(16px, 3vw, 10px);
}
	.logodiv.wp-block-site-logo {
    width: 180px;
}
.logodiv a.custom-logo-link img.custom-logo {
    width: 100px !important;
}
    .logodiv.wp-block-site-logo {
        margin-top: 0px;
    }
}
@media (max-width:991px) {
	.page-section {
    padding: 30px !important;
}
	.how-we-work-col:first-child:after {
    right: clamp(-32px, -3vw, -22px);
}
    .logodiv.wp-block-site-logo {
        width: 150px;
        margin-top: 20px;
    }
    .page-section h2.wp-block-heading {
    font-size: 20px !important;
}
    .page-section .subtext {
    font-size: 18px !important;
}
    .featured-services-grid {
    grid-template-columns: repeat(2, 1fr);
}
    .footerdiv {
    font-size: 14px;
    padding: 0 10px;
}
    .home-banner p {
    font-size: 16px !important;
}
    .ba-section , .why-choose-card, .whats-included-card{
        padding:18px;
    }
    .maintitle {
    font-size: 28px;
}
}
@media (max-width:781px) {
    .how-we-work-section .wp-block-columns .how-we-work-cols {
    gap: 60px;
}
	.banner-img-section {
    padding-left: 0 !important;
}
	.how-we-work-section .wp-block-columns {
    gap: 10px;
}
    .wp-block-buttons.viewbtn {
    justify-content: flex-start;
}
	.how-we-work-col:first-child:after{
		display: none;
	}
	    .logodiv.wp-block-site-logo {
        width: 150px;
        margin-top: -20px;
    }
    .service-repeater-list li{
     width:100%;   
    }
    .how-we-work-col:first-child:after {
    display: block !important;
    width: 3px;
    height: 40px;
    top: auto;
    bottom: -41px;
    left: 0;
    right: 0;
}
    .ba-images {
    grid-template-columns: 1fr;
}
section.ba-section {
    margin-right: 0;
}
    .privacy-policy-content h3.wp-block-heading {
    font-size: 20px !important;
}
.privacy-policy-content p {
    font-size: 16px !important;
}
.ba-image img {
    height: 400px;
}
}
@media (max-width:575px) {
	    .logodiv.wp-block-site-logo {
        width: 110px;
        margin-top: 20px;
    }
        .featured-services-grid {
    grid-template-columns: repeat(1, 1fr);
}
    .requestformdiv{
     width:90%;   
    }

}