/* services banner section */
.services-banner-section-content {
    color: #ffffff;
    padding: 66px 0 65px;
    width: 500px;
}

.services-banner-section-content h1 {
    font-size: 52px;
    font-weight: bold;
    /* margin-bottom: 24px; */
    font-family: var(--main-font-bold);
    /* text-align: center; */
}

.services-banner-section-two-content {
    color: #ffffff;
    padding: 93px 85px 120px;
    /* width: 500px; */
    text-align: center;
}

.services-banner-section-two-content h1 {
    font-size: 52px;
    font-weight: bold;
    /* margin-bottom: 24px; */
    font-family: var(--main-font-bold);
    /* text-align: center; */
}

.services-banner-section-two-content p {
    padding-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

.services-banner-key-list {
    list-style: none;
    padding: 0 0 35px;
    margin: 0;
}

.services-banner-key-list li {
    font-size: 22px;
    line-height: 60px;
    /* margin-bottom: 5px; */
    color: #ffffff;
    font-weight: 500;
    font-family: var(--main-font);
    display: flex;
    gap: 12px;
    align-items: center;
}

/* .services-banner-key-list li::before {
    content: "\2713";
    font-family: var(--main-font-bold);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFCC29; 
    color: #000;
    margin-right: 12px;
    font-size: 14px;
} */

.service-banner-btn {
    border-radius: 5px;
    background-color: rgb(255, 255, 255, 1);
    /* width: 285px; */
    font-family: var(--main-font);
    height: 53px;
    font-size: 19px;
    padding-left: 15px;
    border: none;
    display: flex;
    cursor: pointer;
    transition: background-color 300ms ease;
    justify-content: flex-end;
    align-items: center;
}

.service-banner-btn-shape {
    width: 43px;
    height: 53px;
    border-radius: 3px;
    background-color: #FFCC29;
    margin-left: 15px;
}

.service-banner-btn-shape img {
    transition: transform 300ms ease; 
}

.service-banner-btn:hover .service-banner-btn-shape img {
    transform: rotate(45deg); 
}

/* hero section */
.hero-text-wrap {
    padding-bottom: 68px;
    padding-top: 15px;
}

.hero-main-text {
    font-size: 48px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    letter-spacing: 2px;
    /* line-height: 100px; */
    color: #fff;
    width: 704.26px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.hero-main-text span {
    color: var(--secondary-color);
    font-size: 65px !important;
    margin-left: 6px;
    margin-right: 17px;
}

.hero-text-shape {
    left: 120px;
    top: -13px;
}

.hero-main-phara {
    font-size: 15px;
    font-family: var(--main-font);
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 24px;
    margin-bottom: 28px;
}

.btn-hero-1 {
    border-radius: 6px;
    background-color: rgb(190, 128, 209);
    width: 313px;
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    margin-top: 50px;
}

.btn-hero-2 {
    border-radius: 6px;
    background-color: rgb(248, 123, 51);
    width: 313px;
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    margin-top: 16px;
}

.pricing-box {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 15px 15px;
    color: #000;
}

.pricing-box h2 {
    font-size: 24px;
    margin: 0 0 10px;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

.pricing-box label {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

.pricing-box .input-group {
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.pricing-box input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    font-family: var(--main-font);
    letter-spacing: 1px;
    width: 63%;
}

.pricing-box button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 11px 17px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

.pricing-box button:hover {
    background-color: #444;
}

.upload-file-box {
    background-color: rgb(203, 195, 227);
    border-radius: 8px;
    padding: 15px 15px;
    color: #000;
}

.upload-file-box h2 {
    font-size: 24px;
    margin: 0 0 10px;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

.upload-file-box label {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

.upload-file-box .input-group {
    display: flex;
    align-items: center;
    /* gap: 10px; */

    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.upload-file-box .custom-file-upload {
    flex: 1;
    background-color: #fff;
    padding: 12px 8px;
    /* border: 1px solid #ccc; */
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 14px;
    color: #6a49f2;
    font-family: var(--main-font);
    text-decoration: none;
    letter-spacing: 1px;
    cursor: pointer;
    /* width: 66%; */
}

.upload-file-box button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 11px 16px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

.upload-file-box button:hover {
    background-color: #444;
}



/* stats section */
.stats-section {
    padding: 50px;
    background-color: #EFEFEF;
}

.stat-box {
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding-bottom: 12px;
    /* width: 200px; */
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    /* border: 1px solid #ddd; */
}

.stat-box .icon {
    font-size: 40px;
    margin-bottom: 6px;
}

.stat-box p {
    font-size: 28px;
    font-family: var(--main-font);
    font-weight: 500;
    margin-bottom: 0px;
}

.stat-box h3 {
    font-family: var(--main-font-bold);
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

/* service save energy costs section */
.logo-section {
    padding-top: 48px;
}


/* service page first section */
.service-page-first-section {
    padding-bottom: 3.81rem;
}

.service-page-first-section-content {
    padding-top: 40px; /*85px;*/
    /* width: 90%; */
}

.service-page-first-section-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: var(--main-font-bold);
}

.service-page-first-section-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: var(--main-font);
}

/* service page second section */
.service-page-second-section {
    background-color: var(--secondary-color);
}

.service-page-second-section-content {
    color: #ffffff;
    /* text-align: center; */
    /* padding: 48px 250px; */
    padding: 48px 130px;
    background-image: url("../../storage/images/mask-fire.png");
    background-position: calc(100% - 0.5200rem) calc(100% - -0.5025rem);
    background-repeat: no-repeat;
    /* border-radius: 8px; */
    /* max-width: 600px;
    width: 90%; */
    /* margin: auto; */
}

.service-page-second-section-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
    font-family: var(--main-font-bold);
}

.service-page-second-section-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--main-font);
}

/* service page third section */
.service-page-third-section {
    padding-bottom: 50px;
}

.service-page-third-section-content {
    padding-top: 85px;
    /* width: 90%; */
}

.service-page-third-section-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: var(--main-font-bold);
}

.service-page-third-section-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
    font-weight: 500;
    font-family: var(--main-font);
}

/* service page four section */
.service-page-four-section {
    background-color: var(--secondary-color);
    padding: 40px;
}

.service-page-four-section-content {
    color: #ffffff;
    padding-bottom: 35px;
}

.service-page-four-section-content h2 {
    font-size: 40px;
    font-weight: bold;
    /* margin-bottom: 24px; */
    font-family: var(--main-font-bold);
    text-align: center;
}

.service-page-four-section-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    font-family: var(--main-font-bold);
    /* line-height: 28px; */
}

