*{
   margin: 0;
   padding: 0; 
}

html,body{

    overflow-x: hidden !important;
}

p, h1 , h2 , h3 ,h4 ,h5 ,h6 {
    margin: 0 !important;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .dropdown-icon {
    display: inline-block !important; 
    width: 20px !important; 
    height: 20px !important; 
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important; 
    background-size: 12px 12px !important;
    cursor: pointer;
}

.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 220px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    border-radius: 10px;
    overflow: visible;
    z-index: 9999;
}

.menu-item-has-children .sub-menu li {
  display: block;
  width: 100%;
}

.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}
.menu-item-has-children .sub-menu li a:hover {
    background: #5a9857;
    color: #fff;
    border: none;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.three-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0 17px;
}
.menu-list ul {
    display: flex;
    flex-direction: row;
    gap: 52px;
    list-style: none;
    margin: 0 !important;
}
.three-columns .last-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.three-columns .last-col i {
    font-size: 24px;
    color: #5a9857;
}
.last-col a.cta-button {
    color: #1D1D1D;
    font-size: 18px;
    font-family: 'Archivo';
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease;
}
.last-col a.cta-button:hover {
    color: #5a9857;
}
.menu-tabs {
    padding: 0 8px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 85px;

}
.cta-btn {
    background: #1D1D1D;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff !important;
    margin-left: 11px;
}
.cta-btn:hover {
    background: #5A9857;
    color: #fff;
}
.cta-btn:hover a{
    color: #fff !important;
}
.cta-btn a {
    color: #fff;
    text-decoration: none;
    font-family: 'Archivo';
    font-size: 18px;
}
.menu-tabs .menu-list a:hover {
    color: #5a9857;
}
.menu-list li a {
    color: #1D1D1D;
    text-decoration: none;
    font-family: 'Archivo';
    font-size: 18px;
    font-weight: 500;
    /* transition: .1s ease; */
    /* transition: .1s ease; */
    display: inline-block; 
    padding-bottom: 2px;
}
.menu-list li a:hover {
    border-bottom: 2px solid #5a9857;
}
.cta-btn img {
    padding-left: 8px;
}

/* HOMEPAGE CSS */

.hero-section-home {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 80vh; 
  padding: 50px 0;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 74%); 
  z-index: 1;
}

.hero-section-home .container {
  position: relative;
  z-index: 2;
}

/*.hero-section-home {*/
/*    background-position: top center;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    padding: 100px 0;*/
/*    height: auto;*/
/*}*/

.text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-box-rounded .blur-back {
    position: absolute;
}

.review-box-rounded {
    position: relative;
    width: 442px;
    margin-top: 32px;
}
.review-box-rounded .box-content-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.review-box-rounded .box-content-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.round-bar-text {
    background: #000000;
    width: 432px;
    padding: 7px;
    border-radius: 50px;
    border: 1px solid #00000033;
    height: 40px;
}

.round-bar-text h5 {
    font-size: 19px;
    text-transform: uppercase;
    color: #5A9857;
    font-family: 'Archivo';
    text-align: center;
}
.text h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'Archivo';
    font-weight: 600;
    line-height: 1.1;
}
.text p {
    font-size: 20px;
    color: #ffffff88;
    font-family: 'Archivo';
    font-weight: 400;
    width: 720px;
}
.green-btn {
    background: #5A9857;
    padding: 13px 22px;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Archivo';
    transition: .3s ease;
    font-size: 18px;
}
.two-buttons-align .green-btn:hover {
    background: #1d1d1d;
}
.two-buttons-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26px;
}
.green-btn img {
    padding-left: 7px;
}
.transparent-btn {
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-family: 'Archivo';
    font-size: 18px;
}
.blur-back-text p {
    width: 100%;
    font-size: 18px;
    font-family: 'Archivo';
}

.review-box-rounded .blur-back-text {
    z-index: 9;
    padding: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

.review-box-rounded .blur-back {
    position: absolute;
    background-color: #ffffff66;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    filter: blur(1px);
    border: 1px solid #fff;
}
.review-box-rounded .blur-back-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blur-back-content h4 {
    color: #fff;
    font-family: 'Archivo';
    font-size: 25px;
    font-weight: 400;
}

.home-partners-section {
    padding: 60px 0;
    background-color: #fff;
    overflow: hidden;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 80px; 
    width: max-content;
    animation: scroll-left 30s linear infinite;
}

.marquee-content img {
    height: 40px; 
    width: auto;
    filter: grayscale(100%); 
    opacity: 0.6;
    transition: opacity 0.3s;
}

.marquee-content img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.about-section {
    background-color: #fff;
    padding: 100px 0;
}

.about-img-wrapper {
    position: relative;
}

.main-image-container {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.rotating-badge {
    position: absolute;
    top: 6px;
    left: -14px;
    z-index: 3;
    width: 173px;
}

.rotate-anim {
    animation: rotateText 15s linear infinite;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.experience-box {
    position: absolute;
    bottom: 130px;
    left: -110px;
    background: #5A9857;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-box h3 {
    font-size: 60px;
    font-weight: 800;
    margin: 0;
    font-family: 'Archivo';
}

.experience-box p {
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
    font-family: 'Archivo';
}

.about-list li {
    margin-bottom: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #161616;
    font-size: 18px;
    font-family: 'Archivo';
    gap: 6px;
}


.signature-img {
    height: 87px;
    width: 100px;
    object-fit: cover;
}

.stat-card {
    border: 1px solid #D2D2D2;
    padding: 25px 15px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s;
    width: 290px;
}
.stat-card:hover { 
    box-shadow: 0 5px 20px rgba(0,0,0,0.05); 
}
.stat-card h4 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #161616;
    font-family: 'Archivo';
}
.stat-card p {
    font-size: 16px;
    color: #363636;
    margin: 0;
    font-family: 'Archivo';
    font-weight: 400;
}
.about-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-content-wrapper .sub-title {
    color: #5A9857;
    font-size: 18px;
    font-family: 'Archivo';
    font-weight: 500;
}
.about-content-wrapper h2 {
    color: #161616;
    font-size: 50px;
    font-family: 'Archivo';
    font-weight: 700;
}
.about-content-wrapper span {
    color: #5a9857;
}
.about-content-wrapper p.section-desc {
    color: #363636;
    font-size: 18px;
    font-family: 'Archivo';
}
.about-list {
    padding-left: 0;
    margin-bottom: 0 !important;
}
.main-image-container img.main-img {
    width: 100%;
    max-width: 600px;
    object-fit: cover;
    height: 100%;
}

.our-services {
    background: #F8F8F8;
    padding: 80px 0;
}

.our-services .text h4 {
    color: #5A9857;
    font-family: 'Archivo';
    font-size: 18px;
    font-weight: 600;
}

.our-services .text h2 {
    color: #161616;
    font-size: 60px;
    font-weight: 600;
}
.our-services .services-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.our-services .services-content p {
    color: #363636 !important;
    font-size: 18px !important;
    width: 670px;
}
.services-content span {
    color: #5a9857;
}
.green-btn:hover {
    background: #1d1d1d;
}

.service-item {
    padding: 0 10px;
    outline: none;
}

.service-card-inner {
    position: relative;
    height: 405px; 
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.service-card-inner::before {
    content: '';
    position: absolute;
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
    overflow: hidden;
    z-index: 1;
    left: 0;
    bottom: 0;
}

/* .service-card-inner::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
    z-index: 1;
    border: 1px solid #fff;
    overflow: hidden;
} */

.normal-state {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
    color: #fff;
    transition: 0.4s ease;
}

.normal-state h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Archivo';
}
.normal-state p {
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
    font-family: 'Archivo';
    padding-top: 11px;
    line-height: 1.2;
}

.hover-state {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 3;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    gap: 18px;
}

.service-card-inner:hover .hover-state {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.service-card-inner:hover .normal-state {
    opacity: 0;
}

.icon-box img { 
    width: 50px; 
    height: auto; 
}

.green-title {
    color: #5A9857;
    font-weight: 700;
    font-size: 26px;
    font-family: 'Archivo';
}

.hover-state .desc {
    color: #363636;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Archivo';
}

.explore-btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #C7C7C7;
    border-radius: 30px;
    color: #5A9857;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: 0.3s;
    width: auto;
    font-size: 18px;
    font-family: 'Archivo';
}

.explore-btn:hover { 
    background: #619b61; 
    color: #fff; 
    border-color: #619b61; 
}

.our-services .container-fluid.p-0 {
    padding-left: 15% !important;
    margin-top: 30px;
}
.services-inspection {
    background-position: 50% 28%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    height: 680px;
    margin-top: -326px;
}
.services-inspection .service-inspect-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-top: 170px;
}
.service-inspect-content h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Archivo';
    font-weight: 600;
}
.service-inspect-content p {
    font-size: 18px;
    color: #fff;
    font-family: 'Archivo';
    width: 520px;
    font-weight: 300;
}
.service-inspect-content a.green-btn {
    margin-top: 13px;
}
.ticker-section {
    background: #161616; 
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
}

