body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: black;
}

.content {
    margin-right: 0;
    padding: 15px;
}

/* The icon that opens/closes the side navbar */
.icon {
    font-size: 30px;
    cursor: pointer;
    color: black;
    margin-top: -5rem;
    padding: 10px 15px;
    display: inline-block;
    position: absolute;
    left: 80rem; /* Position the icon in the top-left corner */
}

/* Transition effect for opening/closing navbar */
.open {
    width: 250px;
}

.nav1 {
    background-color: #ffffff00;
    height: 5rem;
    position: relative;
}

.nav img {
    height: 99px;
    width: 90px;
    margin-left: 2rem;
    margin-top: 6px;
}


.nav_link{
    position:relative;
}

.nav2 {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 0%;
    margin-top: 2rem;
    background-color: #ffffff00;
    padding: 1rem 0rem;
    border-radius: 5px;
    margin-left: 39rem;
} 

/* Style for each link */
.nav2 a {
color: black; /* White color for text */
font-size: 19px;
font-family: 'Arial', sans-serif; /* Modern, readable font */
text-decoration: none; /* Remove underline */
padding: 8px 16px; /* Add some padding around the text */
border-radius: 4px; /* Rounded corners for each link */
transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover */
/* margin-left:1rem; */
font-weight: 600;
}

/* Hover effect for links */
.nav2 a:hover {
background-color: #ff00004f; /* Blue background on hover */
color: white; /* Ensure text stays white on hover */
transform: translateY(-2px); /* Slight lift effect */
}

/* Optional: Active link style */
.nav2 a:active {
transform: translateY(1px); /* Button-like press effect */
}



.nav{
position:relative;
}



.heading {
    margin-top: -5rem;
    margin-left: 52rem;
    display: flex;
    background-color: #141313;
    margin-right: 35rem;
    height: 44px;
    border-radius: 27px;
    width: 12rem;
}

.heading h1 {
    color: white;
    font-size: 25px;
    margin-top: 8px;
    margin-left: 5rem;
}

.heading img {
    height: 26px;
    width: 26px;
    margin-top: 9px;
    margin-left: 14px;
}

.heading2 {
    margin-top: -44px;
    margin-left: 67rem;
    display: flex;
    background-color: #141313;
    margin-right: 35rem;
    height: 44px;
    border-radius: 27px;
    width: 14rem;
}

.heading2 h1 {
    color: white;
    font-size: 25px;
    margin-top: 8px;
    margin-left: 5rem;
}

.heading2 img {
    height: 26px;
    width: 26px;
    margin-top: 9px;
    margin-left: 14px;
}

.heading3 {
    margin-top: -44px;
    margin-left: 83rem;
    display: flex;
    background-color: #141313;
    margin-right: 35rem;
    height: 44px;
    border-radius: 27px;
    width: 3rem;
}

.heading3 h1 {
    color: white;
    font-size: 25px;
    margin-top: 8px;
    margin-left: 5rem;
}

.heading3 img {
    height: 26px;
    width: 26px;
    margin-top: 9px;
    margin-left: 11px;
}

.heading4 {
    margin-top: -44px;
    margin-left: 88rem;
    display: flex;
    background-color: #141313;
    margin-right: 35rem;
    height: 44px;
    border-radius: 27px;
    width: 3rem;
}

.heading4 h1 {
    color: white;
    font-size: 25px;
    margin-top: 8px;
    margin-left: 5rem;
}

.heading4 img {
    height: 29px;
    width: 31px;
    margin-top: 6px;
    margin-left: 9px;
}


.slider {
    display: flex;
    transition: transform 1s ease-in-out;
    height:27rem;
}

.slider img {
    width: 100%;
    height: auto;
}

