
.darkHeader{
    margin-top: 0px !important;
}
/** ADD YOUR AWESOME CODES HERE **/
/* header */
.navbar-dark .navbar-nav .nav-link{
    color:black;
    font-weight: 500;
}
.navbar-dark{
    background: white;
   
}
.img-fluid.logo{
    height: 50px;
    min-width: 150px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #0a0a0a;
    letter-spacing: 1px;
    font-size: 12px;
    position: relative;
    text-transform: capitalize;
}

.icons-navbar a{
   border-radius: 10px;
    background-color: #FFEDED;
    width: 50px;
    text-align: center;
}
.navbar-button{
    background-color: #E00A0A !important;
    color: white !important;
    width:100px !important;
}
.icons-navbar {
    display: flex;
    justify-content: space-between;
    width:230px;
    margin-left: 5rem !important;
}
.container.container-one {
    padding-left: 70px;
    padding-right: 70px;
}



/*  */
.backgound-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}



@media screen and (min-width: 992px) {
    .announcement-bar .social-icons {
        display: flex;
        align-items: center;
        position: absolute;
        right: 16px;
        top: 4px;
    }
}
.social-icons a {
    color: white;
    font-size: 15px;
}
.btn1 {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 10px;
    font-size: 30px;
    color: #fff;
}
.container{
    padding-left: 0px;
    padding-right: 0px ;
}
/* banner */
.heading{
    text-align:right;
    padding-right: 16rem;
}
.heading p {
    font-size:14px;
    padding: 0px 0px;
}
.heading h3 {
    color: ffffff;
    color: rgb(10, 10, 10);
    font-size: 30px;
    font-weight: 600;
    padding: 0;
}
.btn-ber {
    margin-top: 30px;
    width: 88%;
}