.ticker-wrapper {
    display: flex;
    width: 100%;
}

.ticker-content {
    display: flex;
    white-space: nowrap;
    animation: ticker-scroll 30s linear infinite;
}

.ticker-item {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 0 40px;
    position: relative;
    display: flex;
    align-items: center;
}

.ticker-item::after {
    content: "";
    position: absolute;
    right: -16px; 
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg); 
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.ticker-content:hover {
    animation-play-state: paused;
}

section.serving-areas-section {
    padding: 100px 0;
}
.map-container {
    border-radius: 20px;
    overflow: hidden;
    height: 520px;
}
.map-container iframe {
    height: 100%;
}

.serving-areas-content .area-sub-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Archivo';
    color: #5A9857;
}

.serving-areas-content .area-main-title {
    font-size: 50px;
    font-weight: 700;
    color: #161616;
    line-height: 1.2;
    font-family: 'Archivo';
}
.serving-areas-content .area-main-title span {
    color: #5A9857;
}
.serving-areas-section .serving-areas-content {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.serving-areas-content .area-desc {
    color: #363636;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Archivo';
    font-weight: 400;
    width: 520px;
}

.areas-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.area-tag {
    background-color: #F4F4F4;
    color: #363636;
    padding: 6px 31px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
    font-family: 'Archivo';
}

.area-tag::before {
    content: "•";
    color: #363636;
    margin-right: 8px;
    font-size: 18px;
}

.why-choose-section {
    background-color: #161616;
    color: #fff;
    padding: 100px 0;
}

.sub-title { 
    font-size: 14px; 
    font-weight: 600; 
    letter-spacing: 1px; 
}
.why-choose-head .main-title {
    font-size: 50px;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'Archivo';
}

.why-choose-section .top-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    max-width: 530px;
    font-family: 'Archivo';
    font-weight: 300;
}

.award-win-content .content-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Archivo';
}

.award-win-content .content-desc {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-family: 'Archivo';
    width: 459px;
}

.image-wrapper { 
    position: relative; 
}

.floating-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 11px;
    z-index: 10;
    max-width: 503px;
}

.floating-badge img { 
    width: 40px; 
    height: 40px; 
}
.floating-badge h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    font-family: 'Archivo';
}
.floating-badge p {
    font-size: 14px;
    margin: 0;
    color: #ffffff88;
    font-family: 'Archivo';
}

.badge-left {
    top: 35%;
    left: -156px;
}

.badge-right {
    bottom: 37%;
    right: -80px;
}

.image-wrapper img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.floating-badge img {
    width: 87px;
    height: 80px;
    object-fit: contain;
}
.why-choose-head span {
    font-size: 18px;
    font-family: 'Archivo';
    font-weight: 500;
}
.why-choose-head .main-title span {
    color: #5A9857;
    font-size: 50px;
    font-weight: 600;
}
.why-choose-section .why-choose-head {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.why-choose-section .row {
    align-items: center;
}
.award-win-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.roof-challenges-section {
    padding: 100px 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.roof-challenges-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.roof-challenges-content .section-tag {
    font-family: 'Archivo';
    color: #5A9857;
    font-weight: 600;
    font-size: 18px;
}
.roof-challenges-content .section-heading {
    font-size: 50px;
    font-weight: 700;
    color: #161616;
    margin: 15px 0;
    font-family: 'Archivo';
}

.roof-challenges-content .highlight { 
    color: #5A9857; 
}
.roof-challenges-content .section-subtext {
    color: #363636;
    font-size: 18px;
    margin: 0 auto !important;
    width: 500px !important;
    font-family: 'Archivo';
}
.roof-challenges-content .btn-container {
    padding-top: 20px;
}

.challenges-image-box {
    position: relative;
    width: 100%;
    min-height: 552px;
}

.hotspot-item {
    position: absolute;
    cursor: pointer;
}

.plus-icon {
    width: 45px;
    height: 43px;
    background: #5A9857;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 400;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: 0.3s;
}

.challenge-card {
    position: absolute;
    bottom: -70px;
    right: 85px;
    width: 444px;
    background: linear-gradient(135deg, #D9D9D9 0%, #d1d1d1 100%);
    backdrop-filter: blur(15px);
    padding: 25px 30px;
    border-radius: 38px;
    text-align: left;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 99;
}

.challenge-card::after {
    content: "";
    position: absolute;
    right: -25px; 
    top: 50%;
    transform: translateY(-50%);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #d1d1d1;
}

.challenge-card .bolt-img {
    width: 20px;
    margin-bottom: 15px;
}
.challenge-card h4 {
    font-size: 23px;
    font-weight: 700;
    color: #161616;
    font-family: 'Archivo';
    margin-bottom: 13px !important;
}

.challenge-card p {
    font-size: 16px;
    color: #363636;
    line-height: 1.3;
    margin: 0;
    font-family: 'Archivo';
}
.hotspot-item:hover .challenge-card {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
}

.hotspot-item:hover .plus-icon {
    background: #619b61;
    transform: scale(1.1);
}

.point-one {
    top: 80%;
    left: -84px;
}
.point-two {
    top: 45%;
    left: 22%;
}
.point-three { 
    top: 68%; 
    left: 80%; 
}

.roof-challenges-section .challenges-image-box .hotspot-item:nth-child(1) .challenge-card {
    right: auto !important;
    left: 77px !important;
    bottom: -82px !important;
    transform: translateX(10px) !important;
}

.roof-challenges-section .challenges-image-box .hotspot-item:nth-child(1) .challenge-card::after {
    right: auto !important;
    left: -25px !important; 
    border-left: 0 !important;
    border-right: 30px solid #d1d1d1 !important; 
}

.roof-challenges-section .challenges-image-box .hotspot-item:nth-child(1):hover .challenge-card {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.process-section { 
    padding: 100px 0; 
}
.process-section .sub-tag {
    color: #5A9857;
    font-weight: 600;
    font-size: 18px;
    display: block;
    font-family: 'Archivo';
}

.process-section .main-title {
    font-size: 50px;
    font-weight: 700;
    color: #161616;
    margin-top: 10px;
    font-family: 'Archivo';
}
.process-section .main-title span {
    color: #5A9857;
}
.process-section .header-desc {
    color: #363636;
    font-size: 18px;
    max-width: 511px;
    font-family: 'Archivo';
}
 
.tabs-header-wrapper .tab-btn {
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #C2C2C2;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    font-family: 'Archivo';
}
.tabs-header-wrapper .tab-btn.active { 
    background: #5A9857; 
    color: #fff; 
    border-color: #5A9857; 
}

.tab-content-container {
    background: #f8fbf8;
    border-radius: 30px;
    overflow: hidden;
    min-height: 450px;
}
.tab-panel { 
    display: none; 
}
.tab-panel.active { 
    display: block; 
}

.content-row {
    display: flex;
    height: 450px;
    position: relative;
    background: #F8F8F8;
}

.content-text-side {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 100;
    overflow: hidden;
    gap: 18px;
    width: 620px;
    align-items: flex-start;
}

.content-image-side {
    clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%); 
}

.service-card-inner .hover-state .icon-box { 
    margin-bottom: 0; 
}
.content-text-side .icon-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.content-text-side h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #161616;
    font-family: 'Archivo';
}
.content-text-side p {
    font-size: 18px;
    color: #363636;
    line-height: 1.4;
    margin-bottom: 30px;
    font-family: 'Archivo';
}
.content-text-side strong {
    color: #161616;
}


.content-row::before {
    content: '';
    position: absolute;
    background: url("../images/bg-vector.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 28%;
}
.content-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section {
    background-color: #fff;
    overflow: hidden;
    padding: 100px 0;
}
.testimonial-section .sub-title {
    color: #5A9857;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Archivo';
}
.testi-content-box2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10%;
}

.testi-content-box2 .main-title {
    font-size: 50px;
    font-weight: 700;
    color: #161616;
    line-height: 1.2;
    font-family: 'Archivo';
}
.text-green { 
    color: #619b61; 
}

.rating-summary .rating-number {
    font-size: 78px;
    font-weight: 700;
    color: #161616;
    margin: 0;
    font-family: 'Archivo';
}
.rating-text {
    color: #363636;
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    font-family: 'Archivo';
    font-weight: 400;
}

.testimonial-slider-container {
    position: relative;
    padding-left: 15%;
}

.testimonial-slider-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 200px; 
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 10;
    pointer-events: none; 
}

.testimonial-card {
    background: #F8F8F8;
    padding: 40px;
    border-radius: 20px;
    margin: 0 15px;
    position: relative;
}

.quote-icon {
    font-size: 45px;
    color: #619b61;
    opacity: 0.8;
    margin-bottom: 20px;
}

.testimonial-card h5 {
    font-weight: 700;
    color: #363636;
    font-size: 17px;
    margin-bottom: 15px;
    padding: 11px 0;
    font-family: 'Archivo';
}
.testimonial-card p {
    color: #363636;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 15px 0;
    font-family: 'Archivo';
    width: 460px;
}

.testimonial-card .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-card .user-info h6 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #363636;
    font-family: 'Archivo';
}
.testimonial-card .user-info span {
    font-size: 16px;
    color: #363636;
    font-family: 'Archivo';
}

