:root {
    --primary-color: #ed2024;
    --secondary-black: #dfe3e7;
    --body-padding: 40px;
    --beige-bg: #f2e5e5;
    --beige-border: #f699a1;
    --text-white: #ffffff;
    --text-gray: #737373;
    --text-black: #131313;
}
[data-theme="dark"] {
    --bg-color: #121212;
}
@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "PlusJakartaSans";
    src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
*:not(.blog-content *) {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html:not(.blog-content *) {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family: "PlusJakartaSans", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

body.menu-open {
    overflow: hidden;
}

body {
    background: linear-gradient(
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.5)
        ),
        url("/Users/shibil/Downloads/Light/Frame11.png") top/cover no-repeat;
    background-size: auto;
}
/* body:not(.blog-content *) {
    color: #333;
    background-color: #f9f9f9;
} */
ul:not(.blog-content *),
ol:not(.blog-content *) {
    list-style: none;
}
a:not(.blog-content *) {
    text-decoration: none;
}
h1:not(.blog-content *),
h2:not(.blog-content *),
h3:not(.blog-content *),
h4:not(.blog-content *),
h5:not(.blog-content *),
h6:not(.blog-content *) {
    font-weight: 400;
}
img:not(.blog-content *) {
    display: block;
    width: 100%;
}
.container {
    max-width: 1283px;
    margin: 0 auto;
    background-color: var(--text-white);
}
#header {
    display: flex;
    align-items: center;
    padding: 32px var(--body-padding);
    /* position: relative; */
}


#header .logo {
    width: 189px;
}
#header .nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}
#header .nav .nav-links {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-right: 20px;
}
#header .nav .nav-icons {
    display: flex;
    gap: 20px;
    align-items: center;
}
#header .nav li {
    display: flex;
    align-items: center;
}
#header .nav li a {
    color: var(--text-black);
}
#header .nav li.active a{
    border-bottom: 2px solid var(--primary-color);
}


#header .cta-button span {
    width: 28px;
    display: block;
}
#header .cta-button span.one {
    width: 3px;
    background-color: #121212;
}
#header .cta-button span.two {
    width: 7px;
    background-color: #121212;
}
#header .theme-switcher {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: var(--secondary-black);
    padding: 2px;
    border-radius: 24px;
}
#header .theme-switcher small {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .theme-switcher small span {
    width: 12px;
    height: 12px;
}
#header .theme-switcher small.active {
    border-radius: 50%;
    background-color: var(--primary-color);
}
#spotlight {
    padding: 0 var(--body-padding);
}
#spotlight .wrapper {
    background-image: url("../images/bg-sp-light.png");
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    padding: 144px 0;
}
#spotlight .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
#spotlight .content p {
    font-size: 41px;
    line-height: 3.5rem;
    margin-bottom: 48px;
    margin-top: 13px;
}
.red-main-button {
    display: inline-block;
    padding: 13px 15px;
    background: var(--primary-color);
    border: 0;
    border-radius: 50px;
    font-size: 16px;
    color: var(--text-white);
}
.red-main-button span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--text-white);
    border-radius: 50%;
    margin-left: 2px;
    padding: 5px;
    vertical-align: middle;
}
#service-slider {
    padding: 33px 0;
    font-size: 15px;
}
#service-slider .wrapper {
    background-color: var(--beige-bg);
    padding: 10px 0;
}
#service-slider .content .item {
    margin: 0 10px;
}
#service-slider .content .item .inner-item {
    display: flex;
}
#service-slider .content .item span {
    width: 25px;
    height: 25px;
    display: inline-block;
}
#service-slider .content .item p {
    margin-left: 7px;
}
.heading-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.heading-1 h2 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-weight: 400;
}
.heading-1 h2 span {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.heading-1 h2 span small {
    width: 17px;
    display: inline-block;
}
.heading-1 p {
    font-size: 34px;
    text-align: center;
}
#what-we-do {
    padding: 0 var(--body-padding);
    padding-top: 30px;
}
#what-we-do .cards {
    display: flex;
    gap: 1.8%;
    margin-top: 51px;
    flex-wrap: wrap;
}
#what-we-do .cards .card {
    width: 18.5%;
    border: 1px solid var(--beige-border);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px 10px 32px;
    text-align: center;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ed2024 -145%, transparent 31%);
}
#what-we-do .cards .card span {
    width: 70px;
    display: block;
    margin-bottom: 32px;
}
#what-we-do .cards .card h3 {
    font-size: 20px;
    font-weight: 400;
}
#what-we-do .cards .card p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 2rem;
}
#who-we-are {
    padding: 50px var(--body-padding);
    text-align: center;
}
.linear-gradient-text-red {
    background: linear-gradient(90deg, #ed2024 0%, #000000 50%, #ed2024 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
#who-we-are .linear-gradient-text-red {
    margin: 23px 0 56px;
    font-size: 25px;
    text-indent: 24px;
    text-align: center;
    line-height: 40px;
}
#client-slider .wrapper {
    background-image: url("../images/bg-clients.png");
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    padding: 44px 0;
}

