:root {
  /* Keep the existing red */
 
     --text-font: "Unbounded", cursive;
  --container-pt: 60px;
    --container-pb: 60px;
}
body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}
.plan-section .tabs-sec .nav-pills .nav-link.active .icon-box i {
  background: -webkit-gradient(linear, right top, left top, from(#fa0006), to(#00A650));
  background: linear-gradient(to left, #fa0006, #00A650);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header .logo img{
	    width: 240px;
}
.sticky-header .logo img {
   width: auto;
    max-height: 55px;
}
.footer-v2{
	    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
}
.sec-title-v4 h2{
	  
}
.footer-bottom .copyright-text{
      text-transform: capitalize;
}
.footer-v2 .footer-bottom .copyright-text p{
      font-weight: 400;
    font-size: 13px;
}
.footer-v2 .footer-bottom .other-links li a{
  text-transform: capitalize;
      font-size: 13px;
        font-weight: 400;

}
.footer-v2 .footer-bottom {
    background-color: #8a0202;
    padding: 12px 0;
}
.main-menu .navigation > li > ul{
      width: 363px;
}
.memebership-section .membership-content .memebership-content form button{
      margin-left: 0;
}
.client-section {
  /* position: relative; */
  /* padding: 120px 0; */
}
.client-section .bg {
  background-image:  url(../images/icons/pattern-bg2.png);;
  -o-object-fit: cover;
     object-fit: cover;
        background-color: #f5f5f5;
}
.client-section .content-box .image {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin-right: 10px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-section .sec-title-v3 h2{
  color: #fff;
}
.client-section {
    position: relative;
    padding: 54px 0 68px;
}
.client-section .sec-title-v3 .sub-title {
    font-size: 16px;
    color: #eee;
}
.client-section-two {
    position: relative;
    padding: 50px 0 50px;
}
.page-title{
        padding-top: 234px;
        min-height: 450px;
}
.news-section-three{
    padding: 0px 0 50px;
}
.faqSection {
    padding: 120px 0 94px;
    position: relative;
    /*background-image: url(../images/background/deal3-bg.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}


.testimonial-section-four .form-column .inner-column .sec-title-v4 .title,.testimonial-section-four .form-column .inner-column .sec-title-v4 .sub-title,.testimonial-section-four .form-column .inner-column .sec-title-v4 p
, .testimonial-section-four .form-column .inner-column .form-column .title,.containerr {
    color: #050505;
    
}
.testimonial-section-four .form-column .inner-column .form-column .input input,.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea{
        border: 2px solid #4a4646;
}
.checkmark{
        border: 2px solid #423e3e;
}
.containerr .checkmark:after{
        background: #322929;
}
.testimonial-section-four .form-column .inner-column .form-column .input input::-webkit-input-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}

.testimonial-section-four .form-column .inner-column .form-column .input input::-moz-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}

.testimonial-section-four .form-column .inner-column .form-column .input input:-ms-input-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.testimonial-section-four .form-column .inner-column .form-column .input input:-moz-placeholder,
.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.testimonial-section-four .form-column .inner-column .form-column .textarea-column input {
    background: #f90007;
    color: #fff;
}
.testimonial-section-four,.oemCLient {
    
    background-image: url(../images/background/deal3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.clientSection.categories-section .content-box{
        flex-wrap: wrap;
       gap: 10px;
}
.clientSection .categories-block {
    margin-bottom: 0;
    margin-right: 0;
        width: calc(15% - 18px);
}
.clientSection.categories-section .categories-block .inner-box{
        padding: 20px;
}
.clientSection.categories-section .categories-block .inner-box .image {
    margin-bottom: 0;
}
.clientSection.categories-section .categories-block .inner-box .image img {
    border-radius: 0;
}
.sec-title-v4 .sub-title {
    display: block;
    margin-top: 18px;
}
.about-section-four {
    
    padding: 60px 0 60px;
}
/* Custom Contact Section Styles */
/* Custom Contact Section Styles */
.contact-info-wrapper {
    padding: 20px 0;
}

/* Base style for the white box */
.contact-item {
    transition: all 0.3s ease;
    border: 1px solid #eaeaea; 
}

/* Fixed size, transparent background, and red border for the icon container */
.contact-item .icon-box {
    width: 60px;
    height: 60px;
    background-color: transparent;         /* Makes background transparent */
    border: 2px solid #dc3545;             /* Adds the red border */
    color: #dc3545;                        /* Makes the FontAwesome icon red */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
    transition: transform 0.3s ease;
}

/* Hover effect for the ENTIRE white box */
.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important; 
    border-color: #dc3545 !important; /* Changed hover border to red to match your icons */
}

/* Slight scale effect on the icon when hovering the box */
.contact-item:hover .icon-box {
    transform: scale(1.05);
}

/* Keeps email links clean but highlights them on hover */
.email-link {
    transition: color 0.3s ease;
}

.email-link:hover {
    color: #dc3545 !important; /* Changed email hover link to red */
}
.faqSection{
        padding: 0px 0 0px;
}
 .footer-v4  p {
    color: #ffffff;
}
h4.widget-title {
    color: #fff;
}
.client-section-two{
        background: #f4f4f4;
}
.sidebar-service-list li a{
        padding: 19px 65px 19px 19px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}
.about-info-box .title-box{
        padding: 58px 33px 38px;
}
.list-style-two li{
    font-size: 18px;
}
.about-section-v2 {
    padding: 60px 0 29px;
}
.services-section-three {
    position: relative;
    padding: 40px 0 65px;
}
/* Header Top Social Links */
.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-right .header-social-links {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 12px; /* Space between icons */
}

.top-right .header-social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: transparent; 
    color: #ffffff; /* Default icon color */
    border: 1px solid #e0e0e0; /* Optional border */
    border-radius: 50%; /* Makes them circular */
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Hover Effect - Using the red from your new-style.css */
.top-right .header-social-links li a:hover {
    background-color: #dc3545; 
    color: #ffffff;
    border-color: #dc3545;
    transform: translateY(-3px); /* Slight jump effect on hover */
    box-shadow: 0 5px 10px rgba(220, 53, 69, 0.2);
}
.sec-title h2{
        text-transform: capitalize;
}
.client-section-two .content-box .image-box {
    border: 2px solid #c62663;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
    box-shadow: 0px 10px 60px rgba(255, 239, 243, 0.9);
}
.footer-v4 .footer-top .text-column .title{
         font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
        line-height: 32px;
}
.footer-v4 .widgets-sections {
    padding: 10px 0 0;
}
.footer-v4 .footer-top {
    position: relative;
    padding: 46px 0 52px;
}
.about-section-four .content-column .inner-column p{
        font-size: 16px;
}
.user-links li{
        font-size: 14px;
}
./*main-header .outer-box .header-btn{
        padding: 0 38px 0 5px;
}
.main-header .outer-box .header-btn span{
        margin-left: 0;
    margin-right: 10px;
}
.main-header .outer-box .header-btn span i{
        line-height: 20px;
}*/
.what-we-do-block{
    left: unset !important;
}
.what-we-do-block {
    max-width: unset;
    margin-bottom: 32px;
}
.what-we-do-section{
        padding: 38px 0 40px;
}
.what-we-do-block .inner-box .icon-box {
    font-size: 25px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 64px;
    background-color: #f0e5f0;
    border-radius: 50%;
    color: #4e0061;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto 24px;
    padding-top: 10px;
}
.services-section-v2 .tabs-column .nav-tabs li .nav-link span{
        font-size: 15px;
        text-transform: capitalize;
}
.what-we-do-block .inner-box .title{
        font-size: 20px;
}
.what-we-do-block .inner-box{
        min-height: 367px;
}
.footer-v4 .footer-bottom .copyright-text p{
        font-size: 16px;
  
    line-height: 27px;
}
.about-info-box .title-box .title{
            font-size: 22px;
}
.features-section .features-content .feature-box:nth-child(2) {
    right: unset;
}
.what-we-do-block{
        left: unset !important;
        right: unset;
}
.sidebar-service-list li.current a {
    color: #ffffff;
    background-color: #424242;
}
.testimonial-section-four{
        padding: 50px 0;
}
.features-section{
    padding: 50px 0;
}
.header-top .top-center img {
    display: none;
}
.footer-v4 .footer-top::before{
        height: 5px;
}
.inner-column h1,.inner-column h2 {
    font-size: 55px;
    line-height: 62px;
    margin-bottom: 38px;
}
.header-style-four .sticky-header {
    background-color: #282828;
}
.service-section .inner-box.active, .service-section .top-title ul li{
    outline: none !important;
}
.banner-section-four .content-column .inner-column {
    padding: 0;
}
.contentBox{
    padding: 245px 15px 134px;
}
.banner-section-four .content-column .inner-column .banner-slides .slick-dots, .banner-section-four .content-column .inner-column .banner-slides-rtl .slick-dots{
        bottom: 22px;
}
 .inner-column .read-more {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    width: 252px;
    border-radius: 50px;
    height: 60px;
    color: #ffffff;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.inner-column .read-more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
    background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
    height: 100%;
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-section-four  .slick-dots {
    
    bottom: 56px;
    
    text-align: left;
}
.content-column.col-lg-6.col-md-6.col-sm-12,.banner-section-four .slick-dots{

        /*  padding-left: calc(17%);*/
}
.service-section .inner-box.active, .service-section .top-title ul li {
        background: linear-gradient(to left, #ffd5d6, #ffe3e4, #fdcffd);
 
}
.banner-section-four .image-column .image{
    overflow: hidden;
}
.page-title .title {
    font-size: 64px;
    color: #171717;
    margin-bottom: 17px;
}
.main-header {
        width: 100%;
    z-index: 999;
    background: linear-gradient(180deg, rgb(255 255 255), rgb(255 255 255 / 38%));
    padding-bottom: 24px;
}
.page-title{
        margin-top: -139px;
}
.page-title {
    padding-top: 13px;
   
}
.header-style-four .header-lower{
        padding: 15px 15px 0;
}
.page-breadcrumb {
  
    margin-top: 107px;
}
.header-style-four .header-top .top-right button i{
    color: #fff;
}
.theme-btn-v2{

font-size: 14px;
}
.header-top .top-right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    background: transparent;
}
.header-top .top-right a.login-btn {
    margin-left: 72px;
}
.header-style-four .header-top .top-right a {
    color: var(--theme-color-light);
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-style-four .header-top .top-right a i {
    color: var(--theme-color-v2);
    font-size: 22px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;    
    position: relative;
    top: 3px;
    margin-right: 7px;
}
.header-style-four .header-top .top-right a i {
    color: #fff;
}
.banner-section-four .image-column .image img {
    max-width: unset;
    top: 90px;
    right: 0;
    position: relative;
    width: 100%;
}
.image-column .image-box{
    min-height: 580px;
}
.banner-section-four .image-column .image{
        margin-top: 27px;
}
.service-block-three .inner-box .title{
    font-size: 18px;
}
.service-block-three .inner-box{
    padding: 0 0 32px 33px;
}
.service-block-three .inner-box p{
    line-height: 24px;
}
.inner-column h1, .inner-column h2{
    font-size: 40px;
    line-height: 48px;
}
.page-title .title {
    font-size: 40px;
    
}
.testimonial-section-four .form-column .inner-column .sec-title-v4 .sub-title{
    margin: 0;
}
.checkmark{
    top: 16px;
}
.sec-title-v4 h2{
    font-size: 45px;
}
.about-section-four .content-column .inner-column .about-block-four .inner-box .icon-box .title{
        font-size: 15px;
}
.header-style-four .main-box .nav-outer, .main-header .outer-box{
        padding-top: 34px;
}
.header-style-four .header-top .top-right button:hover {
    color: #ffffff;
}
.banner-section-four::before{
        background-size: 100%;
        width: 56%;
}
.call-to-action .content-column .inner-column .sec-title h3{
        font-size: 30px;
}
.categories-block .inner-box .image img{
        height: 98px;
    object-fit: contain;
}
.client-section-two .content-box .image-box .image img{
    height: 83px;
    object-fit: contain;
}
.testimonial-section-four .form-column .inner-column .form-column .cheak-box-sec{
        flex-wrap: wrap;
}
.testimonial-section-four .form-column .inner-column .form-column .cheak-box-sec .containerr{
    
    font-size: 13px;
}
.categories-block .inner-box{
        min-height: 142px;
}
.inner-box span{
        padding-top: 23px;
    display: block;
    font-weight: 600;
    color: #ff1a1a;
    font-size: 22px;
}
ul.social-links {
    display: none;
}
.client-section .content-box .image img{
    height: 53px;
    object-fit: contain;
}
.powerdBlock{
    color: #000;
    font-weight: 700;
}
.powerdBlock li{
    font-weight: 400;
    color: #fff;
    font-size: 10px;
}
.powerdBlock li a{
font-weight: 700;
    border-spacing: #ccc;
    color: #12fff6;
}
.contact-form .form-group ::-ms-input-placeholder {
  color: #000 !important;
}
.testimonial-section-four .form-column .inner-column .form-column .input input,.testimonial-section-four .form-column .inner-column .form-column .textarea-column textarea{
        color: #000000 ;
}
.contact-item p{
    font-size: 13px;
}
.footer-v4 .footer-top .contact-info .inner-box form a {
    font-size: 14px;
    color: #ffffff;
    background: -webkit-gradient(linear, right top, left top, from(var(--theme-color3)), color-stop(var(--theme-color3)), to(var(--theme-color4)));
    background: linear-gradient(to left, var(--theme-color3), var(--theme-color3), var(--theme-color4));
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 50px;
    margin-left: 10px;
    line-height: 56px;
}
.checkmark{
    border-radius: 0;
}

@media(max-width: 767px){
    .inner-column h1, .inner-column h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 38px;
    }
    .banner-section-four{
            margin-top: 0;
    }
    .banner-section-four .image-box {
        margin-top: 37px;
    }
    .banner-section-four .image-column .image .img-text{

        display: none;
    }
    .banner-section-four .image-column .image img {
        right: 0;
    }
    .page-title .title{
          
        font-size: 30px;
    }
    .page-title {
        
        margin-top: 0;
         min-height: 361px;
    }
    .main-header .logo img {
        width: 158px;
    }
        .categories-section .content-box .categories-block {
        margin-right: 0;
        width: calc(50% - 7px);
    }
    .image-column .image-box {
    min-height: unset;
}
}