* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}

/* hero section start */
.hero-section {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 70vh;
width: 100%;
}

.hero-section .hero-content {
text-align: center;
max-width: 800px;
}

.hero-content h1 {
font-size: 48px;
font-weight: bolder;
margin-bottom: 25px;
}

.hero-content p {
font-size: 18px;
color: #636363;
line-height: 1.6;
}

.hero-content .hero-cta {
display: flex;
justify-content: center;
gap: 30px;
margin-top: 25px;
}

@media (max-width: 600px) {
.hero-section .hero-content {
text-align: center;
max-width: 800px;
}

.hero-content h1 {
font-size: 30px;
font-weight: bolder;
margin-bottom: 25px;
margin-top:25px;
}

.hero-content p {
font-size: 14px;
color: #636363;
line-height: 1.6;
}
.hero-content .hero-cta {
display: flex;
flex-direction: column;
justify-content: center;
gap: 30px;
margin-top: 25px;
padding: 10px;
}


}

.hero-cta>a:first-child {
text-decoration: none;
padding: 10px 35px;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
border-radius: 8px;
transition: all 0.3s ease;
background: none;
color: black;
border: 2px solid black;
}

.hero-cta>a:last-child {
text-decoration: none;
padding: 12px 35px;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
border-radius: 8px;
transition: all 0.3s ease;
background: linear-gradient(90deg,
#F9BC15,
#33A852,
#547DBF,
#EA4435);

color: #fff;
}

/* second section start */
.second-section {
min-height: 40vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.second-section img {
width: 100%;
height: auto;
object-fit: cover;
}

.second-section .col-3 img {
max-width: 80%;
margin: 0 auto;
display: block;
}

.second-section .col-6 img {
max-width: 100%;
margin: 0 auto;
display: block;
}

@media (max-width: 992px) {
.second-section {
min-height: auto;
padding: 40px 0;
}

.second-section .col-3,
.second-section .col-6 {
text-align: center;
}

.second-section .col-3 img {
max-width: 70%;
}
}

@media (max-width: 576px) {
.second-section {
padding: 30px 0;
}

.second-section .row {
gap: 20px;
}

.second-section .col-3,
.second-section .col-6 {
flex: 0 0 100%;
max-width: 100%;
}

.second-section img {
max-width: 85%;
}
}

/* trusted-by-section */
.trusted-inner {
min-height: 20vh;
width: 75% !important;
background-color: #33A852;
border-radius: 20px;
padding: 20px 0;
}

.trusted-inner .trusted-left {
display: flex;
align-items: center;
height: 100%;
text-align: left;
padding: 0 20px;
}

.trusted-inner .trusted-left h6 {
color: white;
line-height: 1.4;
}

.trusted-inner .trusted-logos {
display: flex;
justify-content: space-around;
align-items: center;
height: 100%;
padding: 0 20px;
flex-wrap: wrap;
gap: 20px;
}

.trusted-inner .trusted-logos img {
width: 120px;
height: auto;
object-fit: contain;
}

@media (max-width: 992px) {
.trusted-inner {
width: 90% !important;
min-height: auto;
}

.trusted-inner .trusted-left {
text-align: center;
justify-content: center;
margin-bottom: 20px;
}

.trusted-inner .trusted-logos img {
width: 100px;
}
}

@media (max-width: 576px) {
.trusted-inner {
width: 95% !important;
padding: 25px 15px;
}

.trusted-inner .col-4,
.trusted-inner .col-8 {
flex: 0 0 100%;
max-width: 100%;
}

.trusted-inner .trusted-left {
text-align: center;
}

.trusted-inner .trusted-logos {
flex-direction: column;
gap: 0px;
}

.trusted-inner .trusted-logos img {
width: 120px;
}
}


/* branch section */
.scroll-wrapper {
overflow: hidden;
width: 100%;
position: relative;
}

.scroll-content {
display: flex;
width: fit-content;
animation: scroll-left 35s infinite;
}

.scroll-wrapper:hover .scroll-content {
animation-play-state: paused;
}

.brand {
display: inline-flex;
padding: 1rem;
border-left: 1px solid #6c757d;
}

.brand:last-child {
border-right: 1px solid #6c757d;
}

.brand img {
max-width: 100px;
max-height: 90px;
}

@keyframes scroll-left {
0% {
transform: translateX(0);
}

100% {
transform: translateX(calc(-100% / 2));
}
}

/* cool patch section */
.cool-patch {
padding: 90px 0;
background-color: #0068E5;
width: 80% !important;
border-radius: 12px;
}

.cool-patch h2 {
color: white;
font-size: 3rem !important;
font-weight: bolder;
margin-bottom: 20px;
}

@media (max-width:768px) {
.cool-patch h2 {
color: white;
font-size: 1.8rem !important;
font-weight: bolder;
margin-bottom: 20px;
}
}

.cool-patch p {
color: white;
font-size: 16px;
}

.cool-patch .cool-span{
color: #F9BC15;
}

.cool-cta {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
border: none;
border-radius: 25px;
background: white;
color: #636363;
cursor: pointer;
transition: all 0.3s ease;
min-width: 200px;
}

.cool-cta-arrow {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
background: #636363 !important;
color: white;
font-weight: bold;
font-size: 16px;
border-radius: 50%;
transition: transform 0.3s ease;
}

.cool-cta:hover .cool-cta-arrow {
transform: translateX(4px);
}

/* stitching-section */
.stitching-section {
padding: 90px 0;
width: 100% !important;
border-radius: 12px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
overflow-x: hidden !important;
}

.stitch-1 {
display: flex;
width: 100% !important;
padding: 0% !important;
}

.stitch-left {
background: linear-gradient(135deg, #F9BC15, #33A852);
padding: 30px;
display: flex;
justify-content: center;
align-items: center;
height: 130px;
color: #fff;
width: 100%;
}

.stitch-rigth {
background: #F9BC15;
padding: 30px;
display: flex;
justify-content: center;
align-items: center;
height: 130px;
color: #fff;
width: 100%;
}

.marquee {
position: relative;
width: 100vw;
max-width: 100%;
height: 150px;
}

.track {
position: absolute;
white-space: nowrap;
will-change: transform;
animation: marquee 40s linear infinite;
padding: 20px;
overflow: hidden !important;
}

.track2 {
position: absolute;
white-space: nowrap;
will-change: transform;
animation: marquee2 40s linear infinite;
align-content: center;
padding: 20px;
overflow: hidden !important;
}

@keyframes marquee {
from { transform: translateX(0); }
to { transform: translateX(-100%); }
}
@keyframes marquee2 {
from { transform: translateX(-100%); }
to { transform: translateX(0); }
}

.marquee h4{
display: inline-block;
font-size: 5rem;
font-weight: 100;
color: #333;
margin: 0 50px;
}

.card{
background: white !important;
z-index: 2;
height: 10em !important;
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.379);
}

.card h2{
font-size: 4rem !important;
font-weight: 100 !important;
}

@media (max-width: 991px) {

.stitch-1 {
flex-direction: column;
}

.stitch-left,
.stitch-rigth {
height: auto;
padding: 20px;
}

.stitch-left h6,
.stitch-rigth h6 {
font-size: 16px;
text-align: center;
}

.stitching-section .row {
flex-direction: column;
}

.stitching-section .col-3,
.stitching-section .col-6 {
width: 100%;
max-width: 100%;
}

.card {
align-items: center;
text-align: center;
height: auto !important;
margin-bottom: 15px;
}

.card h2 {
font-size: 3rem !important;
}

.marquee {
height: 100px;
width: 100%;
overflow: hidden;
}

.marquee h4 {
font-size: 2.5rem;
margin: 0 30px;
}
}

@media (max-width: 480px) {

.stitch-left h6,
.stitch-rigth h6 {
font-size: 14px;
}

.pin {
    width: 60px;
    right: 15%;
    top: 5px;
    left: 60%;
  }


.card h2 {
font-size: 2.5rem !important;
}

.card p {
font-size: 14px;
}

.marquee h4 {
font-size: 2rem;
margin: 0 20px;
}
}


/* gallery section */
.gallery-section{
min-height: 100vh;
position: relative;
background: radial-gradient(circle at left, #000000 0%, #000000 70%);
overflow: hidden;
width: 100% !important;
}

.gallery-outer {
display: flex;
align-items: flex-end;
justify-content: center;
padding: 30px 6% !important;
}

.content {
width: 35%;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-end;
/* margin-bottom: 40px; */
z-index: 2;
}

.content h2 {
font-size: 26px;
font-weight: 400;
margin-bottom: 25px;
white-space: pre-line;
line-height: 1.5;
color: white;
margin-right: 30px;
}

.grid-wrapper {
/* width: 65%; */
display: flex;
flex-direction: column;
align-items: center;
z-index: 2;
}

.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 280px);
gap: 14px;
width: 100%;
max-width: 520px;
}

.grid img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 12px;
}

