/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: Child theme for the Astra theme
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/





/* anek-tamil-latin-wght-normal */
@import url('https://fonts.cdnfonts.com/css/rochester');
@import url('https://fonts.cdnfonts.com/css/anek-tamil');

/* === Fonts === */

body {
    font-family: 'Anek Tamil', sans-serif;
    margin: 0;
    background: #000000 !important;
}

ul.dropdown-menu.show {
    background-color: #b90926 !important;
    /* Change to your desired color */
}

a.dropdown-item {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Anek Tamil', sans-serif;
}

.accordion-button::after {
    filter: brightness(0) invert(1) !important;
}

/* === Navbar Styles === */
.navbar-aro {
    background-color: transparent;
    padding: 1rem 0;
    z-index: 10;
}

.nav-link.active {
    color: #B90926 !important;
    /* red color or your brand color */
    font-weight: 600;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #b90926;
    text-decoration: none;
    background-color: #ffffff;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    background: #b90926 !important;
    border: #b90926 !important;
}

.navbar-aro .nav-link {
    color: white !important;
    margin-right: 7px;
    font-weight: 200;
    font-size: 20px;
    font-family: 'Anek Tamil', sans-serif;
}

ul.navbar-nav.align-items-center {
    gap: 20px !important;
}

.navbar-aro .nav-link.active {
    color: #B90926 !important;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Anek Tamil', sans-serif;
}

.get-started-btn-aro {
    border: 1px solid #B90926;
    border-radius: 30px;
    padding: 6px 20px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}
a.website-dev-link,a.uiux-link.text-white {
    border: 1px solid #ffffff3d;
    padding: 10px 15px;
    border-radius: 50px;
}
.get-started-btn-aro:hover {
    background-color: #B90926;
    color: #fff;
}

.get-started-btn {
    background: linear-gradient(130deg, #FFFFFF, #B90926) !important;
    padding: 2px;
    border-radius: 25px;
    cursor: pointer !important;
}

a.btn-gradient-outline-see-our-projects:hover {
    background: #b90926 !important;
    color: #fffF !important;
}

/* Hover effect for Bootstrap 5 dropdown */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: to align properly */
}

.dropdown-menu {
  transition: all 0.3s ease-in-out;
}
.dropdown-menu {
    background-color:#b90926;
}
.dropdown-item:hover {
  border-bottom:1px solid#fff;
  color: #fff;
  background-color:#101010!important;
}
h2.bg-client {
    text-align: center;
    font-size: 65px;
}
/* btn-css */
/* Gradient Border Button */
.btn-gradient-outline {
    font-family: 'Anek Tamil', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    background: #b90926;
    border-image-slice: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;

}

body:not(.logged-in) {
    position: static !important;
}

.get-started-btn:hover {
    background: linear-gradient(130deg, #FFFFFF, #B90926) !important;
    padding: 2px;
    border-radius: 25px;
}


/* Circle around arrow icon */
.arrow-icon {
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    height: 24px;
    width: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    border: 1px solid;
}

/* Optional: Hover Effect */
.btn-gradient-outline {
    background: #b90926;
    color: #ffff;
}


/* === Hero Section === */


.hero-section-aro {
    height: 100vh;
  background-image: url('https://yourdomain.com/path-to-your-image.jpg');
  background-repeat: repeat;
  background-size: cover;
  animation: moveBg 30s linear infinite;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@keyframes moveBg {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 20% 10%;
  }
  50% {
    background-position: 0% 20%;
  }
  75% {
    background-position: -20% 10%;
  }
  100% {
    background-position: 0% 0%;
  }
}
button.btn.hero-btn-start-now.ms-2.mt-2.mt-md-0 {
    background: #b90926;
    padding: 7px 60px;
    color: #fff;
    border: 1px solid;
    margin-top: 20px !important;
    border-radius: 8px;
}

.get-started-btn.position-relative.z-1 {
    width: fit-content;
    background: linear-gradient(130deg, #FFFFFF, #B90926) !important;
    padding: 2px;
    border-radius: 25px;
}

a.btn-gradient-outline-see-our-projects {
    font-family: 'Anek Tamil', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    background: #0b0d12;
    border-image-slice: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-section-aro::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000008;
    z-index: 0;
}

.hero-content-aro {
    z-index: 1;
    position: relative;
}

.hero-heading-aro {
    font-size: 95px;
    font-weight: 700;
    line-height: 95px;
    color: #ffffff;
    padding-top: 90px;
    font-family: 'Anek Tamil', sans-serif;
    letter-spacing: 2px;

}

.brand-highlight-aro {
    font-family: 'Rochester', sans-serif;
    font-weight: 100;
    font-size: 96px;
    color: #B90926;
}

.hero-subtext-aro {
    font-size: 22px;
    color: #dddddd;
    max-width: 75%;
    margin: 0 auto;
    font-weight: 400;
      font-family: system-ui!important;
}
/*section.hero-section-aro:hover {*/
/*   background-position: top center !important;*/
/*}*/

.hero-input-group-aro {
    max-width: 700px;
    margin: 0 auto;
}

.hero-email-input-aro {
    flex: 1;
    min-width: 250px;
    max-width: 400px;
    border-radius: 30px;
    padding: 12px 20px;
    border: none;
}

.hero-btn-aro {
    border-radius: 30px;
    padding: 12px 28px;
    background-color: #B90926;
    color: white;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: none;
    transition: all 0.3s ease;
}

.hero-btn-aro:hover {
    background-color: #99071f;
}

input.form-control.hero-email-input-aro {
    border-radius: 32px;
    background: transparent;
    color: #ffff;
    text-align: center;
    padding: 12px;
}

input.form-control.hero-email-input-aro:hover {
    background: #b90926;
    color: #ffff;
    border-radius: 32px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
}

input::placeholder {
    color: #CECACA !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    opacity: 1;

}

/* case study button start */
.know-more-btn.z-3.col-lg-12.mt-4.mt-lg-0.d-flex.justify-content-lg-end {
    padding-top: 70px !important;
    padding-bottom: 30px;
}
/* scroll Effect Start*/
.scroll-section {
  opacity: 0;
  transform: translateY(60px); /* Thoda zyada neeche se aaye */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out; /* ⏱ Slow Transition */
}

.scroll-section.visible {
  opacity: 1;
  transform: translateY(0);
}
.cursor-glow {
  width: 20px;
  height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, #B90926, transparent);
  box-shadow: 0 0 20px #B90926, 0 0 40px #B90926;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.05s ease;
}
::selection {
  background: #B90926;  /* Background color when text is selected */
  color: #ffffff;       /* Text color while selected */
}


/* scroll Effect End*/







/* case study button End */

.scroll-circle-container {
    position: absolute;
    width: 160px;
    height: 160px;
    margin: auto;
    bottom: 10%;
    right: 10%;
}

.scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #ffffff;
    z-index: 2;
}

/* SVG Rotating Circle Text */
.scroll-svg {
    width: 100%;
    height: 100%;
    animation: rotateTextRing 12s linear infinite;
}

.scroll-svg text {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    fill: #ffffff;
    letter-spacing: 3px;
}

@keyframes rotateTextRing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: none !important;
}




/* line-css-start */

.curve-line-red {
    position: absolute;
    top: 26%;
    right: -23px;
    width: 84px;
    height: 121px;
    border: 4px solid #B90926;
    border-left: none;
    border-bottom-right-radius: 40px;
    z-index: -1;
    border-top-right-radius: 40px;
    border-top-left-radius: 25px;
}