#client-slider .item span {
    display: flex;
    align-items: center;
    justify-content: center;
}
#client-slider .item span {
    height: 100px;
}
#services {
    padding: 70px var(--body-padding) 35px;
}
#services .cards {
    display: flex;
    gap: 1.8%;
    margin-top: 54px;
    flex-wrap: wrap;
    align-items: stretch;
}
#services .cards .card {
    border-radius: 10px;
    padding: 36px 32px;
    margin-bottom: 28px;
    background-size: cover;
    background-repeat: no-repeat;
}
#services .cards .card .topic {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 56%;
}
#services .cards .card:nth-child(4n + 1),
#services .cards .card:nth-child(4) {
    width: 57.5%;
}
#services .cards .card:nth-child(4n + 2),
#services .cards .card:nth-child(4n + 3) {
    width: 38%;
}
#services .cards .card .icon span {
    display: block;
    margin-bottom: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 12px;
}
#services .cards .card .icon span small {
    width: 34px;
    display: block;
}
#services .cards .card h3 {
    font-size: 30px;
    margin-bottom: 19px;
    font-weight: 400;
}
#services .cards .card p.description {
    margin-bottom: 49px;
    color: var(--text-gray);
}
#services .cards .card a.explore-button {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
#services .cards .card a.explore-button span {
    display: inline-block;
    margin-left: 5px;
}
#services .cards .card a.explore-button span small {
    display: inline-block;
}
#products {
    padding: 35px var(--body-padding);
}
#products .cards {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
#products .cards .card {
    border: 2px solid var(--beige-bg);
    border-radius: 18px;
    background: linear-gradient(90deg, #fff0ef 0%, #f6f6f6 44%, #fff0ef 100%);
}
#products .cards .card:nth-child(-n + 2) {
    width: 49%;
}
#products .cards .card:nth-child(n + 3) {
    width: 32%;
}
#products .cards .card .topic {
    padding: 45px 24px 25px;
}
#products .cards .card .topic h3 {
    font-size: 30px;
    margin-bottom: 13px;
    font-weight: 400;
}
#products .cards .card .topic p {
    color: var(--text-gray);
}
#products .more-products-button {
    text-align: center;
    margin-top: 30px;
}
#featured-products {
    padding: 22px var(--body-padding);
}
#featured-products .content .cards {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
#featured-products .content .cards .card {
    height: 554px;
    border-radius: 43px;
    padding: 45px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
}
#featured-products .content .cards .card:nth-child(3n + 1) {
    width: 100%;
}
#featured-products .content .cards .card:nth-child(3n + 2),
#featured-products .content .cards .card:nth-child(3n + 3) {
    width: 48%;
    height: 525px;
}

#featured-products .content .cards .card .topic h3 {
    color: var(--text-white);
    font-size: 24px;
    font-weight: 400;
}
#featured-products .content .more-products-button {
    text-align: center;
    margin-top: 51px;
}

#our-process {
    padding: 0px var(--body-padding) 42px;
}

#our-process.padding-top-bottom {
    padding: 50px var(--body-padding) 42px;
}
#our-process .content .cards {
    display: flex;
    align-items: stretch;
    margin-top: 50px;
    flex-wrap: wrap;
}
#our-process .content .cards .card {
    width: 30%;
    padding: 34px 20px;
    text-align: center;
    background: linear-gradient(180deg, #ff000017 0%, #c0c0c0bd 100%);
    background-clip: padding-box;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
    border-radius: 35px;
    margin-bottom: 15px;
}
#our-process .content .cards .card .topic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#our-process .content .cards .card .topic .icon span {
    background-color: var(--beige-bg);
    display: inline-block;
    padding: 13px;
    border-radius: 50%;
}
#our-process .content .cards .card .topic .icon span small {
    width: 30px;
    display: inline-block;
}