.service-key-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-key-services-list li {
    font-size: 18px;
    line-height: 40px;
    /* margin-bottom: 5px; */
    color: #ffffff;
    font-weight: 500;
    font-family: var(--main-font);
}

.service-key-services-list li::before {
    content: "\2713";
    /* Unicode for checkmark */
    font-family: var(--main-font-bold);
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    border-radius: 50%;
    background-color: #FFCC29;
    /* Yellow background */
    color: #000;
    /* Black checkmark */
    margin-right: 12px;
    font-size: 14px;
}

.service-key-services-list.disadvantages-list li::before {
    content: "\2715";
    /* Unicode for checkmark */
}

/* service page fifth section */
.service-page-fifth-section {
    padding-top: 48px;
    padding-bottom: 3.81rem;
}

.service-page-fifth-section .average-cost-gas {
    width: 80%;
    float: right;
    margin-right: 40px;
}

.service-page-fifth-section .custom-table {
    width: 80%;
    border-collapse: collapse;
    font-family: var(--main-font);
    margin-top: 10px;
}

.service-page-fifth-section .custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.service-page-fifth-section .custom-table thead {
    background-color: #F3F3F3;
    /* Yellow header */
    color: #000;
    /* Black text */
    font-weight: bold;
}

.service-page-fifth-section .custom-table tbody tr:nth-child(even) {
    background-color: #F3F3F3;
    /* Light gray alternate rows */
}

.service-page-fifth-section-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: var(--main-font-bold);
}

.service-page-fifth-section-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: var(--main-font);
}

