 body {
     font-family: 'Noto Sans Devanagari', sans-serif;
     color: #fff;
     overflow-x: hidden;
 }
 
 .hero-section {
     background: url('../images/section1-background.png') no-repeat center center/cover;
     position: relative;
     color: #fff;
 }
 
 h2 {
     font-size: 27px;
 }
 
 .hero-text h1 {
     font-weight: 700;
     font-size: 2.8rem;
 }
 
 .google-play-btn img {
     width: 200px;
     margin-top: 25px;
 }
 
 .phone-mockup {
     max-width: 100%;
     height: 600px;
     object-fit: contain;
 }
 
 @media (max-width: 992px) {
     .hero-text {
         text-align: center;
     }
     .phone-mockup {
         margin-top: 40px;
     }
 }
 
 .playstore-btn {
     color: #fff;
     border: 2px solid #fff;
     border-radius: 50px;
     padding: 10px 25px;
     text-decoration: none;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     transition: all 0.3s ease;
 }
 
 .playstore-btn i {
     font-size: 22px;
 }
 
 .playstore-btn:hover {
     transform: translateY(-2px);
     color: #fff;
 }
 
 .logo {
     width: 290px;
     height: 120px;
     object-fit: contain;
 }
 
 .mainPara {
     color: #FFFFFF;
     font-size: 22px;
     font-weight: 700;
     line-height: 37px;
 }
 
 .mainPara2 {
     color: #000;
     font-size: 16px;
     font-weight: 700;
     line-height: 37px;
 }
 
 .mainParaSec2 {
     color: #000;
     font-size: 18px !important;
     margin-top: 20px !important;
     font-weight: 700;
     line-height: 37px;
 }
 
 .section-title {
     text-align: center;
     font-weight: 700;
     font-size: 2rem;
     margin-bottom: 1rem;
     position: relative;
 }
 
 .section-title::after {
     content: "";
     display: block;
     width: 120px;
     height: 3px;
     background-color: #000;
     margin: 0.5rem auto 0;
 }
 
 .content-section {
     padding: 60px 0;
 }
 
 .content-section img {
     max-width: 100%;
     height: auto;
 }
 
 .content-section h3 {
     font-weight: 700;
     font-size: 1.6rem;
     margin-bottom: 20px;
 }
 
 .content-section p {
     font-size: 1rem;
     line-height: 1.8;
     color: #0b0b0b;
 }
 
 @media (max-width: 991px) {
     .content-section {
         text-align: center;
     }
     .content-section img {
         margin-bottom: 30px;
     }
     .logo {
         width: 400px !important;
         height: 240px !important;
     }
     .hero-text h1 {
         font-weight: 700;
         font-size: 5.8rem;
     }
     .mainPara {
         color: #FFFFFF;
         font-size: 40px;
         font-weight: 700;
         line-height: 80px;
     }
     .mainParaSec2 {
         font-size: 30px !important;
         font-weight: 700;
         line-height: 80px;
     }
     .section-title {
         font-size: 4rem;
     }
     .col-md-4 {
         width: 100% !important;
     }
     .col-md-6 {
         width: 100% !important;
     }
     .col-12 {
         width: 100% !important;
     }
     .content-section h2 {
         font-size: 4rem !important;
     }
     .playstore-btn i {
         font-size: 70px !important;
     }
     .playstore-btn {
         font-size: 32px !important;
     }
     .feature-box h2 {
         font-size: 3rem !important;
     }
     .feature-box p {
         font-size: 30px !important;
     }
     .feature-icon {
         background-color: #001f4d;
         color: #fff;
         width: 130px !important;
         height: 130px !important;
     }
     .feature-icon i {
         font-size: 3rem !important;
     }
     .content-section p {
         font-size: 2rem !important;
     }
     .content-section h3 {
         font-size: 2.6rem !important;
     }
     h2 {
         font-size: 3rem !important;
     }
     footer a {
         font-size: 2.5rem !important;
     }
     footer i {
         font-size: 2.5rem !important;
     }
     .footer-bottom {
         font-size: 2.5rem !important;
     }
     .footer-icons a {
         display: block !important;
         margin-top: 10px !important;
     }
 }
 
 .text-black {
     color: #000 !important;
 }
 
 .feature-icon {
     background-color: #001f4d;
     color: #fff;
     width: 80px;
     height: 80px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     font-size: 32px;
     flex-shrink: 0;
 }
 
 .feature-box {
     display: flex;
     align-items: flex-start;
     margin-bottom: 30px;
     gap: 15px;
 }
 
 .phone-image {
     height: 500px;
 }
 
 .bgSec3 {
     background-color: #f5ba7b85;
 }
 
 .googlePlay {
     height: 60px;
     width: 100%;
     object-fit: contain;
 }
 
 footer {
     background-color: #07123b;
     color: white;
     text-align: center;
     padding: 30px;
     padding-top: 50px;
 }
 
 footer a {
     color: white;
     text-decoration: none;
     margin: 0 20px;
     font-size: 1.1rem;
 }
 
 footer a:hover {
     color: #ff5c23;
 }
 
 .footer-icons i {
     color: #ff5c23;
     font-size: 1.4rem;
     margin-right: 5px;
 }
 
 .social-icons a {
     color: white;
     font-size: 1.5rem;
     margin: 0 10px;
 }
 
 .social-icons a:hover {
     color: #fff;
 }
 
 .footer-bottom {
     margin-top: 20px;
     font-size: 0.95rem;
     line-height: 1.6;
 }
 
 .footer-bottom a {
     color: #CC3366;
     padding: 0px;
     margin: 0px;
 }
 
 .social-icons a {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 60px;
     height: 60px;
     margin: 0 8px;
     border-radius: 50%;
     color: white;
     font-size: 24px;
     text-decoration: none;
     transition: transform 0.3s ease;
 }
 
 .social-icons a.facebook {
     background-color: #3b5998;
     /* Facebook Blue */
 }
 
 .social-icons a.twitter {
     background-color: #1DA1F2;
     /* Twitter Blue */
 }
 
 .social-icons a:hover {
     transform: scale(1.1);
 }
 
 .sec4Feature {
     font-size: 40px;
     height: 80px;
     width: 80px;
     margin: 0 auto;
     background-color: #071139;
     border-radius: 50%;
 }
 
 @keyframes bounce {
     0%,
     20%,
     50%,
     80%,
     100% {
         transform: translateY(0);
     }
     40% {
         transform: translateY(-30px);
     }
     60% {
         transform: translateY(-15px);
     }
 }
 
 .phone-mockup.bounce {
     animation: bounce 2s;
 }
 
 .section-title {
     position: relative;
     text-align: center;
     display: inline-block;
 }
 
 .section-title::after {
     content: "";
     /* position: absolute; */
     bottom: -10px;
     /* distance from text */
     left: 0;
     /* will animate from left */
     width: 120px;
     height: 3px;
     background-color: #000;
     transform: translateX(-100vw);
     /* start far left */
     transition: transform 1s ease;
 }
 
 .section-title.visible::after {
     transform: translateX(0);
     /* final position under title */
 }