body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    /* Prevent horizontal scroll */
}

/* header start */

/* header start */

.nav-bg {
    /* background: linear-gradient(to right, #ffffff, #622968); */
    /* background: linear-gradient(10deg, #ffffff, #f7abff); */

}

.header-bg {
    /* background-color: #ffffff; */
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;


}

/* .navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
} */
/* dont delete */


/* navbar sticky */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    /* Ensure it's above other content */
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Optional, adds a shadow effect */
}

/* navbar sticky */

.header-logo img {
    width: 180px;

}

.header-btn a {
    background-color: #ed1941;
    padding: 10px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Varela Round", serif;

}

.navbar-collapse {
    padding-left: 100px;
}

/* header top content start */

.head-top-section {
    padding-top: 20px;
}

.head-top-content li {
    list-style: none;
    display: inline;
    margin: 20px;
}

.head-top-content {
    text-align: end;
}

.head-top-content a {
    color: #000000;
    font-family: "Varela Round", serif;
}

@media(max-width:992px) {
    .head-top-section {
        display: none;
    }

    .navbar {
        padding-top: 7px;
    }
}

/* header top content end */

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply animation to navbar-collapse when expanded on mobile */
/* .navbar-collapse {
    display: flex;
    flex-direction: column;
    animation: slideInRight 0.5s ease-out;
} */


@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: #ed1941;
        display: none;

        padding-top: 100px;
        padding-left: 0px;
        z-index: 99;
    }


    .navbar-collapse.collapse.show {
        display: block;


    }

    .navbar-nav {
        width: 100%;
        text-align: center;

    }

    .navbar-light .navbar-toggler {
        margin-right: 20px;
        background-color: #ffffff;
    }



    .navbar-nav .nav-link {
        text-align: center;
    }

    .header-btn {
        display: none;
    }


}

.navbar-nav {
    gap: 20px;

}

.navbar-nav a {

    font-family: "Varela Round", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.5px;
    text-align: left;
    /* text-underline-position: from-font;
    text-decoration-skip-ink: none; */
    color: #787878 !important;
    /* text-transform: uppercase; */
}

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

.navbar-nav a:hover {
    color: #ed1941 !important;

}

/* .nav-item .active{
    color: #ff6f00 !important;
   
} */

.mobile-closs-mark {
    display: none;
}




@media (max-width: 992px) {

    .navbar-nav a {
        width: auto;

        color: #ffffff !important;
    }

    .mobile-closs-mark {
        display: block;

    }

    .mobile-closs-mark a {
        border: none;
        font-size: 20px;
    }

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

    }


    .header-logo img {
        display: block;
        width: 120px;
        padding-left: 10px;
    }

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

    .header-bg {
        padding-top: 7px;
        padding-bottom: 7px;
    }

}

@media(max-width:768px) {
    .navbar {
        padding-top: 9px;

    }
}

/* header end */


/* banner start */

