body{
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Make the body take full viewport height */
    padding-bottom: 100px;
}
/* Footer Styling */
.footer {
    background-color: #2e3b4e; /* Dark blue background */
    color: #ffffff; /* White text */
    padding: 3rem 1rem;
}

.footer-heading {
    font-size: 1.25rem;
    color: #ffcd00; /* Yellow heading color for contrast */
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer p {
    color: #d1d5db; /* Light grey text for content */
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffcd00; /* Yellow link hover effect */
}

/* Social Icons */
.social-links .social-icon {
    color: #ffffff;
    font-size: 1.25rem;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.social-links .social-icon:hover {
    color: #ffcd00; /* Yellow hover color for social icons */
}

/* Footer Bottom Section */
.footer-bottom {
    border-top: 1px solid #ffffff20; /* Subtle top border for footer bottom */
    padding-top: 1rem;
    margin-top: 2rem;
    color: #ffffff;
    font-size: 0.8rem;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
    .footer-bottom {
        margin-top: 1rem;
    }
}
/* Navigation Bar Styling */
.nav-bar {
    background-color: #2e3b4e; /* Dark blue background */
    padding: 1rem 0;
}

.navbar .nav-link {
    color: #ffffff; /* White text */
    font-size: 1rem;
    font-weight: 500;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #ffcd00; /* Yellow highlight on hover */
}

.navbar-toggler {
    border-color: #ffffff;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 1%29" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}
.nav-bar {
    background-color: #343a40; /* Adjust background color as needed */
}

.navbar {
    padding: 10px 20px; /* Adjust padding for better spacing */
}

.nav-link {
    margin: 0 15px; /* Optional: Adjust margin between links */
}

.btn-whatsapp {
    margin-left: 20px; /* Space between links and button */
}

/* WhatsApp Button */
.btn-whatsapp {
    background-color: #25d366; /* WhatsApp green */
    color: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #1ebc57; /* Slightly darker green on hover */
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .navbar .nav-link {
        margin-right: 0;
    }

    .btn-whatsapp {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }
}
.nav-bar {
    position: -webkit-sticky; /* Safari */
  
    width: 100%;
    z-index: 1030;
}

   .nav-item{
    position: sticky;
   }


/*******************************/
/**********************************/
/*********** Global Styles ********/
/**********************************/
body {
    background-color: #ffff;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
 }
 
 h1, h2, h3, h4, h5, h6 {
     color: #030f27;
 }
 
 a {
     color: #666666;
     transition: .3s;
 }
 
 a:hover, a:active, a:focus {
     color: #fdbe33;
     outline: none;
     text-decoration: none;
 }
 
 .btn:focus {
     box-shadow: none;
 }
 .btn:hover{
    color: #030f27;
    background-color: #80a5f0;
 }
 


/* about2 */
.abouts{
    padding: 40px;
  
}

.abouts h1 {
    font-size: 2.5rem;
}

.abouts .text-danger  p{
    color: #030f27;
}

.abouts ul i {
    font-size: 1.2rem;
}

.abouts .btn-outline-dark {
    border-radius: 50px;
    padding: 10px 30px;
}

.abouts img.rounded {
    border-radius: 20px;
}


/* aboutpage */
.content-section {
    padding: 50px 0;
}
.content-section h5{
  color: #fdbe33;
  text-align: center;
}

.content-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.content-section p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-section h4 {
    font-weight: bold;
}

.get-in-touch-btn {
    background-color:#030f27;
    color: white;
    border: none;
    align-items: center;
}
.contact-section .fa-solid{
    color: #030f27;
    
}
.get-in-touch-btn:hover {
    background-color: #ffffff;
}

.contact-info {
    margin-top: 20px;
}

.header-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
  }
  .header-section h1 {
    font-size: 3rem;
    font-weight: bold;
  }
  .header-section p {
    font-size: 1.2rem;
  }
  .highlight {
    color: #030f27;
    font-weight: bold;
  }
  .services {
    padding: 40px 0;
  }
  .service-item {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  .service-item:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
  .service-item img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .play-btn {
    font-size: 3rem;
    color: #030f27;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
  }
  .experience {
    background-color: #ffffff;
    color: white;
    text-align: center;
    padding: 40px;
    margin-top: 20px;
  }
  .feature-item {
    opacity: 0; 
    transform: translateY(20px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-item.visible {
    opacity: 1; 
    transform: translateY(0); 
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 50px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/

.feature {
    position: relative;
    margin-bottom: 45px;
}

.feature .col-md-12 {
    background: #cbd9f3;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 0px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fdbe33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}



.about .about-text a.btn:hover {
    color: #80a5f0;
    background: #030f27;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#030f27,#030f27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#030f27,#030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #ffffff;
    background-image: linear-gradient(#030f27,#ededee);
}

.fact .fact-right {
    color: #030f27;
    background-image: linear-gradient(#ededed,#030f27);
}

.fact .fact-left h2 {
    color: #ffffff;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    border: none;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff transparent;
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #121518;
}

.service .service-text {

    display: flex;
    align-items: center;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    color:#030f27 ;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {

    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #030f27;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: white;
    background: #030f27;
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}


/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
    position: relative;
    margin: 45px 0;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(207, 216, 232, 0.9), rgba(3, 15, 39, .9)), url("./img/carousel-1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #8aa2d4;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#c6cdd4, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #d5d8db;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #030f27;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: black;
}

.team .team-item:hover .team-text {
    background: #ffffff;
}

.team .team-item:hover .team-text h2 {
    color: #030f27;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #3f729b;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #80a5f0;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: black;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}


/* projects */


 #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

 #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #ffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #030f27;
    border: none;
    transition: .3s;
}

 #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #cfd1d5;
    color: #030f27;
}

 .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}
.project-card {
    border: none;
    position: relative;
    transition: transform 0.2s ease-in-out;
}

.project-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-title {
    background-color: #a4b2ce;
    color: #030f27;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.project-title::after {
  
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #ADEFD1FF;
}

.project-title:hover::after {
    color: black;
}

.project-grid {
    margin-top: 30px;
}
.project-grid  .project-head{
    align-items: center;
    text-align: center;
}
.project-grid  .project-head h5{
 color: #fdbe33;
}
.project-grid  .project-head h3{
 color: #030f27;
 font-weight: bold;
}











/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background-image: linear-gradient(#a3b1cf, #e3e6ec);
}

.contact .col-md-6:last-child {
    background-image: linear-gradient(#a3b1cf, #e3e6ec);
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: #030f27;
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: #3b5998;
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #030f27;
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.contact-details{
    padding: 30px;
  
}

.contact-details h1 {
    font-weight: bold;
    color: #030f27;
}



.contact-details h6 {
    font-weight: bold;
    color: #fdbe33;
}



.contact-details p {
    font-size: 1rem;
}



.contact-details img {
    border-radius: 15px;
}



.contact-details .row {
    align-items: center;
}


Construction Image
.contact-details .bi {
    font-size: 2rem;
}


/*******************************/
/********* client **********/
/*******************************/

.clients .carousel-item img {
    width: 100px;
    height: 400px;
    margin: 0 auto;
}
.clients .carousel {
    background-color: #f8f9fa; 
 
}


.clients-section {
    padding: 50px 0;
    background-color: #ffffff;
   
}

.clients-section .section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #030f27;
}

.clients-section .section-divider {
    width: 100px;
    margin: 0 auto 30px;
    border-top: 1px solid #ddd;
}

.clients-section .client-logo {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}

.clients-section .client-logo strong {
    font-weight: bold;
}

.clients-section .client-description {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}



.newsletter-section {
    padding: 50px 0;
    background-color: #ffffff;
   
}
.newsletter-box  form{
    background-color: #030f27;
     border: none;
    border-radius: 10px;
}



.newsletter-text {
    font-size: 20px;
    font-weight: bold;
    color: #fdbe33; /* Dark blue text */
    margin-right: 20px;
}

.newsletter-section .form-control {
    width: 400px;
    height: 80px;
    background-color: #030f27;
    border: none;
   

}

.newsletter-section .btn-primary {
    background-color: #fdbe33; /* Dark blue button */
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    height: 50px;
    width: 200px;
    margin-top: 10px;
    margin-right: 10px;
}
.video-section {
    position: relative;
    overflow: hidden;
    
}
.video-section .btn{
    background-color: #ffffff;
}
.video-section video {
    width: 100%;
    height: auto;
}

.video-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.video-caption p,
.video-caption h1,
.video-caption a {
    margin: 0;
    padding: 10px;
}

/* Animation for the video-section */
.video-section {
    position: relative;
    width: 100%;
    height: auto;
}

.video-section video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

/* Keyframes for animations */
@keyframes fadeInRight {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.btn {
    animation: none;
}
.btn-butn{
    color: #030f27;
}
.btn-butn:hover{
    background-color: #fdbe33;
    color: #f8f9fa;
}