.curve-line-second {
    position: absolute;
    top: 295%;
    right: 60px;
    width: 668px;
    height: 109px;
    border: 4px solid #B90926;
    border-right: none;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 40px;
    z-index: -1;
    border-bottom-left-radius: 24px;
}
.case-study-sec{
  max-width: 1366px;
    margin: auto;
}
.know-more-line-third {
    position: absolute;
    top: 61%;
    right: -21px;
    width: 192px;
    height: 362px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 40px;
    z-index: -1;
    border-left: none;
}

.companies-line-fourth {
    position: absolute;
    top: 108%;
    right: 39px;
    width: 1233px;
        height: 390px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 40px;
    z-index: 1;
    /* border-bottom: none; */
    border-right: none;
    border-bottom-left-radius: 29px;
}

.trusted-companies-line-fifth {
    position: absolute;
    top: 66%;
    right: 120px;
    width: 180px !important;
    height: 178px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 40px;
    border-left: none;
    border-top: none;
    z-index: -1;
}

.trusted-companies-line-six {
    position: absolute;
    top: 113%;
    right: 22%;
    width: 28% !important;
    height: 18%;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 9px;

}

.Explore-the-projects-line-seven {
    position: absolute;
    top: -1%;
    right: 120px;
    width: 31% !important;
    height: 40px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 10px;
    border-left: none;
    border-top: none;
}

.Explore-the-projects-line-eight {
    position: absolute;
    top: 1%;
    right: 39%;
    width: 20px !important;
    height: 7%;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 42px;
}

.trusted-companies-line-nine {
    position: absolute;
    top: 105%;
    right: 245px;
    width: 364px !important;
    height: 70px;
    border: 4px solid #B90926;
    border-top-left-radius: 30px;
    border-bottom: none !important;
    border-right: none;
}

.Explore-the-projects-line-ten {
    position: absolute;
    top: 140px;
    right: 8px;
    width: 4%;
    height: 181px;
    border-top: 4px solid #B90926;
    border-right: 3px solid #B90926;
    border-top-right-radius: 40px;
    border-bottom: 4px solid #B90926;
    border-bottom-right-radius: 40px;
}

/* .Explore-the-projects-line-eight {
    position: absolute;
    top: 66%;
    right: 120px;
    width: 180px !important;
    height: 150px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 40px;
    border-left: none;
    border-top: none;
    z-index: -1;
} */

.Explore-the-projects-line-eleven {
    position: absolute;
    top: 119%;
    right: 4%;
    width: 56% !important;
    height: 92%;
    border: 4px solid #B90926;
    border-top-left-radius: 30px;
    border-right: none;
    border-bottom-left-radius: 23px;
    border-bottom: none;
    z-index: -1;

}

.Explore-the-projects-bottomline {
    position: absolute;
    top: -150px;
    right: 44%;
    width: 38%;
    height: 37px;
    border-top: none;
    border-right: 3px solid #B90926;
    border-top-right-radius: 0px;
    border-bottom: 4px solid #B90926;
    border-bottom-right-radius: 40px;
    z-index: -1;
}
.trusted-companies-line-add-after {
    position: absolute;
    bottom: 74%;
    right: 50%;
    width: 180px !important;
    height: 178px;
    border: 4px solid #B90926;
    border-left: none;
    border-top: none;
    z-index: -1;
    border-bottom: none;
}

section.project-section {
    margin-top: 200px;
}

.project-info i.uil.uil-arrow-right {
    font-size: 20px;
    color: #212529;
}

section.lets-connect-sec {
    margin-top: 150px;
}

.lets-connected-sec-line-tweleve {
    position: absolute;
    bottom: 37px;
    right: 40%;
    width: 11% !important;
    height: 5%;
    border: 4px solid #B90926;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    border-left: none;
}

.lets-connected-sec-line-thirteen {
    position: absolute;
    top: -117px;
    right: 51%;
    width: 44% !important;
    height: 219px;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 42px;
}

.lets-connected-sec-line-Fourteen {
    position: absolute;
    bottom: -56%;
    right: 31%;
    width: 22% !important;
    height: 52%;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}

.lets-connected-sec-line-fifteen {
    position: absolute;
    bottom: -13px;
    right: 21%;
    width: 10% !important;
    height: 32%;
    border: 4px solid #B90926;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 20px;
    border-left: none;
}

/* line-css-End */


/* <!-- ✅ second Section Start --> */


.website-dev-hover-container {
    display: flex;
    flex-wrap: nowrap;
}







.website-dev-hover-container {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    gap: 25px;
}

.transition-box {
    transition: flex 0.8s ease;
    flex-basis: 41.5%;
}

.transition-box:hover {
    flex-basis: 56%;
}

/* .col-md-7.flex-grow-2.transition-box.box-left{
    flex-basis: 58%;
} */

.website-dev-hover-container .transition-box:hover~.transition-box {
    flex-basis: 38%;
}

a:hover,
a:focus {
    color: #d21e3c !important;
}

h2.fw-bold.companies-that.display-5 {
    font-family: 'Anek Tamil', sans-serif;
    font-size: 64px;
}

p.work-in.text-white.mt-3 {
    font-size: 21px;
}