/* Optional: Add navigation dots */
.dots {
    text-align: center;
    padding: 10px 0;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.active {
    background-color: #717171;
}

footer {
    background-color: white;
    color: black;
    padding: 40px 0;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .footer-column {
    flex: 1;
    min-width: 220px;
  }
  
  .footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  
  .footer-column p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .footer-column ul {
    list-style: none;
  }
  
  .footer-column ul li {
    margin-bottom: 10px;
  }
  
  .footer-column ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    transition: color 0.3s;
  }
  
  .footer-column ul li a:hover {
    color: #f7a400;
  }
  
  .social-icons {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  
  .social-icon {
    text-decoration: none;
    color: #ccc;
    font-size: 16px;
    transition: color 0.3s;
  }
  
  .social-icon:hover {
    color: #f7a400;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
  }
  
  .footer-bottom p {
    color: #ccc;
  }

  .footer-column img{
    height: 8rem;
    width: 12rem;
    margin-left: 2rem;
  }
  
  /* Responsive Design */

  .contain1 {
    display: flex;
    width: 80%;
    margin-left: 9rem;
    gap: 3rem;
    margin-top: -8rem;
    position: relative;
}

.contain1 p {
    color: black;
    font-family: math;
    font-size: 17px;
    text-align: justify;
    margin-left: 5rem;
    width: 77%;
}

.contain1 h1 {
  color: black;
  font-family: ui-rounded;
  font-size: 34px;
  margin-left: 5rem;
  margin-top: 13px;
}


.contain2 p {
    color: black;
    font-family: math;
    font-size: 17px;
    text-align: justify;
}

.contain2 h1 {
    color: black;
    font-family: ui-rounded;
    font-size: 39px;
}

.contain2 {
    display: flex;
    width: 80%;
    margin-left: 9rem;
    gap: 3rem;
    margin-top: 5rem;
    text-align: justify;
}


.contain1_img img{
    height: 33rem;
    border-radius: 34px;
    width: 50rem;
    margin-top: -12rem;
    margin-left: -10%;
}

.contain2_img img{
    height: 23rem; 
    border-radius: 16px; 
    width: 38rem;
    margin-bottom: 3rem;
}


.txt_container{
    margin-top: -7rem;
    margin-left: -19rem;
    background: white;
    height: 23rem;
}




.head{
position: absolute;
height: 28rem;
display: flex;
margin-left: 8rem;
background: #00000073;
width: 81%;
border-radius: 47px;
margin-top: 2rem;
}

.head_h1{
font-family: emoji;
font-size:3rem;
margin-top:11rem;
margin-left: 17rem;
}


.head_h2{
color: blueviolet; 
font-family: 'Font Awesome 5 Brands'; 
margin-left:20px;
font-size:3rem;
margin-top:11rem;
}



/* .container_background{
width:100%
} */

.new_footer_area {
background: #fbfbfd;
}


.new_footer_top {
position: relative;
  overflow-x: hidden;
}

.new_footer_area .footer_bottom {
padding-top: 5px;
padding-bottom: 50px;
}
.footer_bottom {
font-size: 14px;
font-weight: 300;
line-height: 20px;
color: #7f88a6;
padding: 27px 0px;
}
.new_footer_top .company_widget p {
font-size: 16px;
font-weight: 300;
line-height: 28px;
color: #6a7695;
margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
border-width: 1px;
margin-top: 20px;
}
.btn_get_two:hover {
background: transparent;
color: #5e2ced;
}
.btn_get:hover {
color: #fff;
background: #6754e2;
border-color: #6754e2;
-webkit-box-shadow: none;
box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
text-decoration: none;
outline: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
width: 44px;
height: 44px;
line-height: 43px;
background: transparent;
border: 1px solid #e2e2eb;
font-size: 24px;
}

.f_social_icon a {
width: 46px;
height: 46px;
border-radius: 50%;
font-size: 14px;
line-height: 45px;
color: #858da8;
display: inline-block;
background: #ebeef5;
text-align: center;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.ti-facebook:before {
content: "\e741";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-pinterest:before {
content: "\e731";
}

.btn_get_two {
-webkit-box-shadow: none;
box-shadow: none;
background: #5e2ced;
border-color: #5e2ced;
color: #fff;
}

.btn_get_two:hover {
background: transparent;
color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
background: #5e2ced;
border-color: #5e2ced;
color:white;
}
.new_footer_top .f_social_icon a + a {
margin-left: 4px;
}
.new_footer_top .f-title {
margin-bottom: 30px;
color: #263b5e;
}
.f_600 {
font-weight: 600;
}
.f_size_18 {
font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
color: #4b505e;
}
.new_footer_top .f_widget.about-widget .f_list li a {
color: #6a7695;
}


.new_footer_top .footer_bg {
position: absolute;
bottom: 0;
width: 100%;
height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
width: 330px;
height: 105px;
background-size:100%;
position: absolute;
bottom: 0;
left: 30%;
-webkit-animation: myfirst 22s linear infinite;
animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
width: 88px;
height: 100px;
background-size:100%;
bottom: 0;
left: 38%;
position: absolute;
-webkit-animation: myfirst 30s linear infinite;
animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
0% {
left: -25%;
}
100% {
left: 100%;
}
}

@-webkit-keyframes myfirst {
0% {
left: -25%;
}
100% {
left: 100%;
}
}

@keyframes myfirst {
0% {
left: -25%;
}
100% {
left: 100%;
}
}

/*************footer End*****************/

.circle-btn {
width: 234px;
height: 62px;
border: 2px solid blueviolet;
border-radius: 58px;
background-color: transparent;
color: white;
font-size: 16px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
position: absolute;
margin-left: 35rem;
margin-top: 18rem;
}

/* Hover effect */
.circle-btn:hover {
background-color: blueviolet; /* Change background color on hover */
color: white; /* Change text color on hover */
border-color: blueviolet; /* Darken border color on hover */
}



.wrapper {
position: absolute;
width: 80vw;
transform: translate(-50%, -50%);
top: 523%;
left: 50%;
display: flex;
justify-content: space-around;
gap: 10px;
}
/* .container {
width: 28vmin;
height: 28vmin;
display: flex;
flex-direction: column;
justify-content: space-around;
padding: 1em 0;
position: relative;
font-size: 16px;
border-radius: 0.5em;
background-color: #21242b;
} */
i {
color: #18f98f;
font-size: 2.5em;
text-align: center;
}
span.num {
color: #ffffff;
display: grid;
place-items: center;
font-weight: 600;
font-size: 3em;
}
span.text {
color: #e0e0e0;
font-size: 1em;
text-align: center;
pad: 0.7em 0;
font-weight: 400;
line-height: 0;
}


.footer_gif img{
margin-top: -25rem; 
height: 45rem; 
width: 85rem;
}



/* .container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 4px;
width: 100%;
max-width: 1200px;
margin-left: -15px;
height:23rem;
margin-bottom: 4rem;
} */

.card {
background: #fff;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
text-align: center;
padding: 20px;
transition: transform 0.3s ease-in-out;
margin-left: 19px;
}

.card:hover {
transform: translateY(-5px);
}

.card img {
width: 96%;
height: 50%;
border-radius: 10px;
}

.card h3 {
margin: 15px 0;
font-size: 1.5em;
color: #333;
}

.card p {
color: #777;
font-size: 1em;
margin-bottom: 15px;
}

.btn {
display: inline-block;
padding: 10px 15px;
background: #395573;
color: #fff;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s ease;
}

.btn:hover {
background: #0056b3;
}

.counter-section {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2%;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin-left: 9%;
    margin-top: 3rem;
}

.counter-box {
background: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.counter-box:hover {
transform: translateY(-5px);
background-color: #c74646; /* Background changes to maroon */
color: white; /* Text changes to white */
}

.counter-box:hover .counter-number,
.counter-box:hover .counter-text,
.counter-box:hover h1 {
color: white; /* Ensures numbers and text change to white */
}

.counter-number {
font-size: 2.5em;
font-weight: bold;
color: #2d60e2;
}

.counter-box h1{
margin-top: -52px;
margin-left: 8rem;
font-size: 49px;
color: #2d60e2;
}

.counter-text {
margin-top: 10px;
font-size: 1.2em;
color: #333;
}



.contain11{
background: white;
position: relative;
margin-top: 36%;
margin-bottom: 5rem;
margin-left: 10%;
}

.why_choose h1{
margin-top: 5rem;
margin-left: 39%;
color: black;
margin-bottom: 1rem;
}

.why_choose p1{
color: black;
margin-left: 6%;
}


.text_container {
max-width: 1199px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
margin-left: 9%;
margin-top: 2rem;
background: #ffffff00;
height: 45rem;
gap: 3%;
}

.txt_background{
height: 57rem;
border-radius: 36px;
background: #f6f8f9;
margin-top: 2rem;
}

.box {
background: #ffffff00;
padding: 20px;
border-radius: 21px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
margin-top: 1rem;
}

.box:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
background:#ddd2d2;
color:white
}

.box h3 {
margin-bottom: 10px;
color: #007bff;
margin-left: 26px;
}



.box p {
color: #333;
line-height: 1.6;
width: 18rem;
margin-left: 2rem;
text-align: justify;
font-weight: 700;
}



.product-slider-container {
width: 91%;
overflow: hidden;
position: relative;
margin-left: 4rem;
height: 15rem;
margin-top: 6rem;
}

.product-slider {
display: flex;
animation: product-slide 20s linear infinite;
}

.product-slide {
min-width: 28%;
box-sizing: border-box;
}

@keyframes product-slide {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%);
}
}


img {
height: 7rem;
width: 18rem;
}

.uline img {
margin-left: 49.5%;
transform: translateX(-50%);
margin-top: -7vw;
max-width: 80%;
}

.uline2 img {
margin-top: -6vw;
margin-left: 29.7%;
width: 40%;
margin-bottom: -1.5vw;
}

.uline3 img {
margin-left: 34.8%;
width: 30%;
margin-top: -7vw;
margin-bottom: -1.5vw;
}

/* Media Query for 1366x768 */
@media (max-width: 1366px) {
.uline img {
margin-left: 49.6%;
max-width: 75%;
margin-top: -7%;
}

.uline2 img {
margin-left: 31%;
width: 38%;
margin-top: -7%;
}

.uline3 img {
margin-left: 35.5%;
width: 28%;
margin-top: -7%;
}
}

/* Responsive for Tablets */
@media (max-width: 1024px) {
.uline img, .uline2 img, .uline3 img {
  max-width: 70%;
  margin-left: 25%;
  margin-top: -3vw;
}
}


.c1{
background: #21242b;
width: 79%;
margin-left: 11%;
border-radius: 19px;
}


.banner3 img{
width: 91%;
height: 27rem;
border-radius: 55px;
margin-left: 4rem;
}

.step h2{
margin-top: 0rem;
margin-left: 34%;
color: black;
}




.our_service h1{
text-align: center;
color: black;
}

.how_it_work{
text-align: center; 
color: black;
}




.slider-container {
position: relative;
width: 76%;
max-width: 1200px;
height: 400px;
margin: auto;
overflow: hidden;
border-radius: 20px;
margin-top: -36%;
margin-left: 13%;
}

.slider {
display: flex;
width: 300%;
transition: transform 1s ease-in-out;
}

.slide {
position: relative;
width: 100%;
flex-shrink: 0;
}

.slide img {
width: 53%;
height: 400px;
/* object-fit: cover; */
border-radius: 20px;
margin-left: 49%;
margin-top: -17px;
}

.text-overlay {
position: absolute;
top: 46%;
left: 2%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.6);
padding: 20px;
border-radius: 22px;
color: white;
max-width: 83%;
width:29%;
height:84%;
}

.text-overlay h1 {
font-size: 34px;
margin-bottom: 10px;
color: white;
margin-top: -23rem;
margin-left: 16px;
}

.text-overlay p {
font-size: 16px;
line-height: 1.5;
width:41%;
margin-left: 16px;
}


/* WhatsApp Floating Button */
.whatsapp-float {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25d366;
color: white;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
cursor: pointer;
text-decoration: none;
transition: transform 0.3s ease;
}

.whatsapp-float:hover {
transform: scale(1.1);
}

.whatsapp-icon {
width: 40px;
height: 40px;
}



.footer_gif img{
margin-top: -25rem;
height: 45rem;
width: 75rem;
margin-left: 4rem;
}




.footer_img img{
height: 9rem;
width: 13rem;
}

/* General Fixes */
.icon {
left: auto;
right: 5%; /* Dynamically position the icon */
font-size: 2vw; /* Scale icon size with viewport width */
}

.heading, .heading2, .heading3, .heading4 {
text-align: center;
margin: 0 auto;
width: 100%;
}

.nav1 {
min-height: 50vh;
margin-top: -88vh;
} 

/* Media Query for Tablet (Screen Width 768px - 1024px) */
@media screen and (max-width: 1024px) {
.icon {
right: 3%; /* Adjust icon position */
font-size: 2.5vw; /* Make the icon responsive */
}

.nav1 img {
width: 6rem;
height: 4rem;
}

.heading {
width: 50%; /* Adjust width instead of fixed rem */
}
}

/* Media Query for Mobile (Screen Width <= 768px) */
@media screen and (max-width: 768px) {
.icon {
right: 5%;
font-size: 2vw;
}

.nav1 img {
height: 2.5rem;
width: 4.5rem;
margin-left: 1rem;
}

.heading, .heading2, .heading3, .heading4 {
width: auto;
display: block;
margin-top: 10px;
}

.heading h1, .heading2 h1, .heading3 h1, .heading4 h1 {
font-size: 18px;
}
}

/* Mobile Phones (Screen Width <= 480px) */
@media (max-width: 480px) {
.icon {
font-size: 20px;
top: 0.5rem;
right: 0.5rem;
padding: 6px 10px;
}

.nav1 img {
height: 2.5rem;
width: 3.5rem;
margin-left: 5px;
}

.heading, .heading2, .heading3, .heading4 {
font-size: 14px;
padding: 5px;
}
}




@media (max-width: 768px) {
.footer-container {
flex-direction: column;
align-items: center;
}

.footer-column {
text-align: center;
margin-bottom: 20px;
}

.social-icons {
justify-content: center;
}
}






@media screen and (max-width: 1024px) {

.contain1, .contain2 {
flex-direction: column; /* Stack the elements vertically */
margin-left: 4rem; /* Adjust left margin for better alignment on tablet */
width: 90%; /* Use more screen space for tablet */
gap: 2rem; /* Reduce gap between elements */
margin-top: 3rem; /* Adjust top margin for spacing */
}

.contain1 h1, .contain2 h1 {
font-size: 28px; /* Adjust header font size */
text-align: center; /* Center the heading text */
}

.contain1 p, .contain2 p {
font-size: 16px; /* Adjust paragraph font size */
text-align: justify; /* Keep the paragraph text justified */
}

.txt_container{
margin-top: 9rem;
margin-left: -19rem;
background: white;
height: 23rem;
}
}

/* Media Query for Mobile (Screen Width <= 768px) */
@media screen and (max-width: 768px) {

.contain1, .contain2 {
flex-direction: column;
margin-left: 2rem;
width: 88%;
gap: 1.5rem;
margin-top: -22rem;
}   

.contain1_img img{
height: 13rem;
border-radius: 16px;
width: 22rem;
margin-left: -40px;
}

.contain2_img img{
height: 13rem;
border-radius: 16px;
width: 22rem;
}

.contain1 h1, .contain2 h1 {
font-size: 22px; /* Reduce heading font size for mobile */
text-align: center; /* Center the heading text */
}

.contain1 p, .contain2 p {
font-size: 14px; /* Reduce paragraph font size for mobile */
text-align: justify; /* Keep paragraph text justified */
}

.txt_container{
margin-top: 0rem;
margin-left: -114px;
background: white;
height: 16rem;
}
}





@media (max-width: 768px) {
.nav2 {
position: relative;
margin-top: -57px;
margin-left: 58px;
gap: 0px;
}

.nav2 a{
font-size: 12px;
}

.nav{
position:relative;
}

.video img{
width:100%;
position:unset;
}
.nav_link{
position:relative;
}
}



/* Responsive Design */
@media (max-width: 1024px) { /* Tablets */
.head {
height: 30rem;
flex-direction: column;
align-items: center;
text-align: center;
margin-left: 0;
}

.head_h1, .head_h2 {
font-size: 2.5rem;
margin-top: 8rem;
}


.video video{
width:100%;
position:unset;
}
}

@media (max-width: 768px) { /* Mobile */
.head {
height: 25rem;
flex-direction: column;
align-items: center;
text-align: center;
margin-left: 0;
}

.head_h1, .head_h2 {
font-size: 2rem;
margin-top: 6rem;
}
}

@media (max-width: 480px) { /* Small Mobile */
.head {
height: 20rem;
flex-direction: column;
align-items: center;
text-align: center;
margin-left: 0;
}

.head_h1{
font-size: 1.5rem;
margin-top: 1rem;
margin-left: 8rem;
}

.head_h2 {
font-size: 1.5rem;
margin-top: 0rem;
margin-left: 8rem;
}


}


/* Responsive Design */
@media (max-width: 1024px) { /* Tablets */
.circle-btn {
width: 200px;
height: 55px;
font-size: 14px;
margin-top: 15rem;
}
}

@media (max-width: 768px) { /* Mobile */
.circle-btn {
width: 180px;
height: 50px;
font-size: 13px;
margin-top: 9rem;
}
}

@media (max-width: 480px) { /* Small Mobile */
.circle-btn {
width: 119px;
height: 34px;
font-size: 12px;
margin-top: 7rem;
margin-left: 9rem;
}
}





@media screen and (max-width: 1024px) {
.wrapper {
width: 85vw;
}
.container {
height: 26vmin;
width: 26vmin;
font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.wrapper {
width: 90vw;
flex-wrap: wrap;
gap: 30px;
}
.container {
width: calc(50% - 40px);
height: 30vmin;
font-size: 14px;
}
}
@media screen and (max-width: 480px) {
.wrapper {
gap: 15px;
}
.container {
width: 100%;
height: 25vmin;
font-size: 8px;
}
}




/* Tablet View (768px - 1024px) */
@media screen and (max-width: 1024px) {
.container {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  padding: 10px;
}

.card {
  padding: 15px;
}

.card h3 {
  font-size: 1.3em;
}

.card p {
  font-size: 0.9em;
}
}

/* Mobile View (Below 768px) */
@media screen and (max-width: 767px) {
.container {
  grid-template-columns: repeat(auto-fit, minmax(43%, 1fr));
  gap: 10px;
  padding: 5px;
  margin-left: 1rem;
  width: 88%;
  margin-top: 0rem;
}

.card {
  padding: 12px;
  height: 12rem;
  width: 8rem;
  margin-left: 7px;
  margin-top: 6px;
}

.card img {
  height: 90px;
}

.card h3 {
  font-size: 1.2em;
}

.card p {
  font-size: 0.85em;
}

.btn {
  padding: 8px 12px;
  font-size: 0.9em;
}
}




@media (max-width: 768px) {
.counter-section {
grid-template-columns: repeat(2, 1fr);
width: 67%;
margin-top: 4rem;
}


.counter-box {
background: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.counter-box:hover {
transform: translateY(-5px);
background-color: #c74646; /* Background changes to maroon */
color: white; /* Text changes to white */
}

.counter-box:hover .counter-number,
.counter-box:hover .counter-text,
.counter-box:hover h1 {
color: white; /* Ensures numbers and text change to white */
}

.counter-number {
font-size: 2.5em;
font-weight: bold;
color: #2d60e2;
}

.counter-box h1{
margin-top: -52px;
margin-left: 8rem;
font-size: 49px;
color: #2d60e2;
}

.counter-text {
margin-top: 10px;
font-size: 1.2em;
color: #333;
}

}

@media (max-width: 480px) {
.counter-section {
grid-template-columns: 1fr;
margin-left: 69px;
}
}


@media (max-width: 1366px) {
.why_choose p1 {
color: black;
margin-left: 4%;
}
}
/* Tablet View (768px - 1024px) */
@media screen and (max-width: 1024px) {
.why_choose h1 {
margin-left: 15rem; /* Adjusted for tablets */
text-align: center;
font-size: 2rem;
}

.why_choose p1 {
margin-left: 1rem;
font-size: 1rem; /* Adjusted font size for readability */
}
}

/* Mobile View (Below 768px) */
@media screen and (max-width: 767px) {
.why_choose h1 {
margin-left: 0;
text-align: center; /* Centering the text */
font-size: 20px;;
}

.why_choose p1 {
margin-left: 14px;
font-size: 1rem;
text-align: center;
}
}







/* Tablet View (768px - 1024px) */
@media screen and (max-width: 1024px) {
.box {
padding: 15px;
max-width: 90%;
}

.box p {
font-size: 1rem;
width: auto;
}

.box h3 {
margin-left: 0;
text-align: center;
}
}

/* Mobile View (Below 768px) */
@media screen and (max-width: 767px) {
.box {
padding: 15px;
max-width: 95%;
margin-left: -24px;

}

.box p {
font-size: 0.9rem;
text-align: center;
margin-left: 0;
}

.box h3 {
text-align: center;
font-size: 1.2rem;
}
}



@media (max-width: 768px) {
.text_container {
grid-template-columns: 1fr;
}

.txt_background{

height: 114rem;
border-radius: 36px;
background: #f6f8f9;
margin-top: 2rem;
}
}



/* Tablet View (768px - 1024px) */
@media screen and (max-width: 1024px) {
.product-slider-container {
width: 95%;
margin-left: 2rem;
height: 13rem;
}

.product-slide {
min-width: 35%; /* Adjusted for better fit */
}
}

/* Mobile View (Below 768px) */
@media screen and (max-width: 767px) {
.product-slider-container {
width: 93%;
margin-left: 13px;
height: 12rem;
}

.product-slider {
animation: product-slide 15s linear infinite; /* Faster speed for mobile */
}

.product-slide {
min-width: 70%; /* Larger size for better visibility */
}
}




/* Tablet View (768px - 1024px) */
@media screen and (max-width: 1024px) {
img {
height: 7rem;
width: 15rem;
}

.uline img {
margin-left: 250px;
margin-top: -70px;
}

.uline2 img {
margin-top: -70px;
margin-left: 200px;
width: 25rem;
margin-bottom: -1rem;
}

.uline3 img {
margin-left: 250px;
width: 18rem;
margin-top: -5rem;
margin-bottom: -1rem;
}

.c1 {
width: 95%;
margin-left: 2rem;
}

.banner3 img {
width: 95%;
height: 20rem;
margin-left: 2rem;
}

.step h2 {
margin-left: 10rem;
font-size: 1.5rem;
}
}

/* Mobile View (Below 768px) */
@media screen and (max-width: 767px) {
img {
height: 6rem;
width: 12rem;
}

.uline img {
margin-left: 49%;
margin-top: -66px;
width: 12rem;
position: absolute;
}

.our_service h1{
text-align: center;
color: black;
font-size: 20px;
}

.uline2 img {
margin-top: -66px;
margin-left: 14%;
width: 74%;
margin-bottom: -1rem;
}

.uline3 img {
margin-left: 26%;
width: 12rem;
margin-top: -16%;
margin-bottom: -1rem;
position: absolute;
}

.c1 {
width: 89%;
margin-left: 27px;
border-radius: 10px;
height: 30rem;
}

.banner3 img {
width: 100%;
height: 15rem;
margin-left: 0;
border-radius: 20px;
}

.step h2 {
margin-left: 2rem;
font-size: 14px;
text-align: center;
}
}




/* Tablet View (768px - 1024px) */
@media screen and (max-width: 1024px) {
.our_service {
margin-left: 20rem; /* Adjusted for tablets */
text-align: center; /* Centering for better alignment */
}
}

/* Mobile View (Below 768px) */
@media screen and (max-width: 767px) {
.our_service {
margin-left: 0;
text-align: center;
margin-top: -3rem;
}

.how_it_work h1{
font-size: 20px; /* Adjusted font size for readability */
color: black;
}
}






/* Responsive Styling */
@media screen and (max-width: 1024px) {
.slider-container {
height: 300px;
}

.slide img {
height: 300px;
}

.text-overlay {
max-width: 50%;
padding: 15px;
}

.text-overlay h1 {
font-size: 2rem;
}

.text-overlay p {
font-size: 1rem;
}
}

@media screen and (max-width: 768px) {
.slider-container {
height: 250px;
}

.slider {
display: flex;
width: 300%;
transition: transform 1s ease-in-out;
}

.slide {
position: relative;
width: 100%;
flex-shrink: 0;
}


.slide img {
height: 250px;
}

.text-overlay {
max-width: 60%;
padding: 10px;
}

.text-overlay h1 {
font-size: 1.5rem;
}

.text-overlay p {
font-size: 0.9rem;
}
}

@media screen and (max-width: 480px) {
.slider-container {
height: 121px;
margin-top: -9rem;
margin-bottom: 38rem;
margin-left: 3rem;
}


.slider {
display: flex;
width: 300%;
transition: transform 1s ease-in-out;
height: 113%;
}

.slide {
position: relative;
width: 100%;
flex-shrink: 0;
}


.slide img {
height: 137px;
margin-left: 10rem;
margin-top: -7px;
}

.text-overlay {
max-width: 70%;
padding: 8px;
}

.text-overlay h1 {
font-size: 9px;
margin-top: -8rem;
margin-left: 6px;
height: 1rem;
width: 9rem;
}

.text-overlay p {
font-size: 6px;
width: 9rem;
margin-top: -13px;
margin-left: 6px;
}
}




@media (max-width: 1024px) {
.footer_gif img{
height: 35rem;
width: 90%;
}
}

/* For Mobile */
@media (max-width: 768px) {
.footer_gif img{
height: 25rem;
width: 95%;
}
}

/* For Small Mobile */
@media (max-width: 480px) {
.footer_gif img{
height: 18rem;
width: 75%;
margin-left: 1rem;
margin-top: -16rem;
}
}



/* General styles for navbar */
.nav {
position: absolute;
top: 0;
left: 0;
/* width: 100%; */
z-index: 10;
background:rgb(253 253 253 / 0%);
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
}

/* Navbar logo */
.nav_link img {
width: 100px; /* Adjust logo size */
}

/* Nav links container */
.nav2 {
display: flex;

}

/* Nav links */
.nav2 a {
    color: red;
    text-decoration: none;
    font-size: 15px;
    width: 8rem;
    text-align: center;
}

/* Style the video to cover the full background */
.video {

top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
overflow: hidden;
}

.video video {
width: 100%;
height: 100%;

}

/* Mobile Menu - Hide nav2 by default */
.menu-toggle {
display: none;
font-size: 24px;
color: black;
cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
.nav {
flex-direction: row;
align-items: center;
padding: 10px 15px;
}

.nav img {
height: 3rem;
width: 5rem;
margin-left: 0rem;
margin-top: -4px;
}

.nav2 {
display: none;
flex-direction: column;
position: absolute;
top: 84px;
right: 28px;
width: 27%;
background: rgb(255 255 255);
text-align: center;
/* padding: 15px 0; */
left: 8rem;
}

.nav2 a {
display: block;
padding: 10px;
font-size: 16px;
}

.menu-toggle {
display: block;
/* display: none; */
font-size: 32px;
color: black;
cursor: pointer;
margin-left: 16rem;
margin-top: -1rem;
}

/* Show menu when active */
.nav2.active {
display: flex;
margin-top: -17%;
margin-left: 14%;
}
}




@media (max-width: 480px) {
.nav {
flex-direction: row;
align-items: center;
padding: 10px 15px;
}

.nav img {
    height: 2rem;
    width: 2rem;
    margin-left: 0rem;
    margin-top: -4px;
}

.nav2 {
display: none;
flex-direction: column;
position: absolute;
top: 84px;
right: 28px;
width: 27%;
background: rgb(255 255 255);
text-align: center;
/* padding: 15px 0; */
left: 8rem;
}

.nav2 a {
display: block;
padding: 10px;
font-size: 16px;
}

.menu-toggle {
display: block;
/* display: none; */
font-size: 32px;
color: white;
cursor: pointer;
margin-left: 19rem;
margin-top: -1rem;
}

/* Show menu when active */
.nav2.active {
            display: flex;
            margin-top: -11%;
            margin-left: 29%;
            background-color: black;
            width: 9rem;
}
}




