body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    background-color: #fff;
}

.hero-section {
    background-image: url('../image/bg.png');
    min-height: 945px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-section .hero-top {
    position: relative;
}

.hero-section .hero-top h1 {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    max-width: 1040px;
    margin: 70px auto 0;
    position: relative;
}

.hero-section .hero-top svg {
    position: absolute;
    top: 51px;
    left: -45px;
}

.hero-section .hero-top h1 svg {
    position: absolute;
    right: 56px;
    left: unset;
    top: unset;
    bottom: 3px;
}

.hero-bottom {
    margin-top: 40px;
}

.hero-bottom p {
    margin-top: 94px;
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    max-width: 325px;
    margin-left: 15px;
    margin-bottom: 0;
}

.hero-bottom p svg {
    position: absolute;
    left: -37px;
    top: -25px;
    transform: rotate(210deg);
}

.hero-bottom button {
    margin-top: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    margin-left: 15px;
    background-color: #F48633;
    padding: 13px 20px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    transition: .5s;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.25);
}
.hero-bottom button:hover {
    background-color: #000;
    transform: translateY(5px);
    box-shadow: none;
}
.hero-bottom button a{
    text-decoration: none;
    color: #ffffff !important;
}

.hero-bottom button svg {
    margin-left: 20px;
}

.hero-bottom .center-img {
    position: relative;
    z-index: 1;
}

.hero-bottom .center-img img {
    width: 450px;
    margin-left: -15px;
}

.hero-bottom .center-img .left-tooltip {
    position: absolute;
    background-color: #1A1A1A;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 160px;
    padding: 13px 0;
    text-align: center;
    bottom: 90px;
    left: -193px;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.25);
    animation: float 0.6s ease-in-out infinite alternate;
}

.hero-bottom .center-img .left-tooltip svg {
    position: absolute;
    right: -9px;
    top: -10px;
}

.hero-bottom .center-img .right-tooltip {
    position: absolute;
    background-color: #F48633;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 160px;
    padding: 13px 0;
    text-align: center;
    top: 95px;
    right: -80px;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.25);
    animation: float 0.6s ease-in-out infinite alternate;
}

.hero-bottom .center-img .right-tooltip svg {
    position: absolute;
    left: -9px;
    top: -10px;
    transform: rotate(275deg);
}

.hero-bottom .center-img .right-tooltip svg path {
    fill: #F48633;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.rating-box {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 65px;
}

.rating-box h3 {
    font-weight: 900;
    font-size: 40px;
    color: #000;
    margin: 0;
    text-align: right;
}

.rating-box span {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-align: right;
}

.rating-box .rating {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    margin-bottom: 5px;
}




.line-animation {
    background-color: #B43336;
    margin-top: -21px;
    position: relative;
    z-index: 2;
}

.logo-slider {
    overflow: hidden;
}

.logo-track {
    display: flex;
    animation: scroll 20s linear infinite;
    align-items: center;
}

.logo-track .logo-item {
    width: fit-content;
    display: flex;
    align-items: center;
}

.logo-track .logo-item label {
    padding: 20px 40px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}





.about-section {
    margin-top: 70px;
}

.section-content .section-heading {
    position: relative;
    color: #B43336;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    width: fit-content;
    margin-top: 26px;
}

.section-content .section-heading svg {
    position: absolute;
    right: -22px;
    top: -13px;
}

.section-content h3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-content span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.about-section .about-img img {
    width: 100%;
    height: auto;
}

.about-bottom {
    margin-top: 30px;
    position: relative;
}

.about-bg-img {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.about-abimg {
    z-index: 2;
    position: relative;
    width: 100%;
    height: auto;
}

.about-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-counting {
    display: flex;
    align-items: center;
    gap: 80px;
    margin: 50px 78px;
}

.about-counting h3 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    line-height: 55px;
}