.testi-content-box2 .main-title span {
    color: #5A9857;
}
.quote-icon img {
    width: 60px;
    height: 44px;
    object-fit: cover;
}

.faq-section { 
    padding: 100px 0;
}
.faq-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-section .faq-head .sub-title {
    color: #5A9857;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Archivo';
}
.faq-head .main-title {
    font-size: 50px;
    font-weight: 700;
    color: #161616;
    font-family: 'Archivo';
}


.custom-faq .accordion-item {
    border: 1px solid #C2C2C2;
    border-radius: 50px !important;
    margin-bottom: 24px;
    overflow: hidden;
    transition: 0.1s;
}

.custom-faq .accordion-item:has(.show) {
    background-color: #5a985713;
    border-color: transparent;
    border-radius: 20px !important;
}

.custom-faq .accordion-button {
    padding: 16px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #363636;
    background-color: transparent;
    box-shadow: none;
    font-family: 'Archivo';
}

.custom-faq .accordion-button:not(.collapsed) {
    color: #5A9857;
    background-color: transparent;
}

.custom-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23619b61'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: 25px;
    width: 25px;
    height: 25px;
    transition: 0.3s ease;
}

.custom-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23619b61'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.custom-faq .accordion-body {
    padding: 10px 35px;
    color: #363636;
    font-size: 18px;
    line-height: 1.6;
    border-top: none !important;
    outline: none !important;
    font-family: 'Archivo';
    width: 930px;
}

.faq-section h2.accordion-header , .faq-section h2.accordion-header .accordion-button {
    border-bottom: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.custom-faq {
    margin-top: 47px !important;
}
.contact-section {
    padding: 100px 0;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/contact-background.png'); 
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-details-wrapper .sub-tag {
    color: #5A9857;
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Archivo';
}
.contact-details-wrapper .main-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: 'Archivo';
}
.contact-details-wrapper .desc {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff88;
    width: 460px;
}                 

.contact-info-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 6px 25px;
    border-radius: 50px;
    width: fit-content;
}
.icon-circle {
    width: 40px; 
    height: 40px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-right: 15px;
}
.contact-info-box span {
    display: block;
    font-size: 13px;
    color: #ffffff88;
    font-family: 'Archivo';
}
.contact-info-box strong {
    font-size: 20px;
    color: #fff;
    font-family: 'Archivo';
    font-weight: 300;
}

.custom-input {
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 25px !important;
    font-size: 15px;
    color: #363636;
    font-family: 'Archivo';
}

.custom-input::placeholder {
    color: #363636;
    font-weight: 500;
    font-family: 'Archivo';
}

textarea.custom-input {
    border-radius: 25px !important; 
}

.country-code-box {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 8px;
    height: 100%; 
    cursor: pointer;
}

.contact-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form .green-btn {
    width: 100%;
    border: none;
}

.country-code-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 15px !important;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.8) !important; 
    border-radius: 50px !important;
    height: 100%;
}

.country-code-select {
    background-image: none !important;
}
.custom-input.form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important; 
    background-size: 14px 14px !important;
    /* padding-right: 45px !important;  */
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50px !important;
    cursor: pointer;
}
.custom-input:focus {
    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #5A9857 !important;
}

.main-footer {
    background-color: #161616;
    color: #ffffff;
    padding: 80px 0 30px;
}

.footer-logo {
    max-width: 250px;
}

.footer-text {
    color: #ffffff99;
    line-height: 1.6;
    max-width: 470px;
    font-size: 18px;
    font-family: 'Archivo';
}


.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 42px;
    background-color: #5A9857;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.social-links a:hover {
    background-color: #ffffff;
    color: #5A9857;
}
.social-links i {
    font-size: 20px;
}

.contact-details li {
    margin-bottom: 15px;
    color: #fff;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-family: 'Archivo';
    gap: 6px;
}

.contact-details i {
    color: #619b61;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 3px;
}

.footer-divider {
    border-top: 1px solid #333;
    margin: 40px 0 20px;
}

.footer-bottom p {
    color: #A1A1A1;
    font-size: 16px;
    font-family: 'Archivo';
}

.footer-link {
    color: #A1A1A1;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Archivo';
}

.footer-link:hover {
    color: #619b61;
}
.main-footer .footer-box1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.footer-box2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30%;
}
.contact-info-box a {
    text-decoration: none;
}
.contact-details li a {
    text-decoration: none;
    color: #fff;
}