.grid .img-1 {
grid-row: span 1;
}

.grid .img-2 {
grid-row: span 1;
}

.grid .img-3 {
grid-row: span 2;
}

.grid .img-4 {
grid-row: span 2;
}

.grid .img-5 {
grid-row: span 1;
}

.grid .img-6 {
grid-row: span 2;
}

.grid .img-7 {
grid-row: span 1;
}

.grid .img-8 {
grid-row: span 1;
}

.grid .img-9 {
grid-row: span 1;
}

.bottom-grid {
display: flex;
justify-content: space-between;
align-items: center;
width: 80%;
gap: 20px;
margin-top: 40px;
padding: 0px 50px;
}

.bottom-grid .line-outer {
flex: 1;
overflow: hidden;
}
.bottom-grid .line {
flex: 1;
height: 2px;
background: #636363;
}

.bottom-grid .design-btn {
flex-shrink: 0;
}

.bottom-grid .btn {
display: inline-block;
padding: 12px 28px;
background: linear-gradient(120deg, #F9BC15, #33A852, #547DBF, #EA4435);
color: white;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
cursor: pointer;
user-select: none;
}

.gallery-scroll-wrapper {
overflow: hidden;
width: 100%;
background: linear-gradient(120deg, #F9BC15, #33A852, #547DBF, #EA4435);
margin-bottom: 40px;
margin-top: 40px;
}

.gallery-scroll-content {
display: flex;
width: max-content;
animation: gallery-scroll 20s linear infinite;
align-items: center;
}

.gallery-scroll-content h5 {
display: flex;
white-space: nowrap;
margin: 0;
font-weight: 400;
}

.gallery-scroll-content h5 span {
margin-top: 4px !important;
}

@keyframes gallery-scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}


@media (max-width: 900px) {
.gallery-section {
flex-direction: column;
align-items: center;
text-align: center;
padding: 60px 5%;
min-height: auto;
}

.content {
width: 100%;
align-items: center;
margin-bottom: 40px;
}

.grid-wrapper {
width: 100%;
align-items: center;
}

.btn {
align-self: center;
}
}


@media (max-width: 991px) {

.gallery-outer {
flex-direction: column;
align-items: center;
text-align: center;
gap: 0px;
}

.content {
width: 100%;
align-items: center;
justify-content: center;
}

.content h2 {
margin-right: 0;
text-align: center;
font-size: 2rem !important;
}

.grid-wrapper {
width: 100%;
}

.grid {
max-width: 100%;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto;
}

.grid img {
height: 180px;
}

.bottom-grid {
flex-direction: column;
width: 100%;
padding: 0 20px;
gap: 20px;
}

.bottom-grid .line-outer {
width: 100%;
}

.bottom-grid .design-btn {
width: 100%;
display: flex;
justify-content: center;
}
.grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}

.grid img {
height: 180px;
width: 100%;
object-fit: cover;
}

.grid .img-1,
.grid .img-2,
.grid .img-3,
.grid .img-4,
.grid .img-5,
.grid .img-6,
.grid .img-7,
.grid .img-8,
.grid .img-9 {
grid-row: auto !important;
grid-column: auto !important;
}
}