/* service page sixth section */
.service-page-sixth-section {
    background-color: var(--secondary-color);
    padding: 40px;
}

.service-page-sixth-section-content {
    color: #ffffff;
    padding-bottom: 35px;
}

.service-page-sixth-section-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
    font-family: var(--main-font-bold);
}

.service-page-sixth-section-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    font-family: var(--main-font-bold);
    /* line-height: 28px; */
}

.service-page-sixth-section-content h3>span {
    color: #FF8000;
}

.service-page-sixth-section-content p {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #ffffff;
    font-family: var(--main-font);
    letter-spacing: 1px;
}

/* service page seventh section */
.service-page-seventh-section-content {
    /* text-align: center; */
    padding: 48px 250px;
    background-image: url("../../storage/images/mask-fire-white.png");
    background-position: calc(100% - 0.5200rem) calc(100% - -0.5025rem);
    background-repeat: no-repeat;
    /* border-radius: 8px; */
    /* max-width: 600px;
    width: 90%; */
    /* margin: auto; */
}

.service-page-seventh-section-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
    font-family: var(--main-font-bold);
}

.service-page-seventh-section-content p {
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: var(--main-font);
    line-height: 24px;
}

.service-page-seventh-section-content .service-key-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-page-seventh-section-content ul li {
    font-size: 17px;
    line-height: 40px;
    /* margin-bottom: 5px; */
    font-weight: 500;
    font-family: var(--main-font);
}

.service-page-seventh-section-content ul li::marker {
    color: #FFCC29;
}

/* service page eight section */
.sec-8-sp {
    /* background-color: var(--secondary-color); */
    padding: 48px 0px;
}

.sec-8-text {
    font-size: 40px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    /* color: #ffffff; */
    /* line-height: 70px; */
    margin-bottom: 40px;
    width: 75%;
}

.sec-8-card-text-wrap h3 {
    font-size: 22px;
    font-family: var(--main-font-bold);
    color: #ffffff;
    font-weight: 600;
    /* margin-bottom: 0px; */
    /* padding-top: 25px; */
    padding-bottom: 15px;
    line-height: 15px;
}

/* .sec-8-card-wrap {
    width: 95%;
    height: 148px;
    color: #ffffff;
    transition: 300ms;
    border-radius: 8px;
    cursor: pointer;
} */

/* .sec-8-card-wrap:hover {
    background-color: #f3f3f3;
} */

.sec-8-border {
    /* border-right: 1px solid rgb(217, 217, 217, 100); */
    border-left: 1px solid rgb(217, 217, 217, 100);

}

/* .sec-8-card-text-wrap {
    margin-left: 18px;
} */

.sec-8-card-text-wrap p {
    font-size: 16px;
    font-family: var(--main-font);
    font-weight: 500;
    line-height: 24px;
    /* width: 224px; */
    margin-bottom: 0px;
}

.sec-8-btn-wrap {
    margin-top: 59px;
}

.sec-8-btn {
    font-size: 24px;
    font-family: var(--main-font);
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
}

/* service page nine section */
.service-page-nine-section-content {
    /* text-align: center; */
    padding: 48px 250px 0px;
    /* border-radius: 8px; */
    /* max-width: 600px;
    width: 90%; */
    /* margin: auto; */
}

.service-page-nine-section-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
    font-family: var(--main-font-bold);
}

.service-page-nine-section-content p {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: var(--main-font);
    line-height: 32px;
}

.service-page-nine-section-content .testimonial {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-page-nine-section-content .testimonial p {
    font-size: 16px;
    margin: 0;
}

.service-page-nine-section-content .testimonial strong {
    text-decoration: underline;
}

/* service page ten section */
.service-page-ten-section {
    padding-bottom: 3.81rem;
}

.service-page-ten-section-content {
    padding-top: 85px;
    /* width: 90%; */
}

.service-page-ten-section-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: var(--main-font-bold);
}

.service-page-ten-section-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: var(--main-font);
}

/* service page eleven section */
.service-page-eleven-section {
    background-color: var(--secondary-color);
}