.partners-section {
  padding: 100px 0;
}

.partners-wrapper {
    background-color: #F8F8F8;
    border-radius: 20px;
    padding: 50px;
}
.partners-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.partners-content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #161616;
    font-family: 'Archivo';
}

.partners-content h2 span {
  color: #5A9857; 
}

.partners-content p {
    color: #363636;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Archivo';
}

.partners-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    gap: 65px;
}

.logo-item img {
  max-width: 180px;
  height: auto;
  filter: grayscale(0); 
  transition: transform 0.3s ease;
}

.logo-item img:hover {
  transform: scale(1.05);
}
.our-services .services-slick-init .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 6px !important;
    position: relative;
    border: none;
    background: #5a9857;
    color: #fff;
    font-size: 18px;
}
.our-services .services-slick-init .slick-arrow:hover {
    background: #1d1d1d;
}

.mobile-header {
  display: none;
}
.main-footer .recent-certificates {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 80px;
}
.recent-certificates h5 {
    font-size: 31px;
    font-family: 'Archivo';
    font-weight: 500;
}
.main-footer .recent-certificates p {
    color: #ffffff99;
    font-size: 20px;
    font-family: 'Archivo';
}

/*Services page css*/

.service-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.service-banner-section .breadcrumb li {
    color: #ffffff88 !important;
    font-size: 20px;
    font-family: 'Archivo';
}
.service-banner-section .breadcrumb li a {
    text-decoration: none;
    color: #ffffff88;
}

.service-content .service-title {
    font-size: 50px;
    font-weight: 700;
    color: #161616;
    margin-bottom: 1.5rem;
    font-family: 'Archivo';
}

.service-content .service-title span {
    color: #5A9857;
}

.service-content .service-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #363636;
    font-family: 'Archivo';
}

.roofing-service-section {
    padding: 100px 0;
}

.service-content .service-main-img img {
    width: 100%;
    object-fit: cover;
    height: 431px;
    border-radius: 20px;
}

.service-content .service-subtitle {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Archivo';
    color: #161616;
}

.service-content .service-text {
    font-size: 18px;
    line-height: 1.6;
    color: #363636;
    font-family: 'Archivo';
}

.inspection-form-card {
    background-color: #F8F8F8;
    padding: 35px 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.inspection-form-card .form-title {
    font-size: 30px;
    font-weight: 700;
    color: #161616;
    line-height: 1.2;
    font-family: 'Archivo';
}

.inspection-form-card .form-title span {
    color: #5A9857;
}

.inspection-form-card .form-intro {
    font-size: 18px;
    color: #363636;
    margin: 15px 0 25px 0;
    font-family: 'Archivo';
    width: 91%;
}

.form-intro a {
    color: #5A9857;
    text-decoration: underline;
    font-weight: 400;
}
.inspection-form-card .form-intro a:hover {
    color: #000;
}

.inspection-form-card .roofing-form .form-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #373737;
    font-family: 'Archivo';
}

.roofing-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.roofing-form .form-control, 
.roofing-form .form-select {
    border: none;
    border-radius: 50px;
    padding: 12px 15px;
    font-size: 18px;
    box-shadow: none;
}

.roofing-form .form-control::placeholder {
    color: #CECECE;
    font-family:'Archivo' ;
}
.roofing-service-section .service-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.inspection-form-card .roofing-form {
    padding-top: 20px;
}

.inspection-form-card .roofing-form button {
    border: none;
}
.service-contact-section {
    background-image: url(../images/contact-background.png);
}
.inspection-form-card .roofing-form .form-select:focus {
    border-color: #fff;
    outline: none;
    box-shadow: none;
}
.inspection-form-card .roofing-form textarea {
    border-radius: 20px;
}


/*Photo Gallery CSS*/
.photo-banner-section .breadcrumb li a {
    color: #ffffff80;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Archivo';
}
.photo-banner-section .breadcrumb .active {
    color: #ffffff88;
    font-size: 20px;
    font-family: 'Archivo';
}

.photo-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 445px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px !important;
    color: #ffffff88 !important;
}

.photo-gallery-section {
    padding: 100px 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    grid-auto-rows: 232px; 
    gap: 15px; 
}

.gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; 
    display: block;
}


.gallery-grid .item-large {
    grid-column: span 4;
    grid-row: span 2;
}

.gallery-grid .item-small {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-grid .item-tall {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-grid .item-medium {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-grid .item-small-square {
    grid-column: span 2;
    grid-row: span 1;
}

.gallery-grid .item-wide-bottom {
    grid-column: span 4;
    grid-row: span 2;
}

.gallery-img {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.gallery-img:hover {
    transform: scale(1.02);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from { transform: scale(0.7); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.close-btn, .prev-btn, .next-btn {
    position: absolute;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    transition: 0.3s;
    user-select: none;
}

.close-btn { 
    top: 20px; 
    right: 40px; 
    
}
.prev-btn { 
    left: 30px; 
    top: 50%; 
    transform: translateY(-50%); 
    
}
.next-btn { 
    right: 30px; 
    top: 50%; 
    transform: translateY(-50%); 
}

.close-btn:hover, .prev-btn:hover, .next-btn:hover { 
    color: #5ba060; 
}

/*Video Gallery CSS*/
.video-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 445px;
}
.video-banner-section .breadcrumb li a {
    color: #ffffff80;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Archivo';
}
.video-banner-section .breadcrumb .active {
    color: #ffffff80;
    font-size: 20px;
    font-family: 'Archivo';
}

.video-gallery-section .gallery-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}
.video-gallery-section .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s ease; }
.video-gallery-section .gallery-item:hover img { transform: scale(1.08); }

.video-gallery-section .play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 46%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border-radius: 20px;
}

.video-gallery-section .play-overlay .play-btn-circle {
    width: 60px;
    height: 60px;
    background: #5A9857;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.video-gallery-section .play-overlay .play-btn-circle .play-icon {
    width: 0; height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid white;
    margin-left: 4px;
}

.gallery-item:hover .play-btn-circle { 
    background: #5A9857; 
    transform: scale(1.1); 
    
}
.gallery-item:hover .play-icon { 
    border-left-color: #5ba060; 
    
}
.video-modal-custom {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.95);
    justify-content: center; align-items: center;
}

.modal-container { 
    width: 90%; 
    max-width: 1000px; 
    position: relative; 
    
}
.modal-container video { 
    width: 100%; 
    border-radius: 15px; 
    box-shadow: 0 0 30px rgba(0,0,0,0.5); 
    
}
.close-modal {
    position: absolute; 
    top: -50px; 
    right: 0;
    color: white; 
    font-size: 40px; 
    cursor: pointer; 
    font-weight: bold;
}
.video-gallery-section {
    padding: 100px 0;
}

/*Shingle colors page css*/
.shingle-banner-section .breadcrumb-item a {
    color: #fff !important;
}
.shingle-banner-section .breadcrumb-item.active {
    color: #fff !important;
}
.shingle-banner-section {
    background-size: cover;
}
.slick-prev, .slick-next {
    width: 45px; height: 45px;
    background-color: #5ba060 !important;
    border-radius: 50%;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slick-prev { 
    left: -55px; 
}
.slick-next { 
    right: -55px; 
    
}
.slick-prev:before, .slick-next:before { 
    font-size: 20px; 
    opacity: 1; 
}

.main-preview-slider .slider-item {
    padding: 0 10px;
}
.main-preview-slider img {
    width: 100%;
    height: 485px;
    object-fit: cover;
    border-radius: 20px;
}

.large-width { 
    width: 1037px; 
}
.small-width { 
    width: 250px; 
}

.blurred img {
    filter: blur(5px);
    opacity: 0.6;
}

.color-item {
    padding: 0 10px;
    text-align: left;
    outline: none;
}
.color-item img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 12px;
}
.color-selection-slider .color-item span {
    font-weight: 600;
    font-size: 16px;
    color: #161616;
    font-family: 'Archivo';
}
.shingle-colors-section {
    padding: 100px 0;
}
.shingle-slider-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.shingle-slider-content-wrapper h6 {
    color: #5A9857;
    font-size: 18px;
    font-family: 'Archivo';
    text-transform: uppercase;
    font-weight: 600;
}
.shingle-slider-content-wrapper h2 {
    font-size: 50px;
    font-family: 'Archivo';
    color: #161616;
    font-weight: 500;
}
.shingle-slider-content-wrapper p {
    color: #363636;
    font-size: 18px;
    font-family: 'Archivo';
}
.shingle-colors-section a {
    color: #161616;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Archivo';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    transition: .1s ease;
    margin-right: 41px;
}

.shingle-content-button i.fa-solid.fa-arrow-right-long {
    color: #161616 !important;
    font-size: 17px;
}

.main-preview-slider button {
    position: absolute;
    top: 46% !important;
    border: none;
}

.shingle-colors-section i {
    color: #fff !important;
    font-size: 21px;
}

.color-selection-slider button {
    position: absolute;
    top: 32%;
    border: none;
}
.shingle-content-button:hover {
    color: #5ba060;
}
.shingle-content-button:hover i {
    color: #5ba060 !important;
}
.shingle-content-button i {
    color: #161616 !important;
    font-size: 18px;
}

.slick-prev:hover, .slick-next:hover {
    background: #1d1d1d !important;
}


.main-preview-slider .slider-item {
    width: 250px; 
    padding: 0 10px;
    transition: all 0.2s ease; 
}

.main-preview-slider .slider-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    filter: blur(2px);
    opacity: 1;
    transition: all 0.2s ease;
}