#our-process .content .cards .card .topic h3 {
    margin: 32px 0 38px;
    color: var(--text-black);
    position: relative;
    font-size: 20px;
    font-weight: 400;
}
#our-process .content .cards .card .topic h3 .title {
    position: relative;
    z-index: 1;
}
#our-process .content .cards .card .topic h3 .step {
    position: absolute;
    color: var(--text-white);
    font-size: 55px;
    font-weight: 600;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
}
#our-process .content .cards .card .topic p {
    font-size: 14px;
    color: var(--text-gray);
}
#our-process .content .cards .line {
    width: 5%;
    display: inline-block;
    height: 0;
    border-top: 2px dotted #555;
    margin: auto 0;
    color: var(--text-gray);
}
#our-process .content .cards .card:nth-of-type(3n) + .line {
    display: none;

}

#testimonials-slider {
    padding: 48px var(--body-padding);
}

#testimonials-slider .content .cards {
    margin-top: 26px;
}
#testimonials-slider .content .cards .owl-dots {
    text-align: center;
    margin-top: 16px;
}
#testimonials-slider .content .cards .owl-dots button {
    height: 5px;
    background-color: var(--primary-color);
    width: 10px;
    border-radius: 5px;
    margin-right: 3px;
}
#testimonials-slider .content .cards .owl-dots button.active {
    width: 28px;
}
#testimonials-slider .content .cards .card {
    padding: 20px;
}
#testimonials-slider .content .cards .card .topic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#testimonials-slider .content .cards .card .topic .rating {
    display: flex;
}

#testimonials-slider .content .cards .card .topic p {
    margin-top: 37px;
    text-align: center;
    color: var(--text-gray);
}
#testimonials-slider .content .cards .card .topic .client {
    display: flex;
    margin-top: 39px;
}
#testimonials-slider .content .cards .card .topic .client .client-image {
    display: block;
    width: 54px;
    margin-right: 10px;
}

#testimonials-slider .content .cards .card .topic .client h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
}
#testimonials-slider .content .cards .card .topic .client h4 small {
    display: block;
    font-size: 12px;
    color: var(--text-gray);
}
#testimonials-slider .content .cards .card .topic .client h4 span {
    display: block;
    margin-bottom: 6px;
}
#blogs {
    padding: 46px var(--body-padding);
}
#blogs .cards {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 26px;
}
#blogs .cards .card {
    border-radius: 20px;
    width: 48.9%;
    cursor: pointer;
}
#blogs .cards .card .topic .read-more {
    border-radius: 50%;
    background-color: #f8fafa;
    padding: 14px;
    position: absolute;
    right: 18px;
    top: 14px;
}
#blogs .cards .card .topic .read-more img {
    width: 9px;
}
#blogs .cards .card .topic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 20px 74px;
    background: linear-gradient(90deg, #fff0ef 0%, #f6f6f6 44%, #fff0ef 100%);
    border-radius: 24px;
    position: relative;
}
#blogs .cards .card .topic .left {
    width: 50%;
    margin-right: 10px;
}
#blogs .cards .card .topic .left h5 {
    border: 1px solid #504cff;
    display: inline-block;
    padding: 6px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 400;
}
#blogs .cards .card .topic .left h3 {
    margin: 10px 0;
    font-size: 30px;
    font-weight: 400;
}
#blogs .cards .card .topic .left p {
    font-size: 14px;
    color: var(--text-gray);
}
#blogs .cards .card .topic .image{
    width: 50%;
}
#blogs .cards .card .topic .image span {
    display: block;
}
#blogs .cards .card .discription {
    margin-top: 20px;
}
#blogs .cards .card .discription h4 {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 400;
}

#blogs .cards .card .discription h2 {
    margin: 12px 0 20px;
    font-size: 32px;
    font-weight: 400;
}
#blogs .cards .card .discription p {
    color: var(--text-gray);
}

#blogs .more-blog-button {
    text-align: center;
    margin-top:32px;
}

#footer {
    padding: 58px var(--body-padding) 40px;
}
#footer .wrapper {
    background-image: url("../images/bg-footer.png");
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 206px 0 95px;
}
#footer .wrapper .content {
    padding: 0 48px;
}
#footer .wrapper .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 105px;
}
#footer .wrapper .content .top .topic {
    width: 70%;
}
#footer .wrapper .content .top .topic h2 {
    font-size: 42px;
    margin-bottom: 27px;
    font-weight: 400;
    width: fit-content;
}
#footer .wrapper .content .top .topic p {
    color: var(--text-gray);
}

#footer .wrapper .content .bottom {
    display: flex;
    align-items: stretch;
    gap: 107px;
}

