.main-btn-one .text-btn,
.main-btn-two .text-btn,
.main-btn-three .text-btn,
.main-btn-four .text-btn {
    float: left;
    min-width: 130px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}


.main-btn-one .text-btn .text-btn-two,
.main-btn-two .text-btn .text-btn-two,
.main-btn-three .text-btn .text-btn-two,
.main-btn-four .text-btn .text-btn-two {
    margin-left: 0px;
    transition: .4s;
    min-width: 100px;
    height: 50px;
    text-align: center;
    display: block;
    padding: 0 10px;
    display: block;
    background: #FFF;
    color: #02185a;
}


.main-btn-one:hover .text-btn .text-btn-two,
.main-btn-two:hover .text-btn .text-btn-two,
.main-btn-three:hover .text-btn .text-btn-two,
.main-btn-four:hover .text-btn .text-btn-two {
    margin-left: 100%;
}


.main-btn-one .text-btn::before,
.main-btn-two .text-btn::before,
.main-btn-three .text-btn::before,
.main-btn-four .text-btn::before {
    content: "";
    height: 50px;
    background: #ddd;
    right: 0;
    top: 0px;
    position: absolute;
    opacity: 0.5;
}

.main-btn-one:hover .text-btn::before {
    background: #e06026;
}

.main-btn-one .arrow-btn,
.main-btn-two .arrow-btn,
.main-btn-three .arrow-btn,
.main-btn-four .arrow-btn {
    height: 50px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    background: #f9f9f9;
    line-height: 50px;

}

.text-link {
    display: inline-block;
    padding-right: 2px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}


body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #ec0808;
    line-height: 0px;
}

.contact-us-page {
    background: #fff;
}

.page-title-line {
    color: #eee;
    display: block;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .20px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;

    position: relative;
}


.pb_40 {
    padding-bottom: 40px;
}

.item-why-us img {
    width: 40px;
    margin-right: 22px;
}




hr {
    margin: 5px;
}

/*                   New Css                    */

img {
    max-width: 100%;
    height: auto;
}


.custom-orange {

    background: rgb(255, 108, 28);

    border-radius: 50px;
}


.orange {
    background: #f59042;
}

.focal-box {
    display: flex;
    align-items: stretch;
    /* line paragraph jitni height legi */
}

.focal-section {
    padding: 40px 0;
}

.focal-box {
    position: relative;
    padding: 12px 20px 12px 24px;
    transition: all 0.35s ease;
    height: 100%;
    cursor: pointer;
}

/* Purple Gradient Vertical Line */
.focal-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    border-radius: 20px;

    background: orange;
    transition: all 0.4s ease;
}


/* Paragraph styling */
.focal-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
    font-weight: 500;
}

/* Hover Animation */
.focal-box:hover {
    transform: translateY(-8px);
}

.focal-box:hover::before {
    width: 8px;
    box-shadow: 0 0 20px rgba(147, 51, 234, 0.4);
}




/* Mouse mover css Start here  */

.cursor-dot {
    position: fixed;
    width: 8px;
    height: 8px;
    background: #ff6c1c;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

.cursor-ring {
    position: fixed;
    width: 35px;
    height: 35px;
    border: 2px solid #ff6c1c;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
}

@media(max-width:768px) {

    .cursor-dot,
    .cursor-ring {
        display: none;
    }
}

/* Mouse mover css End here  */




/* Index.php Css Start Here */


.about-three {
    background: #F7F7F7;
    position: relative;
}

.header-breadcrumb .container {
    position: relative;
    z-index: 5;
    text-align: left;
}


.slider-about {
    display: inline-block;
    position: relative;
}

.slider-about::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 80%;
    content: '';
    background: rgb(255, 108, 28) !important;
    border-radius: 25px;

    animation: floatAnim 1.5s ease-in-out infinite;
}

@keyframes floatAnim {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}