@media (max-width: 480px) {

.content h2 {
font-size: 20px;
line-height: 1.4;
}

.grid img {
height: 150px;
}

.bottom-grid .btn {
font-size: 13px;
padding: 10px 22px;
}
}

/* our patch section */

.our-patch-section .border-top-bold {
position: relative;
}

.our-patch-section .border-top-bold::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: #000;
}

.our-patch-section .border-top-bold::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 20%;
height: 4px;
background: #000;
}

.our-patch-section .head{
font-size: 2.5rem !important;
font-weight: 800 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
}

.our-patch-section .sub-head{
color: #636363 !important;
}

.card img{
border-radius: 10%;
width: 60px;
height: 60px;
object-fit: cover;
margin-bottom: 10px !important;
}

.card h5{
font-size: 1.2rem;
color: white;
margin-bottom: 10px !important;
font-weight: 400 !important;
}

.card p{
font-size: 14px;
color: #AFAFAF;
font-weight: 400 !important;
}

/* FAQ Section */
.faqs-section .container {
width: 80% !important;
display: flex;
justify-content: center;
}

.faqs-section .badge {
background-color: #63636380 !important;
border-radius: 45px;
}

.faqs-section h2 {
font-size: 2rem;
font-weight: 800 !important;
}

.accordion-button {
background-color: #1B1B1B !important;
color: #fff !important;
box-shadow: none !important;
border-radius: 12px !important;
}