.banner-section {
    background-image: url(../image/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 120px;
}


.banner-content {
    padding-top: 100px;
}

.banner-content h1 {
    color: #ed1941;
    font-size: 60px;
}

.banner-content p {
    padding-top: 20px;
    color: #ffffff;
    font-size: 18px;
}

.banner-btn {
    padding-top: 30px;
}

.banner-btn a {
    background-color: #ed1941;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;

}

.banner-btn a:hover {
    background-color: #ffffff;
    color: #ed1941;
    border: 2px solid #ed1941;
}


@media(max-width:432px) {
    .banner-content h1 {
        font-size: 40px;
    }

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

/* banner end */




/* footer start */

.footer-bg {
    background-color: #3a3939;

    padding-top: 20px;
    padding-bottom: 50px;
}

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

.footer-content-row {
    padding-top: 50px;

    border-bottom: 1px solid #cac9c9;
}


.footer-menu-section {
    display: flex;
    justify-content: center;
}

.footer-menu h2 {
    color: #ffffff;
    font-size: 20px;
    font-family: "Varela Round", serif;
    font-weight: 700;
}

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

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

.footer-menu a {
    color: #cac9c9;
    font-weight: 500;
}

.footer-menu a:hover {
    color: #ed1941;
    font-weight: 500;
}



.footer-social-icon ul {
    padding-left: 0px;

}

.footer-social-icon li {
    list-style: none;
    display: inline-block;
    margin: 10px;
}

.footer-social-icon a {
    font-size: 22px;
    color: #ffffff;
}


.footer-condition-text a {
    font-size: 12px;
    color: #e4e1e1;
}

.footer-logo-content {
    text-align: center;
}

.footer-logo-content p {
    color: #cac9c9;
}

.copy-text {
    padding-top: 10px;
    text-align: center;
}

.footer-bottom-content {
    padding-top: 20px;
    display: flex;
    /* justify-content: space-evenly; */
    /* justify-content: center; */
}

.footer-bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-bottom-left p {
    color: #cac9c9;
    font-size: 13px;
    /* font-size: 20px;  */

}

.footer-bottom-icon a {
    color: #cac9c9;
}

.footer-bottom-icon img {
    width: 18px;

}

.footer-bottom-btn {

    display: flex;
    align-items: center;
    margin-left: -100px !important;
}

.footer-bottom-btn a {
    background-color: #ed1941;
    color: #ffffff;
    padding: 8px;
    border-radius: 5px;
}

.footer-bottom-btn a:hover {
    background-color: #ffffff;
    color: #ed1941;
    border: 2px solid #ed1941;
}




@media(max-width:992px) {
    .footer-menu-section {
        display: flex;
        justify-content: left;
        padding-top: 30px;
    }

    .footer-logo-content {
        text-align: left;
    }

    .copy-text {
        text-align: left;
    }

    .footer-bottom-btn {
        margin-left: -79px !important;
    }
}

@media(max-width:768px) {
    /* .copy-tight-text{
        display: flex;
       flex-direction: column;
       align-items: center;
    } */



    .footer-bottom-content {
        display: flex;
        flex-direction: column;
    }

    .footer-bottom-btn {
        padding-top: 20px;
        margin-left: 0px !important;
    }
}

@media(max-width:500px) {
    .footer-logo-content img {
        width: 66%;
    }

}

@media(max-width:430px) {
    .footer-bottom-icon {
        display: flex;
        flex-direction: column;
    }

    .footer-bottom-icon a {
        margin-left: 0px !important;
        margin: 6px;
    }

    .footer-bottom-left {
        display: flex;

        align-items: start;
    }
}



/* foooter end */


.process-section {
    background-image: url(../image/home-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.process-title h1 {
    color: #ed1941;
    font-size: 60px;
}

.process-card {
    background-color: #d4d1d1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    margin: 20px;
    position: relative;
}

.number-round {
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #ed1941;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ffffff;
    position: absolute;
    top: -27px;


    border-radius: 50px;
}

.process-card-content {
    padding-top: 20px;
}


.process-bottom-section {
    display: flex;
    justify-content: center;
}

.process-bottom-content p {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}


@media(max-width:432px) {
    .process-title h1 {
        font-size: 34px;
        text-align: center;
    }

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


}

/* process end */



/* about start */

.about-section {
    background-image: url(../image/about-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 250px;
    padding-bottom: 250px;
}

.about-content h1 {
    color: #ed1941;
    font-size: 60px;
}

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


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

.about-btn a {
    background-color: #ed1941;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.about-btn a:hover {
    background-color: #ffffff;
    border: 2px solid #ed1941;
    color: #ed1941;
}

@media(max-width:432px) {
    .about-content h1 {
        font-size: 30px;
    }

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

/* about end */


/* mission section */

.mission-section {
    background-color: #d4d1d1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.mission-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;

}


.mission-card h1 {
    text-align: center;
    color: #ed1941;
    font-weight: 700;
    padding-top: 20px;
}

.mission-card p {
    text-align: center;
    color: #000000;
    /* font-weight: 500; */
}

.left-border {
    border-right: 2px solid #9b9898;
}

.right-border {
    border-left: 2px solid #9b9898;
}

@media(max-width:768px) {
    .left-border {
        border: none;
    }

    .right-border {
        border: none;
    }
}

/* mission end */


/* why chhose stat */

.why-section {
    background-image: url(../image/why-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whychoose-content h1 {
    color: #ed1941;
    font-size: 56px;
}

.whychoose-content p {
    color: #d6d2d2;
    padding-top: 20px;
}

.whychoose-content b {
    color: #ffffff;
}

.whychoose-content-bottom {
    padding-top: 40px;
}

.whychoose-content-bottom h3 {
    color: #ffffff;
    padding-bottom: 20px;
}

.whychoose-content-bottom a {
    background-color: #ed1941;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;

}

.whychoose-content-bottom a:hover {
    background-color: #ffffff;
    border: 2px solid #ed1941;
    color: #ed1941;
}


@media(max-width:432px) {
    .whychoose-content h1 {
        font-size: 27px;
    }
}

/* why chhose end */

/* contact page  */

.contact-page-section {
    background-image: url(../image/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-form-section h1 {
    color: #ed1941;
    font-size: 60px;
}

.col-form-label {
    color: #ffffff;
}

.contact-btn-div {
    text-align: right;
}

.contact-btn {
    background-color: #ed1941;
    color: #ffffff;

}

.contact-btn:hover {

    border: 2px solid #ed1941;
    background-color: #ffffff;
    color: #ed1941;
}

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

/* contact page een */


/* service page */

.service-section {
    background-image: url(../image/services-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.service-card {
    background-color: #d4d1d1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;

}

.service-card h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.service-btn {
    margin-top: 20px;
}

.service-btn a {
    background-color: #ed1941;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
}

.service-btn a:hover {
    background-color: #ffffff;
    border: 2px solid #ed1941;
    color: #ed1941;
}

/* service end */


/* service content start */


.service-content-section {
    background-color: #000000;
    padding-top: 100px;
    padding-bottom: 100px;
}

.service-content-text h1 {
    color: #ffffff;
    font-size: 25px;
}

.service-content-text p {
    color: #d6d2d2;
    font-size: 15px;
}

.service-content-sub {
    /* padding-top: 30px; */
}

.service-content-sub h4 {
    color: #ffffff;
}

.service-content-sub p {
    color: #d6d2d2;
}

.service-content-sub b {
    color: #ffffff;
}

.service-content-sub p:nth-child(8) {
    /* padding-top: 50px; */
}

.service-content-btn {
    padding-top: 20px;
}

.service-content-btn a {
    background-color: #ed1941;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}

.service-content-btn a:hover {
    background-color: #ffffff;
    border: 2px solid #ed1941;
    color: #ed1941;
}





.under-line {
    margin-top: 30px;
    border: 1px solid #ed1941;

}

/* .seo-row{
    padding-top: 80px;
} */

.service-row {
    padding-top: 80px;
}

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

    .google-ads {
        padding-top: 20px;
    }

    .graphics {
        padding-top: 20px;
    }
}


@media(max-width:768px) {
    .service-content-section {
        padding-top: 50px;

    }
}

@media(max-width:432px) {
    .service-content-section {
        padding-top: 0px;

    }

    .service-content-text h1 {
        font-size: 21px;
    }
}

/* service section content end */


/* detail */

.service-detail-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000000;
}

.detail-content {
    padding-top: 30px;
    color: #ffffff;
}

.detail-content p {
    text-align: justify;
}


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


/* detail page end */


.row-reverse {
    flex-direction: row-reverse;
}

/* end */


/* btn */
.floating-btn-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99;
}

.floating-btn {
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
}

.call-btn {
    background-color: #ed1941;
}


.wha-app-icon img {
    width: 50px;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

  /* end */

  .social-icons{
    
  }

  .social-icons a{

    color:#cac9c9;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;

  }


  @media(max-width:992px) {
    .social-icons {
        padding-top: 20px;
       
    }
}