.about-counting label {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.about-tags {
    position: relative;
    height: 150px;
    width: 590px;
    margin: 110px auto 50px;
}

.pill {
    position: absolute;
    padding: 13px 20px;
    background: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    cursor: pointer;
    transition: .5s;
}

.pill:hover,
.center-star:hover {
    box-shadow: none;
}

.p1 {
    bottom: 77px;
    left: 27px;
    transform: rotate(-10deg);
}

.p2 {
    bottom: 30px;
    left: 150px;
    transform: rotate(-25deg);
}

.p3 {
    bottom: 77px;
    right: 27px;
    transform: rotate(12deg);
}

.p4 {
    bottom: 30px;
    right: 130px;
    transform: rotate(25deg);
}

.p5 {
    bottom: 0px;
    right: 5px;
    transform: rotate(0deg);
}

.p6 {
    bottom: 0px;
    left: 0px;
    transform: rotate(0deg);
}

.center-star {
    position: absolute;
    bottom: 0;
    left: 47%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 13px 20px;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    transition: .5s;
}

.center-star svg {
    transition: .5s;
    animation: rotatestar 5s ease-in-out infinite;
}

@keyframes rotatestar {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-50deg);
    }

    /* left */
    50% {
        transform: rotate(50deg);
    }

    /* right */
    75% {
        transform: rotate(-50deg);
    }

    /* small left */
    100% {
        transform: rotate(0deg);
    }
}



.service-section {
    margin-top: 70px;
}

.service-img {
    margin-top: 30px;
}

.service-img img {
    width: 100%;
    height: 100%;
}

.service-box {
    margin-top: 30px;
}

.service-items {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.service-item {
    background-color: #fff;
    border: solid 1px #F48633;
    border-radius: 30px;
    padding: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .5s;
    cursor: pointer;
}

.service-item .item-num {
    background-color: #B43336;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
    transition: .5s;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
}

.service-item .item-num svg {
    position: absolute;
    left: -50%;
    transition: .5s;
    opacity: 0;
}

.service-item .item-num path {
    stroke: #F48633;
}

.service-item .item-text {
    color: #000;
    font-size: 18px;
    font-weight: 900;
    transition: .5s;
}

.service-item:hover {
    background-color: #F48633;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.25);
}

.service-item:hover .item-text {
    color: #fff;
}

.service-item:hover .item-num {
    background-color: #fff;
}

.service-item:hover .item-num svg {
    left: 27%;
    opacity: 1;
}

.service-item:hover .item-num span {
    opacity: 0;
    transition: .5s;
}




.portfolio-section {
    margin-top: 70px;
    background-color: #FEF9F4;
    padding: 60px 0;
}

.card-section {
    display: flex;
    gap: 30px;
    height: 375px;
    margin-top: 10px;
}

.portfolio-card {
    position: relative;
    flex: 1;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.5s ease;
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.portfolio-card::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.portfolio-card .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    will-change: transform, opacity;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
}

.portfolio-card .content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.portfolio-card .content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.content-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #F48633;
    width: 65px;
    height: 65px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    opacity: 0;
}

.content-icon svg {
    transform: rotate(-45deg);

}

.portfolio-card.active {
    flex: 3;
}

.portfolio-card.active .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.portfolio-card.active .content-icon {
    opacity: 1;
    transition-delay: 0.1s;
}

@media (max-width: 768px) {
    .card-section {
        flex-direction: column;
        height: auto;
    }

    .portfolio-card {
        height: 250px;
    }
}



