   .navbar {
       background: #fff;
       box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
       padding: 15px 0;
   }

   .navbar-brand img {
       height: 40px;
   }

   .nav-item a {
       color: #4A5565;
       font-size: 16px;
   }

   .nav-link {
       color: #000;
       font-weight: 500;
       margin: 0 15px;
       transition: 0.3s;
       font-size: 15px;
   }

   .nav-link.active {
       color: #00478A !important;
       font-size: 16px;
       font-weight: 600;
   }

   .nav-link:hover {
       color: #00A99D;
   }

   .login-btn {
       background-color: #00A99D;
       color: #fff;
       border-radius: 25px;
       padding: 8px 25px;
       border: none;
       transition: 0.3s;
   }

   .login-btn:hover {
       background-color: #007f77;
   }

   .mobile-navbar-brand {
       display: none;
   }

   @media (max-width: 991px) {
       .navbar-collapse {
           background: #fff;
           padding: 15px;
           border-radius: 10px;
       }

       .login-btn {
           display: block;
           width: 100%;
           text-align: center;
           margin-top: 10px;
       }

       .navbar {
           background: #fff;
           box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
           padding: 0;
       }

       .navbar-brand {
           display: none;
       }

       .mobile-navbar-brand {
           display: block;
           text-decoration: none;
           padding: 20px 0;
       }

       .mobile-navbar-brand img {
           height: 40px;
       }
   }

   /* CSS Of Header Ends */

   .banner {
       background-image: url('/assets/website/images/banner.png');
       height: 76vh !important;
       width: 100%;
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
       padding: 102px 75px 0px !important;
   }

   .banner-first-container .banner-container {
       padding-bottom: 50px;
   }

   .banner-first-container .title .first-title {
       display: flex;
       align-items: center;
       gap: 20px;
   }

   .banner-first-container .title h1 {
       font-size: 50px;
       font-weight: 600;
       line-height: 67px;
       letter-spacing: 0%;
   }

   .banner-first-container .banner-text {
       font-size: 20px;
       font-weight: 400;
       line-height: 28px;
       letter-spacing: -0.45px;
   }

   .banner-first-container .journey {
       background: #fff;
       width: 310px;
       padding: 5px 15px;
       border-radius: 20px;
       font-size: 14px;
   }

   .banner-first-container .journey svg {
       margin-right: 5px;
   }

   .banner-first-container .banner-btn {
       padding: 10px 26px;
       background: #00A99D;
       color: #fff;
       border-radius: 30px;
   }

   .banner-first-container .banner-btn svg {
       margin-left: 5px;
   }

   .banner-first-container img {
       width: 590px;
       height: 518;
       /* margin-bottom: -30px; */
   }

   @media (max-width:376px) {
       .banner {
           padding: 30px 25px 0px !important;
           height: 100% !important;
       }

       .banner-first-container .title .first-title {
           display: flex;
           flex-direction: column !important;
           gap: 0px;
       }

       .banner-first-container .title .first-title .banner-title {
           width: 100% !important;
       }

       .banner-first-container .journey {
           background: #fff;
           width: 280px !important;
           padding: 5px 10px;
           border-radius: 20px;
           font-size: 14px;
       }

       .banner-first-container .title h1 {
           font-size: 40px;
           font-weight: 600;
           line-height: 50px;
           letter-spacing: 0%;
       }

       .banner-first-container img {
           width: 280px !important;
           height: auto;
           margin-top: 20px;
       }
   }

   @media (min-width: 376px) and (max-width: 550px) {
       .banner {
           padding: 30px 25px 0px !important;
           height: 100% !important;
       }

       .banner-first-container .title .first-title {
           display: flex;
           flex-direction: column;
           align-items: flex-start;
           /* gap: 20px; */
       }

       .banner-first-container .title h1 {
           font-size: 40px;
           font-weight: 600;
           line-height: 50px;
           letter-spacing: 0%;
       }

       .banner-first-container img {
           width: 350px !important;
           height: auto;
           margin-top: 20px;
       }
   }

   @media (min-width: 550px) and (max-width:760px) {
       .banner {
           padding: 30px 25px 0px !important;
           height: 100% !important;
       }

       .banner-first-container .title .first-title {
           display: flex;
           gap: 10px;
       }

       .banner-first-container .title h1 {
           font-size: 30px;
           font-weight: 600;
           line-height: 50px;
           letter-spacing: 0%;
       }

       .banner-first-container img {
           width: 520px !important;
           height: auto;
           margin-top: 20px;
       }
   }

   @media (min-width:761px) and (max-width:1024px) {
       .banner {
           padding: 30px 25px 0px !important;
           height: 100% !important;
       }

       .banner-row {
           display: flex;
           flex-direction: column !important;
       }

       .banner-first-container {
           width: 100% !important;
       }

       .banner-first-container .title .first-title {
           display: flex;
           gap: 10px;
       }

       .banner-first-container .title h1 {
           font-size: 30px;
           font-weight: 600;
           line-height: 50px;
           letter-spacing: 0%;
       }

       .banner-first-container img {
           width: 592px !important;
           height: auto;
           margin-top: 20px;
       }
   }

   @media (min-width:1025px) and (max-width:1200px) {
       .banner {
           padding: 30px 25px 0px !important;
           height: 100% !important;
       }

       .banner-row {
           display: flex;
           /* flex-direction: column !important; */
       }

       .banner-first-container {
           width: 100% !important;
       }

       .banner-first-container .title .first-title {
           display: flex;
           gap: 10px;
       }

       .banner-first-container .title h1 {
           font-size: 50px;
           font-weight: 600;
           line-height: 50px;
           letter-spacing: 0%;
       }

       .banner-first-container img {
           width: 598px !important;
           height: auto;
           margin-top: 20px;
       }
   }

   /* ✅ Responsive fix between 1369px and 1900px */
   @media (min-width: 1369px) and (max-width: 1900px) {
       .banner {
           height: auto !important;
           padding: 80px 75px 0px !important;
       }

       .banner-row {
           display: flex;
           align-items: center;
           justify-content: space-between;
           flex-wrap: nowrap;
       }

       .banner-first-container {
           flex: 1;
       }

       .banner-first-container img.main-img {
           width: 100%;
           max-width: 560px;
           height: auto;
           display: block;
           margin: 0 auto;
       }

       .banner-first-container .banner-container {
           padding-right: 40px;
       }

       /* Optional: Ensure no overlap with next section */
       .banner+section,
       .banner+div {
           margin-top: 40px;
       }
   }

   @media(max-width:1369px) {
       .banner {
           padding: 30px 25px 0px !important;
           height: 100% !important;
       }

   }

   .banner-strip {
       background: #1B263B;
       display: flex;
       align-items: center;
       margin-top: 0px !important;
       padding: 5px;
   }

   .banner-item {
       width: 100%;
       text-align: center;
   }

   .strip-list {
       display: flex;
       align-items: center;
       justify-content: center;
       gap: 10px;
   }

   .strip-list p {
       color: #FFFFFF;
       margin: 0;
       font-weight: 400;
       font-size: 18px;
       line-height: 28px;
       letter-spacing: 0%;
       text-transform: uppercase;
   }

   .strip-list p {
       color: #fff;
   }

   /* CSS of Banner Ends */

   /* CSS Of Features Start */
   .features {
       margin: 50px 0;
       padding: 15px 75px;
   }

   @media (max-width: 991px) {
       .features {
           margin: 20px 0;
           padding: 30px;
       }
   }

   .features .fetures-top {
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
   }

   .features .fetures-top h4 {
       font-size: 18px;
       font-weight: 700;
       text-transform: uppercase;
       color: #FF6B35;
   }

   .features .fetures-top h2 {
       font-size: 40px;
       font-weight: 600;
       color: #033E80;
   }

   .features .fetures-top p {
       font-size: 18px;
       font-weight: 400;
       color: #4A5565;
       letter-spacing: -0.44px;
   }

   .features .features-cards .card .card-body {
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
   }

   .features-cards .card {
       border-radius: 12px;
       transition: transform 0.3s ease, box-shadow 0.3s ease;
       background: #fcfdff;
       border: 1px solid #F3F4F6;
       box-shadow:
           0px 2px 4px -2px rgba(0, 0, 0, 0.1),
           0px 4px 6px -1px rgba(0, 0, 0, 0.1);
   }

   .features-cards .card:hover {
       transform: translateY(-5px);
       box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
   }

   .features-cards .features-card-icons-1 {
       background: linear-gradient(180deg, #00A99D33 25%, #00A99D0D 100%);
       border-radius: 10px;
       padding: 25px;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 20px !important;
   }

   .features-cards .features-card-icons-2 {
       background: linear-gradient(180deg, #FF6B3533 0%, #FF6B350D 100%);
       border-radius: 10px;
       padding: 25px;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 20px !important;
   }


   /* .row.g-4 {
       --bs-gutter-x: 2rem;
       --bs-gutter-y: 2rem;
   } */

   /* CSS of Features Ends */

   /* CSS of Courses Start */
   .courses {
       padding: 50px 0;
   }

   .courses .corses-box {
       position: relative;
   }

   .courses .corses-box h4 {
       font-size: 18px;
       font-weight: 700;
       text-transform: uppercase;
       color: #FF6B35;
   }

   .courses .corses-box h2 {
       font-size: 40px;
       font-weight: 600;
       color: #033E80;
   }

   .courses .corses-box p {
       font-size: 18px;
       font-weight: 400;
       color: #4A5565;
       letter-spacing: -0.44px;
   }

   .courses .corses-box img {
       position: absolute;
       bottom: -10px;
       /* left: 50px; */
       width: 470px;
       height: 536px;
       z-index: 20;
       border-radius: 40px;
   }

   @media (max-width: 400px) {
       .courses {
           padding: 0px 0;
       }

       .courses .corses-box img {
           position: relative;
           top: 0;
           left: 20px;
           width: 250px;
           height: 336px;
           z-index: 20;
           margin-bottom: 50px;
       }
   }

   @media (min-width: 400px) and (max-width: 500px) {
       .courses {
           padding: 0px 0;
       }

       .courses .corses-box img {
           position: relative;
           top: 0;
           left: 20px;
           width: 350px;
           height: 400px;
           z-index: 20;
           margin-bottom: 50px;
       }
   }

   @media (min-width: 500px) and (max-width: 767px) {
       .courses {
           padding: 0px 0;
       }

       .courses .corses-box img {
           position: relative;
           top: 0;
           left: 20px;
           width: 450px;
           height: 450px;
           margin-bottom: 50px;
       }
   }

   @media (min-width: 768px) and (max-width: 992px) {
       .courses {
           padding: 0px 0;
       }

       .courses .corses-box {
           display: flex;
           flex-direction: column !important;
       }

       .courses .corses-box .course-box-2 {
           width: 100%;
           margin-top: 30px;
       }

       .courses .corses-box img {
           position: relative;
           top: 0;
           left: 20px;
           width: 550px;
           height: 550px;
           margin-bottom: 50px;
       }
   }

   @media (min-width: 992px) and (max-width: 1300px) {
       .courses {
           padding: 0px 0;
       }

       .courses .corses-box .courses-green-box {
           position: absolute;
           top: 30px;
           background: #00A99D;
           width: 400px;
           height: 500px;
       }

       .courses .corses-box img {
           position: relative;
           top: 0;
           left: 20px;
           width: 400px;
           height: 500px;
           margin-bottom: 50px;
       }
   }

   .courses .courses-container strong {
       margin-left: 10px;
       color: #1B263B;
       font-size: 18px;
       font-weight: 700;
       line-height: 24px;
       letter-spacing: -0.31px;
       text-transform: capitalize;
       margin-bottom: 20px;
   }

   .courses .courses-container .course-text {
       margin-left: 42px;
   }

   .courses .courses-container .course-text p,
   .courses .courses-details span {
       color: #4A5565;
       font-size: 15px;
       font-weight: 400;
       line-height: 24px;
       letter-spacing: -0.31px;
   }

   .courses .courses-details {
       display: flex;
       gap: 50px;
       margin-top: 20px;
   }

   .courses .courses-details span {
       color: #4A5565;
       font-size: 14px;
       font-weight: 400;
       line-height: 20px;
       letter-spacing: -0.15px;
   }

   .courses .courses-details span svg {
       margin-right: 5px;
       transform: translateY(0);
       font-size: 16px;
   }

   .courses .courses-container .course-btn {
       background: #00A99D;
       padding: 10px 20px;
       color: #fff;
       border-radius: 40px;
       margin: 70px 0 30px;
       font-size: 15px;
       font-weight: 700;
       line-height: 100%;
       letter-spacing: 0;
   }

   /* CSS of Courses Ends */

   /* CSS of Progress Bar Start */


   /* Responsive behavior */
   @media (max-width: 768px) {
       .progress-bar {
           padding: 20px;
       }

       .progress-wrapper svg {
           display: none;
       }

       [role="progressbar"] {
           --size: 110px;
           --thickness: 6px;
       }

       .progress-text h4 {
           font-size: 18px;
       }

       .progress-text p {
           font-size: 13px;
       }
   }

   @media (max-width: 992px) {
       .progress-wrapper {
           flex-wrap: wrap;
           gap: 40px;
           justify-content: center;
       }
   }

   @media (max-width: 600px) {
       .progress-circle {
           width: 110px;
           height: 110px;
           border-width: 6px;
       }

       .progress-text h4 {
           font-size: 18px;
       }

       .progress-text p {
           font-size: 12px;
       }

       .progress-arrow {
           width: 70px;
           height: 20px;
           margin: 0 -5px;
       }
   }

   .stats-section {
       width: 100%;
       padding: 50px 0;
   }

   .progress-wrapper {
       display: flex;
       align-items: center;
       justify-content: center;
       gap: 30px;
   }

   .progress-item {
       display: flex;
       align-items: center;
       justify-content: center;
   }

   /* Circular Progress Style */
   [role="progressbar"] {
       --percentage: var(--value);
       --secondary: #e0e0e0;
       --size: 170px;
       --thickness: 8px;
       width: var(--size);
       aspect-ratio: 1;
       border-radius: 50%;
       position: relative;
       display: grid;
       place-items: center;
       background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
           conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
       animation: progress 2s 0.5s forwards;
   }

   [role="progressbar"]::before {
       content: "";
       position: absolute;
       inset: var(--thickness);
       border-radius: 50%;
       background: white;
   }

   .progress-text {
       position: relative;
       text-align: center;
   }

   .progress-text h4 {
       margin: 0;
       font-size: 20px;
       font-weight: 700;
       color: #000;
   }

   .progress-text p {
       margin: 2px 0 0;
       font-size: 14px;
       color: #666;
   }

   /* Arrow Style */
   .progress-arrow {
       flex-shrink: 0;
   }

   /* Animate the progress smoothly */
   @keyframes progress {
       from {
           --percentage: 0;
       }

       to {
           --percentage: var(--value);
       }
   }

   /* SVG arrows */
   .progress-arrow {
       margin: 0 -10px;
       flex-shrink: 0;
   }

   /* CSS of Progress Bar Start */

   /* CSS of Why Us Start */
   .why-us {
       padding: 50px 0;
   }

   .why-us .why-us-top h4 {
       font-size: 18px;
       font-weight: 700;
       text-transform: uppercase;
       color: #FF6B35;
   }

   .why-us .why-us-top h2 {
       font-size: 40px;
       font-weight: 600;
       color: #033E80;
   }

   .why-us .why-us-top p {
       font-size: 18px;
       font-weight: 400;
       color: #4A5565;
       letter-spacing: -0.44px;
       width: 551px;
   }

   .why-us .why-us-list {
       display: flex;
       flex-direction: column;
       gap: 20px;
       margin-top: 30px;
       padding-bottom: 100px;
   }

   .why-us .why-us-list .list-item {
       display: flex;
       gap: 20px;
   }

   .why-us .why-us-list .list-item .list-icon {
       width: 54px;
       height: 54px;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .why-us .why-us-list .list-item .list-icon-1 {
       background: #D0FEE9;
   }

   .why-us .why-us-list .list-item .list-icon-2 {
       background: #D2F8FF;
   }

   .why-us .why-us-list .list-item .list-icon-3 {
       background: #DFEAFF;
   }

   .why-us .why-us-list .list-item .list-icon-4 {
       background: #FBECD8;
   }

   .why-us .why-us-list .list-item .list-icon-5 {
       background: #FF6B351A;
   }

   .why-us .why-us-list .list-item .list-text {
       margin-top: 5px;
   }

   .why-us .why-us-list .list-item .list-text h6 {
       color: #000;
       font-size: 18px;
       line-height: 100%;
       font-weight: 600;
   }

   .why-us .why-us-list .list-item .list-text p {
       color: #000;
       font-size: 15px;
       line-height: 100%;
       font-weight: 400;
   }

   .why-us .why-us-boxes {
       position: relative;
   }

   .why-us-container {
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   .why-us-boxes .why-us-img {
       margin-top: -50px;
   }

   .why-us-boxes .why-us-img img {
       width: 432px;
       height: auto;
       border-radius: 40px;
       z-index: 100;
   }

   .rating i {
       color: #FFD700;
       font-size: 12px;
       margin-right: 5px;
   }


   /* ✅ Mobile: Up to 375px */
   @media (max-width: 376px) {
       .why-us {
           padding: 60px 0 0px !important;
       }

       .why-us-top p {
           width: 290px !important;
       }

       .why-us-container {
           flex-direction: column !important;
           gap: 40px;
           align-items: center !important;
           justify-content: center !important;
       }

       .why-us .why-us-top {
           text-align: center;
       }

       .why-us .why-us-top h2 {
           font-size: 26px;
           line-height: 1.3;
       }

       .why-us .why-us-top p {
           font-size: 15px;
       }

       .why-us-boxes .why-us-img img {
           width: 100%;
           max-width: 280px;
           height: auto;
           border-radius: 30px;
       }

       .why-us .why-us-list {
           padding-bottom: 50px;
       }

       .why-us .why-us-list .list-item {
           gap: 15px;
       }

       .why-us .why-us-list .list-item .list-text h6 {
           font-size: 16px;
       }

       .why-us .why-us-list .list-item .list-text p {
           font-size: 13px;
       }
   }

   /* ✅ Small devices: 376px–768px */
   @media (min-width: 377px) and (max-width: 768px) {
       .why-us {
           padding: 80px 0;
       }

       .why-us-container {
           flex-direction: column !important;
           align-items: flex-start !important;
           justify-content: flex-start !important;
       }

       .why-us-top p {
           width: 370px !important;
       }

       .why-us-boxes .why-us-img img {
           width: 100%;
           height: auto;
           max-width: 380px;
       }


       .why-us .why-us-top h2 {
           font-size: 32px;
       }
   }

   @media (min-width: 769px) and (max-width: 990px) {
       .why-us {
           padding: 80px 0;
       }

       .why-us-container {
           flex-direction: column !important;
           align-items: flex-start !important;
           justify-content: flex-start !important;
       }

       .why-us-top p {
           width: 370px !important;
       }

       .why-us-boxes .why-us-img img {
           width: 100%;
           height: auto;
           max-width: 380px;
       }

       .why-us .why-us-top h2 {
           font-size: 32px;
       }
   }

   /* ✅ Tablets: 769px–1024px */
   @media (min-width: 991px) and (max-width: 1024px) {
       .why-us {
           padding: 100px 0;
       }

       .why-us-container {
           gap: 40px;
       }

       .why-us-top p {
           width: 450px !important;
       }

       .why-us-boxes .why-us-img img {
           width: 350px;
           height: auto;
       }

   }

   @media (min-width: 1025px) and (max-width: 1392px) {
       .why-us {
           padding: 50px 60px 20px 60px !important;
       }

       .why-us-top p {
           width: 390px !important;
       }

       .why-us-container {
           gap: 60px;
       }

       .why-us-boxes .why-us-img img {
           width: 400px;
           height: auto;
       }
   }

   /* CSS of Why Us Ends */

   /* CSS of Works Start */
   .works {
       background: #1B263B;
       padding: 50px 0;
   }

   @media (max-width: 991px) {
       .works {
           padding: 50px 0;
       }
   }

   .works .works-top {
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
   }

   .works .works-top h4 {
       color: #fff;
       font-size: 18px;
       font-weight: 700;
       text-transform: uppercase;
       color: #FF6B35;
   }

   .works .works-top h2 {
       font-size: 40px;
       font-weight: 600;
       color: #fff;
   }

   .works .works-top p {
       font-size: 18px;
       font-weight: 400;
       color: #fff;
       letter-spacing: -0.44px;
   }

   .works-container {
       margin-top: 50px;
   }

   .work-box {
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
   }

   .works-icon-box {
       position: relative;
       display: flex;
       gap: 0;
       margin-bottom: 30px;
   }

   .works-icon-box .work-icon {
       height: 80px;
       width: 80px;
       background: #00A99D;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .works-icon-box .count {
       width: 32px;
       height: 32px;
       position: absolute;
       top: -8px;
       left: 50px;
       border-radius: 50%;
       background: #FF6B35;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #fff;
       font-size: 14px;
       font-weight: 400;
       line-height: 20px;
       letter-spacing: -0.15px;
   }

   .work-box h5 {
       font-size: 18px;
       color: #fff;
       font-weight: 700;
       line-height: 24px;
       letter-spacing: -0.31px;
       margin-bottom: 10px;
   }

   .work-box p {
       font-size: 16px;
       color: #fff;
       font-weight: 400;
       line-height: 24px;
       letter-spacing: -0.31px;
       text-align: center;
       width: 272px;
   }

   @media (max-width: 991px) {
       .works {
           padding: 50px 0;
       }

       .work-box p {
           width: 100%;
       }
   }

   /* CSS of Works Ends */

   /* CSS of Testimonials Start */

   .testimonials {
       padding: 50px 75px;
       background: #fffaf0;
   }

   @media (max-width: 991px) {
       .testimonials {
           padding: 50px 25px;
           background: #fffaf0;
       }
   }

   .testimonials-top h4 {
       color: #fff;
       font-size: 18px;
       font-weight: 700;
       text-transform: uppercase;
       color: #FF6B35
   }

   .testimonials-top h2 {
       font-size: 40px;
       font-weight: 600;
       color: #033E80;
   }

   .testimonials .testimonial-box {
       background: #00A99D;
       border-radius: 10px !important;
       padding: 15px 15px 50px;
       gap: 20px;
   }

   .testimonials .testimonial-box .testimonial-about {
       margin-top: 20px;
   }

   .testimonials .testimonial-box h4 {
       font-size: 18px;
       font-weight: 600;
       line-height: 100%;
       letter-spacing: 0%;
       color: #fff;
   }

   .testimonials .testimonial-box p {
       font-size: 14px;
       font-weight: 600;
       line-height: 20px;
       letter-spacing: 0%;
       color: #fff;
   }

   .testimonial-rating {
       position: absolute;
       top: 150px;
       left: 50%;
       transform: translateX(-50%);
       width: 150px;
       display: flex;
       align-items: center;
       justify-content: center;
       background: #fff;
       padding: 10px;
       border-radius: 5px;
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   }

   .testimonial-rating i {
       color: #ffc107;
       /* gold color */
       font-size: 14px;
       margin-right: 3px;
       cursor: pointer;
   }

   .testimonial-about-text p {
       margin-top: 40px;
       text-align: center;
       font-size: 16px;
       font-weight: 400;
       line-height: 25px;
       letter-spacing: 0%;
       color: #1D1D1D;
       padding: 0 20px;
   }



   .testimonial-carousel .owl-dot.active {
       width: 30px;
       background: var(--primary);
   }

   .testimonial-carousel .owl-item.center {
       position: relative;
       z-index: 1;
   }

   .swiper-slide {
       background: #FFFFFF !important;
       border-radius: 10px !important;
       margin-top: 30px;
   }

   .testimonial-carousel .owl-item .testimonial-item {
       transition: .5s;
       box-shadow: 0 0 30px #DDDDDD;

   }

   .container.swiper {
       position: relative;
       overflow: visible;
   }

   /* Swiper wrapper override */
   .testimonials .swiper-wrapper {
       display: flex;
       /* required for proper slide arrangement */
       align-items: stretch;
   }

   /* Each slide should stretch to full height of content */
   .testimonials .swiper-slide {
       flex-shrink: 0;
       height: 100%;
       max-width: none;
       /* ignore bootstrap column width control */
       box-sizing: border-box;
   }

   /* CSS of Testimonials Ends */

   /* CSS of FAQs Start */
   .faq {
       padding: 50px 0px;
   }

   @media (max-width: 991px) {
       .faq {
           padding: 50px 0px;
       }

       .faq .faq-top h2 {
           text-align: left !important;
       }

       .accordion-wrapper {
           padding: 50px 0px !important;
       }
   }

   .faq .faq-top h2 {
       text-align: center;
       color: #1B263B;
       font-size: 40px;
       font-weight: 600;
       line-height: 50px;
       letter-spacing: .35px;
   }

   .accordion-wrapper {
       margin: 20px auto;
       padding: 50px 100px;
       border-radius: 10px;
       box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
   }

   .accordion-outer {
       border: 1px solid #F3F4F6;
       margin-bottom: 15px;
       border-radius: 4px;
   }

   .accordion-heading {
       box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
       padding: 25px 60px 25px 15px;
       cursor: pointer;
       font-weight: bold;
       position: relative;
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   .accordion-heading:after {
       content: "+";
       display: flex;
       align-items: center;
       justify-content: center;
       height: 40px;
       width: 40px;
       font-size: 28px;
       color: #00A99D;
       background: linear-gradient(135deg, #F0FDFA, #CBFBF1);
       border-radius: 6px;
       transition: all 0.3s ease;
   }

   .accordion-outer.is-open .accordion-heading:after {
       content: "–";
       color: #00A99D;
       background: linear-gradient(135deg, #F0FDFA, #CBFBF1);
       transform: rotate(0deg);
   }

   .accordion-content {
       padding: 15px;
       display: none;
   }

   .accordion-wrapper.set2 .accordion-heading {
       background-color: #e0f7fa;
   }

   .accordion-wrapper.on-hover .accordion-heading {
       background-color: #e8f5e9;
   }

   /* CSS of FAQs Ends */

   /* CSS of Blog Start */
   .blog {
       padding: 20px 0;
   }

   .blog .blog-top {
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
   }

   .blog .blog-top h4 {
       color: #fff;
       font-size: 18px;
       font-weight: 700;
       text-transform: uppercase;
       color: #FF6B35
   }

   .blog .blog-top h2 {
       font-size: 40px;
       font-weight: 600;
       color: #033E80;
   }

   .blog-card {
       border: none;
       border-radius: 12px;
       box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
       transition: all 0.3s ease;
       background: #fff;
       overflow: hidden;
       padding: 25px;
       display: flex;
       flex-direction: column;
       height: 100%;
   }

   .blog-card:hover {
       transform: translateY(-5px);
       box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.15);
   }

   .blog-image {
       border-radius: 12px;
       overflow: hidden;
       margin-bottom: 20px;
   }

   .blog-image img {
       width: 100%;
       height: 220px;
       object-fit: cover;
       border-radius: 12px;
       display: block;
   }

   /* Card Content */
   .blog-card .card-body {
       padding: 0;
       flex-grow: 1;
       display: flex;
       flex-direction: column;
   }

   .blog-meta {
       font-size: 14px;
       color: #6c757d;
       margin-bottom: 8px;
   }

   .blog-title {
       font-weight: 600;
       font-size: 20px;
       color: #1B263B;
       line-height: 30px;
       letter-spacing: 0%;
       margin-bottom: 10px;
       transition: color 0.3s;
       flex-shrink: 0;
   }

   .blog-title:hover {
       color: #ff6b35;
   }

   .blog-desc {
       color: #4A5565;
       font-size: 16px;
       line-height: 27.2px;
       letter-spacing: 0%;
       flex-grow: 1;
   }

   .blog-desc a {
       text-decoration: none;
       color: #00A99D;
       font-size: 16px;
       font-weight: bold;
   }

   @media (max-width: 1024px) {
       .blog {
           padding: 20px 0;
       }
   }

   @media (max-width: 768px) {
       .section-title {
           font-size: 28px;
       }

       .blog-image img {
           height: 200px;
       }
   }

   @media (max-width: 576px) {
       .blog-image img {
           height: 180px;
       }
   }

   .all-btn {
       background: #00A99D;
       border-radius: 30px;
       padding: 10px 30px;
       text-align: center;
       margin-top: 40px;
       transition: 0.5s;
       display: flex;
       align-items: center;
       justify-content: center;
       width: 230px;
       margin-left: auto;
       margin-right: auto;
   }

   .all-btn a {
       text-decoration: none;
       color: #fff;
   }

   .all-btn a svg {
       margin-left: 5px;
   }

   /* CSS of Blog Ends */

   /* CSS of Trust Start Here */
   .trust {
       background-image: url('/assets/website/images/trust.png');
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
       display: flex;
       align-items: center;
       justify-content: center;
       padding: 40px 0;
       margin-top: 40px;
   }

   @media (max-width: 991px) {
       .trust {
           padding: 100px 20px;
       }
   }


   .trust .trust-text h2 {
       color: #fff;
       font-size: 40px;
       font-weight: 600;
       line-height: 50px;
   }

   .trust .trust-text p {
       color: #fff;
       font-size: 18px;
       font-weight: 400;
       line-height: 100%;
       margin-top: 40px;
   }

   /* CSS of Trust Ends Here */

   /* CSS of Footer Start */

   .footer {
       background: #0F172B;
   }

   .footer .row {
       margin-left: 0 !important;
       margin-right: 0 !important;
   }

   .footer-logo {
       display: flex;
       align-items: center;
       gap: 10px;
   }

   .footer-logo img {
       width: 48px;
       height: 48px;
   }

   .footer .container {
       padding: 50px 0 !important;
   }

   .footer-col {
       display: flex;
       flex-direction: column;
   }

   .footer-col p {
       width: 270px;
   }

   .footer-col h5 {
       color: #ffff;
       font-size: 18px;
       font-weight: 600;
       line-height: 24px;
       margin-bottom: 15px;
   }

   .footer-col a {
       text-decoration: none;
       color: #ffff;
       font-size: 16px;
       font-weight: 400;
       line-height: 24px;
       margin-bottom: 10px;
   }

   .footer-btn {
       background: #00A99D;
       padding: 10px 30px;
       color: #fff;
       font-size: 15px;
       font-weight: 600;
       line-height: 24px;
   }

   .footer-btn:hover {
       background: #00A99D;
       color: #fff;
   }

   .admin-btn {
       border: 1px solid #00A99D;
       border-radius: 8px;
       padding: 10px 30px;
       text-align: center;
       margin-top: 20px;
       transition: 0.5s;
   }

   .admin-btn a {
       text-decoration: none;
       color: #00A99D;
   }

   .admin-btn:hover {
       background: #00A99D;
   }

   .admin-btn:hover a {
       color: #fff !important;
   }

   .copyright {
       margin-top: 0px;
       margin-bottom: 0px;
       background: #0F172B;
       border-top: 1px solid #ffffff;
       padding: 40px 0 20px;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .copyright p {
       font-size: 16px;
       font-weight: 400;
       line-height: 24px;
       color: #fff;
   }


   @media (max-width: 991px) {
       .footer {
           background: #0F172B;
           padding-top: 50px;
       }

       .footer-top {
           display: flex;
           flex-direction: column;
           gap: 20px;
       }
   }

   /* CSS of Footer Ends */


   /* CSS of Breascrum start */
   .breadscrum {
       position: relative;
       background: url('/assets/website/images/breadscrum.png') center/cover no-repeat;
       height: 250px;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #fff;
   }

   .breadscrum::before {
       content: "";
       position: absolute;
       inset: 0;
       background: rgba(2, 28, 100, 0.551);
       /* dark overlay for text contrast */
   }

   .breadscrum-container {
       position: relative;
       z-index: 1;
       text-align: center;
       width: 100%;
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   @media(max-width:450px) {
       .breadscrum-container {
           flex-direction: column;
       }
   }

   .breadscrum-title h2 {
       font-size: 28px;
       font-weight: 400;
       margin-bottom: 10px;
       color: #fff;
       line-height: 31px;
       letter-spacing: 0%;
       text-transform: capitalize;
   }

   .breadscrum-link {
       display: flex;
       justify-content: center;
       align-items: center;
       gap: 6px;
       color: #fff;
       font-size: 14px;
   }

   .breadscrum-link a {
       color: #fff;
       font-size: 16px;
       line-height: 21px;
       letter-spacing: 0;
       font-weight: 300;
       text-decoration: none;
   }

   .breadscrum-link h6 {
       color: #fff;
       font-size: 16px;
       line-height: 21px;
       letter-spacing: 0;
       font-weight: 700;
       margin-top: 10px;
   }


   /* CSS of Breascrum start */

   /* ==== Global Custom Scrollbar ==== */

   ::-webkit-scrollbar {
       width: 10px;
   }

   ::-webkit-scrollbar-track {
       background: #f1f1f1;
       border-radius: 10px;
   }

   ::-webkit-scrollbar-thumb {
       background: linear-gradient(180deg, #033E80, #00A99D);
       border-radius: 10px;
   }

   ::-webkit-scrollbar-thumb:hover {
       background: linear-gradient(180deg, #002C5A, #009D8A);
   }

   * {
       scrollbar-width: thin;
       scrollbar-color: #033E80 #f1f1f1;
   }