h3.cd-headline-two {
    width: 93%;
}
.cd-headline.clip span {
    padding: 0px 0px;
    color: #E00A0A;
    font-size: 30px;
    font-style: italic;
}
span.banner-span-hedaing {
    color: #E00A0A;
}
.get_btn{
    background: #C52C32;
    color: white;
    border-radius: 10px;
    padding: 14px 54px;     
}

   
    
  
   
   
    
   
    
    .nav-item {
        position: relative;
    }
    
    
    .mega-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 4.4rem;
        left: 0;
        width: 200px;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: visibility 0.3s ease, transform 0.3s ease;
        transform: translateY(10px);
        z-index: 9999;
        padding: 20px;
    }
    
    .nav-item:hover .mega-menu,
    .mega-menu:hover {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    
    .mega-menu ul {
        list-style-type: none;
        padding: 0;
    }
    
    .mega-menu li {
        margin-bottom: 10px;
    }
    
    .mega-menu a {
        color: #333;
        text-decoration: none;
    }
    
    .mega-menu a:hover {
        text-decoration: underline;
    }
    .dmtop {
        background-color:#C52C32;
        z-index: 100;
        width: 50px;
         height: 50px;
        line-height: 47px;
        position: fixed;
        bottom: -100px;
        border-radius: 50%;
        right: 10px;
        text-align: center;
        font-size: 28px;
        color: #ffffff !important;
        cursor: pointer;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        -ms-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
    }
    .tronix-service-three-item-two {
      height: 300px;
    }
    

    /* shopify page */
    /* section-one */
   

/* responsive */







/* section-one */

.about-section {
    padding: 50px;
    background-color: #fff;
}
.about-text h5 {
    color: red;
}
.about-text h1 {
    font-size: 36px;
    font-weight: bold;
}
.about-text p {
    margin-top: 20px;
    font-size: 18px;
    color: #777;
}
.features-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.features-list li {
    font-size: 16px;
    margin-bottom: 10px;
}
.features-list li::before {
    content: '✓';
    color: red;
    margin-right: 10px;
}
.consultant-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.consultant-info img {
    border-radius: 50%;
    margin-right: 15px;
    height: 50px;
    width: 50px;
}
.experience-badge {
    background-color: red;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px;
}
i.fa-solid.fa-phone {
    border-radius: 10px;
    padding: 12px;
    background: red;
    color: white;
}
.consultant-contact {
    display: flex;
    gap:9rem;
}
.contact-no {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.contact-info {
    display:flex;
}
strong{
    color:black;
}
.featured-list-text {
    display: flex;
    justify-content: space-between;
}


/* blog-section */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .card {
    width: 300px;
    height: 300px;
    
    background-color: #FAFAFA;
   
    border:none;
    padding: 20px;
    text-align: center;
  }
  .col-md-4.mb-4 {
    border-right: 1px solid #F3F3F3;
    border-bottom:  1px solid #F3F3F3;
    margin-bottom: 0 !important;
    background-color: #FAFAFA;
}
.card-title{
    margin-top:0 !important;
    font-weight: 700;
    font-size: 1rem;
}
.card-body{
    display: flex;
    gap:1rem;
}
  .card h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  .card p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 15px;
  }
  
  .card .icon {
    font-size: 40px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .card a {
    display: inline-block;
    background-color: #FAFAFA;
    color: #C52C32;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
  }
  .text-primary {
    color: #C52C32!important;
}
  .card a:hover {
    background-color: #0056b3;
  }

  .blog-heading h3{
    color:#C52C32;
    font-weight: 500;
  }
  .blog-heading h1{
    font-size: 36px;
    font-weight: bold;
   
  }
  i.fa-solid.fa-arrow-right {
    margin-right: 10px;
    padding: 7px;
    border-radius: 50%;
    background: red;
    color: white;
}

/* banner */
.banner {
    background-color:transparent;
    color: white;
    padding: 50px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0px;
}
.banner-cont{
    
    background: linear-gradient(#d00000, #d00000), url('../images/us-images/banner-img.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}
.banner-text {
    font-size: 1.5rem;
    font-weight:600;
}

.btn-banner{
    color: #d00000;
    font-size: 12px;
   font-weight: 600;
    background: white;
    border-radius: 10px;
}


/* business -goal */
.bg-light-gray {
    background-color: #f8f9fa;
}
.card-img-top {
    max-height: 300px;
}
.icon-container {
    display: flex;
   gap: 2rem;
    margin-bottom: 20px;
}
.icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.btn-primary {
    margin-right: 15px;
}

.consult p{
    color:#d00000;
}
.display-4 {
    font-size:2rem;
    font-weight: 600;
    line-height: 1.2;
}
.font-weight-bold {
    font-weight: 700 !important;
    color: rgb(15, 14, 14);
    font-size: 1rem;
    margin-left:0;
}
.icon-container i{
    font-size: 28px;
}

.btn-cont{
    color: #fff;
    background-color:#d00000;
    border-radius: 10px;
}

.btn-video{
    background: transparent;
    color:#d00000;
}
.btn-play{
    color:#d00000;
    border-radius: 50%;
    background-color: #FBF0EF;
}
.button-business {
    margin-bottom: 5rem;
}



/* document */

.container-doc {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:transparent;
}
.section-doc{
    background-color: #000;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.stat-box {
  text-align: center;
  display: flex;
}
.stat-box h2 {
    font-size: 39px;
    margin-bottom: 0px;
    color:white;
}
.stat-box p {
    font-size: 15px;
    color:white;
}
.icon {
    width: 60px;
    height: 60px;
   
}
.stat-tex {
    text-align: center;
}

.stat-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #d00000;
    width: 60px;
    height: 60px;
}
.stat-img  i{
    color:white !important;

}


/* projects */

.section-project{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/us-images/project0back.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.project-heading{
    display: flex;
    justify-content: space-between;
}
.cont-project{
   
    width:70%;
    height:570px;
    margin-top: 5rem;
}
.cont-project h3{
    color: #d00000;
    margin-bottom: 0;
}
.project-text h1{
    font-weight: 600;
    font-size: 31px;
}

.btn-project{
    background-color: white;
    color:black;
}
.btn-protext{
    background-color: transparent;
}
.btn-protext span{
    color:#d00000;
}
.project-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 5rem;
    
    display: flex;
    gap:10px;
}
.project-img1 {
    height: 400px;
   
    width: 60%;
    background-image: url('../images/us-images/projectimg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
.project-img2 {
    height: 400px;
    border-radius: 10px;
    width: 40%;
    background-color:#181C25;
}
.project-img2 .card-body{
    display: flex;
    flex-direction: column;
    color: white;
    background-color: transparent;
}
.project-img2 .card{
    background-color: transparent;
}


.trusted-clients {
    text-align: center;
    padding: 50px 0;
    padding-bottom: 0;
  }
  .trusted-clients h5 {
    margin-bottom:0;
  }
  .client-logo {
    display: inline-block;
    margin: 10px;
  }
  .project-section {
    background: #f8f9fa;
    padding: 50px 0;
  }
  .project-detailsss {
    background: #2d3e50;
    color: white;
    padding: 20px;
    border-radius: 10px;
  }
  .project-detailsss h2 {
    color: white;
  }
  .project-detailsss p {
    color: #cccccc;
  }
  .btn-custom {
    background: red;
    color: white;
  }

  .btn-view-project{
    background-color:#d00000 !important;
    border-radius: 10px;
  }
  .Project-Image{
    border-radius: 10px;
    height: 100%;
  }
.cont-trust {
    flex-direction: column;
}



/* profesional-tezm */

.team-section {
    padding: 50px 0;
    background: #f8f9fa;
    text-align: center;
  }
  .team-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .team-section h5 {
    color: #e74c3c;
    font-weight: bold;
    
  }
  .team-member {
    margin-bottom: 30px;
  }
  .team-member img {
    width: 100%;
    
  }
  .team-member .info {
    padding-top: 1rem;
    padding-left: 1rem;
    text-align: left;
    background-color: white;
  }
  .team-member h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
  }
  .team-member span {
    color: #e74c3c;
  }
  .social-icons-team{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap:5px;
  }
  .social-icons-team a {
    color: #fff;
    background: #e74c3c;
    border-radius: 50%;
    padding: 5px 8px;
    margin-left: 5px;
    font-size: 14px;
    text-decoration: none;
  }

.cont-team {
    flex-direction: column;
}


/* consulting-section */

.consulting-section {
    padding: 50px 0;
    text-align: left;
  }
  .consulting-section h5 {
    color: #e74c3c;
    font-weight: bold;
  }
  .consulting-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .consulting-section p {
    color: #666;
    margin-bottom: 30px;
  }
  .feature-list .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 20px 20px 50px rgb(205 212 212 / 50%);
    backdrop-filter: blur(30px);
    border: 1px solid #F0F0F0;
    border-radius: 10px;
  }
  .feature-list .feature-item i {
    color: #e74c3c;
    font-size: 20px;
    margin-right: 10px;
  }
  .feature-list .feature-item span {
    font-size: 16px;
    font-weight: bold;
  }
  .feature-box {
    display: flex;
    justify-content: space-between;
}
.cont-consult{
    border-bottom: 4px solid red;
}

/* testimonal-section */
.testimonial-section {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color:white;
    justify-content: center;
}

.testimonial-container {
    max-width: 600px;
    margin-right: 20px;
}

.testimonial-heading {
    font-size: 24px;
    color: #ff6f61;
    margin: 0;
}

.testimonial-subheading {
    font-size: 32px;
    color: #333;
    margin: 10px 0;
}

.testimonial-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.author-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.author-title {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonial-navigation {
    margin-top: 20px;
}

.nav-button {
    background: none;
    border-radius: 50%;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    background-color: white;
    box-shadow: 20px 20px 50px rgb(205 212 212 / 50%);
    color: black;
    border: none;
}

.nav-button:hover {
    background-color: #eee;
}

.testimonial-image {
    flex-shrink: 0;
}

.person-photo {
    max-width: 300px;
    height: auto;
}
.author-text{
    display: flex;
    flex-direction: column;
}
.testimonal-profile{
    display: flex;
    justify-content: space-between;
}


/* news-update */
.news-updates {
    padding: 40px;
    text-align: center;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-title {
    color: #ff6f61;
    font-size: 24px;
    margin-bottom: 10px;
}

.section-subtitle {
    color:white;
    font-size: 36px;
    margin-bottom: 40px;
}

.posts-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:2rem;
}

.postssss {
    background-color:transparent;
    border-radius: 8px;
    overflow: hidden;
    width: 23%;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.post-image {
    width: 100%;
    height: auto;
    position: relative;
}

.post-content {
    padding: 20px;
    text-align: left;
}

.post-category {
    color:white;
    font-size: 12px;
    margin-bottom: 10px;
}
.post-category span{
    color:red;
}

.post-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.post-datessss {
    color:white;
    font-size: 14px;
    /* margin-bottom: 20px; */
    position:absolute;
    background-color: red;
    bottom:-16px; 
    right: 0px; 
    padding-left: 10px;
    padding-right: 10px;
}

.read-more {
    color:white;
    text-decoration: none;
    font-size: 14px;
    
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.read-more:hover {
    background-color: #ff6f61;
    color: #121212;
}
.post-align {
    position: relative;
    display: inline-block; /* Ensure the size of the container matches the image */
}


/* request a free quote */
.quote-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #fff;
}

.quote-container {
    display: flex;
    width: 80%;
    max-width: 1200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.quote-image {
    flex: 1;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-form {
    flex: 1;
    padding: 40px;
    background-color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-title {
    color:red;
    font-size: 20px;
    margin-bottom: 10px;
}

.form-subtitle {
    color: #333;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
}

form {
    display: flex;
    flex-direction: column;
}

.contact-input input, textarea {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #F6F6F6;
}

.contact-input a {
    padding: 10px 20px;
    border: none;
    border-radius:10px;
    background-color: #d00000 !important;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 50%;
}

button:hover {
    background-color: #e65c55;
}

.experience-img{
    width:50%;
}
.quote-inputsw {
    display: flex;
    justify-content: space-between;
}
.quote-inputsw input{
    width:47%;
}



/* gey in touch */
.contact-section {
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #F6F6F6;
}

.contact-details {
    padding: 20px;
}

.map {
    height: 300px;
    background: url('path_to_your_map_image.png') no-repeat center center;
    background-size: cover;
}

.get-in-touch, .post-address {
    border-right: 1px solid #ddd;
    max-width:25% !important;
}

.get-in-touch h3, .post-address h3 {
    font-weight: 600;
}

.get-in-touch p, .post-address p {
    margin-bottom: 0;
}

.get-no {
    margin-bottom: 1rem !important;
    color: black;
}

.get-day {
    color: #000 !important;
}

u {
    text-decoration-color: red;
}


/* footer */

.footer {
    padding: 40px 0;
    background-color: #0E1422 !important;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #ff3c00;
}
.footer h5 {
    border-bottom: 2px solid #ff3c00;
    display: inline-block;
    padding-bottom: 5px;
}
.footer .newsletter {
    background-color: white;
    border-radius:70px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background: linear-gradient(#d00000, #d00000), url(../images/us-images/banner-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}
.footer .newsletter input[type="email"] {
    border: none;
    padding: 10px;
    width: 70%;
    /* border-radius: 5px; */
   height: 50%;
   border-top-left-radius: 17px;
   border-bottom-left-radius: 17px;
}
.footer .newsletter button {
    background-color: #e60000;
    border: none;
    padding: 10px 20px;
    /* border-radius: 5px; */
    color: #fff;
    cursor: pointer;
    width: 52%;
    height: 41px;
    border-top-right-radius: 17px;
   border-bottom-right-radius: 17px;
}
.footer .contact-btn {
    background-color: #e60000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}
.footer .popular-updates img {
    width: 50%;
    border-radius: 5px;
    height: 50%;
}
.footer .popular-updates .update {
    display: flex;
    margin-bottom: 10px;
}
.footer .popular-updates .update img {
    margin-right: 10px;
}
.footer .popular-updates .update h6 {
    margin: 0;
    color: white;
}
.footer .popular-updates .update p {
    margin: 0;
    font-size: 0.8em;
    color: #bbb;
}

.container.cont-foot {
    flex-direction: column;
}
.news-text h4 {
    color: white !important;
    font-size: 12px;
}
.news-text h2{
    color: white !important;
    font-weight: 600;
}
.news-mail {
    display: flex;
   
}

.foot-quick{
    color:white;
}
.foot-list a{
    color: #999;
}
.foot-list i{
    margin-right: 7px;
}
.foot-policy{
    display: flex;
    justify-content: space-between;
}
.foot-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.foot-timing{
    background-color: #181E2A;
    border-radius: 10px;
}
.foot-timing p{
    color:white;
}
.update a{
    color: red;
}
.foot-para {
    display: flex;
    justify-content: space-between;
}



/* conatct-us */
 .section-contact{
    background: linear-gradient( to right ,#d00000,#262626, #d00000), url(../images/us-images/banner-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    margin-top: 4.7rem;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.contact-title h2{
    color:white;
    font-weight: 700;
    font-size: 35px;
}
.contact-button a {
    background-color: white;
    color:red;
    border-radius: 25px;
    padding: 10px;
}
.cont-contact {
    justify-content: space-between;
}
.contact-button .home{
    color:gray;
}
.contact-button .us{
    color: black;
} 


/* conatct-quote */
.contact-quote{
background-color: white;
  
}
 .post-quote{
    display: flex;
    gap:10px;
 }
.post-content-icon i{
    color:#E00A0A ;
    font-size: 35px;
}
.post-content-text p{
    color:#E00A0A ;
}
.post-content-text h4{
    color:black
}


/* map -section */
.section-map-image iframe{
    width: 100%;
    height:500px;
}
.contact-contact-form{
    width:80%;
}
.contact-contact-quote-form{
    text-align: center;
    align-items: center;
}
.contact-contact-quote-form a{
    background-color: #d00000;
    color: white;
    border-radius: 10px;
}

/* .company-map iframe{
    width:50%;
} */

/* media queries */
@media (min-width: 768px) and (max-width: 991px) {
    .icons-navbar {
        display: flex !important;
        justify-content: space-between!important;
        flex-direction: row !important;
        width: 100%;
        margin-left: 0rem !important;
       
    }
    .navbar-shrink.navbar-dark .navbar-toggler {
        color: white;
        border:none;
    }
    #mainNav {
        background-color:white;
    }
    .navbar-dark .navbar-toggler {
        color: white;
        border-radius: 10px;
        background: #C52C32;
    }
    .main-banner{
        margin-top: 6rem;
    }
    .heading p {
        margin-top: 3rem;
        padding: 0;
        margin: 0;
      }
      

      /* get in touch */
      .contact-details {
        text-align: center; 
    }

    .get-in-touch, .post-address {
        border-right: none;
        border-bottom: 1px solid #ddd; 
        padding: 15px; 
    }

    .map {
        height: 250px; 
    }

    
    .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
        max-width: 25% !important;
    }

    iframe {
        width: 100%; 
        height: auto; 
    }

    /* request a free quote */
    .quote-section {
        padding: 20px;
    }

    .quote-container {
        flex-direction:row;
        width: 100%;
        max-width: none;
    }

    .quote-image {
        width: 100%;
        height: auto;
    }

    .quote-form {
        padding: 20px;
    }

    .form-title {
        font-size: 18px;
    }

    .form-subtitle {
        font-size: 28px;
    }

    .contact-input input, textarea {
        font-size: 14px;
    }

    .contact-input a {
        width: 100%;
        text-align: center;
    }

    .quote-inputsw {
        flex-direction: column;
    }

    .quote-inputsw input {
        width: 100%;
        margin-bottom: 10px;
    }

    /* footer */
    .footer .newsletter {
        flex-direction: column;
        padding: 15px;
    }

    .footer .newsletter input[type="email"] {
        width: 100%;
        margin-bottom: 10px;
        
    }

    .footer .newsletter button {
        width: 100%;
       
    }

    .footer .foot-content {
        flex-direction:row;
        align-items: flex-start;
    }

    .footer .col-md-3 {
        margin-bottom: 20px;
        width: 100%;
    }

    .footer .foot-policy {
        flex-direction: column;
    }

    .footer .popular-updates img {
        width: 100%;
        height: auto;
    }

    .footer .popular-updates .update {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .popular-updates .update img {
        margin-bottom: 10px;
    }

    .footer .foot-timing {
        margin-top: 20px;
    }

    /* news-update */
    .postssss {
        width:31%; 
    }

    
    .post-datessss  {
        font-size: 12px; 
        padding: 5px;
    }

    .post-title {
        font-size: 18px; 
    }

    .section-title {
        font-size: 22px; 
    }

    .section-subtitle {
        font-size: 30px; 
    }
    .posts-container{
        gap:1rem;
        flex-direction: row;
        width:100%;
    }

    /* testimonal-section */
    .testimonial-section {
        flex-direction:row;
        align-items: center;
        padding: 20px;
    }

    .testimonial-container {
        margin-right: 0;
        max-width: 100%;
        text-align: center;
    }

    .testimonial-heading {
        font-size: 22px;
    }

    .testimonial-subheading {
        font-size: 28px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-image {
        margin-top: 20px;
        max-width: 250px;
    }

    .person-photo {
        width:100%;
        height:100%;
    }

    .author-name {
        font-size: 14px;
    }

    .author-title {
        font-size: 12px;
    }

    /* consulting-section */
    .consulting-section {
        padding: 40px 0;
    }

    .consulting-section h2 {
        font-size: 30px;
    }

    .consulting-section p {
        font-size: 14px;
    }

    .feature-list .feature-item {
        margin-bottom: 10px;
        padding: 8px;
    }

    .feature-list .feature-item span {
        font-size: 14px;
    }

    .feature-box {
        justify-content: space-around;
    }

    /* team -section */
    .team-section {
        padding: 30px 0;
    }

    .team-section h2 {
        font-size: 28px;
    }

    .team-section h5 {
        font-size: 16px;
    }

    .team-member h4 {
        font-size: 14px;
    }

    .team-member span {
        font-size: 12px;
    }

    /* Adjust the row layout for mobile screens */
    .team-row {
        flex-direction:row;
        align-items: center;
    }

    .team-member {
        margin-bottom: 20px;
        width: 100%;
        padding: 0 10px;
    }

    .team-member .info {
        padding-top: 0.5rem;
        padding-left: 0.5rem;
    }

    .social-icons-team {
        gap: 2px;
    }

    .social-icons-team a {
        padding: 3px 5px;
        font-size: 10px;
    }   

    /* project */
    .cont-project {
        width: 85%;
        height: auto;
        margin-top: 3rem;
    }

    .project-text h1 {
        font-size: 28px;
    }

    .project-heading {
        flex-direction:row;
        align-items: center;
        text-align: center;
        margin-bottom: 2rem;
    }

    .btn-project,
    .btn-protext {
        margin-top: 10px;
    }

    .project-detailsss {
        padding: 15px;
    }

    .trusted-clients h5 {
        font-size: 20px;
    }

    .client-logo {
        margin: 5px;
    }

    /* document */
    .stat-box h2 {
        font-size: 30px;
    }

    .stat-box p {
        font-size: 14px; 
    }

    .stat-img {
        width: 50px;
        height: 50px;
    }

    /* business-goal */
    .card-img-top {
        max-height: 200px; 
    }

    .icon-container {
        flex-direction:row;
        align-items: center;
        gap: 1rem; 
    }

    .button-business {
        text-align: center;
    }

    /* banner-img */
    .banner {
        flex-direction:row;
        align-items: center;
        padding: 30px 0; 
    }

    .banner-text {
        font-size: 1.25rem; 
        margin-bottom: 20px;
    }

    .btn-banner {
        font-size: 14px; 
        padding: 10px 20px; 
    }

    /* blog */
    .card {
        width: 100%; 
        height: 100%;
    }

    .col-md-4.mb-4 {
        border-right: none; 
    }

    .blog-heading h1 {
        font-size: 28px; 
    }

    .card-body {
        flex-direction: column; 
    }

   

    /* about */ 
    .about-text h1 {
        font-size: 28px; 
    }

    .about-text p {
        font-size: 16px; 
    }

    .features-list li {
        font-size: 14px; 
    }

    .consultant-info img {
        height: 40px; 
        width: 40px;
    }

    .consultant-contact {
        flex-direction: row;
        justify-content: space-between;
    }

    .featured-list-text {
        flex-direction:row;
        align-items: center;
    }

    .experience-badge {
        font-size: 20px; 
        padding: 15px;
    }

}

@media only screen and (min-width: 280px) and (max-width: 599px) {
    .navbar-dark .navbar-toggler {
        color: white;
        border-radius: 10px;
        background: #C52C32;
    }

    .container.container-one {
        padding-left: 0;
        padding-right: 0;
    }
    .icons-navbar {
        display: flex ! important;
        flex-direction: row !important;
        justify-content: space-between;
        width: 100%;
        margin-left: 0 !important;
    }
    #mainNav {
        background-color:white;
    }
    .img-fluid.logo {
        height: 34px;
        min-width: 133px;
    }
    .navbar-shrink.navbar-dark .navbar-toggler {
      color:white;
      border:none;
    }

    .heading {
        max-height: 512px;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .heading p {
        font-size: 19px;
        padding: 0;
        margin: 0;
        margin-top: 5rem;
    }
    
    /* get-in-touch */
    .contact-section {
        padding: 20px 0;
        box-sizing: border-box !important;
    }

    .get-in-touch, .post-address {
        padding: 10px; 
    }

    .map {
        height: 200px;
    }

    .get-no {
        font-size: 14px;
    }

    .get-day {
        font-size: 12px; 
    }

    .col-md-4 {
        width: 100%; 
        margin-bottom: 15px; 
    }

    iframe {
        width: 100%; 
        height: auto; 
    }

    /* request a quote */
    .quote-section {
        padding: 15px;
    }

    .quote-form {
        padding: 15px;
    }

    .form-title {
        font-size: 16px;
    }

    .form-subtitle {
        font-size: 24px;
    }

    .contact-input input, textarea {
        font-size: 12px;
    }

    .contact-input a {
        font-size: 12px;
        padding: 8px 16px;
        
    }
    .quote-container{
        flex-direction:column;
        width: 100%;
    }

    /* footer */
    .footer .newsletter {
        padding: 10px;
    }

    .footer .newsletter input[type="email"] {
        padding: 8px;
        font-size: 14px;
    }

    .footer .newsletter button {
        padding: 8px;
        font-size:9px;
        height:37px;
    }

    .footer .foot-content {
        flex-direction: column;
    }

    .footer .col-md-3 {
        width: 100%;
    }

    .footer .foot-timing {
        margin-top: 15px;
    }

    .footer .contact-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    .news-text h2{
        font-size: 13px;
    }
    .news-text h4 {
      font-size: 8px;
    }
    .footer {
        padding-bottom: 0 !important;
    }

    /* news-update */
    .postssss {
        width: 100%; 
    }

    .post-datessss {
        font-size: 10px; 
        padding: 4px;
    }

    .post-title {
        font-size: 16px; 
    }

    .section-title {
        font-size: 20px; 
    }

    .section-subtitle {
        font-size: 24px; 
    }

    /* testimoanl-section */
    .testimonial-section {
        padding: 15px;
        flex-direction: column;
    }

    .testimonial-heading {
        font-size: 20px;
    }

    .testimonial-subheading {
        font-size: 24px;
    }

    .testimonial-text {
        font-size: 12px;
    }

    .testimonial-image {
        max-width: 200px;
    }

    .person-photo {
        width:100%;
        height:100%;
    }

    .author-name {
        font-size: 12px;
    }

    .author-title {
        font-size: 10px;
    }

    .nav-button {
        padding: 5px;
        margin: 0 2px;
    }

    /* consulting-section */
    .consulting-section {
        padding: 30px 0;
    }

    .consulting-section h2 {
        font-size: 26px;
    }

    .consulting-section p {
        font-size: 12px;
    }

    .feature-list .feature-item {
        margin-bottom: 8px;
        padding: 6px;
    }

    .feature-list .feature-item span {
        font-size: 12px;
    }

    .feature-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .cont-consult {
        border-bottom: 3px solid red;
    }
    .consulting-section .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .consulting-section img {
        max-width: 100%;
        height: auto;
        display: block;
    }


    /* team-section */
    .team-section {
        padding: 30px 10px;
      }
    
      .team-section h2 {
        font-size: 28px;
        margin-bottom: 15px;
      }
    
      .team-section h5 {
        font-size: 18px;
      }
    
      .team-member {
        margin-bottom: 20px;
        width: 100%;
      }
    
      .team-member img {
        width: 100%;
      }
    
      .team-member .info {
        padding: 10px;
      }
    
      .team-member h4 {
        font-size: 16px;
        margin-bottom: 5px;
      }
    
      .team-member span {
        font-size: 14px;
      }
    
      .social-icons-team {
        top: 5px;
        right: 5px;
        gap: 3px;
      }
    
      .social-icons-team a {
        padding: 4px 6px;
        font-size: 12px;
      }
      .team-section, .cont-team {
        max-width: 100%;
        overflow-x: hidden;
      }

      /* projects */
      .cont-project {
        width: 100%;
        height: auto;
        margin-top: 2rem;
    }

    .project-text h1 {
        font-size: 24px;
    }

    .project-heading {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .btn-project,
    .btn-protext {
        width: 100%;
        margin-top: 10px;
    }

    .project-detailsss {
        padding: 10px;
    }

    .Project-Image {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .trusted-clients h5 {
        font-size: 18px;
    }

    .client-logo {
        margin: 5px;
        width: 60px;
        height: auto;
    }
    .container {
        max-width: 100%;
        padding: 0;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .project-icons {
        flex-direction: row;
        display: flex;
        margin-bottom: 2rem;
    }

    /* document */
    .stat-box h2 {
        font-size: 24px; 
    }

    .stat-box p {
        font-size: 12px; 
    }

    .stat-img {
        width: 40px; 
        height: 40px;
    }

    .container-doc {
        padding: 0 10px; 
    }
    .stat-img i{
        font-size: 2em;
    }

    /* business-goal */
    .card-img-top {
        max-height: 150px; 
    }

    .icon-container {
        gap: 1rem; 
    }

    .icon-container i {
        font-size: 24px; 
    }

    .display-4 {
        font-size: 1.5rem; 
    }

    .font-weight-bold {
        font-size: 0.875rem; 
    }

    .button-business {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .btn-primary, .btn-outline-secondary, .btn-video {
        width: 100%;
    }

    .btn-play {
        margin-bottom: 1rem; 
    }
    .consult {
        text-align: center;
    }

    /* image-banner */
    .banner {
        flex-direction: column;
        align-items: center;
        padding: 20px 0; 
    }

    .banner-text {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .btn-banner {
        font-size: 14px; 
        padding: 12px 24px; 
    }

    /* blog */
    .blog-heading h1 {
        font-size: 24px; 
    }

    .card {
        width: 100%; 
    }

    .card-body {
        flex-direction: column; 
    }

    .card p {
        font-size: 12px; 
    }

    /* about-section */
    .about-section {
        padding: 20px; 
    }

    .about-text h1 {
        font-size: 24px; 
    }

    .about-text p {
        font-size: 14px; 
    }

    .features-list li {
        font-size: 12px; 
    }

    .consultant-info {
        flex-direction:row;
        align-items: center;
    }

    .consultant-info img {
        height: 40px; 
        width: 40px;
    }

    .consultant-contact {
        gap: 2rem;
        flex-direction: row;
    }

    .featured-list-text {
        flex-direction:row;
        align-items: center;
    }

    .experience-badge {
        font-size: 18px; 
        padding: 10px;
    }
}

/* Responsive styles for 768px */
@media (max-width: 768px) {
    .section-contact {
        padding: 20px;
        height: 100%;
        text-align: center;
    }

    .contact-title h2 {
        font-size: 28px;
    }

    .contact-button {
        margin-top: 10px;
    }

    .contact-button a {
        padding: 8px;
        font-size: 14px;
    }
}

/* Responsive styles for 375px */
@media (max-width: 375px) {
    .section-contact {
        padding: 15px;
        height: 70%;
        text-align: center;
    }

    .contact-title h2 {
        font-size: 24px;
    }

    .contact-button a {
        padding: 6px;
        font-size: 12px;
    }
}
