body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    /* font-family: "Poppins", sans-serif; */
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-family: "Montserrat", sans-serif;
}

h3 {
    font-family: "Montserrat", sans-serif;
}

h4 {
    font-family: "Montserrat", sans-serif;
}

h5 {
    font-family: "Montserrat", sans-serif;
}

h6 {
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Montserrat", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}

.default-btn a {
    background-color: #fe0000;
    border-radius: 50px;
    padding: 7px 25px;
    color: #ffffff;
    border: none;

}


.default-btn a:hover {
    border: 1px solid #fe0000;
    background-color: #ffffff;
    color: #fe0000;

}

/* header start */

.navbar-custom {


    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;
    /* border-bottom: 1px solid #bdbcbc; */
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 200px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.offcanvas-body {

    display: flex !important;
    justify-content: center !important;
}


.navbar-nav {
    display: flex;
    justify-content: end;
}

.navbar-nav a {
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;

    /* transition: color 0.3s ease;
    position: relative; */

    /* text-align: center !important; */
}


/* .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0aaff;
  transition: width 0.3s ease;
} */

.navbar-nav a:hover {
    /* color: #10002b !important; */
    color: #fe0000 !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



.navbar-nav .active a {
    /* color: #10002b !important; */
    color: #fe0000 !important;
}




.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}


.header-cta-bg {
    background-color: #fe0000;
    /* padding: 10px; */
}

.head-top-cta {

    display: flex;
    align-items: center;
    height: 100%;
}

.head-top-cta a {
    color: #ffffff;

}



.header-btn {
    display: flex;
    justify-content: end;
}

.header-btn a {
    background-color: #fe0000;
    padding: 7px 17px 7px 17px;
    color: #000000;
    border-radius: 50px;
    text-align: end !important;
    font-size: 16px;
    font-weight: 500;


}

.header-btn i {
    background-color: #ffffff;
    color: #fe0000;
    padding: 7px;
    border-radius: 50px;
    rotate: 320deg;
}


.header-btn a:hover {
    background-color: #ffffff;
    border: 1px solid #fe0000;
    color: #fe0000;
}

.header-btn a:hover i {
    background-color: #fe0000;
    color: #ffffff;

}

.header-icons {
    display: flex;
    justify-content: end;
}

.header-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 10px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    color: #ffffff;
    line-height: 0;

}


.header-icons a:hover {
    background-color: #fe0000;
    color: #000000;
    border: 1px solid #000000;
}






@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }

    .header-cta-bg {
        padding: 10px;
    }
}


@media(max-width:500px) {
    .navbar-brand img {
        width: 125px;
    }
}


@media(max-width:370px) {
    .head-top-cta a {
        font-size: 13px;
    }
}





/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */





/* footer start */


.footer-section {
    padding-bottom: 15px;
    background-color: #000000;
}

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 140px;
}

.footer-about p {
    margin-top: 15px;
    color: #b9b9b9;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #b9b9b9;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #fe0000;
}




.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #ffffff;

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #b9b9b9;

    font-weight: 300;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #fe0000;
}

.copy-right {
    display: flex;

    justify-content: center;
    padding-top: 10px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #b9b9b9;

}