.main-preview-slider .slick-current.slider-item {
    width: 1040px; 
}

.main-preview-slider .slick-current.slider-item img {
    filter: blur(0);
    opacity: 1;
}

.main-preview-slider {
    margin-bottom: 23px;
}

.shingle-colors-section-two-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.shingle-colors-section-two .section-title {
    font-size: 50px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 10px;
    font-family: 'Archivo';
}

.shingle-colors-section-two .section-subtitle {
    font-size: 18px;
    color: #363636;
    line-height: 1.5;
    font-family: 'Archivo';
}

.color-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.color-card:hover {
    transform: translateY(-5px);
}

.shingle-colors-section-two .color-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
    height: 360px;
}

.shingle-colors-section-two .color-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    margin-top: 10px;
    font-family: 'Archivo';
}

.shingle-cta-section {
    padding: 100px 0;
}

.cta-banner-wrapper {
    position: relative;
    background-image: url('../images/cta-banner.png'); 
    background-size: cover;
    background-position: center;
    border-radius: 30px; 
    min-height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cta-text-box .cta-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Archivo';
}

.cta-banner-wrapper .cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.cta-text-box .cta-title span {
    color: #5A9857; 
}

.cta-text-box .cta-desc {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Archivo';
    font-weight: 300;
    width: 77%;
}

.cta-text-box .cta-desc a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.shingle-cta-section .cta-btn {
    background-color: #ffffff;
    color: #5A9857 !important;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-family: 'Archivo';
    font-size: 18px;
}

.shingle-cta-section .cta-btn:hover {
    background-color: #5ba060;
    color: #fff !important;
}
.plus-icon {
    position: relative;
    font-size: 0;
}

.plus-icon::after {
    content: "+";
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    line-height: 0;
}
.transparent-btn:hover {
    color: #5a9857;
}

@media (max-width:2550px) {
 .our-services .container-fluid.p-0 {
    padding-left: 24% !important;
} 
.testimonial-slider-container {
    padding-left: 24%;
}
 
}
@media (max-width:1920px) {
.our-services .container-fluid.p-0 {
    padding-left: 16% !important;
}
.testimonial-slider-container {
    padding-left: 15%;
}
.hero-section-home {
    min-height: 50vh;
}    
}

@media only screen and (max-width:1800px){
.our-services .container-fluid.p-0 {
    padding-left: 14% !important;
}
.testimonial-slider-container {
    padding-left: 13%;
}
.testimonial-card p {
    width: 100%;
}   
}


@media only screen and (max-width:1700px) {
.text h2 {
    font-size: 55px;
}
.our-services .container-fluid.p-0 {
    padding-left: 12% !important;
} 
.normal-state h3 {
    font-size: 23px;
}
.normal-state p {
    font-size: 16px;
}
.green-title {
    font-size: 23px;
} 
.point-two .challenge-card {
    right: 77px;
}  
.rating-summary .rating-number {
    font-size: 70px;
}
.testimonial-slider-container {
    padding-left: 11%;
}
.testimonial-card p {
    font-size: 16px;
    width: 100%;
}
}

@media only screen and (max-width:1600px){
.partners-section {
    padding: 80px 0;
}
.about-section {
    padding: 80px 0;
}
.our-services .container-fluid.p-0 {
    padding-left: 10% !important;
}
.serving-areas-section {
    padding: 80px 0;
}
.why-choose-section {
    padding: 80px 0;
}
.point-two {
    left: 28%;
}
.roof-challenges-section {
    padding: 80px 0;
}
.testimonial-slider-container {
    padding-left: 8%;
}
.experience-box {
    left: -44px !important;
}
.experience-box h3 {
    font-size: 50px;
}  
}


@media (max-width:1550px) {
.testimonial-slider-container {
    padding-left: 6%;
}
.testimonial-card p {
    font-size: 16px;
    width: 100%;
}
.our-services .container-fluid.p-0 {
    padding-left: 7% !important;
}
.badge-left {
    top: 35%;
    left: -90px;
}
.experience-box {
    bottom: 139px;
    left: -93px;
}
.point-two {
    left: 29%;
}
}

@media  only screen and (max-width:1400px){
.text h2 {
    font-size: 50px;
}
.text p {
    font-size: 18px;
}
.our-services .container-fluid.p-0 {
    padding-left: 4% !important;
}
.about-content-wrapper h2 {
    font-size: 45px;
}
.service-card-inner {
    height: 335px;
}
.service-card-inner .hover-state {
    gap: 7px;
}
.icon-box img {
    width: 40px;
}
.service-card-inner .hover-state .explore-btn {
    padding: 9px 30px;
    font-size: 16px;
}
.service-card-inner .hover-state .green-title {
    font-size: 20px;
}
.service-inspect-content h2 {
    font-size: 45px;
}
.serving-areas-content .area-main-title {
    font-size: 45px;
}
.why-choose-head .main-title {
    font-size: 45px;
}
.roof-challenges-content .section-heading {
    font-size: 45px;
}
.point-one {
    left: -28px;
}
.point-two {
    left: 34%;
}
.roof-challenges-section .challenge-card {
    padding: 16px 30px;
}
.roof-challenges-section .challenge-card h4 {
    font-size: 20px;
}
.process-section .main-title {
    font-size: 45px;
}
.testi-content-box2 .main-title {
    font-size: 45px;
}
.testimonial-slider-container {
    padding-left: 2%;
}
.shingle-colors-section .slick-next {
    right: -48px;
}
.shingle-colors-section .slick-prev {
    left: -46px;
}
}