.service-page-eleven-section-content {
    color: #ffffff;
    padding: 48px 0px;
}

.service-page-eleven-section-content h2 {
    font-size: 40px;
    font-weight: bold;
    /* margin-bottom: 24px; */
    font-family: var(--main-font-bold);
}

.service-page-eleven-section-content .accordion-item {
    border: none;
    margin-bottom: 25px;
    border-radius: 0;
}

.service-page-eleven-section-content .accordion-button {
    background: #fff;
    color: #000;
    font-weight: bold;
    border: none;
    box-shadow: none;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    font-family: var(--main-font);
}

.service-page-eleven-section-content .accordion-button::after {
    font-size: 16px;
    transition: transform 0.3s ease;
}


.service-page-eleven-section-content .accordion-button:not(.collapsed) {
    background: #FFD000;
    /* Yellow background */
    color: #000;
    font-size: 22px;
    font-weight: bold;
    font-family: var(--main-font);
}

.service-page-eleven-section-content .accordion-collapse {
    background: #fff;
    /* padding: 10px 15px; */
    /* border-top: 1px solid #000; */
}

.service-page-eleven-section-content .accordion-body {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    font-family: var(--main-font);
    padding-left: 25px;
}

/* service page twelve section */
.sec-twelve-sp {
    padding-bottom: 50px;
    background-color: #F3F3F3;
}

.sec-twelve-card-body {
    background-color: #ffffff;
}