.copy-right a {
    color: #b9b9b9;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 13px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */


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


.about-btn {
    padding-top: 10px;
}

.about-btn a {
    padding: 7px 26px 7px 26px;
    background-color: #fe0000;
    color: #ffffff;
    border-radius: 50px;
    transition: 0.3s;
}

.about-btn a:hover {
    background: transparent;
    border: 1px solid #fe0000;
    color: #fe0000;
}

.about-content p {
    color: #000000;
    font-size: 17px;
}

.about-content h2 {
    font-size: 40px;
    /* font-family: "Lobster", sans-serif; */
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
}

.about-content span {
    color: #fe0000;
}


.about-points {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about-points p {
    color: #4e4b4b;
    font-weight: 500;
}

.about-points i {
    color: #fe0000;
    margin-right: 2px;
}

.about-image img {
    transition: transform 0.5s ease;
}

.about-image img:hover {
    transform: rotate(5deg);
}


@media(max-width:992px) {
    .about-content {
        padding-top: 30px;
    }
}


@media(max-width:432px) {
    .about-section {
        padding-top: 27px;
    }

    .about-titles h2 {
        font-size: 35px;
    }

    .about-content h2 {
        font-size: 35px;
    }
}

/* about end */









/* contact page */

.contact-address-section {
    padding: 50px 0px;
}

.contact-page-section {
    background-color: #ffffff;
    padding: 50px 0px;
}

.address-card-col {
    margin-top: 15px;
}

.address-card {
    border: 2px solid #fe0000;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px;
    /* border-radius: 10px; */
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    height: 100%;

    transition: all 0.3s ease-in-out;
}

.address-card:hover {
    background-color: #fe0000;
    transform: translateY(-10px) !important;
}

.address-card:hover .address-icon {
    background-color: #ffffff;

}

.address-card:hover .address-icon i {
    color: #fe0000;
}

.address-card:hover a {
    color: #ffffff;
}

.address-icon {
    width: 45px;
    height: 45px;
    background-color: #fe0000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 15px;
}

.address-icon i {
    color: #ffffff;
}

.address-content {
    text-align: center;
}

.address-content a {
    color: #000000;
}


/* form */

.contact-form-section h2 {
    color: #000000;
    font-size: 39px;
    font-weight: 500;
    text-align: left;
    /* font-family: "Lobster", sans-serif; */
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
}

.contact-form-section span {
    color: #fe0000;
}

.contact-form-section .form-label {
    color: #000000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}


.contact-form-section input::placeholder,
.contact-form-section textarea::placeholder {
    color: #000000;
    opacity: 0.5;
    font-weight: 300 !important;
    font-size: 14px !important;
    font-family: "Poppins", sans-serif;
}

.contact-form-section .form-control {
    /* background-color: #464647; */
    background: transparent;
    border: 1px solid #464647;
    color: #000000 !important;

}



.contact-btn {
    background-color: #fe0000;
    border-radius: 50px;
    padding: 7px 25px;
    color: #ffffff;
    border: none;
    transition: 0.3s;
}


.contact-btn:hover {
    border: 1px solid #fe0000;
    color: #fe0000 !important;
}


@media(max-width:992px) {
    .google-maps {
        padding-top: 40px;
    }
}

@media(max-width:432px) {
    .contact-form-section h2 {
        font-size: 35px;
    }
}



/* contact page end */


/* blog page */

.home-blog-section {
    background-color: #ffffff;
    padding: 50px 0px;
}



.home-blog-title h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    /* font-family: "Lobster", sans-serif; */
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
}

.home-blog-title span {
    color: #fe0000;

}

.blog-card-col {
    padding-top: 15px;
}

.blog-card {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-top: 15px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}

.blog-content p {
    font-size: 15px;
    color: #4e4b4b;
    margin-bottom: 15px;
}


.btn-gradient {
    background-color: #fe0000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.btn-gradient:hover {
    border: 1px solid #fe0000;
    background: transparent;
    color: #fe0000;

}

.home-blog-btn {
    padding: 5px 15px 5px 15px !important;
}


@media(max-width:432px) {

    .blog-head-title p {
        font-size: 14px;
    }

    .home-blog-title h2 {
        font-size: 35px;
    }
}



/* blog end */



/* blog detail */

.blog-detail-section {
    padding: 50px 0px;
}

.blog-detail-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-detail-content {
    padding-top: 15px;
}

.blog-detail-content h2 {
    color: #000000;
}

.blog-detail-content p {
    color: #000000;
    font-size: 16px;
}


@media (max-width:432px) {
    .blog-detail-img img {
        height: auto;
    }
}

/* end */




/* testimonials start */

.testimonials-section {
    padding-top: 50px;
    padding-bottom: 0px;
    background-color: #ffffff;
}

.testimonials-top-left {
    text-align: center;
}

.testimonials-top-left h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    /* font-family: "Lobster", sans-serif; */
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
}

.testimonials-top-left span {
    color: #fe0000;
}


.testimonials-top-left p {
    color: #000000;
}





.testimonial-item {
    margin-top: 50px !important;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /* border: 2px solid #303031; */
    margin: 15px 5px 15px 5px;
    position: relative;
}

.testimonial-user {
    position: absolute;
    top: -10%;
}


.testimonial-item img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-name {

    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.testimonial-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #4e4b4b;
}

.stars {
    font-size: 20px;
    color: #ffe234;
}



@media(max-width:432px) {

    .testimonials-top-left h2 {
        font-size: 35px;
        text-align: center;
        padding-top: 10px;
    }


}

/* testimonials end */





/*home banner */


.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-slide {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-slide .container {
    display: flex;
    justify-content: center;
}

.banner-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    /* background-color: rgba(0, 0, 0, 0.55);  */
    z-index: 1;
}


.banner-content {
    text-align: center !important;
    position: relative;
    z-index: 2;
}


.banner-content h2 {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0;
    color: #ffffff;
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;

}


.banner-content p {
    color: #ededed;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;

}


.banner-btn {
    display: flex;
    justify-content: center;
    gap: 20px;

    padding-top: 20px;
}

.banner-btn-one a {
    background-color: #fe0000;
    color: #ffffff;
    padding: 7px 25px 7px 25px;
    border-radius: 50px;


    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.banner-btn-two a {
    padding: 7px 25px 7px 25px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;

    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}


.banner-btn-two a:hover {
    background-color: #fe0000;
    color: #ffffff;


    border: none;
}

.banner-btn-one a:hover {


    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
}



@media (max-width: 992px) {

    .banner-text-h2 {
        font-size: 35px;
    }

    .banner-content p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .banner-content h2 {
        font-size: 35px;
        line-height: 50px;
    }
}

@media(max-width:432px) {

    .banner-slide {
        height: 400px;
    }

    .banner-content h2 {
        font-size: 28px;
        line-height: 33px;
        text-align: center;
    }

    .banner-content p {
        font-size: 15px;
        text-align: center;
        line-height: 22px;
    }

    .banner-btn {
        justify-content: center;
    }

}

/* banner end */


/* mission and vision */


.vision-image img {
    border-radius: 20px;
    width: 100%;
}

.vision-content-card {
    background-color: #fe0000;
    padding: 20px;
    border-radius: 10px;

    display: flex;
    align-items: center;
}

.vision-content h6 {
    color: #ffffff;

    font-weight: 500;
    font-style: Medium;
    font-size: 25px;

    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;

}

.vision-content h1 {

    font-weight: 500;
    font-style: Medium;
    font-size: 36px;

    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

.vision-content p {
    color: #DFDFDF;

    font-weight: 500;

    font-size: 16px;

    line-height: 28px;
    letter-spacing: 0%;

}

.mision-row {
    padding-top: 50px;
}





@media(max-width:992px) {
    .vision-content-card {
        margin-top: 35px;
    }

    .mission-image img {
        margin-top: 50px !important;
    }

    .vision-content h1 {
        font-size: 24px;
    }

    .vision-content p {
        font-size: 15px;
    }


}

/* mission end */







/* project page */

.project-section {
    padding: 50px 0px;
}

.project-head-title h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    /* font-family: "Lobster", sans-serif; */
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
}

.project-head-title span {
    color: #fe0000;
}

.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 15px;
}

.project-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-item:hover img {
    transform: scale(1.1);
}


/* .project-item .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
  background-color: #fe0000;
  
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  
  transition: all 0.4s ease;
} */

/* .project-item:hover .project-overlay {
  opacity: 1;
  transform: translateY(0);
} */

/* this new add */
.project-item .project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(120, 0, 0, 0.95),
            rgba(120, 0, 0, 0.35),
            rgba(120, 0, 0, 0.05));

    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px;

    align-items: center;
    justify-content: flex-end;

    transition: all 0.4s ease;
}