#footer .wrapper .content .bottom .one {
    width: 34%;
}
#footer .wrapper .content .bottom .one .logo {
    display: inline-block;
    margin-bottom: 24px;
}
#footer .wrapper .content .bottom .one .logo small {
    width: 188px;
    display: inline-block;
}

#footer .wrapper .content .bottom .one p {
    margin-bottom: 28px;
    color: var(--text-gray);
}

#footer .wrapper .content .bottom .one .contact ul li {
    color: var(--text-gray);
    display: flex;
}
#footer .wrapper .content .bottom .one .contact ul li a {
    color: var(--text-gray);
}
#footer .wrapper .content .bottom .one .contact ul li span {
    display: block;
    margin-right: 15px;
}

#footer .wrapper .content .bottom .two {
    width: 20%;
}
#footer .wrapper .content .bottom .two h2 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 600;
}

#footer .wrapper .content .bottom .item ul li {
    margin-bottom: 14px;
    color: var(--text-gray);
}
#footer .bottom-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer .bottom-bar ul {
    display: flex;
}
#footer .bottom-bar ul li a {
    color: var(--text-black);
}

#footer .bottom-bar ul li {
    margin-left: 15px;
}
#spotlight-sec {
    padding: 28px var(--body-padding);
}

#spotlight-sec .wrapper {
}

#spotlight-sec .wrapper .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 447px;
}

#spotlight-sec .wrapper .content .heading-1 {
}

#spotlight-sec .wrapper .content .heading-1 h2 {
}

#spotlight-sec .wrapper .content .heading-1 h2 span {
}

#spotlight-sec .wrapper .content .heading-1 h2 span small {
}

#spotlight-sec .wrapper .content .heading-1 h2 span small img {
}

#spotlight-sec .wrapper .content .heading-1 p {
}

#spotlight-sec .wrapper .content .heading-1 p b {
}

#service-items {
    padding: 16px var(--body-padding) 2px;
}
#service-items .service-item {
    border-bottom: 1px solid var(--secondary-black);
    margin-bottom: 42px;
}
#service-items .service-item:last-child {
    border-bottom: none;
}
#service-items .service-heading {
    margin-bottom: 48px;
}

#service-items .service-heading .wrapper {
}
#service-items .service-heading .wrapper .action {
}
#service-items .service-heading .wrapper .action span {
}
#service-items .service-heading .wrapper .action span small {
}
#service-items .service-heading .wrapper .content {
}

#service-items .service-heading .wrapper .content .title {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}
#service-items .service-heading .wrapper .content .title span.action {
    background-color: transparent;
    margin-left: auto;
    margin-right: 6px;
    padding-right: 0;
}
#service-items .service-item:not(.active-service) .service-heading .wrapper .content .title span.action .minimize{
    display: none;
}
#service-items .service-item.active-service .service-heading .wrapper .content .title span.action .expand{
    display: none;
}
#service-items .service-heading .wrapper .content .title span {
    display: inline-block;
    padding: 12px;
    border-radius: 50%;
    line-height: 0;
    background-color: #ffecec;
    margin-right: 17px;
}

#service-items .service-heading .wrapper .content .title span small {
    width: 33px;
    height: 33px;
    display: inline-block;
}

#service-items .service-heading .wrapper .content .title span small img {
}

#service-items .service-heading .wrapper .content .title h2 {
    font-size: 34px;
}

#service-items .service-heading .wrapper .content .discription {
}
#service-items .service-heading .wrapper .content .discription:not(.active-service) {
    display: none;
}

#service-items .service-heading .wrapper .content .discription p {
    padding-bottom: 19px;
    border-bottom: 1px solid var(--beige-border);
}

#service-items .services-card {
}
#service-items .services-card:not(.active-service) {
    display: none;
}

#service-items .services-card .wrapper {
}

#service-items .services-card .wrapper .service {
    margin-bottom: 35px;
}

#service-items .services-card .wrapper .service .top {
}

#service-items .services-card .wrapper .service .top .title {
}

#service-items .services-card .wrapper .service .top .title h2 {
    font-size: 28px;
}

#service-items .services-card .wrapper .service .top .description {
}

#service-items .services-card .wrapper .service .top .description p {
    margin-top: 18px;
    line-height: 1.7rem;
}

#service-items .services-card .wrapper .service .bottom {
    margin-top: 50px;
}
#service-items .services-card .wrapper .service .bottom .cards {
    display: flex;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}
#service-items .services-card .wrapper .service .bottom .cards .card {
    width: 23%;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ed2024 -145%, transparent 31%);
    border: 1px solid var(--beige-border);
    border-radius: 10px;
    padding: 76px 20px;
}