a.website-dev-link,
a.uiux-link.text-white {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.gradient-text {
    font-family: 'Rochester', sans-serif;
    font-size: 63px;
    background: linear-gradient(to right, #B90926, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 9px 9px;
}

section.companies-that {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
    padding-top: 4rem !important;
    padding-bottom: 6rem !important;
}

a.know-more-link {
    padding-top: 11.2px !important;
    padding-bottom: 11.2px !important;
    padding-right: 64px !important;
    padding-left: 64px !important;
}

.branding-dev-section {
    padding-top: 20px !important;
    z-index: 999;
    position: relative;
}



.website-dev-section {
    padding-top: 77px !important;
    z-index: 999;
    position: relative;
}

.row.bg-black.g-4 {
    border-radius: 50px !important;
}

.website-dev-box {
    background: linear-gradient(351deg, #151515, #B90926);
    color: #fff;
    border-radius: 24px;
    padding: 2rem;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.website-dev-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-left: 1px solid #ffffff54;
}

i.uil.uil-globe,
i.uil.uil-shopping-bag,
i.uil.uil-tag {
    font-size: 31px;
}

.website-dev-title {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.website-dev-description {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 80%;
}

.website-dev-link {
    display: inline-block;
    margin-top: 1.5rem;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.website-dev-image-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64%;
        height: 70%;
    padding: 0;
}

img.websites-dev-image.active {
    width: 100%;
        margin: 0;
}
.feature-card.bg-bisson img{  margin: 0;
}

.website-dev-image-wrapper-big {
    position: absolute;
    bottom: 0;
    right: -13px;
    width: 83%;
    height: 100%;
}

.website-dev-image {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 1s ease-in-out;
}

.website-dev-image.active {
    opacity: 1;
}

.col-md-6.col-sm-12.website-dev-image-wrapper .website-dev-image {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: opacity 1s ease-in-out;
}

.col-md-6.col-sm-12.website-dev-image-wrapper-big .website-dev-image {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: opacity 1s ease-in-out;
}



.uiux-box {
    background: linear-gradient(351deg, #151515, #B90926);
    border-radius: 2rem;
    min-height: 350px;
    position: relative;
    color: #fff;
}

.uiux-icon {
    width: 48px;
    height: 48px;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ffffff54;
}

.uiux-title {
    font-family: "Anek Tamil Variable", sans-serif;
    font-size: 1.8rem;
    font-weight: 500 !important;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.uiux-description {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.uiux-link {
    font-weight: 500;
    text-decoration: underline;
    font-size: 0.95rem;
}

.uiux-img {
    width: 83%;
    position: absolute;
    bottom: -15px;
    right: 0;
    transition: opacity 1s ease-in-out;
}




.branding-dev-box {
    background: #B90926;
    color: #fff;
    border-radius: 24px;
    padding: 3rem;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

/* testimonials new section*/
    .testimonial-section {
      padding: 101px 0;
    }

    .testimonial-box {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 40px 30px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.4);
      backdrop-filter: blur(10px);
      transition: all 0.4s ease;
      min-height: 370px!important;
    }
    
    i.fas.fa-quote-left.text-primary {
    color: #b90926 !important;
}

    .testimonial-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    }

    .testimonial-box p {
      font-size: 1.1rem;
      line-height: 1.7;
      opacity: 0;
      transform: translateX(-100px);
    }

    .carousel-item.active .testimonial-box p {
      animation: slideIn 1s ease forwards;
    }
.carousel-item{
    text-align:center;
}
strong.client-name {
    font-weight: 500;
}
strong.website-services-testimonials {
    font-weight: 500;
    color: #b90926;
}   
    .avatar {
      width: 40px;
      height: 40px;
      background: #B90926;
      color: white;
      border-radius: 50%;
      font-size: 22px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 20px auto 10px;
      opacity: 0;
      transform: translateX(-100px);
      animation: slideIn 1s ease forwards;
      animation-delay: 0.4s;
    }

    .client-info {
      opacity: 0;
      transform: translateX(-100px);
      animation: slideIn 1s ease forwards;
      animation-delay: 0.8s;
    }

    @keyframes slideIn {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    .carousel-indicators [data-bs-target] {
      background-color: white;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }
/* testimonials new section*/


/*our work*/
ul.keypoints {
    margin-left: 0px;
        padding-left: 0;
}
h4.heightlight-points {
    margin-top: 15px;
    margin-bottom: 20px;
}

i.fas.fa-check {
    background: #ccc;
    padding: 3px;
    border-radius: 12px;
    background: linear-gradient(to right, #B90926, #bb2121);
    color: #fff;
    margin-right: 12px;
}
li.key-points {
    list-style: none;
    margin-bottom: 29px;
    font-size: 17px;
}
.section-wrapper {
      padding: 5rem 1rem;
      background-color: #fff;
    }
    .section-header {
      text-align: center;
      margin-bottom: 1rem;
    }
    .section-header h2 {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .section-header p {
      font-size: 1.1rem;
      color: #fff;
      max-width: 700px;
      margin: 0 auto;
    }
    .feature-card {
      background-color: #212222;
      border: none;
      padding: 2rem;
      border-radius: 12px;
      text-align: left;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }
    .feature-card h5 {
      font-weight: 400;
      margin-bottom: 0.75rem;
      font-size: 28px;
    }
    .feature-card p {
      color: #fff;
      font-size: 18px;
    }
    .custom-tag {
      display: inline-block;
      background-color: #ffffff;
      color: #000;
      border-radius: 20px;
      padding: 0.3rem 1rem;
      font-size: 0.8rem;
      margin-right: 0.4rem;
      margin-bottom: 0.4rem;
    }
    .cta-btn {
    background-color: #212222;
    color: #fff;
    border: none;
    padding: 0.7rem 1.4rem;
    border-radius: 50px;
    font-weight: 600;
    transition: background 0.3s ease;
    border: 1px solid #ffffff2b;
        text-decoration: none;
    }
    .cta-btn:hover {
      background-color: #000;
    }
    .image-showcase {
      margin: 2rem 0;
    }
    .image-showcase img {
      width: 100%;
      border-radius: 12px;
      margin-bottom: 1.5rem;
    }
    .feature-card.custom-bg {
    background: red;
    background: linear-gradient(to right, #B90926, #141111);
    border: 1px solid #ffffff47;
}
.bg-bisson {
    background: #ffffff!important;
}
	h2.redefining {
    color: #fff;
    font-size: 30px!important;
    margin-bottom: 35px!important;
font-weight: 500;
}
p.case-desc {
    color: #fff;
    margin-top: 14px;
}
.case-img {
    width: 100%;
    height: 273.99px;
    border-radius: 12.13px;
    overflow: hidden;
    /* height: 371px; */
    margin-bottom: 20px;
}


section.redfine {
    border-bottom: 1px solid #ffffff3b;
    padding-top: 100px;
    padding-bottom: 100px;
}
/* our work end/


/* trusted companies section  start*/
.trusted-companies {
    background: #121212;
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.trusted-Business::before {
    content: "Trusted By 50+ Businesses";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #1f1f1f;
    padding: 7px 20px;
    border-radius: 20px;
    font-size: 24px;
    color: #fff;
    z-index: 9999;
    white-space: nowrap;
}

.trusted-Business {
    background: #121212;
    padding: 25px 0;
    /* overflow: hidden; */
    position: relative;
    z-index: 999;
}

.ticker-wrapper {
    overflow: hidden;
    width: 100%;
    /* background: #000; */
}



/* .ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
} */


.ticker-track {
    display: flex;
    width: max-content;
    animation: scrollClients 30s linear infinite;
}

.ticker-track img {
    height: 70px;
    margin: 0 30px;
    /* filter: brightness(0) invert(1); */
    opacity: 0.9;
    flex-shrink: 0;
}

@keyframes scrollClients {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* trusted companies section  End*/

/* projects section Start*/


.bg-maroon {
    background-color: #6d0c18;
    /* Dark maroon for third block */
}

h1.display-1 {
    font-family: 'Anek Tamil';
}

.btn-gradient {
    background: linear-gradient(to right, #f4e2d8, #baafc1);
    color: #000;
    border: none;
    transition: all 0.3s ease;
    border-radius: 6px;
    width: 40%;
}

a.btn.btn-dark.px-4.py-2.fw-semibold {
    width: 35%;
    align-items: center;
    padding-top: 9px !important;
}

a.btn.btn-dark.px-4.py-2.fw-semibold:hover,
a.btn.btn-dark.btn-lg.rounded-pill.px-4.py-2:hover {
    background: #fff;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #e4d0c4, #9f90aa);
    color: #000;
}

.projects-showcase {
    padding-top: 6rem !important;
    padding-bottom: 3rem !important;
}


.tilt-l {
    transform: rotate(332deg);
    display: grid;
    row-gap: 30px;
    height: max-content;
    z-index: 999;
}



.projects-section {
    column-gap: 75px;
    align-items: center;
    /* position: absolute; */
    /* top: 10%; */
    /* left: -350px; */
    display: flex !important;
    /* background: red; */
    margin-left: -367px;
    margin-top: -100px;
}

h2.fw-bold.display-5.Explore-title,
h2.testimonial-title {
    font-family: 'Anek Tamil', sans-serif;
    font-size: 64px;
    z-index: 999;
    position: relative;
    color: #fff;
    /* background: #000000; */
}

p.text-light.mt-3.Explore-the-Projects-subtext {
    font-size: 21px;
}


.carousel {
    position: relative;
    margin: 20px;
}



.ticker-wrapper-testimonial:hover {
    animation-play-state: paused !important;
}

.ticker-wrapper-testimonial2:hover {
    animation-play-state: paused !important;
}







/* projects section End*/


/* lets-connected-sec Start*/

.lets-connected-sec {
    position: relative;
    width: 85%;
    margin: auto;
    z-index: 999;
}

span.create-something-text {
    font-family: 'Rochester', sans-serif;
    font-size: 28px;
}

h2.lets-connected-title.mb-2 {
    font-family: 'Anek Tamil', sans-serif;
    font-size: 28px;
}

p.mb-0.reach-out-para {
    font-size: 21px;
}

/* lets-connected-sec END*/

/* testimonial-section Start */



.client-info {
    text-align: center;
}
.testimonial-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #DDD8D8;
}

.testimonial-card {
    background-color: #111;
    border-radius: 15px;
    display: flex;
    max-width: fit-content;
    position: absolute;
    height: 180px;
    /* top: 9px; */
    /* bottom: -18px; */
}

.testimonial-card img {
    width: 120px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    position: relative;
}

.testimonial-content {
    flex: 1;
    padding: 15px;
    width: 250px;
}

.rating {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.rating i {
    color: gold;
}

.testimonial-name {
    font-weight: 100;
    margin-top: 10px;
    color: #ffffff;
    font-size: 15px;
}

.testimonial-desc {
    font-size: 12px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.designation {
    font-size: 0.85rem;
    color: #ccc;
}

.bg-red-blur {
    position: absolute;
    width: 120px;
    height: 120px;
    background: linear-gradient(27deg, #B90926, #1a1616);
    z-index: -1;
    border-radius: 10px;
}

.bg-red-bottom-box {
    position: absolute;
    width: 160px;
    height: 67px;
    background: linear-gradient(27deg, #B90926, #1a1616);
    z-index: -1;
    border-radius: 10px;
}

.bg-red-top {
    top: -30px;
    right: -30px;
}

.bg-red-bottom {
    bottom: -37px;
    left: -55px;
}

.Row.d-flex.gy-5 {
    column-gap: 90px;
    margin-top: 90px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.ticker-wrapper-testimonial {
    display: flex;
    /* Ensures enough width for loop */
    animation: scroll 40s linear infinite;
    column-gap: 70px;
}

.ticker-wrapper-testimonial2 {
    display: flex;
    /* Ensures enough width for loop */
    animation: scroll 40s linear infinite;
    column-gap: 70px;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-400%);
    }
}



/* faq-section-start */

h2.Faq-title.m-0 {
    font-family: 'Anek Tamil', sans-serif;
    font-size: 64px;
    z-index: 999;
    position: relative;
    color: #fff;
    font-weight: 900;
    line-height: 63px;
}

.gradient-main-line-and-circle.d-flex {
    padding: 10px;
    column-gap: 5px;
    margin-bottom: 100px;
}

.row.faq-section-row {
    justify-content: space-around;
}

.faq-left.d-flex {
    background: #D21E3C;
    border-radius: 15px;
    padding: 15px 17px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
    /* margin-top: 100px; */
}

.Blog-faq-left {
    background: linear-gradient(358deg, #0C0C0C, #B90926);
    border-radius: 15px;
    padding: 15px 17px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}

.Ask-faq-left {
    background: linear-gradient(150deg, #fd4d6b, #000000);
    border-radius: 15px;
    padding: 15px 17px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}

i.uil.uil-arrow-right {
    font-size: 50px;
    color: #fff;
}


.gradient-box-parent {
    display: flex;
    align-items: center;
    background-color: #000;
    /* Optional dark background */
    padding: 10px;
    column-gap: 5px;
}

.gradient-box {
    width: 83px;
    height: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #B90926, #000000);
}

.gradient-circle-box {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(135deg, #B90926, #000000);
}


.accordion-item {
    margin-bottom: 40px;
    border-radius: 12px !important;
    border: none !important;
}

button.accordion-button.collapsed,
button.accordion-button {
    border-radius: 9px;
    padding: 34px;
    font-size: 23px;
    font-weight: 500;
    background: linear-gradient(45deg, #313131, #313131);
    stroke: none !important;
    font-family: 'Anek Tamil';
}

button.accordion-button {
    background: linear-gradient(36deg, #B90926, #000000);
    color: #ffff !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background: linear-gradient(96deg, #B90926, #000000);
    box-shadow: none !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    padding: 34px !important;
    font-weight: 200;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none;
}

div#help {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 15px;

}

.contact-enquiry {
    border: 3px solid transparent !important;
    border-radius: 1rem !important;
    background-image: linear-gradient(#1a1a1a, #1a1a1a),
        /* inner background */
        linear-gradient(288deg, #ff0844, #fff) !important;
    background-origin: border-box !important;
    ;
    background-clip: content-box, border-box !important;
    ;

}




/* footer-section-start */
.container.footer-container {
    max-width: 1430px;
}
img.project-img-fluid {
    margin-bottom: 22px;
    margin-top: 14px;
}
a.text-white.fw-medium {
    text-decoration: none;
}
.col-md-3.rounded-4.p-4 {
    padding: 20px !important;
}
.gradient-text-just-yet {
    font-family: 'Rochester', sans-serif;
    font-size: 35px;
    background: linear-gradient(to right, #B90926, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 3px 7px;
    font-weight: 100;
}

h4.dont-leave-title {
    font-size: 35px;
    font-weight: 500;
}

.newletter-desc {
    font-weight: 100 !important;
    font-size: 17px;
}

h6.menu-title {
    font-size: 20px;
    margin-bottom: 20px;
}

p.Support-desc {
    font-size: 18px;
}

ul.list-unstyled li {
    font-size: 18px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    line-height: 31px;
    margin: 0;
}

button.btn.btn-subscribe.rounded-pill.px-4.my-4 {
    background: #B90926;
    border: none;
    color: #fff;
}

h4.support-title {
    font-size: 35px;
    font-weight: 500;
       margin-top: 34px;
}

span.copyright-year {
    font-family: 'Rochester';
}

.social-media-icon i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

a.nav-link {
    cursor: pointer;
}

a.nav-link:hover {
    cursor: pointer !important;
    color: #d5b9b9 !important;
}

a.btn-gradient-outline:hover {
    color: #eedcdc !important;
}

button.carousel-control-next,
button.carousel-control-prev {
    background: none;
}

.carousel-control-prev {
    left: -110px;
}

.carousel-control-next {
    right: -110px;
}








/* === Responsive Styles === */
/* home-page-start */
/* media-querry-line-css */
@media screen and (min-width: 1196px) and (max-width: 1232px) {
    .know-more-line-third {
        height: 446px !important;
    }

}

@media screen and (min-width: 1100px) and (max-width: 1428px) {
    .curve-line-second {
        width: 550px !important;
    }

}

@media screen and (min-width: 1100px) and (max-width: 1194px) {
    .know-more-line-third {
        height: 479px !important;
    }

}

@media (min-width: 1232px) and (max-width: 1428px) {
    .companies-line-fourth {
        display: none;
    }

    .curve-line-red {
        height: 122px;
    }
}


@media (min-width: 994px) and (max-width: 1428px) {
    .know-more-line-third {
        position: absolute;
        top: 61%;
        right: -21px;
        width: 192px;
        height: 563px;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-right-radius: 40px;
        z-index: -1;
        border-left: none;
    }

    .curve-line-second {
        position: absolute;
        top: 295%;
        right: 60px;
        width: 480px;
        height: 220px;
        border: 4px solid #B90926;
        border-right: none;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 40px;
        z-index: -1;
        border-bottom-left-radius: 24px;
    }

    .companies-line-fourth {
        position: absolute;
        top: 108%;
        right: 39px;
        width: 846px;
        height: 445px;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 40px;
        z-index: 1;
        /* border-bottom: none; */
        border-right: none;
        border-bottom-left-radius: 29px;
    }

    .website-dev-description,
    .uiux-description {
        font-size: 1rem;
        line-height: 1.6;
        max-width: 80%;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .lets-connected-sec-line-fifteen {
        position: absolute;
        bottom: -15px;
        right: 22%;
        width: 10% !important;
        height: 32%;
        border: 4px solid #B90926;
        border-bottom-right-radius: 35px;
        border-top-right-radius: 20px;
        border-left: none;
    }


    /* services-box */
    .website-dev-image-wrapper {
        position: absolute;
        bottom: -115px;
        right: 0;
        width: 77%;
        height: 100%;
        padding: 0;
    }

    .website-dev-image-wrapper-big {
        position: absolute;
        bottom: -110px;
        right: -13px;
        width: 85%;
        height: 100%;
    }
.feature-card {
    margin-bottom: 14px;
}
}

/* home-page-END */

/* About-page-start */

@media (min-width: 769px) and (max-width: 1428px) {
    .about-mission-intro-sec-line-fourth {
        position: absolute;
        top: -63%;
        left: 60px;
        width: 8% !important;
        height: 350px !important;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 40px;
        z-index: -1;
        border-bottom: none;
        border-right: none;
        border-bottom-left-radius: 29px;
    }

    .gradient-text-about-hero {
        font-size: 120px !important;
    }

    .about-hero-section-title {
        font-size: 83px !important;
    }

    .about-mission-intro-sec-line-third,
    .about-mission-intro-sec-line-fifth {
        display: none !important;
    }

    .about-mission-intro-sec-line-fourth {
        position: absolute;
        top: -164% !important;
        left: 44px !important;
        width: 8% !important;
        height: 350px !important;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 40px;
        z-index: -1;
        border-bottom: none;
        border-right: none;
        border-bottom-left-radius: 29px;
    }

    .about-mission-intro-sec-line-Second {
        bottom: -34% !important;
        left: 113px !important;

    }

    .about-mission-intro-sec-line-Second {
        width: 6% !important;
        height: 291px !important;
        left: 95px !important;
    }

    .about-mission-intro-sec-line-first {
        display: none !important;
    }
    .feature-card {
    margin-bottom: 14px;
}

}
@media (min-width: 468px) and (max-width: 768px) {
    .about-mission-intro-sec-line-first {
        width: 67% !important;
        height: 80px !important;
    }
    .trusted-companies-line-add-after {
    display: none;
}
    .case-study-sec{
   width: 100%;
        max-width: 100%;;
    margin: auto;
}
.feature-card {
    margin-bottom: 14px;
}
.lets-connected-sec-line-Fourteen {
    position: absolute;
    bottom: -26%!important;
    right: 35%!important;
    width: 22% !important;
    height: 52%;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}
    
}
@media (min-width: 386px) and (max-width: 467px) {
    .about-mission-intro-sec-line-first {
        width: 67% !important;
        height: 98px !important;
    }
    .case-study-sec{
  width: 100%;
        max-width: 100%;
    margin: auto;
}
.feature-card {
    margin-bottom: 14px;
}
.lets-connected-sec-line-Fourteen {
    position: absolute;
    bottom: -26%!important;
    right: 35%!important;
    width: 22% !important;
    height: 52%;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}
}
@media (min-width: 502px) and (max-width: 767px) {
    .about-mission-intro-sec-line-fourth {
        top: -71% !important;
    }
    .case-study-sec{
  width: 100%;
        max-width: 100%;
    margin: auto;
}
section.redfine {
    border-bottom: 1px solid #ffffff3b;
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.feature-card {
    margin-bottom: 14px;
}
.lets-connected-sec-line-Fourteen {
    position: absolute;
    bottom: -26%!important;
    right: 35%!important;
    width: 22% !important;
    height: 52%;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}
}


















@media (min-width: 992px) {
 .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


@media (max-width: 768px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .trusted-companies-line-add-after {
    display: none;
}
    p.text-light.mt-3.Explore-the-Projects-subtext {
        font-size: 21px;
        text-align: center;
        background: #000001;
    }
.dropdown{
    position: relative;
    left: 62px;
}
    .trusted-companies {
        overflow: hidden;
    }


    .hero-heading-aro {
        font-size: 3rem;
        line-height: 50px;
        padding-top: 10px;
    }

    .btn-gradient,
    a.btn.btn-dark.px-4.py-2.fw-semibold {
        width: 100%;
    }

    .website-dev-box.uiux-box {
        background: linear-gradient(351deg, #151515, #B90926);
    }

    .website-dev-box {
           background: linear-gradient(351deg, #151515, #B90926);
        color: #fff;
        border-radius: 24px;
        padding: 2rem;
        font-family: 'Inter', sans-serif;
        position: relative;
        overflow: hidden;
        height: auto;
    }

    .website-dev-image-wrapper {
        position: absolute;
        bottom: 0;
        right: -11px;
        width: 100%;
        height: auto;
    }

    .website-dev-image-wrapper-big {
        position: absolute;
        bottom: 0;
        right: -11px;
        width: 100%;
        height: auto;
    }

    img.websites-dev-image.active {
        display: none;
    }

    /* .hero-section-aro {
        min-height: 75vh;
    } */
    .hero-section-aro {
        height: 600px !important;
    }

    .brand-highlight-aro {
        font-size: 3rem;
    }

    .hero-email-input-aro {
        margin-bottom: 10px;
    }

    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.85);
        padding: 1rem;
    }

    .get-started-btn {
        display: none;
    }

    .scroll-circle-container {
        position: absolute;
        width: 103px;
        height: 103px;
        margin: auto;
        bottom: 4%;
        right: 40%;
    }

    .hero-subtext-aro {
        font-size: 17px;
        color: #dddddd;
        max-width: 100%;
        margin: 0 auto;
        font-weight: 400;
        font-family: system-ui!important;
    }


    .projects-section.justify-content-start {
        display: none !important;
    }

    .carousel-control-prev {
        left: -30px;
    }

    .carousel-control-next {
        right: -30px;
    }

    section.project-section {
        margin-top: 85px;
    }

    section.lets-connect-sec {
        margin-top: 60px;
    }

    /* second-section */
    .transition-box:hover {
        flex-basis: 100%;
    }

    .transition-box {
        transition: flex 0.8s ease;
        flex-basis: 100% !important;
    }

    /* transition animation css */
    /* .transition-box {
        transition: flex 0.8s ease;
        flex-basis: 100%;
    } */

    /* transition animation css */
    h2.fw-bold.companies-that.display-5 {
        font-family: 'Anek Tamil', sans-serif;
        font-size: 24px;
        text-align: center;
    }

    section.companies-that {
        padding: 40px 20px !important;
    }

    .gradient-text {
        font-size: 32px;
    }

    p.work-in {
        text-align: center;
    }

    .know-more-btn {
        justify-content: center;
    }

    .projects-section {
        text-align: center;
        display: block !important;
        position: unset;
        margin-left: 0px;
    }

    .tilt-l {
        transform: rotate(0deg);
        display: block;
    }

    h6.menu-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    h2.fw-bold.display-5.Explore-title,
    h2.testimonial-title {
        font-family: 'Anek Tamil', sans-serif;
        font-size: 32px;
        text-align: center;
    }

    .curve-line-red {
        position: absolute;
        top: 59%;
        right: 301px;
        width: 55px;
        height: 332px;
        border: 4px solid #B90926;
        border-right: none;
        border-bottom-left-radius: 30px;
        z-index: -1;
        /* border-top-left-radius: 60px; */
        border-top-left-radius: 62px;
    }

    .curve-line-second {
        display: none;
    }

    .companies-line-fourth,
    .lets-connected-sec-line-fifteen,
    .Explore-the-projects-line-seven,
    .Explore-the-projects-line-eight,
    .lets-connected-sec-line-tweleve,
    .Explore-the-projects-line-ten {
        display: none;
    }

    .know-more-line-third {
        position: absolute;
        top: 61%;
        right: 50%;
        width: 192px;
        height: 328px;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-right-radius: 15px;
        z-index: -1;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

    button.btn.hero-btn-start-now.ms-2.mt-2.mt-md-0 {
        background: #b90926;
        padding: 7px 60px;
        color: #fff;
        border: 1px solid;
        margin-top: 20px !important;
        border-radius: 8px;
        width: 300px;
    }

    .trusted-companies-line-six {
        position: absolute;
        top: 96%;
        right: 31%;
        width: 21% !important;
        height: 24%;
        border: 4px solid #B90926;
        border-top-left-radius: 29px;
        border-right: none;
        border-bottom-left-radius: 0px;
        z-index: -1;
        border-bottom: none;
    }

    .Explore-the-projects-line-eleven {
        position: absolute;
        top: 88%;
        left: 50%;
        width: 15% !important;
        height: 60%;
        border: 4px solid #B90926;
        border-top-left-radius: 30px;
        border-right: none;
        border-bottom-left-radius: 11px;
        border-bottom: none;
    }

    .lets-connected-sec-line-thirteen {
        position: absolute;
        top: -40%;
        right: 51%;
        width: 0% !important;
        height: 61%;
        border: 4px solid #B90926;
        border-top-left-radius: 59px;
        border-right: none;
        border-bottom-left-radius: 42px;
        z-index: -1;
    }

 

    .ticker-wrapper-testimonial,
    .ticker-wrapper-testimonial2 {
        display: flex;
        animation: scroll 20s linear infinite;
        column-gap: 140px;
    }

    h2.Faq-title.m-0 {
        font-family: 'Anek Tamil', sans-serif;
        font-size: 32px;
        z-index: 999;
        position: relative;
        color: #fff;
        font-weight: 900;
        line-height: 41px;
    }

    .gradient-main-line-and-circle.d-flex {
        justify-content: center;
    }

    button.accordion-button.collapsed,
    button.accordion-button {
        border-radius: 9px;
        padding: 15px;
        font-size: 21px;
        font-weight: 500;
        background: linear-gradient(45deg, #313131, #313131);
        stroke: none !important;
        font-family: 'Anek Tamil';
    }

    .accordion-body {
        background: linear-gradient(96deg, #B90926, #000000);
        box-shadow: none !important;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #fff;
        padding: 15px !important;
        font-weight: 200;
    }

    .Explore-the-projects-bottomline {
        display: none;
    }



}



@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1240px !important;
    }
}

/* about page start */
.gradient-text-about-hero {
    font-size: 170px;
    background: linear-gradient(to right, #B90926, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0px 6px;
    opacity: 0.2;
    /* width: 100%; */
}

.about-hero-title {
    font-size: 5rem;
    font-weight: 900;
    color: #2d2d2d;
    position: relative;
    text-align: start;
    line-height: 150px;
    top: 100px;
}

.about-hero-section-title {
    position: absolute;
    bottom: 35px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 90px;
}

.about-sec-gradient-text {
    font-family: 'Rochester', sans-serif;
    font-weight: 100;
    font-size: 110px;
    color: #B90926;
}

.about-gradient-main-line-and-circle {
    padding: 10px;
    column-gap: 5px;
    margin-top: 32px;
    justify-content: center;
}

.about-gradient-box {
    width: 200px;
    height: 12px;
    border-radius: 8px;
    background: linear-gradient(1deg, #B90926, #000000);
}

p.about-her-sec-desc.text-light {
    font-size: 25px;
    font-weight: 500 !important;
}

/* our-mission-sec-start */

.row.our-mission-row {
    /* display: flex; */
    /* background: #000001; */
    /* column-gap: 20px; */
    margin-left: 45px;
    /* padding: 0; */
}

.mission-box {
    justify-content: space-between;
    background: #000001;
    padding: 0px !important;
}

.supporting-business-box {
    background: #222222;
}



.mission-intro-section {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 100px;
}

.mission-intro-section .section-heading {
    font-size: 2.5rem;
    background: #000000;
}

.mission-intro-section .section-heading .script-style {
    color: #e63946;
    font-family: 'Brush Script MT', cursive;
    font-size: 3rem;
}

.mission-intro-section .section-heading .bold-style {
    font-weight: 700;
}

.our-mission-sec-gradient-text {
    font-family: 'Rochester', sans-serif;
    font-weight: 100;
    font-size: 70px;
    color: #B90926;
}

span.mission-title.bold-style {
    font-size: 70px;
}

.col-md-auto.col-md-1.text-center.p-0 {
    width: auto;
}

/* About-page-line-css-Start */
.about-mission-intro-sec-line-first {
    position: absolute;
    top: 25%;
    right: -10px;
    width: 83%;
    height: 198px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 40px;
    border-left: none;
    z-index: -1;
}

.about-mission-intro-sec-line-Second {
    position: absolute;
    bottom: -43%;
    left: 100px;
    width: 12%;
    height: 244px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 40px;
    /* z-index: 1; */
    /* border-bottom: none; */
    border-right: none;
    border-bottom-left-radius: 29px;
}

.about-mission-intro-sec-line-third {
    position: absolute;
    top: 43%;
    right: 140px;
    width: 84% !important;
    height: 130px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-left: none;
    z-index: -1;
}

.about-mission-intro-sec-line-fourth {
    position: absolute;
    bottom: 60%;
    left: -14px;
    width: 8% !important;
    height: 212px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 40px;
    z-index: -1;
    /* border-bottom: none; */
    border-right: none;
    border-bottom-left-radius: 29px;
}

.about-mission-intro-sec-line-fifth {
    position: absolute;
    top: 43%;
    right: 140px;
    width: 84% !important;
    height: 130px;
    border: 4px solid #B90926;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-left: none;
    z-index: -1;
}

/* About-page-line-css-End */

/* team-section-start */
p.meet-team-description {
    font-size: 15px !important;
}

.bottom-team-box {
    top: 25px;
}

.swiper-slide.text-center.text-white.bottom-team-box.swiper-slide-next,
.swiper-slide.text-center.text-white.swiper-slide-active,
.swiper-slide.text-center.text-white {
    margin-right: 20px !important;
}

.circle-button {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px dashed #f1d5d5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fce3e3;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    animation: zigzag 3s linear infinite;
    background: transparent;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
}

.button-text {
    margin-bottom: 5px;
}

.arrow {
    font-size: 20px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B90926 !important;
}

span.swiper-pagination-bullet {
    background: #b90926a2 !important;
}

/* Animation effect */
@keyframes zigzag {
    0% {
        box-shadow: 0 0 0 2px #f1d5d5, 0 0 10px #f1d5d5 inset;
    }

    50% {
        box-shadow: 0 0 0 2px #f1d5d5, 0 0 20px #f1d5d5 inset;
    }

    100% {
        box-shadow: 0 0 0 2px #f1d5d5, 0 0 10px #f1d5d5 inset;
    }
}

/* media-querry-csss-start */

@media (max-width: 768px) {
    .gradient-text-about-hero {
        font-size: 40px !important;
    }
.lets-connected-sec-line-Fourteen {
    position: absolute;
    bottom: -25%;
    right: 31%;
    width: 22% !important;
    height: 52%;
    border: 4px solid #B90926;
    border-top-left-radius: 59px;
    border-right: none;
    border-bottom-left-radius: 0px;
    border-bottom: none;
}
.lets-connected-sec-line-thirteen {
        position: absolute;
        top: -15%;
}
h2.bg-client {
    text-align: center;
    font-size: 34px;
}
    .about-hero-section-title {
        font-size: 30px;
        top: 5px;
    }

    .about-sec-gradient-text {
        font-size: 70px;
    }

    span.about-aro-text {
        font-size: 40px;
    }

    .about-hero-title {
        line-height: 50px;
        top: 100px !important;
    }

    p.about-her-sec-desc.text-light {
        font-size: 17px;
        font-weight: 500 !important;
    }

    .row.our-mission-row {
        margin: 0px;
    }

    .about-gradient-main-line-and-circle {
        margin-top: 106px;
    }

    span.mission-title.bold-style {
        font-size: 40px;
    }

    span.our-mission-sec-gradient-text {
        font-size: 50px;
    }

    /* About-page-line-css-Start */
    .about-mission-intro-sec-line-first {
        position: absolute;
        top: 64%;
        right: 40px;
        width: 65%;
        height: 116px;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-right-radius: 40px;
        border-left: none;
        z-index: -1;
        border-top: none;
    }

    .about-mission-intro-sec-line-Second {
        position: absolute;
        bottom: -43%;
        left: 51px;
        width: 18%;
        height: 188px;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 40px;
        /* z-index: 1; */
        /* border-bottom: none; */
        border-right: none;
        border-bottom-left-radius: 29px;
    }

    .about-mission-intro-sec-line-third,
    .about-mission-intro-sec-line-fifth,
    .about-mission-intro-sec-line-fifth {
        display: none;
    }

    .about-mission-intro-sec-line-fourth {
        position: absolute;
        top: -63%;
        left: 60px;
        width: 8% !important;
        height: 243px;
        border: 4px solid #B90926;
        border-bottom-right-radius: 60px;
        border-top-left-radius: 40px;
        z-index: -1;
        border-bottom: none;
        border-right: none;
        border-bottom-left-radius: 29px;
    }

    img.project-img1-fluid {
        width: 80%;
    }



    /* About-page-line-css-End */
}

/* media-querry-csss-End */
body {
    margin: 0;
    padding: 0;
    /*   height: 300vh; */
    overflow-x: hidden;
    background-color: #161616;
}

.img {
    width: 100%;
    height: 100vh;
    background: url(https://i.imgur.com/aGromZ6.png) no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 200vh;
  width: 100%;
} */

.text>h1>div {
    background: linear-gradient(to right,
            rgb(255, 255, 2) 50%,
            rgb(37, 66, 37) 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;


    /*   outline: 6px dotted teal; */
    font-size: 20px;
    /*    display: block-inline !important;  */
}


















/* services-page-start */
/* anek-tamil-latin-wght-normal */
/* @import url('https://fonts.cdnfonts.com/css/rochester');
@import url('https://fonts.cdnfonts.com/css/anek-tamil'); */

/* === Fonts === */
body {
    font-family: 'Anek Tamil', sans-serif;
    margin: 0;
    background-color: #000001 !important;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Anek Tamil', sans-serif;
}

/* === Navbar Styles === */

.navbar-aro {
    background-color: transparent;
    padding: 1rem 0;
    z-index: 10;
}


.navbar-aro .nav-link {
    color: white !important;
    margin-right: 7px;
    font-weight: 200;
    font-size: 20px;
    font-family: 'Anek Tamil', sans-serif;
}

.navbar-aro .nav-link.active {
    color: #B90926 !important;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Anek Tamil', sans-serif;
}

.get-started-btn-aro {
    border: 1px solid #B90926;
    border-radius: 30px;
    padding: 6px 20px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

.get-started-btn-aro:hover {
    background-color: #B90926;
    color: #fff;
}

.get-started-btn {
    background: linear-gradient(130deg, #FFFFFF, #B90926) !important;
    padding: 2px;
    border-radius: 25px;
}



/* btn-css */

.get-started-btn:hover {
    background: linear-gradient(130deg, #FFFFFF, #B90926) !important;
    padding: 2px;
    border-radius: 25px;
}

/* testimonial-section */
section.testimonial-section-webdesigning {
    margin-top: 0px;
}



/* Circle around arrow icon */
/* .btn-gradient-outline .arrow-icon {
    background-color: transparent;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    height: 24px;
    width: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    border: 1px solid;
} */

/* Optional: Hover Effect */
.btn-gradient-outline:hover {
    background: #b90926;
    color: #ffff;
}

/* Hero Section Start */
.row.align-items-center.mt-10 {
    margin-top: 163px;
}

.highlight {
    color: #c8102e;
    font-family: Rochester;
    font-size: 100px;
}

.bold {
    font-weight: 800;
}

span.bold {
    font-size: 98px;
    color: #fff;
}

span.fancy {
    color: #fff;
    font-size: 100px;
    font-family: 'Rochester';
}

p.mt-4 {
    color: #fff;
    font-size: 22px;
}

.quote-btn {
    background-color: #c8102e;
    border: none;
    color: #fff;
    padding: 13px 32px;
   border-radius: 37px;
    font-size: 18px;
}

.quote-btn:hover {
    background-color: #a40c25;
}

.social-icons a {
    color: white;
    margin-right: 10px;
    font-size: 1.5rem;
}

.image-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
}

.image-box {
    width: 48%;
    border-radius: 15px;
    overflow: hidden;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}


/*service section start*/
h2.website-design {
    text-align: start;
    font-size: 75px !important;
    color: #fff;
}

span.highlight {
    text-align: start;
    font-size: 75px !important;
}

.services-section {
    text-align: center;
    margin-top: 60px;
}

.services-section h2 {
    font-size: 2.5rem;
}

.services-section h2 .highlight {
    font-size: 2.5rem;
}

.service-card {
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    background: #1a1a1a;
    color: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

.service-card.red {
    background: linear-gradient(135deg, #c8102e, #800013);
}

.service-card .icon {
    background: #c8102e;
    color: #fff;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

p.mt-2.mb-5 {
    color: #fff;
    text-align: start;
    font-size: 17px;
}

/* service css End*/


/*stages section start*/

.process-step,
.process-step1,
.process-step2,
.process-step3 {
    position: relative;
    text-align: center;
    color: white;
}

.process-step .icon-box,
.process-step1 .icon-box,
.process-step2 .icon-box,
.process-step3 .icon-box {
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    border-bottom-left-radius: 2px;
}

.process-step h5 {
    font-weight: bold;
}

.process-step::before {
    content: '';
    position: absolute;
    top: -170px;
    right: -50%;
    width: 100%;
    height: -webkit-fill-available;
    background: url(images/Services/web-designing/Arc2.png) no-repeat center;
    z-index: 1;
}

.process-step1::before {
    content: '';
    position: absolute;
    background-color: white;
    top: -80px;
    right: -50%;
    width: 100%;
    height: -webkit-fill-available;
    background: url(images/Services/web-designing/Arc1.png) no-repeat center;
    z-index: 1;
}

.process-step2::before {
    content: '';
    position: absolute;
    background-color: white;
    top: -160px;
    right: -50%;
    width: 100%;
    height: -webkit-fill-available;
    background: url(images/Services/web-designing/Arc3.png) no-repeat center;
    z-index: 1;
}

.process-step:last-child::after {
    display: none;
}

.timeline-container {
    background-color: #000;
    padding: 60px 0;
}

.process-step p {
    font-size: 13px;
    color: #ccc;
}

span.amazing-heading {
    font-size: 70px;
    font-family: Anek Tamil', sans-serif';
    color: #fff;
}

span.amazing-heading-italic {
    color: #a40821;
    font-size: 70px;
    font-family: 'Rochester';
}

/*why choose us css*/
.highlight-red {
    color: #c0392b;
    font-weight: bold;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background-color: #c0392b;
    background-image: linear-gradient(#c0392b, #000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.info-item {
    margin-bottom: 25px;
}

.info-icon i {
    font-size: 22px;
}

.image-section img {
    max-width: 100%;
}

h3.fw-bold.mb-4 {
    color: #fff;
    font-size: 40px;
    font-weight: bolder;
}

.highlight-red {
    color: #c0392b;
    font-weight: bold;
    font-family: 'Rochester';
    font-size: 40px;
}

.highlight-red-partner {
    font-weight: bold;
    font-family: 'Rochester';
    font-size: 45px;
    background: linear-gradient(to right, #B90926, #ffffff);
    background: linear-gradient(to right, #B90926, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 100;
}

p.gradient-text-why-choose {
    font-size: 26px;
    background: linear-gradient(to right, #B90926, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 100;
    margin: 0;
}

p.mb-0 {
    color: #fff;
}

/*why choose us css End*/

.cta-box {
    background: linear-gradient(to right, #c8102e, #800013);
    padding: 40px 20px;
    border-radius: 20px;
    text-align: center;
    max-width: 800px;
    margin: 60px auto 0;
}

.cta-box h5 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.cta-box p {
    font-size: 1rem;
    color: #fff;
}

.cta-box a {
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

.cta-box a:hover {
    background-color: #000;
}

/*stages section end*/

/*lets connect section start*/
.contact-section {
    background: linear-gradient(135deg, #b31217, #2d0b0c);
    color: white;
    border-radius: 50px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.contact-section h4 {
    font-weight: bold;
    margin: 0;
}

.contact-section h4 span {
    font-family: 'Cursive', sans-serif;
    font-weight: normal;
    color: #f8dcdc;
}

.contact-section p {
    margin: 5px 0 0;
    font-size: 0.95rem;
    color: #f1f1f1;
}

.contact-btn {
    background-color: #151E2A;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.contact-btn:hover {
    background-color: #1e293b;
}

/*lets connect section End*/

/*blog Page css*/
.hero-title {
    font-size: 5rem;
    font-weight: 900;
    color: #2d2d2d;
    position: relative;
    text-align: center;
}

/* .hero-title span {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
    } */
.blog-card {
    background-color: #2d2d2d;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
}

.blog-img {
    width: 150px;
    border-radius: 10px;
}

.read-more {
    color: #ff3c41;
    text-decoration: none;
    font-weight: bold;
}

.pagination-btn {
    background: none;
    /* border: 1px solid white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 18px; */
}

.pagination-btn:hover {
    background: none;
    /* border: 1px solid white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 18px; */
}

span.blog-preview-btn {
    border: 1px solid;
    padding: 24px 20px;
    border-radius: 50%;
    cursor: pointer;
}

span.blog-preview-btn:hover {
    background: #b31217;

}



.footer {
    background: linear-gradient(90deg, #b31217, #2d0b0c);
    padding: 40px;
    border-radius: 20px 20px 0 0;
    color: white;
    margin-top: 50px;
}

.footer h5 span {
    color: #f9c5c5;
}

.subscribe-box input {
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    width: 100%;
}

.subscribe-box button {
    margin-top: 10px;
    border-radius: 30px;
    background-color: #000;
    color: white;
    padding: 10px 20px;
    border: none;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    color: #999;
}

span.blog {
    color: #B90926;
    font-size: 96px;
    font-family: Rochester;
}

span.us {
    color: #fff;
    font-size: 76px;
}

@media (max-width: 768px) {
    span.hero-main-title-us {
        font-size: 50px;
    }
ul.navbar-nav.align-items-center {
align-items: start ! Important;
}
.navbar-collapse {
        background-color:#000!important;
        border-radius: 8px;
        padding: 14px!important;
}
    .dropdown {
        position: relative;
        left: 0px!important;
    }
}

/*Blog Page Css ENd*/















@media (max-width: 768px) {
    .image-box {
        width: 100%;
    }

    .image-box img {
        display: none;
    }

    span.bold,
    span.fancy,
    .highlight {
        font-size: 39px;
    }

    p.mt-4 {
        color: #fff;
        font-size: 15px;
    }

    h1 {
        margin: 0 !important;
    }

    h2 {
        margin-bottom: 0px;
    }

    .quote-btn {
        color: #fff;
    }

    .process-step::after {
        display: none;
    }

    .process-step2::before,
    .process-step1::before,
    .process-step::before {
        display: none;
    }

    h2.website-design,
    span.amazing-heading,
    span.highlight {
        font-size: 38px !important;
    }

    span.amazing-heading-italic {
        color: #a40821;
        font-size: 39px;
        font-family: 'Rochester';
    }

    .contact-section {
        display: block;
    }


}

/* Hero Section End */

/* contact-page-start */

.row.rounded-4.p-4.text-white.glass-bg.background-border {
    border: 3px solid transparent;
    border-radius: 1rem;
    background-image: linear-gradient(#1a1a1a, #1a1a1a),
        /* inner background */
        linear-gradient(288deg, #ff0844, #fff);
    background-origin: border-box;
    background-clip: content-box, border-box;

}

.row.rounded-4.p-4.text-white.glass-bg.background-border {
    padding: 0px !important;
}

/* .col-md-5.mb-4 {
    margin-top: 60px;
    padding-left: 55px;
} */

h4.fw-bold.mb-4.contact-information {
    font-size: 36px;
    /* margin-left: 40px; */
}

p.d-flex.text-start.text-section {
    gap: 12px;
    margin-bottom: 30px;
}

i.bi.bi-whatsapp.me-2.icon-section {
    font-size: 30px;
    /* margin-left: 34px;
    margin-top: 7px; */
}

i.bi.bi-envelope.me-2.icon-section {
    font-size: 30px;
    /* margin-left: 34px; */
    margin-top: -5px;
}

i.bi.bi-geo-alt.me-2.icon-section {
    font-size: 30px;
    /* margin-left: 34px; */
    margin-top: -6px;
}

p.d-flex.align-items-start.text-section {
    font-size: 18px;
    margin-bottom: 38px;
    margin-top: 45px;
}


/* right section */
/* .col-md-7 {
    margin-top: 60px !important;
    padding-right: 45px !important;
}  */

label {
    color: #fff;
}

input.form-control.input-text {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 30px;
}

input.form-control.input-text {
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 500;
}

input.form-control.input-text {
    color: #fff !important;
}

input.form-control.input-text::placeholder {
    color: #fff;
    margin-bottom: 30px;
}

textarea.form-control.input-text {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
    font-size: 16px;
    /* font-weight: 500; */
    padding-left: 0px;
    height: 5px !important;
}

input.form-control.input-text {
    padding: 10px 0px;
}

textarea.form-control.input-text::placeholder {
    color: #fff;
}

label.form-check-label {
    font-weight: 400;
}

label.subject-section {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

label.Massage-section {
    font-size: 17px;
    font-weight: 500;
    margin-top: 19px;
}

button.btn.btn-dark.px-4.submit-section {
    padding: 10px 17px 13px 29px;
    width: 40%;
}

.textend-section {
    text-align: end;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    white-space: nowrap;
}

/* responsive css */


@media screen and (max-width: 768px) {
    
element.style {
}
.testimonial-box {
    min-height: 351px;
}

    .row.rounded-4.p-4.text-white.glass-bg.background-border {
        padding: 0px !important;
        margin: -4px;
    }

    span.about-sec-text {
        font-size: 50px;
    }

    /* .about-sec-gradient-text {
        font-size: 70px;
    } */
    h4.fw-bold.mb-4.contact-section {
        font-size: 28px;
        margin-left: auto;
    }

    i.bi.bi-whatsapp.me-2.icon-section {
        font-size: 20px;
        margin-left: 0px;

    }

    i.bi.bi-geo-alt.me-2.icon-section {
        font-size: 20px;
        margin-left: 0px;
        margin-top: 0px;
    }

    i.bi.bi-envelope.me-2.icon-section {
        font-size: 20px;
        margin-left: 0px;
        margin-top: -4px;
    }

    p.d-flex.align-items-start.text-section {
        font-size: 18px;
        margin-bottom: -19px;
        margin-top: 43px;
    }

    input.form-control.input-text {
        background: none;
        border: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        font-size: 13px;
        font-weight: 500;
        padding-bottom: 21px;
    }

    label.form-check-label {
        font-size: 13px;
    }

    .textend-section {
        text-align: left;
    }

    button.btn.btn-dark.px-4.submit-section {
        padding: 10px 17px 13px 29px;
        width: 100%;
    } 
    .feature-card {
    margin-bottom: 18px!important;
    
}
section.redfine {
    border-bottom: 1px solid #ffffff3b;
    padding-top: 46px!important;
    padding-bottom:20px!important;
}

.content-cta {
    margin-bottom: 30px;
}
 }