.project-item .project-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fe0000;
    opacity: 0.6;
    z-index: -1;
}

/* this new add */


.project-item .project-overlay h5 {
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

.project-item .project-overlay h6 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.project-item .project-overlay p {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

/* .project-item .project-overlay-btn a{
    color: #ffffff;
} */

.project-overlay-btn a {
    background: #ffffff;
    color: #fe0000;
    padding: 8px 22px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.project-overlay-btn a:hover {
    background: #fe0000;
    color: #ffffff;
}

.project-meta {
    display: flex;
    gap: 20px;
    margin: 8px 0 15px;
    font-size: 15px;
    color: #ffffff;
}

.project-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.project-meta i {
    color: #ffff;
    font-size: 14px;
}


.project-meta-detail{
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.project-meta-detail i{
    color: #fe0000;
}


@media(max-width:500px){
    .project-item img {
        width: 100%;
        height: 350px;
    }
}


/* project page end */



/* project details  */

.project-detail-section {
    padding: 50px 0px;
}

.project-details-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
}

.project-details-content {
    padding-top: 20px;
}

@media(max-width:500px){
    .project-details-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

/* project eend */


/* product */

.product-section {
    padding: 50px 0px;
}

.product-head-title h2 {
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    /* font-family: "Lobster", sans-serif; */
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
}

.product-head-title span {
    color: #fe0000;
}

.product-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}

.product-image {
    overflow: hidden;
    border-radius: 15px;
}

.product-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.4s ease-in-out;
}

.product-image:hover img {
    transform: scale(1.08);
}

.product-content {
    padding-top: 20px;
}

.product-content h5 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}

.product-content p {
    font-size: 15px;
    color: #4e4b4b;
    margin-bottom: 15px;
}

/* product end */




/* cta start */

.cta-section {
    position: relative;
    overflow: hidden;
    background-color: #b9b9b9;
}

.cta-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: #fe0000;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}


.cta-content,
.cta-btn,
.cta-box,
.cta-section * {
    position: relative;
    z-index: 2;
}




.cta-content h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
}