.process-section{
    margin-top: 70px;
}
.process-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 30px auto 0;
}
.process-item{
    border: solid 2px #F48633;
    border-radius: 30px;
    padding: 60px 30px 30px;
    background-color: #fff;
    width: 371px;
    position: relative;
}
.pitem-1{
    transform: rotate(10deg);
    position: relative;
    left: -21%;
    margin-top: 30px;
}
.pitem-2{
    transform: rotate(-25deg);
    position: relative;
    right: -24%;
    margin-top: -120px;
}
.pitem-3{
    transform: rotate(10deg);
    position: relative;
    left: -18%;
    margin-top: -15px;
}
.pitem-4{
    transform: rotate(-25deg);
    position: relative;
    right: -24%;
    margin-top: -125px;
}
.process-item::before{
    content: ' ';
    width: 30px;
    height: 30px;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    position: absolute;
    border-radius: 30px;
    top: 15px;
    left: 172px;
}
.process-item::after{
    content: ' ';
    width: 20px;
    height: 20px;
    background-color: #B43336;
    position: absolute;
    border-radius: 20px;
    top: 20px;
    left: 177px;
}
.process-box{
    border-radius: 30px;
    padding:30px;
    background-color: rgba(244, 134, 51, 0.05);
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
}
.process-box h4{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.process-box h6{
    color: #F48633;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.process-box span{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.process-line{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 93px;
}
.process-bg{
    position: absolute;
    top: 86px;
    display: flex;
    align-items: center;
}
.process-bg img{
    width: 100%;
}
.deliver-text{
    position: relative;
    left: -20%;
    transform: rotate(-8deg);
    margin-top: -35px;
    
    animation: pulse 2s linear infinite;
}
.deliver-text h4{
    color: #B43336;
    font-size: 20px;
    font-weight: 900;
}
@keyframes pulse {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(-12deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}






.testimonial-section {
    margin-top: 120px;
    background-color: #FEF9F4;
    padding: 60px 0;
}
.testimonial-box{
    background-color: #B43336;
    border-radius: 30px;
    padding: 60px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: center;
    flex-direction: column;
    height: 100%;
    margin-top: 10px;
}
.testimonial-box h3{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin: 0;
}
.testimonial-box .rating{
    display: flex;
    gap:10px ;
}
.testimonial-box label{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}
.testimonial-box p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-top: 15px;
}

.testimonial-slider {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
  border: 2px solid #F48633;
  position: relative;
  overflow: hidden;
    margin-top: 10px;
    padding: 25px;
    height: 100%;
    min-height: 340px;
}
.carousel-item {
  transition: opacity 0.6s ease !important;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transform: translateX(0) !important;
}
.carousel-item {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.carousel-item.active {
  opacity: 1;
  position: relative;
}
.carousel-content {
  transition: opacity 0.5s ease, transform 0.5s ease;

  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.carousel-content p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.carousel-content .rating{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}
.carousel-content .rating p{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-left: 10px;
}
.carousel-name{
    margin-top: 35px;
    transition: .5s;
    /* position: absolute; */
    left: 0;
    bottom: 0;
}
.carousel-name h5{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.carousel-name p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.nav-btn {
  position: absolute;
  bottom: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #fff;
  background-color: #B43336;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    cursor: pointer;
    z-index: 9;
}
.nav-btn:hover {
    box-shadow:none;
    z-index: 9;
}
.prev {
  right: 90px;
}
.prev svg{
    transform: rotate(180deg);
}
.next {
  right: 25px;
  background-color: #F48633;
}



.contact-section{
    margin-top: 70px;
}
.contact-heading h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.contact-heading button{
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    background-color: #F48633;
    padding: 13px 20px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    transition: .5s;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}
.contact-heading button:hover {
    background-color: #000;
    transform: translateY(5px);
    box-shadow: none;
}
.contact-heading  button a{
    text-decoration: none;
    color: #ffffff !important;
}
.contact-heading button svg {
    margin-left: 20px;
}
.contact-tags{
    margin-top: 30px;
    position: relative;
}
.contact-tags{
    margin-top: 30px;
    position: relative;
    height: 155px;
}
.cpill {
    position: absolute;
    padding: 13px 20px;
    background: #FEF9F4;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    cursor: pointer;
    transition: .5s;
}
.redpill{
    background-color: #B43336;
    color: #fff;
}
.cp1{
    bottom: 24px;
    left: 1%;
    transform: rotate(-18deg);
}
.cp2{
    bottom: 75px;
    left: 15%;
    transform: rotate(29deg);
}
.cp3{
    bottom: 1px;
    left: 15%;
    transform: rotate(0deg);
}
.cp4{
    bottom: 26px;
    left: 24%;
    transform: rotate(25deg);
}
.cp5{
    bottom: 62px;
    left: 34%;
    transform: rotate(-4deg);
}
.cp6{
    bottom: 22px;
    left: 40%;
    transform: rotate(-28deg);
}
.cp7{
    bottom: 1px;
    right:38%;
    transform: rotate(0deg);
}
.cp8{
    bottom: 66px;
    right:28%;
    transform: rotate(-5deg);
}
.cp9{
    bottom: 33px;
    right:17%;
    transform: rotate(-24deg);
}
.cp10{
    bottom: 1px;
    right:1%;
    transform: rotate(0deg);
}
.cp11{
    bottom: 72px;
    right:4%;
    transform: rotate(27deg);
}
.contact-star {
    position: absolute;
    bottom:58px;
    right: 12%;
    padding: 13px 20px;
    background: #F48633;
    border-radius: 100px;
    cursor: pointer;
    transition: .5s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.contact-star svg {
    transition: .5s;
    animation: rotatestar 5s ease-in-out infinite;
}
.contact-star svg path {
    fill: #fff;
}
.cpill:hover,
.contact-star:hover {
    box-shadow: none;
}
.orangebg{
    background-color: #F48633;
    margin-top: 3px;
}
.orangebg svg path{
    fill: #B43336;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* handle */
::-webkit-scrollbar-thumb {
    background: #B43336;
    border-radius: 10px;
}

/* handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #F48633;
}




/* contact page css */
.form-section{
    background-image: url('../image/bg.png');
    min-height: 945px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    margin-bottom: 70px;
}
.form-head {
    text-align: center;
}
.form-head h1 {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    margin: 70px auto 15px;
    position: relative;
}
.form-head span {
    position: relative;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}
.form-box{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #FEF9F4;
    padding: 25px;
    border-radius: 30px;
    margin-top: 70px;
}
.form-box-content{
    background-color: #F48633;
    border-radius: 30px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
    padding: 40px 25px;
    height: 100%;
}
.form-box-content img{
   position: absolute;
   right: 0;
   bottom: 0;
}
.form-box-content h5{
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.form-box-content span{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    width: 300px;
}
.contact-info{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}
.contact-info-item{
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-info i{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    color: #B43336;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, 0.25);
}
.form-box-inner{
    padding: 40px 10px 40px 0;
    position: relative;
    overflow: hidden;
}
.form-box-inner label{
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.form-box-inner .form-label span {
    color: #721c24;
}
.form-box-inner input{
    background-color: #fff;
    border: none;
    border-bottom: solid 2px transparent;
    outline: none;
}
.form-box-inner input:focus{
    box-shadow: none;
    border-bottom: solid 2px #B43336;
}
.form-box-inner textarea{
    background-color: #fff;
    border: none;
    border-bottom: solid 2px transparent;
    outline: none;
}
.form-box-inner textarea:focus{
    box-shadow: none;
    border-bottom: solid 2px #B43336;
}
.form-box-inner button {
    margin-top: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    background-color: #B43336;
    padding: 13px 20px;
    border-radius: 50px;
    border: none;
    display: flex;
    align-items: center;
    transition: .5s;
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.25);
}

.form-box-inner button:hover {
    background-color: #000;
    transform: translateY(5px);
    box-shadow: none;
}

.form-box-inner button svg {
    margin-left: 20px;
}
.success-message {
    border: solid 2px #d4edda;
    color: #155724;
    padding: 12px;
    border-radius: 5px;
}

.error-message {
    border: solid 2px #f8d7da;
    color: #721c24;
    padding: 12px;
    border-radius: 5px;
}

/* contact page css */



/* responsive page */
@media (max-width:1400px){
   .about-tags {
        margin: 40px auto 50px;
    }
    .contact-tags {
        zoom: .8;
    }
    .hero-bottom .center-img .right-tooltip {
        right: -120px;
    }
    .deliver-text {
        left: -24%;
    }
}
@media (max-width:1200px){
    .hero-bottom .center-img .right-tooltip {
        right: -190px;
    }
    .about-tags {
        margin: 0px auto 20px;
        zoom: .8;
    }
    .service-item .item-text {
        max-width: 180px;
    }
    .service-items {
        zoom: .8;
    }
    .process-row {
        width: 100%;
    }
    .testimonial-box {  
        padding: 60px 32px;
    }
    .deliver-text {
        left: -25%;
    }
    .testimonial-box {
        min-height: 422px;
    }
    .hero-section .hero-top h1 svg {
        right: 0px;
    }

    .form-box .row{
        flex-direction: column;
    }
    .form-box .row .col-md-6{
        width: 100%;
    }
    .form-box-inner {
        padding: 40px 20px;
    }
    .form-box-content{
        margin-right: 0;
    }

}

@media (max-width: 992px) {
    .hero-section .hero-top h1 svg {
        right: 155px;
    }
    .hero-section,
    .form-section{
        background-image: none;
    }
    .hero-section .hero-top svg {
        left: -70px;
    }
    .hero-section .hero-top h1 {
        margin: 40px auto 0;
    }
    .hero-bottom p {
        margin-top: 0;
    }
    .rating-box {
        position: absolute;
        right: 60px;
        margin-top: 10px;
    }
    .hero-bottom .center-img {
        text-align: center;
       order: 3;
    }
    .hero-bottom .center-img .right-tooltip {
        right: -40px;
    }
    .hero-bottom .center-img .left-tooltip {
        left: -50px;
    }
    .about-section .about-img img{
        margin-top: 20px;
    }
    .about-bg-img{
        display: none;
    }
    .about-box {
        background-image: url('../image/Intersect.svg');
        background-size: 190%;
        border-radius: 30px;
        width: 97%;
        margin: 0 auto 30px;
    }
    .service-item .item-text {
        max-width: unset;
    }
    .service-box{
        order: 2;
    }
    .process-line,
    .process-row{
        zoom: .8;
    }
    .about-tags{
        zoom: unset;
    }
    .pitem-4 {
        right: -27%;
    }
    .deliver-text {
        left: -27%;
    }
    .testimonial-box {
        min-height: unset;
    }
    .testimonial-slider{
        margin-top: 30px;
    }
    .contact-tags {
       display: none;
    }
    .contact-heading button{
        margin-bottom: 30px;
    }
    .service-box {
    margin-top: 20px;
}
}

@media (max-width: 769px) {
    .hero-bottom .center-img .right-tooltip {
        right: 20px;
    }
    .hero-bottom .center-img .left-tooltip {
        left: 20px;
    }
    .card-section {
        gap: 20px;
        height: 800px;
        flex-direction: column;
    }
}
@media (max-width: 700px) {
   .hero-section .hero-top h1 {
    font-size: 40px;
    margin-top: 20px;
   }
    .hero-section .hero-top svg {
        display: none;
    }
    /* .hero-section .hero-top h1 svg {
        right: 60px;
        bottom: -10px;
        display: block;
    } */
    .hero-bottom p{
        text-align: center;
        max-width: unset;
    }
    .hero-bottom p svg{
        display: none;
    }
    .hero-bottom button{
        margin: 20px auto;
    }
    .rating-box {
        position: relative;
        right: unset;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
            align-items: center;
    }
    .hero-bottom .center-img img {
        width: 100%;
        margin-left: unset;
    }
    .hero-bottom .center-img .right-tooltip,
    .hero-bottom .center-img .left-tooltip{
        display: none;
    }
    .logo-track .logo-item label {
        padding: 15px 40px;
    }
    .section-content h3{
            font-size: 25px;
    }
    .about-counting {
        gap: 20px;
        margin: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .about-tags{
        display: none;
    }
    .about-box {
        background-size: 300%;
        width: 93%;
    }
    .process-row{
        zoom: unset;
        margin: 0;
    }
    
    .process-bg,
    .process-line{
        display: none;
    }
    .process-item {
        transform: unset !important;
        margin: 20px 0 0 !important;
        position: unset;
        padding: 20px;
        width: 100%;
    }
    .process-item::before,
    .process-item::after{
        display: none;
    }
    .deliver-text{
        display: none;
    }
    .carousel-content {
        align-items: center;
    }
    .carousel-content p{
        text-align: center;
    }
    .carousel-content .rating {
        justify-content: center;
    }
    .carousel-name {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 70px;
    }
    .next {
        right: 32%;
    }
    .prev {
        right: 50%;
    }
    .testimonial-section{
        margin-top: 70px;
    }


    .form-head h1{
        font-size: 40px;
        margin: 40px auto 0;
    }
    .form-box{
        padding: 15px;
    }
    .form-box-content span {
        width: 100%;
            word-break: break-all;
    }
}