@media only screen and (max-width:1380px) {
.menu-list ul {
    gap: 19px;
}
.menu-list li a {
    font-size: 16px;
}
.menu-tabs {
    gap: 60px;
}
.last-col a.cta-button {
    font-size: 16px;
}
.cta-btn {
    padding: 10px 30px;
}
.three-columns .last-col i {
    font-size: 20px;
} 
.stat-card {
    width: 260px;
}
.stat-card h4 {
    font-size: 35px;
}
.our-services .container-fluid.p-0 {
    padding-left: 9% !important;
}
.testi-content-box2 .main-title {
    font-size: 40px;
}
.testimonial-slider-container {
    padding-left: 8%;
}
.testimonial-card .user-img {
    width: 40px;
    height: 40px;
}
.testimonial-card .user-info h6 {
    font-size: 16px;
}
.faq-head .main-title {
    font-size: 45px;
}
.contact-details-wrapper .main-title {
    font-size: 45px;
}   
}

@media only screen and (max-width:1300px){
 .our-services .container-fluid.p-0 {
    padding-left: 7% !important;
}
.our-services .services-slick-init .slick-arrow {
    width: 45px;
    height: 45px;
    font-size: 16px;
}
.text h2 {
    font-size: 40px;
}
.about-content-wrapper h2 {
    font-size: 40px;
}
.serving-areas-content .area-main-title {
    font-size: 40px;
}
.why-choose-head .main-title {
    font-size: 40px;
}
.badge-left {
    left: -77px;
}
.roof-challenges-content .section-heading {
    font-size: 40px;
}
.point-two {
    left: 36%;
}
.process-section .main-title {
    font-size: 40px;
}
.tabs-header-wrapper .tab-btn {
    font-size: 18px;
}
.content-text-side h3 {
    font-size: 25px;
}
.content-text-side .icon-box img {
    width: 50px;
    height: 50px;
}
.content-text-side p {
    font-size: 17px;
}
.green-btn {
    font-size: 16px;
    padding: 10px 22px;
}
.testimonial-slider-container {
    padding-left: 5%;
}
.testimonial-section .testimonial-card {
    padding: 32px;
}
.testimonial-card .quote-icon img {
    width: 44px;
    height: 32px;
}
.faq-head .main-title {
    font-size: 40px;
}    
.rating-summary .rating-number {
    font-size: 60px;
}
.faq-section {
    padding: 80px 0;
}
.testimonial-card h5 {
    padding: 0;
}
.small-stars img {
    width: 100px;
    object-fit: contain;
}
.testimonial-section {
    padding: 80px 0;
}
.contact-section {
    padding: 80px 0;
}
}

@media only screen and (max-width:1200px){
 .shingle-colors-section .slick-prev {
    left: -40px;
}
.shingle-colors-section .slick-next {
    right: -42px;
}
.main-preview-slider .slider-item img {
    height: 400px;
}
.shingle-colors-section i {
    font-size: 18px;
}
.shingle-colors-section-two .color-card img {
    height: 300px;
}
.color-item img {
    height: 172px;
}
.cta-text-box .cta-title {
    font-size: 30px;
}
.shingle-cta-section .cta-btn {
    padding: 12px 17px;
}
.shingle-cta-section {
    padding: 80px 0;
}
.shingle-colors-section {
    padding: 80px 0;
}
.shingle-slider-content-wrapper h2 {
    font-size: 30px;
}
.shingle-slider-content-wrapper h6 {
    font-size: 16px;
} 
.main-preview-slider .slick-current.slider-item {
    width: 940px;
}
.shingle-colors-section-two .section-title {
    font-size: 35px;
}  
}

@media only screen and (max-width:1199px){
.cta-btn {
    padding: 8px 26px;
}
.menu-list ul {
    gap: 14px;
}
.menu-list li a {
    font-size: 14px;
}
.menu-tabs {
    gap: 7px;
}
.last-col a.cta-button {
    font-size: 14px;
}
.three-columns .last-col i {
    font-size: 14px;
} 
.cta-btn a {
    font-size: 16px;
}
.partners-content h2 {
    font-size: 30px;
}
.logo-item img {
    max-width: 113px;
}
.partners-logos {
    gap: 24px;
}
.partners-content p {
    font-size: 16px;
}
.text p {
    font-size: 16px;
}
.review-box-rounded .blur-back-content {
    gap: 5px;
}
.blur-back-content h4 {
    font-size: 20px;
}
.about-content-wrapper h2 {
    font-size: 35px;
}
.about-content-wrapper p.section-desc {
    font-size: 16px;
}
.about-content-wrapper {
    gap: 13px;
}
.rotating-badge {
    top: -17px;
    left: -29px;
}
.rotate-anim {
    width: 90%;
    height: 90%;
}
.signature-img {
    height: 73px;
    width: 75px;
}
.experience-box h3 {
    font-size: 40px;
}
.stat-card {
    width: 221px;
}
.stat-card h4 {
    font-size: 30px;
}
.our-services .container-fluid.p-0 {
    padding-left: 11% !important;
}
.our-services .text h2 {
    font-size: 35px;
}
.our-services .services-content p {
    font-size: 16px !important;
}
.serving-areas-content .area-main-title {
    font-size: 35px;
}
.area-tag {
    padding: 6px 22px;
    font-size: 16px;
}
.areas-tags-wrapper {
    gap: 11px;
}
.why-choose-head .main-title {
    font-size: 35px;
}
.why-choose-section .top-desc {
    font-size: 16px;
}
.award-win-content .content-title {
    font-size: 25px;
}
.award-win-content .content-desc {
    font-size: 16px;
}
.floating-badge img {
    width: 70px;
    height: 70px;
}
.roof-challenges-content .section-heading {
    font-size: 35px;
}
.roof-challenges-content .section-subtext {
    font-size: 16px;
}
.point-two {
    left: 38%;
}
.challenges-image-box {
    min-height: 442px;
}
.process-section .main-title {
     font-size: 35px;
}
.process-section .header-desc {
    font-size: 16px;
}
.testi-content-box2 .main-title {
    font-size: 35px;
}
.rating-text {
    font-size: 16px;
}
.rating-summary .rating-number {
    font-size: 50px;
}
.testimonial-section .rating-summary img {
    width: 117px;
    object-fit: cover;
}
.testimonial-slider-container {
    padding-left: 9%;
}
.testimonial-card p {
    font-size: 14px;
}
.testimonial-card .user-info span {
    font-size: 14px;
}
.faq-head .main-title {
    font-size: 35px;
}
.custom-faq .accordion-button {
    font-size: 17px;
}
.custom-faq .accordion-body {
    font-size: 15px;
    width: 100%;
}
.hero-section-home {
    min-height: 100%;
}
.round-bar-text {
    width: 386px;
    height: 35px;
}
.round-bar-text h5 {
    font-size: 16px;
}
.review-box-rounded .blur-back-text {
    gap: 15px;
}
.blur-back-content h4 {
    font-size: 18px;
}
.hero-section-home .review-box-rounded {
    width: 398px;
}
.hero-section-home .review-box-rounded .blur-back-text img {
    width: 111px;
    object-fit: cover;
    height: 52px;
}
.box-content-rating img {
    width: 21px !important;
    height: 18px !important;
    object-fit: cover;
}
.about-list li {
    font-size: 16px;
}
.contact-details-wrapper .desc {
    font-size: 16px;
    width: 100%;
}
.contact-details-wrapper .main-title {
    font-size: 35px;
}
.contact-details-wrapper .sub-tag {
    font-size: 16px;
}
.contact-details-wrapper {
    gap: 8px;
}
.contact-info-box strong {
    font-size: 18px;
}
.footer-text {
    max-width: 100%;
    font-size: 16px;
}
.contact-details li {
    font-size: 16px;
}
.social-links a {
    width: 35px;
    height: 35px;
    margin-left: 0;
}
.social-links i {
    font-size: 16px;
}
.recent-certificates h5 {
    font-size: 26px;
}
.main-footer .recent-certificates p {
    font-size: 16px;
}
.footer-box2 {
    padding-left: 12%;
}
.main-footer .recent-certificates {
    margin-left: 0;
}
.challenge-card p {
    font-size: 14px;
}  
}