.sec-twelve-card-body .top-section-one {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-twelve-card-body .top-section-two {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-twelve-card-body .top-section-three {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-twelve-card-body h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: var(--main-font-bold);
    width: 50%;
    padding: 98px 0px 60px 15px;
}

.sec-twelve-card-title {
    font-size: 22px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    margin: 0;
    padding: 16px 35px 10px 15px;
}

.sec-twelve-card-text {
    font-size: 16px;
    font-family: var(--main-font);
    font-weight: 500;
    line-height: 24px;
    /* margin-bottom: 40px; */
    /* height: 84px; */
    padding: 0px 35px 30px 15px;
}

.sec-twelve-card {
    transition: transform 300ms ease-in-out;

}

.sec-twelve-card:hover {
    transform: translateY(-10px);
}

.sec-twelve-title {
    font-size: 54px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    line-height: 28px;
    margin: 55px 0px 80px;
}

/* service page thirty section */
.sec-thirty-sp {
    padding-bottom: 60px;
    background-color: #DDF1F7;
}

.sec-thirty-title {
    font-size: 42px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    margin: 50px 0px 35px;
    text-align: center;
}

.sec-thirty-card-body-inner {
    width: 540px;
    padding: 40px 40px;
}

.sec-thirty-card-body-one {
    background-image: url("../../storage/images/sec-13-img-1.png");
    /* background-position: calc(100% - 0.5200rem) calc(100% - -0.5025rem); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-thirty-card-body-two {
    background-image: url("../../storage/images/sec-13-img-2.png");
    /* background-position: calc(100% - 0.5200rem) calc(100% - -0.5025rem); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.sec-thirty-card-title {
    font-size: 28px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 15px 0px;
}

.sec-thirty-card-text-one {
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 500;
    line-height: 24px;
    color: #78787f;
}

.sec-thirty-card-text-two {
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 23px;
}

/* .sec-thirty-card:hover {
    transform: translateY(-10px);
} */

/* arrow--black-button */
.arrow--black-button {
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    width: 100%;
    /* height: 70px; */
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 15px 20px;
    border: none;
}

/* .arrow--black-button-shape {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .arrow--black-button-shape img {
    transition: transform 300ms ease; 
} */

/* .accor-arrow-for-black-button:hover .sec-3-btn-shape img {
    transform: rotate(45deg); 
} */

















/* service why choose section */
.why-choose-section {
    text-align: center;
    padding: 60px 0px;
}

.why-choose-section h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: var(--main-font-bold);
}

/* .features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
} */

.feature-card {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 40px;
    /* width: 300px; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.feature-card h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 13px;
    font-family: var(--main-font-bold);
}

.feature-card p {
    font-size: 18px;
    color: #666;
    font-weight: 500;
    line-height: 24px;
    font-family: var(--main-font);
    margin: 0;
}






/* <!-- section 2 --> */
.sec-2-sp {
    padding-top: 56px;
    padding-bottom: 80px;
    background-color: #efefef;
}

.sec-2-text {
    font-size: 54px;
    font-family: var(--main-font);
    font-weight: bold;
}

.sec-2-slider {
    margin-top: 60px;
}

.sec-2-card {
    width: 100%;
    height: 140px;
    background-color: #fff;
    border: 1px solid rgb(0, 0, 0, 0.3);
    border-radius: 8px;
}

.sec-2-card-text {
    font-size: 28px;
    font-family: var(--main-font);
    font-weight: 500;
    margin-top: 25px;
}

.swiper-button-prev-cus {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
}


/* <!-- section 3 --> */

.sec-3-sp {
    background-color: #1f1f1f;
    padding-top: 55px;
    padding-bottom: 56px;
}

.sec-3-text {
    font-size: 56px;
    font-family: var(--main-font);
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

.sec-3-card-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
    margin-top: 57px;
}

.sec-3-card-box {
    height: 252px;
    border-radius: 8px;
    background-color: #2c2c2c;
}

.counter,
.counter-wrap {
    font-size: 80px;
    font-family: var(--main-font);
    font-weight: bold;
}

.sec-3-card-phara {
    font-size: 22px;
    font-family: var(--main-font);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
    width: 289.94px;
}

.sec-3-sub-text {
    font-size: 28px;
    font-family: var(--main-font);
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 36px;
    width: 806.95px;
    margin-top: 56px;
}


/* <!-- section find if your qualify --> */

.find-qualify-sp {
    width: 100%;
    background-color: #efefef;
    padding-block: 55px;
}

.find-qualify-3-btn {
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    width: 284px;
    height: 70px;
    font-size: 24px;
    font-weight: bold;
    border: none;
}

.find-qualify-title {
    font-size: 54px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    /* margin-bottom: 30px; */
}

.find-qualify-phara {
    font-size: 28px;
    font-family: var(--main-font);
    font-weight: 500;
}

.find-qualify-phara span {
    font-size: 35px;
    font-family: var(--main-font-bold);
    font-weight: bold;
}

/* <!-- section 5 --> */

.sec-5-main-title {
    font-size: 49px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    color: #fff;
}

.sec-5-sp {
    background-color: var(--secondary-color);
    margin-top: 80px;
    padding-top: 55px;
    padding-bottom: 100px;
}

.sec-5-accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: auto;
}

.sec-5-accordion-item {
    overflow: hidden;
    border-bottom: 1px solid #ddd;

}

.sec-5-accordion-header {
    background-color: transparent;
    cursor: pointer;
    /* padding: 15px; */
    padding-top: 35px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-family: var(--main-font-bold);
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
    transition: background-color 0.3s ease;
}

/* .sec-5-accordion-header:hover {
    background-color: #f1f1f1;
  } */
.sec-5-accordion-header::after {
    content: '›';
    font-size: 35px;
    transition: transform 0.3s ease;
    transform: rotate(-90deg);
}

.sec-5-accordion-header.active::after {
    transform: rotate(90deg);
}

.sec-5-accordion-content {
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.3s ease-out; */
    transition: max-height 0.3s ease, margin-bottom 0.2s ease;
    /* padding-bottom: 20px; */
    /* background-color: #fff; */
}

.sec-5-accordion-content p {
    /* padding: 15px 0; */
    font-size: 22px;
    font-family: var(--main-font);
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
    margin: 0;
}

.sec-5-accordion-content a {
    font-size: 20px;
    font-family: var(--sub-font);
    font-weight: bold;
    color: #009aff;
    text-decoration: none;
    margin-right: 10px;
}

.sec-5-btn-hover-img {
    transition: 400ms;
}

.sec-5-btn-hover-img:hover {
    transform: translateX(8px);
}


/* <!-- section 6 --> */

.sec-6-sp {
    margin-top: 84px;
}

.sec-6-title {
    font-size: 54px;
    font-family: var(--main-font-bold);
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 1.7px;
    margin-bottom: 25px;
}

.sec-6-phara {
    font-size: 28px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.sec-6-card-sub-title {
    font-size: 28px;
    font-family: var(--main-font-bold);
    margin-bottom: 6px;
    font-weight: bold;

}

.sec-6-card-wrap {
    border-bottom: 1px solid rgb(0, 0, 0, 0.3);
}

.sec-6-card-title {
    font-size: 60px;
    font-family: var(--main-font);
    font-weight: bold;
    margin-bottom: 0px;
}

.sec-6-card-phara {
    font-size: 22px;
    font-family: var(--main-font);
    font-weight: 500;
    margin-bottom: 30px;
}


/* <!-- section 7 reviews --> */

.sec-7-sp-reviews {
    margin-top: 84px;
    background-color: var(--secondary-color);
    padding-top: 55px;
    padding-bottom: 52px;
}

.sec-7-sp-rev-title {
    font-size: 54px;
    font-family: var(--main-font-bold);
    font-weight: bold;
    color: #fff;
}

.sec-7-rew-card-wrap {
    width: 100%;
    /* height: 265px; */
    border-radius: 8px;
    background-color: #ffffff;
}

.sec-7-rew-card-bg {
    background-color: #ececec;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 21px 17px 22px 17px;
}

.verify-title {
    font-size: 14px;
    font-family: var(--main-font);
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 0px;
}

.rew-text-1 {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}

.rew-text-2 {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
}

.rew-text-3 {
    font-size: 14px;
    font-family: var(--sub-font);
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 6px;
}

.rew-text-3 span {
    font-weight: 700 !important;
}

.rew-text-4 {
    font-size: 13px;
    font-family: var(--sub-font);
    font-weight: 500;
    margin-bottom: 0px;
    color: #333333;
}

.pro-review-img {
    width: 52px;
    height: 64px;
    background-color: #000000;
}

.pro-review-title {
    font-size: 16px;
    font-family: var(--main-font);
    font-weight: bold;
    margin-left: 10px;
    width: 200px;
}

.rev-mar {
    margin-right: 16px !important;
}

.pro-review {
    padding: 16px 16px 16px 17px;
}

.sec-6-sp-rev-sub-title {
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}


@media only screen and (max-width:767px) {

    /* hero section */

    .hero-main-text {
        font-size: 40px;
        line-height: 50px;
        width: unset;
        margin-top: 40px;
    }

    .hero-main-text img {
        width: 110px;
    }

    .hero-main-phara {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 28px;
    }

    .btn-hero-1 {
        margin-top: 28px;
    }

    .hero-img {
        width: 100%;
    }

    .hero-text-wrap {
        padding-bottom: 60px;
    }

    .sec-2-text {
        font-size: 28px;
        letter-spacing: 1px;
    }

    /* stats section */
    .stats-section {
        padding: 50px 0px;
    }

    .services-banner-section-content h1 {
        font-size: 37px;
        width: 358px;
    }

    .services-banner-section-two-content {
        padding: 70px 0px 50px;
    }

    .services-banner-section-two-content h1 {
        font-size: 48px;
    }

    /* service page first section */
    .service-page-first-section-content h2 {
        font-size: 30px;
    }

    .service-page-first-section-content {
        padding-top: 30px;
    }

    .service-page-ten-section {
        padding-bottom: 0;
    }


    /* service page second section */
    .service-page-second-section-content {
        padding: 55px 5px;
    }

    .service-page-second-section-content h2 {
        font-size: 35px;
    }

    .service-page-second-section-content p {
        font-size: 16px;
        font-family: var(--main-font);
    }

    /* service page third section */
    .service-page-third-section-content {
        padding-top: 40px;
    }

    /* service page four section */
    .service-page-four-section {
        padding: 50px 0px;
    }

    .service-page-four-section-content h2 {
        font-size: 32px;
    }

    .service-page-four-section-content h3 {
        font-size: 23px;
    }

    .service-key-services-list li {
        font-size: 16px;
    }

    /* service page fifth section */
    .service-page-fifth-section-content h2 {
        font-size: 38px;
    }

    .service-page-fifth-section .custom-table {
        width: 100%;
        margin-bottom: 40px;
        margin-right: unset;
        float: unset;
    }

    /* service page sixth section */
    .service-page-sixth-section {
        padding: 50px 0px;
    }

    .service-page-sixth-section-content {
        padding-bottom: 20px;
    }

    .service-page-sixth-section-content h2 {
        font-size: 32px;
    }

    .service-page-sixth-section-content h3 {
        font-size: 23px;
        display: ruby;
    }

    .service-page-sixth-section-content p {
        margin: 10px 0px;
    }

    /* service page seventh section */
    .service-page-seventh-section-content {
        padding: 48px 0px 10px;
    }

    .service-page-seventh-section-content h2 {
        font-size: 35px;
    }

    .service-page-seventh-section-content ul li {
        line-height: 30px;
        padding-bottom: 15px;
    }

    /* service page eight section */
    .sec-8-sp {
        padding: 48px 0px;
    }

    .sec-8-text {
        font-size: 30px;
        /* line-height: 34px; */
        width: 100%;
    }

    /* .sec-8-card-wrap {
        width: 100%;
        height: 148px;
        background-color: #f3f3f3;
        transition: 300ms;
        border-radius: 8px;
        cursor: pointer;
    } */

    .sec-8-card-text-wrap h3 {
        font-size: 22px;
        /* font-weight: 600;
        text-align: center; */
    }

    .sec-8-card-text-wrap p {
        margin-bottom: 35px;
    }

    .sec-8-border {
        border-right: none;
        border-left: none;
    }

    .sec-8-card-img img {
        width: 64px;
        height: 64px;
    }

    .sec-8-btn-wrap {
        margin-top: 28px;
    }

    /* service page nine section */
    .service-page-nine-section-content {
        padding: 48px 0px 0px;
    }

    .service-page-nine-section-content h2 {
        font-size: 35px;
    }

    .service-page-nine-section-content ul li {
        line-height: 30px;
        padding-bottom: 15px;
    }

    /* service page ten section */
    .service-page-ten-section {
        padding-bottom: 15px;
    }

    .service-page-ten-section-content h2 {
        font-size: 30px;
    }

    .service-page-ten-section-content {
        padding-top: 30px;
    }

    /* service page twelve section */
    .sec-twelve-title {
        font-size: 40px;
        line-height: 35px;
        margin: 40px 0px 30px;
    }

    .sec-twelve-card-body .top-section-one,
    .sec-twelve-card-body .top-section-two,
    .sec-twelve-card-body .top-section-three {
        background-size: 100%;
        height: 215px;
    }

    .sec-twelve-card-body h3 {
        padding: 90px 0px 0px 15px;
    }

    .sec-twelve-card-title {
        padding: 0px 35px 10px 15px;
    }

    .sec-twelve-card-text {
        padding: 5px 35px 30px 15px;
    }

    /* service page thirty section */
    .sec-thirty-title {
        font-size: 35px;
        line-height: 35px;
        margin: 50px 0px 10px;
    }

    .sec-thirty-card-body-inner {
        padding: 30px 10px 15px;
        width: unset;
    }

    .sec-thirty-card-body .top-section-one,
    .sec-thirty-card-body .top-section-two {
        background-size: 100%;
    }

    .sec-thirty-card-body h3 {
        padding: 90px 0px 0px 15px;
    }

    .sec-thirty-card-title {
        padding: 0px 35px 10px 15px;
    }

    .sec-thirty-card-text-one {
        padding: 0px 35px 0px 15px
    }

    .sec-thirty-card-text-two {
        padding: 0px 35px 15px 15px;
        margin: 0;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1399px) {

    .pricing-box button,
    .upload-file-box button {
        padding: 11px 8px !important;
    }

    .upload-file-box .custom-file-upload {
        padding: 13px 0px 13px 4px;
        font-size: 13px;
    }

    .hero-text-wrap {
        padding-bottom: 45px;
    }

}