
/* Custom container wider than Bootstrap's */
@media (min-width: 1200px) {
    .container {
      max-width: 90%; /* up to ~1600px based on screen size */
      padding-left: 30px;
      padding-right: 30px;
    }
    }
    .nav-link:hover {
        color: #E91E63 !important;
        font-weight: 600;
        padding: 0 22px !important;
        font-size: 19px;
    }
    .text-muted2 {
        --bs-text-opacity: 1;
        color: rgb(0 0 0) !important;
      }
    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 99999;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        width: 7%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;}
    
    
    
    
        .services-section {
          padding: 60px 0;
          background: #f0f4fa;
        }
    
        .services-title {
          text-align: center;
          font-weight: 700;
          color: #0c1b3c;
          font-size: 3rem;
          margin-bottom: 40px;
        }
    
        .card {
          border: none;
          border-radius: 20px;
          padding: 30px 20px;
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
          transition: all 0.3s ease;
          background-color: #fff;
        }
    
        .card:hover {
          transform: translateY(-8px);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }
    
        .card img {
          width: 60px;
          margin-bottom: 20px;
        }
    
        .card-title {
          font-weight: 700;
          font-size: 1.1rem;
          color: #0c1b3c;
        }
    
        .card-text {
          font-size: 0.95rem;
          color: #4a4a4a;
          margin-top: 10px;
        }
    
        .card-link {
          display: inline-block;
          margin-top: 15px;
          font-weight: 600;
          color: #000;
          text-decoration: none;
        }
    
        .card-link::after {
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          content: "\f061"; /* Unicode for 'fa-arrow-right' */
          margin-right: 6px;
        }
    
        .cta-button {
          margin-top: 40px;
          display: flex;
          justify-content: center;
        }
    
        .btn-cta {
          background-color: #ff186b;
          color: white;
          padding: 12px 24px;
          border-radius: 30px;
          font-weight: 600;
          border: none;
        }
    
        .btn-cta:hover {
          background-color: #ff186b;
        }
    
    
    
    
        .highlight-section {
          padding: 60px 20px;
        }
    
        .highlight-text {
          color: #ff186b;
          font-size: 3rem;
		  font-weight: 700;
		  letter-spacing: -1.2px;
        }
    
        .btn-protect {
          background-color: #ff186b;
          color: white;
          border: none;
          border-radius: 30px;
          padding: 12px 25px;
          font-weight: 600;
          margin-top: 20px;
          transition: all 0.3s ease-in-out;
        }
    
        .btn-protect:hover {
          background-color: #ff186b;
          transform: scale(1.05);
        }
    
        .user-card {
          background: #fff;
          padding: 15px;
          border-radius: 16px;
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
          transition: 0.3s ease;
          height: 100%;
          text-align: center;
          border: 1px solid lightcoral;
        }
    
        .user-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        }
    
        .user-card img {
          border-radius: 12px;
          margin-bottom: 10px;
        }
    
        .user-card p {
          margin: 0;
          font-weight: 600;
          font-size: 1.2rem;
        }
    
        .user-card small {
          font-size: 0.85rem;
          color: #6c757d;
        }
    .pt-7{padding-top: 5rem;}
        .review-card {
          background: #ffffff;
          border-radius: 16px;
          padding: 20px;
          margin-top: 40px;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          transition: 0.3s ease;
          border: 1px solid lightcoral;
        }
    
        .review-card:hover {
          transform: translateY(-4px);
        }
    
        .review-name {
          font-weight: 700;
          font-size: 1.2rem;
        }
    
        .review-meta {
          font-size: 0.9rem;
          color: #888;
        font-weight: 700;
        }
    
        .review-text {
          font-size: 0.95rem;
          color: #333;
          margin-top: 12px;
          line-height: 1.6;
        }
    
        .star-rating {
          color: #ffc107;
          font-size: 1rem;
        }
    
        .icon-user {
          width: 45px;
          height: 45px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          margin-right: 12px;
        }
    
        @media(max-width: 576px) {
          .highlight-text {
            font-size: 1.5rem;
            text-align: center;
          }
    
          .btn-protect {
            display: block;
            margin: 20px auto 0;
          }
    
          .review-card {
            margin-top: 20px;
          }
        }
    
        .section-title {
			font-size: 3rem !important;
			color: #1a73e8 !important;
        }
    
        .section-subtitle {
          color: #2563eb;
          font-weight: 600;
          margin-bottom: 0;
          text-align: center;
        }
        .text-primary2 {
          --bs-text-opacity: 1;
          color: #ff186b;
      }
        .phone-screens {
          display: flex;
          justify-content: center;
          gap: 20px;
          flex-wrap: wrap;
          margin-bottom: 50px;
        }
    
        .phone-screens img {
          height: 435px;
          object-fit: contain;
          /* border-radius: 20px; */
          /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); */
          /* background: white; */
      
        }
    
        .features-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
          gap: 30px;
          margin-top: 40px;
        }
    
        .feature-box {
			background: #ffffff;
			border-radius: 16px;
			padding: 25px;
			text-align: center;
			box-shadow: 3px 7px 19px 2px rgb(0 0 0 / 18%);
			transition: 0.3s;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
        }
    
        .feature-box:hover {
          transform: translateY(-5px);
        }
    
        .feature-box i {
          font-size: 4.5rem;
          color: #ff186b;
          margin-bottom: 15px;
        }
    
        .feature-title {
          font-weight: 700;
          font-size: 1.2rem;
          color: #333;
          height: 70px;
        }
        .fa-check:before {
          content: "\f00c";
          font-size: 0.9rem;
          margin-right: 7px;
          border: 1.5px solid #4a83e3;
          border-radius: 1000%;
          padding: 3px;
      }
      .card-body p{margin-bottom: 0;}
     .feature-box ul{    padding: 0;
        list-style: none;
      margin-top: 25px;}
      .feature-box ul li {
		line-height: 28px;
		color: #191c21;
		margin-top: 5px;
		text-align: left;
		list-style: none;
    }      
	
	.feature-box ul li i{
		color: #009688;
		font-size: 1.2rem;
		margin: 0px 7px 0px 0;
    }
    .drring-feature-content ul li{ list-style-type: none;}
        .feature-text {
			font-size: 1.1rem;
			color: #505050;
			margin-top: 10px;
        }
    .support-box a {    color: #979797;
      text-decoration: none;}
        .supported-logos {
          background: #fff;
          padding: 40px;
          border-radius: 16px;
          box-shadow: 0 8px 24px rgba(0,0,0,0.06);
          margin-top: 60px;
        }
    
        .logo-grid {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          gap: 30px;
          align-items: center;
        }
    
        .logo-grid img {
          height: 145px;
          max-width: 200px;
          object-fit: contain;
        }
    
        @media (max-width: 768px) {
          .section-title {
            font-size: 1.5rem;
            text-align: center;
          }
    
          .section-subtitle {
            text-align: center;
          }
        }
    
    
        .section {
          padding: 60px 20px;
          max-width: 1200px;
          margin: auto;
        }
    
        .heading {
          text-align: center;
          margin-bottom: 40px;
        }
    
        .heading h2 {
          font-size: 2rem;
          font-weight: 700;
          margin: 0;
        }
    
        .heading p {
          font-style: italic;
          color: #555;
        }
    
        .features {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
          gap: 24px;
        }
    
        .card {
          background: #fff;
          border-radius: 20px;
          box-shadow: 0 10px 30px rgba(0,0,0,0.08);
          padding: 24px;
          transition: 0.3s ease;
        }
    
        .card:hover {
          transform: translateY(-5px);
        }
    
        .card h3 {
          font-size: 1.25rem;
          font-weight: 600;
          margin-bottom: 10px;
          color: #0f172a;
        }
    
        .card ul {
          padding-left: 1.2rem;
        }
    
        .card ul li {
          margin-bottom: 8px;
          color: #374151;
        }
    
        .card img {
          
          width: auto;
          margin-bottom: 10px;
        }
    
        .btn {
			display: inline-block;
			margin-top: 30px;
			padding: 12px 24px;
			border-radius: 30px;
			background: #ff186b;
			color: white;
			text-decoration: none;
			font-weight: bold;
			transition: background 0.3s ease;
			color: white;
			padding: 10px 20px;
			border-radius: 30px;
			text-decoration: none;
			transition: 0.3s;
			border:1px solid #fff;
        }
    