@media (max-width:991px){
.service-content .service-title {
    font-size: 30px;
}
.service-content .service-desc {
    font-size: 16px;
}
.service-content .service-text {
    font-size: 16px;
}  
.service-content .service-main-img img {
    height: 350px;
} 
.inspection-form-card .form-intro {
    font-size: 16px;
    width: 100%;
} 
 
 .mobile-header {
    display: block;
    background: #fff;
    position: relative;
    z-index: 999;
    padding: 13px 0;
  }

  .mobile-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }

  .mobile-logo img {
    height: 73px;
  }

  .hamburger {
    width: 25px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: #000;
    margin: 5px 0;
    transition: 0.3s;
  }

   .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
  }
   .mobile-menu.active {
    right: 0;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
    z-index: 9998;
  }

  .menu-overlay.active {
    display: block;
    z-index: 1;
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 9px;
  }

  .mobile-menu ul li {
    margin-bottom: 10px;
  }

  .mobile-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
  }

  .sub-menu {
    display: none;
    padding-left: 15px;
  }

  .has-submenu.active .sub-menu {
    display: block;
  }
  .three-columns {
    display: none;
}
.text h2 {
    font-size: 30px;
}
.text p {
    font-size: 14px;
    max-width: 100%;
}
.green-btn {
    font-size: 14px;
}
.transparent-btn {
    font-size: 14px;
}
.transparent-btn img {
    width: 14px;
}
.hero-section-home .review-box-rounded {
    width: fit-content;
}
.review-box-rounded .blur-back-text {
    padding: 14px 20px;
}
.logo-item img {
    max-width: 83px;
}
.partners-content h2 {
    font-size: 25px;
}
.partners-content p {
    font-size: 14px;
}
.main-image-container img.main-img {
    max-width: 100%;
    object-fit: cover;
    height: 600px;
    object-position: top;
}
.rotate-anim {
    width: 100%;
    height: 100%;
}
.rotating-badge {
    top: 20px;
    left: 2px;
}
.about-content-wrapper h2 {
    font-size: 25px;
}
.about-content-wrapper p.section-desc {
    font-size: 14px;
}
.about-list li {
    font-size: 14px;
}
.about-list img {
    width: 15px;
}
.stat-card {
 width: 100%;
}
.about-section .container .row.mt-5 .col-md-3 {
    width: 48%;
}

.about-section .container .row.mt-5 {
    gap: 14px;
    justify-content: space-between;
}
.our-services .container-fluid.p-0 {
    padding-left: 14% !important;
}
.map-container iframe {
    width: 100%;
}
section.serving-areas-section {
    padding: 80px 0;
}
.why-choose-section .image-wrapper img {
    height: 330px;
}
.award-win-content {
    padding-top: 21px;
}
.award-win-content .content-desc {
    font-size: 14px;
    width: 100%;
}
.why-choose-head .main-title {
    font-size: 25px;
}
.why-choose-head .main-title span {
    font-size: 25px;
}
.why-choose-section .top-desc {
    font-size: 14px;
    max-width: 100%;
    padding-top: 13px;
} 
.point-one {
    left: -7px;
}
.hotspot-item .plus-icon {
    width: 40px;
    height: 40px;
}
.roof-challenges-content .section-heading {
    font-size: 25px;
}
.roof-challenges-content .section-subtext {
    font-size: 14px;
}
.challenges-image-box {
    min-height: 350px;
}
.point-two {
    left: 66%;
}
.point-three {
    left: 94%;
}
.process-section .main-title {
    font-size: 25px;
}
.process-section .header-desc {
    font-size: 14px;
}
.content-text-side h3 {
    font-size: 20px;
}
.content-text-side p {
    font-size: 14px;
}
.testi-content-box2 {
    padding-left: 0;
}
.testi-content-box2 .main-title {
    font-size: 25px;
}
.testimonial-slider-container {
    padding-left: 12%;
}
.rating-summary .rating-number {
    font-size: 35px;
}
.rating-summary {
    padding-bottom: 14px;
}
.rating-text {
    font-size: 14px;
}
.faq-head .main-title {
    font-size: 25px;
}
.custom-faq {
    margin-top: 27px !important;
}
.custom-faq .accordion-body {
    font-size: 14px;
}
.contact-details-wrapper .desc {
    font-size: 14px;
}
.custom-input {
    padding: 11px 25px !important;
} 
.main-footer .recent-certificates {
    margin-left: 38px;
}
.recent-certificates h5 {
    font-size: 20px;
}
.contact-details li {
    font-size: 14px;
}
.contact-details i {
    margin-right: 4px;
    font-size: 14px;
}
.footer-bottom p {
    font-size: 14px;
}
.footer-text {
    font-size: 14px;
}
.footer-box2 {
    padding-left: 0%;
}
.contact-details-wrapper .main-title {
    font-size: 25px;
}
.icon-circle {
    margin-right: 0;
}
.contact-info-box .icon-circle img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.floating-badge img {
    height: 70px !important;
}
.floating-badge img {
    height: 70px !important;
} 
.service-card-inner {
    height: 325px;
}
.service-inspect-content h2 {
    font-size: 25px;
}
.services-inspection {
    padding: 80px 0;
    height: 570px;
    margin-top: -260px;
}
.main-preview-slider .slick-current.slider-item {
    width: 700px;
}
.main-preview-slider .slider-item img {
    height: 350px;
}
.shingle-colors-section a {
    font-size: 15px;
    margin-right: 0;
}
.shingle-slider-content-wrapper p {
    font-size: 16px;
}
.shingle-colors-section-two .color-card h5 {
    font-size: 16px;
}
.shingle-slider-content-wrapper h2 {
    font-size: 25px;
}
 .mobile-menu .cta-btn {
    text-align: center;
    margin-left: 0;
}
.mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.mobile-menu.active .close-btn {
    color: #000 !important;
    top: -10px;
    right: 0;
} 
}

@media (max-width:768px){
 .text h2 {
    font-size: 25px;
}
.round-bar-text h5 {
    font-size: 14px;
} 
.round-bar-text {
    width: fit-content;
    height: 31px;
}
.blur-back-content h4 {
    font-size: 16px;
}
.logo-item img {
    max-width: 70px;
}
.main-image-container img.main-img {
    height: 500px;
}
.experience-box {
    bottom: 74px;
    left: -28px !important;
}
.service-inspect-content p {
    font-size: 14px;
}
.map-container {
    height: 360px;
}
.serving-areas-content .area-main-title {
    font-size: 25px;
}
.serving-areas-content .area-desc {
    font-size: 14px;
    width: 100%;
}
.badge-left {
    left: -25px;
}
.badge-right {
    right: -24px;
}
.why-choose-section .image-wrapper img {
    height: 300px;
}
.award-win-content {
    gap: 10px;
}
.challenge-card .bolt-img {
    width: 16px;
    margin-bottom: 11px;
}
.challenge-card h4 {
    font-size: 23px;
    margin-bottom: 8px !important;
}
.large-width { 
    width: 300px; 
}
.small-width { 
    width: 150px; 
}
.slick-prev, .slick-next { 
    display: none !important; 
}  
}