.cta-content p {
    font-size: 16px;
    color: #444;
}

.cta-image {
    text-align: center;
}


.cta-btn {
    display: inline-block;
    padding: 7px 25px;
    background: #fe0000;
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #000;
    color: #fff;
}


/* @media (max-width: 768px) {
    .cta-section::after {
        width: 100%;
        clip-path: none;
    }
} */

@media (max-width: 768px) {

    .cta-section {
        padding-top: 30px;
    }

    .cta-section::after {
        width: 100%;
        height: 35%;
        top: auto;
        bottom: 0;
        clip-path: none;
    }

    .cta-content h2 {
        font-size: 35px;
    }
}


@media (max-width: 432px) {

    .cta-content h2 {
        font-size: 25px;
    }

    .cta-content p {
        font-size: 14px;
    }
}

/* cta end */


/* choose  */

/* .why-choose-section{
    padding: 50px 0px;
    background-image: url(..//image/why-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
} */

.why-choose-section {
    padding: 50px 0;
    background-image: url('../image/why-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.why-choose-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* background: rgba(226, 226, 226, 0.5); */
    z-index: 1;
}

.why-choose-section .container {
    position: relative;
    z-index: 2;
}

.why-choose-title h6 {
    color: #fe0000;
    font-size: 20px;
}

.why-choose-title h2 {
    font-size: 32px;
    font-weight: 500;
    color: #000000;
    /* font-family: "Cormorant Garamond", serif; */
    font-family: "Montserrat", sans-serif;
}

.why-choose-card {
    background-color: #f3f2f2;
    padding: 15px;
    border-radius: 10px;
    height: 100%;

    transition: all 0.3s ease;
    position: relative;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.why-choose-icon i {
    color: #fe0000;
    font-size: 30px;
}

.why-choose-content {
    padding-top: 20px;
}

.why-choose-content h6 {
    font-size: 18px;
    color: #000000;
}

.why-choose-content p {
    font-size: 15px;
    color: #000000;
}

@media(max-width:432px) {
    .why-choose-title h2 {
        font-size: 30px;
    }
}

.category-tabs {
    margin-bottom: 25px;
}

.tab-btn {
    background-color: transparent;
    border: 2px solid #fe0000;
    color: #fe0000;
    padding: 8px 25px;
    margin: 5px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

/* Hover effect */
.tab-btn:hover {
    background-color: #fe0000;
    color: white;
}

/* Active tab */
.tab-btn.active {
    background-color: #fe0000;
    color: white;
    box-shadow: 0px 4px 10px rgba(254, 0, 0, 0.3);
}

/* end */




/* gallery page start */

.gallery-images {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.gallery-images img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery-images:hover img {
    transform: scale(1.1);
}


.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(254, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s ease;
}

.gallery-images:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    font-size: 32px;
    color: #fff;
}


/* galler page end */


/* gallery slider  */


.project-gallery-section {
    padding: 80px 0;
    background: #fff;
}

.gallery-slider .gallery-slide-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}

.gallery-slider img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .6s ease;
}

.gallery-slide-item:hover img {
    transform: scale(1.12);
}


.gallery-slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(254, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s ease;
}

.gallery-slide-item:hover .gallery-slide-overlay {
    opacity: 1;
}

.gallery-slide-overlay i {
    font-size: 34px;
    color: #fff;
}


.owl-nav button {
    background: #fe0000 !important;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff !important;
    margin: 10px;
    display: none !important;
}

.owl-dots .owl-dot span {
    background: #ddd;
    display: none !important;
}

.owl-dots .owl-dot.active span {
    background: #fe0000;
    display: none !important;
}


/* floating btn */

.floating-contact {
    position: fixed;
    left: 15px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: transform 0.3s ease;
}

.float-btn:hover {
    transform: scale(1.1);
}

.whatsapp {
    background: #25D366;
}

.call {
    background: #fe0000;
}
/* flotint btn end */



/* top arrow */

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fe0000;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

#backToTop:hover {
    transform: translateY(-4px);
}
/* top arrow end*/