.about-img-three {
    position: relative;
    z-index: 10;
    margin-left: 50px;
    margin-bottom: 50px;
    margin-right: 15px;
    border-radius: 25px;
    /* border: 5px solid #fff; */
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.about-img-three img {
    border-radius: 25px;
}



.info-about .list-feat {
    padding-left: 0;
}

.info-about .list-feat li {
    font-weight: 600;
    color: #787878;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.info-about .list-feat li span {
    position: absolute;
    margin-right: 10px;
    height: 5px;
    width: 5px;
    background: #e42128;
    display: block;
    left: 0;
    top: 10px;
    border-radius: 50%;

}


.mt-60 {
    margin-top: 60px;
}

.pt-60 {
    padding-top: 60px;
}


.pb-60 {
    padding-bottom: 60px;
}


/* Index.php Css End Here */

/* About.php Css Start Here */


.header-breadcrumb2 {
    padding: 70px 0;
    background-image: url(../img/banner/about-banner.webp);
    position: relative !important;
    background-size: cover !important;
    width: 100%;
}


.header-breadcrumb2 .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}



.header-breadcrumb1 .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}

.header-breadcrumb3 .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}


.header-breadcrumb .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 31px;
}


/* About.php Css End Here */


/* Footer.php Css Start Here */


.main-btn-one .text-btn .text-btn-one,
.main-btn-two .text-btn .text-btn-one,
.main-btn-three .text-btn .text-btn-one,
.main-btn-four .text-btn .text-btn-one {
    display: block;
    margin-left: -100%;
    float: left;
    transition: .4s;
    text-align: center;
    min-width: 130px;
    height: 50px;
    padding: 0 15px;
    background: #e42128;
    color: #FFF;
}

/*main-btn-one*/
.main-btn-one,
.main-btn-two,
.main-btn-three,
.main-btn-four {
    position: relative;
    min-width: 180px;
    background: rgb(255, 108, 28);
    color: #02185a;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: 'Poppins', sans-serif;
}


.footer-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    /* color: #ffffff; */
    color: #000 !important;
    letter-spacing: .5px;
}

.footer-widget .line-footer {
    width: 50px;
    height: 3px;
    background: #e42128;
    margin-bottom: 30px;
    margin-top: 20px;
}


.footer-widget .footer-logo img {
    width: 268px;
    margin-bottom: 30px;
}