.btn:hover {
    background: #ff186b;
    color: #ffffff;
}
    
        .card-link {
          align-items: center;
          font-weight: bold;
          color: #1d4ed8;
          text-decoration: none;
          margin-top: 20px;
        }
    h2{font-size: 3rem;}
        .card-link i {
          margin-left: 6px;
        }
    
        .testimonial-section {
          text-align: center;
          margin-top: 60px;
        }
    
        .testimonials {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
          justify-content: center;
        }
    
        .testimonial {
          background: #f0f4ff;
          border-radius: 16px;
          padding: 20px;
          max-width: 280px;
        }
    
        .testimonial i {
          color: #ff186b;
          font-size: 20px;
          margin-bottom: 10px;
        }
    
        .testimonial p {
          font-size: 0.95rem;
          font-weight: 500;
          margin: 0;
          color: #374151;
        }
    
        .testimonial span {
          display: block;
          margin-top: 12px;
          font-size: 0.85rem;
          color: #6b7280;
        }
        .feature-card {
          background: white;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
		  justify-content: space-between;
        }
        
        .feature-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
        }
        .card:hover {
          transform: translateY(-5px);
          transition: all 0.3s ease-in-out;
        }
    .img-size{height: 500px;}        
    
    .scroll-wrapper {
      height: 600px;
      overflow: hidden;
      width: 100%;
      position: relative;
    }
    
    .scroll-track {
      display: flex;
      animation: scroll-loop 20s linear infinite;
      width: max-content;
    }
    
    .scroll-content {
      display: flex;
    }
    
    .image-wrap {
      height: 100%;
      padding-top: 125px; /* buffer for scale overflow at top */
      display: flex;
      align-items: flex-end;
      justify-content: center;
      box-sizing: border-box;
    }
    
    .scroll-image {
      height: 425px; /* 325px * 1.3 = 422.5px (fits in 500px incl. padding) */
      width: auto;
      flex-shrink: 0;
      transform-origin: center bottom;
      object-fit: contain;
      transition: transform 0.2s ease-out, filter 0.2s ease-out;
      filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 0.25));
      animation: shadowPulse 2s ease-in-out infinite alternate;
    }
    
    @keyframes scroll-loop {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }
    
    @keyframes shadowPulse {
      0% {
        filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.15));
      }
      100% {
        filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.35));
      }
    }
    
    .highlight-text0{width: 50%;
      position: relative;
      left: 240px;}
    .text-muted0{width: 50%;
      position: relative;
      left: 240px;}
    .btn-protect0{width: 50%;
      position: relative;
      left:240px;}

    .drring-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 50px 20px;
    }
    
    .drring-subtitle {
      text-align: center;
      font-size: 2.8rem;
      color: #1a3c72;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }
    
    .drring-title {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 25px;
      color: #000;
    }
    
    .drring-description {
      text-align: center;
      font-size: 1.2rem;
      color: #333;
      margin-bottom: 40px;
      line-height: 1.6;
    }
    
    .drring-feature {
      background-color: #fff;
      border-radius: 15px;
      padding: 20px 25px;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }
    
    .drring-feature img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      margin-right: 30px;
      flex-shrink: 0;
    }
    
    .drring-feature-content h3 {
		font-size: 33px;
		font-weight: bold;
		color: #102b60;
		margin: 0 0 35px 0;
    }
    
    .drring-feature-content p,
    .drring-feature-content ul {
      font-size: 1.2rem;
      color: #444;
      margin: 0;
      line-height: 1.5;
    }
    .bg-purple{background-color: #f0f4ff !important;}
    .drring-feature-content ul {
      padding-left: 20px;
      margin-top: 10px;
    }
    
    .drring-btn-wrapper {
      margin-top: 25px;
    }
    .mt-55{margin-top: 6rem;}
    .drring-btn {
      background-color: #ff186b;
      color: #fff;
      border: none;
      padding: 10px 25px;
      border-radius: 25px;
      font-size: 14px;
      text-decoration: none;
      cursor: pointer;
    }
    .icon-user img{height: 50px; margin-right: 5px;}
    .drring-btn:hover {
      background-color: #ff186b;
    }
    .mg-top{margin-top: 25px;}
    .bg-gray{background-color: #ececec;}
    
      .footer-drring {
        background-color: #040f2d;
        color: #cddde6;
        padding: 60px 30px;
    }
    .hieght-ederlycare{height: 310px;}
    .text-warning2 {
      --bs-text-opacity: 1;
      color: rgb(169 154 112 / 83%) !important;
    }
    .text-danger2
     {
        --bs-text-opacity: 1;
        color: rgb(218 26 45 / 72%) !important;
    }
    .text-primary2 {
      --bs-text-opacity: 1;
      color: rgb(13 110 253 / 76%) !important;
    }
    .text-success2 {
      --bs-text-opacity: 1;
      color: rgb(25 135 84 / 76%) !important;
    }
    .footer-drring h5 {
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 28px;
    }
    .size1-2{font-size: 1.2rem;}
    .footer-drring .brand-title {
      color: #f0146e;
      font-size: 28px;
      font-weight: 700;
    }
    
    .footer-drring a {
      color: #e5e5e5;
      text-decoration: none;
      font-size: 1.2rem;
    }
    
    .footer-drring a:hover {
      color: #ffffff;
      text-decoration: underline;
    }
    
    .footer-drring p {
      color: #e5e5e5;
      font-size: 1.2rem;
      margin-bottom: 8px;
    }
    
    .h5-2{font-size: 2.2rem;
    color: white;}

  .contact-label {
      font-weight: 600;
      color: #fff !important;
    }
    .footer p{
      font-weight: 400;
      color: #fff !important;
      margin: 0;
    }
    .list-unstyled a {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
	 }
	 
	 .list-unstyled a:hover {
			color: #E91E63;
		}

    @media (max-width: 576px) {
      .footer-drring .col-md-3,
      .footer-drring .col-md-4 {
        margin-bottom: 30px;
      }
      .drring-feature {
        background-color: #fff;
        border-radius: 15px;
        padding: 20px 25px;
        margin-bottom: 20px;
       display: block
    ; 
        align-items: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    }
    }

    @media (max-width: 576px) {
      .btn-protect0 {
          width: 100% !important;
          position: static !important;
          left: 0;
          text-align: center;
      }
       .highlight-text0 {
          width: 100% !important;
          position: static!important;
          left: 0;
          text-align: center;
      }
      .text-muted0 {
          width: 100%;
          position: static;
          left: 0;
          text-align: center;
      }
      }
      @media (max-width: 876px) {
      .btn-protect0 {
          width: 100% !important;
          position: static !important;
          left: 0;
          text-align: center;
      }
       .highlight-text0 {
          width: 100% !important;
          position: static!important;
          left: 0;
          font-size: 2rem !important; text-align: center;
      }
         .text-muted0 {
          width: 100%;
          position: static;
          left: 0;
          text-align: center;
      }
      }
      .navbar-brand{padding: 0;}
      
     .mt-10{margin-top: 20px;}
    .mobile-menu {
      position: fixed;
      top: 56px; /* below navbar */
      right: -300px;
      width: 260px;
      height: 100%;
      background-color: white;
      box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
      transition: right 0.3s ease-in-out;
      z-index: 1050;
    }
    
    .mobile-menu.open {
      right: 0;
    }

    .mobile-only {
      display: none ;
    }
    
    .desktop-only {
      display: block;
    }
    
    /* On Mobile: max-width 768px */
    @media (max-width: 768px) {
      .mobile-only {
        display: block !important;
      }
      .nav-link{    color: black;
        font-size: 1.2rem;
        font-weight: 600;}
        .nav-link:hover{    color: white;
          font-weight: 600;
          padding: 0 22px !important;
          font-size: 19px;
          background-color: cornflowerblue;}
      .desktop-only {
        display: none !important;
      }
    }    



    .hero2 img {
      height: auto;
      color: rgb(0, 0, 0);
      width: 100%;
      display: flex
    ;
      align-items: center;
      justify-content: center;
      text-align: left;
      flex-direction: column;
      height: auto;
    }
    
    .mobile-only {
      display: none ;
    }
    
    .desktop-only {
      display: block;
	 /* margin: 11vh 0 0 0;*/
    }
    
    /* On Mobile: max-width 768px */
    @media (max-width: 768px) {
      .mobile-only {
        display: block !important;
      }
      .desktop-only {
        display: none !important;
      }
    }
    
    /* Mobile View */
    @media (max-width: 600px) {
      .hero1 {
        height: auto;
        color: rgb(8, 7, 7);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        flex-direction: column;
      }
      .hero1 img {
        height: 240px;
        color: rgb(0, 0, 0);
        display: flex
      ;
        align-items: center;
        justify-content: center;
        text-align: left;
        flex-direction: column;
        /* image-orientation: revert-layer; */
        /* min-width: 100%; */
        /* max-width: 100%; */
        width: 100%;
      }
      h1{font-size: 1.8rem !important;}
      p{font-size: 0.9rem !important;}
      .overlay3 h1{color: black;        margin-top: 20px;
      }
      .overlay3 p{color: black;}
      .mt-10 {
        margin-top: 35px;
    }
    .status-line {
        font-size: 0.9rem;
        font-weight: 500;
    }
    .lifeline-section h2, .lifeline-section h3 {
      font-family: 'Inter', sans-serif;
      font-size: 2rem;
  }
  .lifeline-section ul li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.drring-feature img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
  margin: 5px auto ;
}
.drring-feature-content h3 {
  font-size: 25px;
  font-weight: bold;
  color: #102b60;
  margin: 0 0 10px 0;
  text-align: center;
}
.drring-feature-content p, .drring-feature-content ul {
  font-size: 1.1rem;
  color: #444;
  margin: 0;
  line-height: 1.5;
}
.drring-feature-content p {
  font-size: 1.1rem !important;
  color: #444;
  margin: 0;
  line-height: 1.5;
  margin-bottom: 9px;
}
.hieght-ederlycare {
  height: auto;
  width: 100%;
  padding-top: 10px;
}
p-0{padding: 0;}
.py-5 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.mt-5 {
  margin-top: 1rem !important;
}
.for-u .mt-3{margin-top: 0 !important;}
.for-u .col-md-6{margin-top: 0 !important;}

    }



        /* Mobile View */
        @media (max-width: 768px) {
          .hero1 {
            height: auto;
            color: rgb(8, 7, 7);
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: left;
            flex-direction: column;
          }
          .hero1 img {
            height: auto;
            width: 100%;
            color: rgb(0, 0, 0);
            display: flex
          ;
            align-items: center;
            justify-content: center;
            text-align: left;
            flex-direction: column;
            /* image-orientation: revert-layer; */
            /* min-width: 100%; */
            /* max-width: 100%; */
            width: 100%;
          }
          h1{font-size: 1.8rem !important;}
          p{font-size: 0.9rem !important;}
          .overlay3 h1{color: black;        margin-top: 20px;
          }
          .overlay3 p{color: black;}
          .mt-10 {
            margin-top: 35px;
        }
        .status-line {
            font-size: 0.9rem;
            font-weight: 500;
        }
        .lifeline-section h2, .lifeline-section h3 {
          font-family: 'Inter', sans-serif;
          font-size: 2rem;
      }
      .lifeline-section ul li {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }
 
    .hieght-ederlycare {
      height: auto;
      width: 100%;
      padding-top: 10px;
    }
    p-0{padding: 0;}
    .py-5 {
      padding-top: 1.2rem !important;
      padding-bottom: 1.2rem !important;
    }
    .mt-5 {
      margin-top: 1rem !important;
    }
    .for-u .mt-3{margin-top: 0 !important;}
    .for-u .col-md-6{margin-top: 0 !important;}
    
        }
		
@media (max-width: 876px) {
    .navbar-toggler-icon {
		display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: baseline;
        background: none !important;
        position: relative;
    }
}

@media (max-width: 876px) {
    .navbar-toggler-icon::before {
		content: "\f0c9";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 3vh;
        color: #ff186b !important;
        display: block;
        text-align: center;
        line-height: 1em;
    }
	
	.navbar-brand img {
		height: 8vh;
	}
}