#service-items .services-card .wrapper .service .bottom .cards .card span {
    display: block;
    margin-bottom: 9px;
}

#service-items
    .services-card
    .wrapper
    .service
    .bottom
    .cards
    .card
    span
    small {
    display: inline-block;
    width: 40px;
    height: 40px;
}

#service-items
    .services-card
    .wrapper
    .service
    .bottom
    .cards
    .card
    span
    small
    img {
}

#service-items .services-card .wrapper .service .bottom .cards .card h3 {
    font-size: 20px;
}

#service-items .services-card .wrapper .service .bottom .cards .card h3 br {
}
section#main {
    background-image: url("../images/bg-body-light.png");
    background-size: contain;
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}
#featured-products-category {
    padding: 0px var(--body-padding);
}

#featured-products-category .wrapper {
}

#featured-products-category .wrapper .content {
}

#featured-products-category .wrapper .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#featured-products-category .wrapper .content ul li {
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    min-width: 60px;
    text-align: center;
}

#featured-products-category .wrapper .content ul li a {
    color: var(--text-black);
    padding: 5px 7px;
    display: inline-block;
}
#featured-products-category .wrapper .content ul li.active {
    background-color: var(--primary-color);
}
#featured-products-category .wrapper .content ul li.active a {
    color: var(--text-white);
}

.loader-spinner-wrapper {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}
.loader-spinner {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: var(--text-black) var(--text-black) transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader-spinner::after,
.loader-spinner::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #ff3d00 #ff3d00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.loader-spinner::before {
    width: 32px;
    height: 32px;
    border-color: var(--text-black) var(--text-black) transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
#blogs-heading {
    padding: 20px var(--body-padding);
}

#blogs-heading .discription {
}

#blogs-heading .discription h4 {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 400;
}

#blogs-heading .discription h4 .dot {
}

#blogs-heading .discription h2 {
    margin: 12px 0 20px;
    font-size: 32px;
    font-weight: 400;
}
#product-services {padding: 20px var(--body-padding);}

#product-services .cards {

}

#product-services .cards .card {border: 1px solid var(--beige-border);border-radius: 10px;display: flex;flex-direction: column;padding: 13px 10px 15px;text-align: left;background: linear-gradient(135deg, #ed2024 -145%, transparent 31%);align-items: stretch;margin-right: 15px;}

#product-services .cards .card span {
    display: inline-block;
}

#product-services .cards .card span small {width: 40px;height: 40px;display: inline-block;}

#product-services .cards .card span small img {

}

#product-services .cards .card h3 {font-size: 14px;}

#product-services .cards .card h3 br {

}
#all-products {

}

#all-products .cards {

}

#all-products .cards .card {
    display: flex;
    align-items: stretch;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 30px;
    }

#all-products .cards .card:nth-child(even) {
    flex-direction:row-reverse;
}
#all-products .cards .card:nth-child(even) .left{
    padding-left: 0;
}
#all-products .cards .card:nth-child(odd)  .right{
    padding-left: 0;
}
#all-products .cards .card .left {display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding: 35px 41px;}

#all-products .cards .card .left .heading-1 {

}

#all-products .cards .card .left .heading-1 h2 {margin-left: 0;}

#all-products .cards .card .left .heading-1 h2 span {

}

#all-products .cards .card .left .heading-1 h2 span small {

}

#all-products .cards .card .left .heading-1 h2 span small img {

}

#all-products .cards .card .left h6 {font-size: 32px;}

#all-products .cards .card .left p {
    color: var(--text-gray);margin: 15px 0px;line-height: 1.7rem;
}
#all-products .cards .card .left p.feedback-text {
    font-style: italic
}



#all-products .cards .card .card-inner {
    width: 48%;
}
#all-products .cards .card .left .manager {margin-top: 21px;display: flex;align-items: center;}

#all-products .cards .card .left .manager .client-image {display: inline-block;width: 54px;height: 54px;margin-right: 10px;}

#all-products .cards .card .left .manager .client-image img {/}

#all-products .cards .card .left .manager h4 {

}

#all-products .cards .card .left .manager h4 span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}
#all-products .cards .card .left .manager h4 small {font-size: 12px;color: var(--text-gray);}

#all-products .cards .card .right {
    padding: 0 20px;
    overflow: hidden;
}

#all-products .cards .card .right span {

}

#all-products .cards .card .right span img {
    width: auto;
}