@media (max-width: 767px) { 
.service-content .service-main-img img {
    height: 300px;
}
.service-content .service-title {
    font-size: 25px;
}
.service-content .service-desc {
    font-size: 14px;
}  
  .process-section {
    padding: 80px 0;
}  
.mobile-contact-btn {
    margin-top: 20px;
}
.service-content .service-text {
    font-size: 14px;
}
.inspection-form-card .form-intro {
    font-size: 14px;
    width: 100%;
}
.roofing-service-section {
    padding: 80px 0;
}
.inspection-form-card .form-title {
    font-size: 25px;
}
.roofing-form .form-control, .roofing-form .form-select {
    font-size: 16px;
}
.service-banner-section .breadcrumb li {
    font-size: 16px;
}
.service-content .service-subtitle {
    font-size: 25px;
}
.service-content .service-subtitle {
    font-size: 25px;
}

  .mobile-contact-btn a {
    display: block;
    background: #5a9857;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
  }
    .three-columns {
    display: none;
  }
  .hero-section-home {
    min-height: 100%;
  }
  .round-bar-text h5 {
    font-size: 17px;
 }
 .round-bar-text {
    width: 398px;
 }   
 .text h2 {
    font-size: 25px;
 }
.text p {
    font-size: 14px;
    width: 100%;
}
.green-btn {
    padding: 11px 22px;
    font-size: 14px;
}
.transparent-btn {
    font-size: 14px;
}
.blur-back-content h4 {
    font-size: 20px;
}
.review-box-rounded {
    width: 399px;
}
.partners-section {
    padding: 50px 0;
}
.partners-logos {
    border-left: none;
    padding-left: 0;
}
.gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
}
.gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
}
.item-large, .item-wide-bottom {
    grid-column: span 1 !important;
}
.partners-wrapper .row {
    gap: 13px;
}
.logo-item img {
    max-width: 100px;
}
.about-section .row.align-items-center {
    flex-direction: column-reverse;
    gap: 24px;
}
.rotate-anim {
    width: 83%;
    height: 83%;
}
.rotating-badge {
    top: 2px;
    left: -15px;
}
.main-image-container img.main-img {
    height: 450px;
}
.experience-box {
    bottom: 104px;
    left: -22px !important;
}
.about-section .container .row.mt-5 {
    gap: 9px;
    margin-top: 2px !important;
}
.our-services .row {
    gap: 17px;
}
.normal-state p {
    font-size: 14px;
}
.hover-state .desc {
    font-size: 14px;
}
.badge-left {
    left: -48px;
}
.badge-right {
    right: -47px;
}
.point-two {
    left: 72%;
}
.tabs-header-wrapper .tab-btn {
    padding: 10px 15px;
    font-size: 14px;
}
.content-row {
    height: 100%;
    flex-direction: column;
}
.content-text-side {
    padding: 30px;
    gap: 12px;
    width: 100%;
}
.content-image-side {
    clip-path: none;
}
.testimonial-card .user-info {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px;
}
.testimonial-section .testimonial-card {
    padding: 22px;
}
.footer-box2 {
    padding-left: 0%;
    padding-top: 22px;
}
.main-footer .recent-certificates {
    margin-left: 0;
}
.footer-bottom p {
    text-align: center;
}
.footer-divider {
    margin: 20px 0 20px;
}
.main-footer .recent-certificates {
    gap: 7px;
}
.main-footer {
    padding: 80px 0 15px;
}
.row.footer-bottom {
    flex-direction: column-reverse;
    text-align: center;
    gap: 10px;
}
.our-services .container-fluid.p-0 {
    padding-left: 16% !important;
}
.shingle-colors-section a {
    justify-content: flex-start;
}
.shingle-slider-content-wrapper {
    gap: 14px;
    padding-bottom: 16px;
}
.main-preview-slider .slick-current.slider-item {
    width: 517px;
}
.color-item img {
    height: 140px;
}
.shingle-colors-section-two .row .col-md-6 {
    width: 50%;
}
.main-preview-slider .slider-item img {
    height: 300px;
}
.shingle-colors-section-two .color-card img {
    height: 250px;
}
.cta-banner-wrapper {
    min-height: 300px;
}
.cta-text-box .cta-title {
    font-size: 25px;
}
.cta-text-box .cta-desc {
    font-size: 16px;
    width: 100%;
}
.shingle-cta-section .cta-btn {
    font-size: 16px;
}
.shingle-slider-content-wrapper p {
    font-size: 14px;
}
.shingle-colors-section-two .section-subtitle {
    font-size: 14px;
}
.photo-banner-section .breadcrumb li a {
    font-size: 16px;
}
.photo-banner-section .breadcrumb .active {
    font-size: 16px;
}
.hero-section-home .breadcrumb-item a {
    font-size: 16px !important;
}
.hero-section-home .breadcrumb-item.active {
    font-size: 16px !important;
}
.video-gallery-section .play-overlay .play-btn-circle {
    width: 40px;
    height: 40px;
}
.video-gallery-section .play-overlay .play-btn-circle .play-icon {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid white;
}

}

@media only screen and (max-width:575px){
 .our-services .container-fluid.p-0 {
    padding: 15px !important;
    margin-top: 0;
}
.normal-state h3 {
    font-size: 18px;
}
.service-card-inner .hover-state .green-title {
    font-size: 18px;
} 
.services-inspection .service-inspect-content {
    padding-top: 140px;
}
.services-inspection {
    height: 480px;
    margin-top: -270px;
}
.why-choose-section .image-wrapper img {
    height: 250px;
}
.badge-left {
    left: -8px;
}
.floating-badge img {
    height: 59px !important;
}
.award-win-content .content-title {
    font-size: 20px;
}
.badge-right {
    right: -6px;
}
.roof-challenges-section .challenge-card {
    width: 364px;
}
.plus-icon::after {
    font-size: 25px;
}
.challenges-image-box {
    min-height: 250px;
}
.testimonial-slider-container {
    padding-left: 0%;
}
.testimonial-slider-container::after {
   display: none;
}
.review-box-rounded {
    margin-top: 6px;
}
.round-bar-text h5 {
    font-size: 15px;
}
.round-bar-text {
    width: fit-content;
    height: fit-content;
}
.rotate-anim {
    width: 70%;
    height: 70%;
}
.rotating-badge {
    left: -6px;
}
.main-image-container img.main-img {
    height: 350px;
}
.experience-box {
    bottom: 48px;
    left: -10px !important;
}
.stat-card p {
    font-size: 14px;
}
.stat-card h4 {
    font-size: 25px;
}
/* .custom-prev {
    position: absolute;
    top: 200px;
    overflow: visible;
    z-index: 99;
    left: -6px;
}
.custom-next {
    position: absolute;
    bottom: 0;
    top: -220px;
    right: -395px;
} */
.point-two {
    left: 85%;
    top: 23%;
}
.tabs-header-wrapper {
    margin-bottom: 20px !important;
}
.tabs-header-wrapper .tab-btn {
    padding: 10px 8px;
    font-size: 14px;
}
.main-preview-slider .slick-current.slider-item {
    width: 547px;
} 
}