.footer-widget .social-media-footer {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-widget .social-media-footer li {
    display: inline-block;
    padding-right: 15px;
}

.footer-widget .social-media-footer li a {
    font-size: 18px;
    /* color: #fff; */
    color: #000;
    transition: .1s;

}

.footer-widget .social-media-footer li a:hover {
    color: #f57479;
}

/* COMPANY LINKs */
.footer-widget .footer-link {
    padding-left: 0;
}

.footer-widget .footer-link li {
    border-bottom: 1px solid rgba(214, 214, 214, 0.1);
    transition: .4s;
}

.footer-widget .footer-link li:first-child a {
    padding-top: 0;
}

.footer-widget .footer-link li:hover a {
    padding-left: 8px;
    color: #000;
}

.footer-widget .footer-link li a {
     font-size: 14px;
    color: #000;
    display: block;
    transition: .4s;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 14px;
    font-weight: 400;
}

.footer-widget .footer-link li span {
    padding-right: 5px;
    font-size: 10px;
}

.footer-widget p {
    color: #000;
    font-size: 14px;
}


.footer-widget p {

    margin-bottom: 5px;
}


.footer-bar {
    z-index: 3;
    position: relative;
    background: rgb(255, 108, 28);
}


footer .copyright {
    font-weight: 500;
    font-size: 14px;
    color: #f4f7fd;
    letter-spacing: 1.7px;
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

footer .copyright a {
    color: #e42128;
    font-weight: 700;
}

.footer-row {
    margin-bottom: 50px;
}

footer {
    background: #f5f5f5;
    position: relative;
}

footer::before {
    background-image: url(../images/icons/footer_orange.webp);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
    z-index: 0;
    height: 100%;
}



/* Color Btn Three */
.main-btn-three .text-btn .text-btn-one {
    background: black;
    color: white;
}

.main-btn-three .text-btn .text-btn-two {
    background: rgb(255, 108, 28);
    color: #fff;
}



.main-btn-three .text-btn::before {
    background: #e4500d;
}

.main-btn-three:hover .text-btn::before {
    background: #eee;
}

.main-btn-three .arrow-btn {
    background: #e42128;
    line-height: 50px;
}

.main-btn-three .arrow-btn .arrow-one {
    background: #fff;
    color: #02185a;
}

.main-btn-three .arrow-btn .arrow-two {
    background: #000000;
    color: #FFF;
}


.main-btn-one:hover .text-btn .text-btn-one,
.main-btn-two:hover .text-btn .text-btn-one,
.main-btn-three:hover .text-btn .text-btn-one,
.main-btn-four:hover .text-btn .text-btn-one {
    margin-left: 0;
}


ul ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Footer.php Css End Here */

/* Animate Line Animation */


@-webkit-keyframes animborder2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}







body p {
    font-size: 18px;
    line-height: 26px;
}



/* Synopsis css */
.features {
    position: relative;
    background: url('../img/banner/bg-img-01.jpeg') center center/cover no-repeat;
    background-attachment: fixed;
    /* Fixed background */
    padding: 65px 0;
    overflow: hidden;
}

/* Dark overlay for better text visibility */
.features::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

/* Keep content above overlay */
.features .container {
    position: relative;
    z-index: 2;
}

/* Heading */

.s-title {
  margin-bottom: 0;
  font-weight: 500;
  /* letter-spacing: 2px; */
  position: relative;
  margin-left: 0;
  display: inline-block;
  padding-bottom: 10px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  color: #313131;
  font-size: 20px;
  margin-top: 0px;
}
.s-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #ec0808;
  content: "";
}

 .s-title::before {
  position: absolute;
  content: "";
  width: 24%;
  height: 3px;
  left: 15%;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 1;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

/* Counter boxes */
.feat-item-one {
    text-align: center;
}

/* Circle */
.counter-ring {
    width: 170px;
    height: 170px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
}

/* Counter Number */
.counter-text {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

/* Title */
.counter-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .features {
        background-attachment: scroll;
        padding: 70px 0;
    }

    .s-title {
        font-size: 28px;
    }

    .counter-ring {
        width: 140px;
        height: 140px;
    }

    .counter-text {
        font-size: 34px;
    }
}







.my-bg {
    background-image: url('https://st5.depositphotos.com/11367480/65897/i/450/depositphotos_658977886-stock-photo-abstract-grey-octagon-pattern-blank.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Contact Page scroll img css */
/* .my-contact-bg {
    background-image: url('../img/banner/bg-img-03.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
} */

.my-contact-bg {
    position: relative;
    background: url('../img/banner/bg-img-03.jpeg') center center/cover no-repeat;
    background-attachment: fixed;
    padding: 65px 0;
    overflow: hidden;
}

/* Dark overlay for better text visibility */
.my-contact-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

/* Keep content above overlay */
.my-contact-bg .container {
    position: relative;
    z-index: 2;
}




/* Call for paper scroll image css */
.call-paper-bg {
    position: relative;
    /* background: url('../img/banner/bg-img-04.png') center center/cover no-repeat; */
    background: url('../img/banner/Gemini_Generated_Image_2vboim2vboim2vbo.png') center center/cover no-repeat;
    background-attachment: fixed;
    padding: 65px 0;
    overflow: hidden;
}

/* Dark overlay for better text visibility */
.call-paper-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

/* Keep content above overlay */
.call-paper-bg .container {
    position: relative;
    z-index: 2;
}