.border-main-button {
    display: inline-block;
    padding: 13px 15px;
    border-radius: 50px;
    font-size: 16px;
    color: var(--text-gray);
    border: 1px solid var(--text-gray);
}
.border-main-button span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--text-white);
    border-radius: 50%;
    margin-left: 2px;
    padding: 5px;
    vertical-align: middle;
}
#contact-form {padding: 60px var(--body-padding);}

#contact-form .heading-1 {

}

#contact-form .heading-1 h2 {

}

#contact-form .heading-1 h2 span {

}

#contact-form .heading-1 h2 span small {

}

#contact-form .heading-1 h2 span small img {

}

#contact-form .heading-1 p {

}

#contact-form .heading-1 p b {

}

#contact-form .form {
    margin-top: 31px;
}

#contact-form .form form {padding: 0 41px;}

#contact-form .form form .input-group {padding: 8px 25px;display: flex;align-items: center;/* justify-content: space-around; */margin-bottom: 27px;border-bottom: 1px solid var(--secondary-black);}

#contact-form .form form .input-group label {font-size: 18px;width: 22%;}
#contact-form .form form .input-group .checkbox-row{
    display: flex;align-items: center;gap: 10px;
    padding: 0 10px;
    width: 100%;
    flex-wrap: wrap;
}
#contact-form .form form .input-group .checkbox-row div{
    margin-right: 10px;
}

#contact-form .form form .input-group .checkbox-row label{
    color: var(--text-gray);
    /* display: flex; */
    =:
    center;
}
#contact-form .form form .input-group .checkbox-row input[type="checkbox"] {
  /* Remove default style */
  /* appearance: none; */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  border: 2px solid #ccc;
  border-radius: 50%; /* make it round */
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  margin-right: 5px;
  height: 23px;
  display: inline;
  vertical-align: text-bottom;
}

#contact-form .form form .input-group .checkbox-row input[type="checkbox"]:checked {
  background-color: red;
  border-color: red;
}

#contact-form .form form .input-group .checkbox-row input[type="checkbox"]:checked::after {
  content: "✓";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}


#contact-form .messages {
    margin-top: 20px;
    padding: 0 41px;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#contact-form .messages .alert {
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 16px;
}

#contact-form .messages .alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#contact-form .messages .alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#contact-form .error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
}

#contact-form .form form .input-group input:not([type="checkbox"]),
#contact-form .form form .input-group textarea
 {padding: 16px 10px;border: 0;font-size: 18px;background: transparent; width: 100%; outline: none;}

#contact-form .form form .input-group input:not([type="checkbox"]):focus,
#contact-form .form form .input-group textarea:focus {
    border-bottom: 0px solid var(--primary-color);
    transition: border-bottom 0.3s ease;
}

#contact-form .form form .input-group-button {
    text-align: center;
}
.blog-content .image-style-align-center{
    text-align: center;
}

/* ========================================
   RESPONSIVE STYLES - MOBILE & TABLET
   ======================================== */



#header .nav .nav-icons .hamburger {
    display: none;
}

/* Tablet Styles (768px - 1024px) */
@media screen and (max-width: 1024px) {
    :root {
        --body-padding: 30px;
    }

    .container {
        max-width: 100%;
    }

    /* Header */
    #header {
        padding: 24px var(--body-padding);
    }

    #header .logo {
        width: 100px;
    }

    #header .nav .nav-links {
        gap: 15px;
        font-size: 13px;
    }

    /* Heading Styles */
    .heading-1 p {
        font-size: 28px;
    }

    /* What We Do Section */
    #what-we-do .cards .card {
        width: 23.5%;
    }

    /* Products Section */
    #products .cards .card:nth-child(1),
    #products .cards .card:nth-child(2) {
        width: 48%;
    }

    #products .cards .card:nth-child(n + 3) {
        width: 48%;
    }

    /* Featured Products */
    #featured-products .content .cards .card:nth-child(3n + 2),
    #featured-products .content .cards .card:nth-child(3n + 3) {
        width: 47.5%;
    }

    /* Footer */
    #footer .wrapper .content .bottom {
        gap: 50px;
    }

    #footer .wrapper .content .top .topic h2 {
        font-size: 36px;
    }
    #services .cards .card:nth-child(4n + 2), #services .cards .card:nth-child(4n + 3){
        width: 48%;
    }
    #services .cards .card:nth-child(4n + 1), #services .cards .card:nth-child(4){
        width: 48%;
    }
}