.accordion-button:not(.collapsed) {
background-color: #0068E5 !important;
color: #fff !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

.accordion-item .accordion-body {
background-color: #0068E5 !important;
color: #fff !important;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 12px !important;
border-bottom-right-radius: 12px !important;
margin-top: -1px;
}

.accordion-button::after {
filter: invert(1);
}

@media (max-width: 768px) {
.faqs-section h2 {
font-size: 1.8rem;
}
}

.left-content{
display: flex;
flex-direction: column;
justify-content: center;
position: sticky;
top: 0%;
}

@media(max-width: 991px) {
    .left-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        top: 0%;
    }
}

/* contact section */

.contact-section {
position: relative;
background-color: #0061f2;
padding: 80px 0;
min-height: 100vh;
font-family: Arial, sans-serif;
overflow: hidden;
z-index: 2 !important;
}

.contact-section::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30%;
background-image:
linear-gradient(45deg, #2688ff 25%, transparent 25%),
linear-gradient(-45deg, #2688ff 25%, transparent 25%),
linear-gradient(45deg, transparent 75%, #2688ff 75%),
linear-gradient(-45deg, transparent 75%, #2688ff 75%);
background-size: 200px 200px;
background-position: 0 0, 0 100px, 100px 100px, 100px 0;
z-index: -1;
}

.form-text {
font-weight: 400;
max-width: 600px;
}

.input-group-custom {
background: white;
border-radius: 15px;
padding: 10px 20px;
display: flex;
align-items: center;
}

.input-group-custom label {
font-weight: bold;
color: #555;
margin-right: 10px;
white-space: nowrap;
}

.custom-input {
border: none !important;
box-shadow: none !important;
padding: 5px 0;
font-weight: 500;
}


.row .col-12 .input-group-custom:has(textarea) {
align-items: flex-start ;
}

.btn-submit {
background-color: #F9BC15 !important;
color: white !important;
font-weight: bold !important;
border-radius: 50px !important;
padding: 12px 60px !important;
border: none !important;
}

select.custom-input {
appearance: auto;
-webkit-appearance: auto;
-moz-appearance: auto;
}


/* thread section */
.thread-section {
height: 350vh;
position: relative;
}

.thread-wrapper {
position: sticky;
top: 0;
height: 30vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.thread {
width: 100%;
}

.pin {
position: absolute;
right: 5%;
width:190px
}