/* Mobile Styles (max-width: 768px) */
@media screen and (max-width: 768px) {
    :root {
        --body-padding: 20px;
    }

    /* Header - Mobile Navigation */
    #header {
        padding: 20px var(--body-padding);
        position: relative;
    }

    #header .nav .nav-icons .hamburger {
        display: block;
    }

    #header .logo {
        width: 130px;
    }

    #header .nav {
        margin-left: auto;
    }

    #header .nav .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: var(--text-white);
        flex-direction: column;
        padding: 80px 30px 30px;
        transition: left 0.3s ease;
        z-index: 999;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        gap: 0;
        margin-bottom: 0;
    }

    #header .nav .nav-links.active {
        left: 0;
    }

    #header .nav .nav-links li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    #header .nav .nav-links li a {
        display: block;
        padding: 15px 0;
        font-size: 16px;
    }

    #header .nav .nav-icons {
        display: flex;
        gap: 20px;
    }

    /* Mobile Overlay */
    .mobile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
    }

    .mobile-overlay.active {
        display: block;
    }
    #spotlight .wrapper {
        padding: 30px var(--body-padding);
    }
    /* Spotlight Section */
    #spotlight .wrapper .content {
        padding: 60px 20px;
        text-align: center;
    }

    #spotlight .wrapper .content h1 {
        font-size: 32px !important;
        line-height: 1.3;
    }

    /* Heading Styles */
    .heading-1 h2 {
        font-size: 12px;
    }

    .heading-1 p {
        font-size: 24px;
        line-height: 1.4;
    }

    /* Service Slider */
    #service-slider .content .item p {
        font-size: 14px;
    }

    /* What We Do Section */
    #what-we-do {
        padding: 30px var(--body-padding);
    }

    #what-we-do .cards {
        gap: 15px;
        margin-top: 30px;
    }

    #what-we-do .cards .card {
        width: 48%;
        padding: 25px 10px;
        margin-bottom: 15px;
    }

    #what-we-do .cards .card span {
        width: 50px;
        margin-bottom: 20px;
    }

    #what-we-do .cards .card h3 {
        font-size: 16px;
    }

    #what-we-do .cards .card p {
        font-size: 14px;
        line-height: 1.6rem;
        margin-top: 10px;
    }

    /* Who We Are Section */
    #who-we-are {
        padding: 40px var(--body-padding);
    }

    #who-we-are .linear-gradient-text-red {
        font-size: 18px;
        line-height: 30px;
        margin: 15px 0 30px;
        text-indent: 0;
    }

    /* Client Logos */
    #client-logos {
        padding: 40px var(--body-padding);
    }

    /* Services Section */
    #services {
        padding: 40px var(--body-padding);
    }

    #services .cards {
        gap: 15px;
        margin-top: 30px;
    }

    #services .cards .card,
    #services .cards .card:nth-child(4n + 1),
    #services .cards .card:nth-child(4),
    #services .cards .card:nth-child(4n + 2),
    #services .cards .card:nth-child(4n + 3) {
        width: 100%;
    }

    #services .cards .card .topic {
        width: 100%;
    }

    #services .cards .card h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #services .cards .card p.description {
        margin-bottom: 30px;
        font-size: 14px;
    }

    /* Products Section */
    #products {
        padding: 40px var(--body-padding);
    }

    #products .cards {
        gap: 15px;
        margin-top: 30px;
    }

    #products .cards .card:nth-child(1),
    #products .cards .card:nth-child(2),
    #products .cards .card:nth-child(n + 3) {
        width: 100%;
    }

    #products .cards .card .topic {
        padding: 30px 20px 20px;
    }

    #products .cards .card .topic h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    /* Featured Products */
    #featured-products {
        padding: 40px var(--body-padding);
    }

    #featured-products .content .cards {
        margin-top: 30px;
        gap: 15px;
    }

    #featured-products .content .cards .card,
    #featured-products .content .cards .card:nth-child(3n + 1),
    #featured-products .content .cards .card:nth-child(3n + 2),
    #featured-products .content .cards .card:nth-child(3n + 3) {
        width: 100%;
        height: 400px;
        padding: 30px;
        border-radius: 25px;
    }

    #featured-products .content .cards .card .topic h3 {
        font-size: 20px;
    }

    #featured-products .content .more-products-button {
        margin-top: 30px;
    }

    /* Our Process Section */
    #our-process {
        padding: 40px var(--body-padding);
    }

    #our-process.padding-top-bottom {
        padding: 40px var(--body-padding);
    }

    #our-process .content .cards {
        margin-top: 30px;
        flex-direction: column;
    }

    #our-process .content .cards .card {
        width: 100%;
        margin-bottom: 20px;
    }

    #our-process .content .cards .line {
        display: none !important;
    }

    #our-process .content .cards .card .topic h3 {
        font-size: 18px;
        margin: 20px 0 25px;
    }

    #our-process .content .cards .card .topic h3 .step {
        font-size: 45px;
    }

    /* Testimonials Section */
    #testimonials-slider {
        padding: 40px var(--body-padding);
    }

    #testimonials-slider .content .cards .card {
        padding: 15px;
    }

    #testimonials-slider .content .cards .card .topic p {
        margin-top: 25px;
        font-size: 14px;
    }

    #testimonials-slider .content .cards .card .topic .client {
        margin-top: 25px;
    }

    /* Blogs Section */
    #blogs {
        padding: 40px var(--body-padding);
    }

    #blogs .cards {
        margin-top: 30px;
        gap: 20px;
    }

    #blogs .cards .card {
        width: 100%;
        height: auto;
    }

    #blogs .cards .card .card-image {
        height: 250px;
    }

    #blogs .cards .card .topic {
        padding: 20px;
    }

    #blogs .cards .card .topic h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #blogs .cards .card .topic p {
        font-size: 14px;
    }

    #blogs .more-blogs-button {
        margin-top: 30px;
    }

    /* Footer Section */
    #footer {
        padding: 40px var(--body-padding) 20px;
    }

    #footer .wrapper .content .top {
        flex-direction: column;
        margin-bottom: 50px;
        gap: 30px;
    }

    #footer .wrapper .content .top .topic {
        width: 100%;
    }

    #footer .wrapper .content .top .topic h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #footer .wrapper .content .bottom {
        flex-direction: column;
        gap: 40px;
    }

    #footer .wrapper .content .bottom .one,
    #footer .wrapper .content .bottom .two {
        width: 100%;
    }

    #footer .bottom-bar {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    #footer .bottom-bar ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    #footer .bottom-bar ul li {
        margin-left: 0;
    }

    /* Spotlight Secondary */
    #spotlight-sec {
        padding: 30px var(--body-padding);
    }

    #spotlight-sec .wrapper .content {
        height: auto;
        min-height: 300px;
        padding: 40px 20px;
    }

    #spotlight-sec .wrapper .content .heading-1 p {
        font-size: 22px;
    }

    /* Service Items */
    #service-items {
        padding: 30px var(--body-padding);
    }

    #service-items .service-item {
        margin-bottom: 30px;
    }

    #service-items .service-heading {
        margin-bottom: 30px;
    }

    #service-items .service-heading .wrapper .content .title h2 {
        font-size: 24px;
    }

    #service-items .service-heading .wrapper .content .title span {
        padding: 8px;
        margin-right: 12px;
    }

    #service-items .service-heading .wrapper .content .title span small {
        width: 25px;
        height: 25px;
    }

    #service-items .services-card .wrapper .services .service {
        width: 100%;
        margin-bottom: 15px;
    }

    /* Contact Form */
    #contact-form {
        padding: 40px var(--body-padding);
    }

    #contact-form .form form {
        padding: 0;
    }

    #contact-form .form form .input-group input:not([type="checkbox"]),
    #contact-form .form form .input-group textarea {
        font-size: 16px;
    }

    #contact-form .messages {
        padding: 0 20px;
    }

    /* Buttons */
    .red-main-button {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Contact Us Steps */
    #contact-us-steps {
        padding: 40px var(--body-padding);
    }

    #contact-us-steps .cards {
        gap: 20px;
        margin-top: 30px;
    }

    #contact-us-steps .cards .card {
        width: 100%;
    }
}

/* Extra Small Mobile (max-width: 480px) */
@media screen and (max-width: 480px) {
    :root {
        --body-padding: 15px;
    }

    #header .logo {
        width: 110px;
    }

    .heading-1 p {
        font-size: 20px;
    }

    #spotlight .wrapper .content h1 {
        font-size: 26px !important;
    }

    /* What We Do - Single Column on Very Small Screens */
    #what-we-do .cards .card {
        width: 100%;
    }

    /* Footer */
    #footer .wrapper .content .top .topic h2 {
        font-size: 24px;
    }

    #footer .wrapper .content .bottom .one .logo small {
        width: 140px;
    }

    /* Service Items */
    #service-items .service-heading .wrapper .content .title h2 {
        font-size: 20px;
    }

    #service-items .service-heading .wrapper .content .title {
        flex-wrap: wrap;
    }
}
