body {
  background: #f4f4f4;
  font-family: Arial, sans-serif;
}



.why-section {
  background-color:rgb(21, 0, 135,0.8);
  border-radius: 40px;
  padding: 50px 30px;
  color: white;
  overflow: hidden;
}

.why-title {
  font-size: 48px;
  font-weight: 700;
}

.why-subtitle {
  font-size: 22px;
  color: #e2e2e2;
  max-width: 800px;
  margin: auto;
  line-height: 1.4;
}

.feature-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 10px 12px;
  height: 100%;
  transition: 0.3s;
}

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

.icon-box {
  width: 70px;
  height: 70px;
  background: #dfe8ff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-box i {
  font-size: 34px;
  color: #0d6efd;
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  color: #001b6b;
  margin-bottom: 10px;
}

.feature-text {
  color: #666;
  font-size: 15px;
  line-height: 1.3;
}

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

  .why-subtitle {
    font-size: 18px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-text {
    font-size: 16px;
  }
}



  /* App Screens Section */

.app-screen-section {
  background: url("../arisudoctor/docback.png") center center/cover no-repeat;

  padding: 70px 30px;
  position: relative;
}



/* Keep content above overlay */
.app-screen-section * {
  position: relative;
  z-index: 2;
}

.app-title {
  font-size: 48px;
  font-weight: 700;
  color: #001373;
}

.app-subtitle {
  font-size: 20px;
  color: #323232;
  max-width: 800px;
  margin: auto;
  line-height: 1.5;
}

.screen-card {
  border-radius: 25px;
  overflow: hidden;
  transition: 0.3s;
}

.app-img {
  border-radius: 25px;
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile */
@media (max-width: 768px) {
  .app-title {
    font-size: 34px;
  }

  .app-subtitle {
    font-size: 16px;
  }

  .app-screen-section {
    padding: 50px 20px;
  }
}


/* Key Benefits Section */

.benefit-section {
background: linear-gradient(180deg, #EDF3F9 0%, #9AC1F1 100%);

  border-radius: 35px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

.benefit-title {
  font-size: 46px;
  font-weight: 700;
  color: #142b7a;
}

.benefit-subtitle {
  max-width: 750px;
  margin: auto;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
}

.benefit-item h4 {
  color: #17358f;
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}

.benefit-item p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.4;
}

.benefit-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
}

.benefit-img {
  width: 55px;
  height: 55px;
  object-fit: contain;
}


/* Mobile Preview */

.mobile-preview {
  width: 260px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.25));
}

.circle-border {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 3px dashed #1d4ed8;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.benefit-item {
  position: relative;
  z-index: 2;
}

/* TOP LEFT */
.col-lg-4:first-child .benefit-item:first-child {
  margin-right: -40px;
}

/* BOTTOM LEFT */
.col-lg-4:first-child .benefit-item:last-child {
  margin-right: -10px;
}

/* TOP RIGHT */
.col-lg-4:last-child .benefit-item:first-child {
  margin-left: -40px;
}

/* BOTTOM RIGHT */
.col-lg-4:last-child .benefit-item:last-child {
  margin-left: -10px;
}
.mobile-preview {
  width: 260px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

/* Floating Decorative Icons */

.floating-icon {
  position: absolute;
  z-index: 1;
}

.icon-left {
  left: 20px;
  bottom: 20px;
  width: 120px;
}

.icon-right {
  right: 25px;
  top: 20px;
  width: 70px;
}

/* Responsive */

@media (max-width: 991px) {

  .benefit-item {
    margin-bottom: 40px;
    text-align: center !important;
  }

  .circle-border {
    width: 300px;
    height: 300px;
  }

  .mobile-preview {
    width: 220px;
    margin: 30px 0;
  }
}

@media (max-width: 768px) {

  .benefit-title {
    font-size: 32px;
  }

  .benefit-subtitle {
    font-size: 16px;
  }

  .benefit-section {
    padding: 40px 20px;
  }

  .circle-border {
    width: 240px;
    height: 240px;
  }

  .mobile-preview {
    width: 180px;
  }
}



/* user review  */

.review-card {
  background: #f8faff;
  border-radius: 28px;
  padding: 28px;
  border: 1px solid #eef2ff;
  transition: 0.3s;
  height: 100%;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* Main Row */
.customer-info {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Left Image */
.customer-img {
  width:95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Right Side Content */
.customer-content {
  flex: 1;
}

.review-author {
  font-size: 20px;
  font-weight: 700;
  color: #001b6b;
  margin-bottom: 6px;
}

.review-stars {
  margin-bottom: 12px;
}

.review-stars i {
  color: #ffb800;
  font-size: 18px;
  margin-right: 2px;
}

.review-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}
.cus-name{
  color: #000000;
  font-weight: 600;
}

.stats-box{
  background: linear-gradient(90deg, #01143B 0%, #0056FF 100%);
  border-radius: 25px;
  padding: 50px 30px;
}
.stat-number{
  color: white;
}
.stat-label{
   color: white;
   font-size: 22px;
}
/* Responsive */
@media (max-width: 768px) {

  .customer-info {
    align-items: center;
  }

  .customer-img {
    width: 65px;
    height: 65px;
  }

  .review-author {
    font-size: 18px;
  }

  .review-text {
    font-size: 15px;
  }
}


/* contact section  */
.contact-section{
  position: relative;
  overflow: hidden;
  padding: 80px 30px;
  border-radius: 30px;

  background: linear-gradient(
    90deg,
    #C6E6FF 0%,
    #FFFFFF 50%,
    #C6E6FF 100%
  );
}

.contact-subtitle1,
.contact-subtitle2{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;         
  line-height: 1; 

}

.contact-subtitle1{
  color: #001373;
}

.contact-subtitle2{
  color: #07CAFE;
}

.download-btn{
  background-color: #1349CE;
  border-radius: 12px;
  border: none;
  padding: 6px 10px;
  color: white;
  font-size: 13px;

  width: fit-content;
  display: inline-block;
}

.contact-title{
  font-size: 22px;
  font-weight: 700;
  color: #001373;
  margin-bottom: 20px;
}

.contact-text{
  font-size: 17px;
  color: #555;
  max-width: 650px;
  line-height: 1.7;
  margin-top: 15px;
}

/* TEXT + BORDER + NUMBER IN ONE LINE */
.contact-top{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
  margin-top: 40px;
  flex-wrap: wrap;
  
}

/* Vertical Border */
.contact-divider{
  width: 2px;
  height: 140px;

  background: linear-gradient(
    180deg,
    #FFFFFF 0%,
    #1349CE 50%,
    #FFFFFF 100%
  );
}

.contact-info{
  text-align: left;
}

.contact-item{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;

  font-size: 18px;
  font-weight: 500;
  color: #01143B;
}


.contact-item i{
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #1349CE;
  color: #fff;

  font-size: 18px;
}

/* Side Images */
.contact-shape{
  position: absolute;
  width: 180px;
  opacity: 0.9;
}

.left-shape{
  left: 0;
  bottom: 0;
}

.right-shape{
  right: 0;
  top: 0;
}

/* Contact Box */
.contact-box{
  background: linear-gradient(
    90deg,
    #C6E6FF 0%,
    #FFFFFF 50%,
    #C6E6FF 100%
  );

  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-content{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

/* Image */
.contact-main-img{
  width: 180px;
  align-self: flex-end; /* image touches bottom */
  margin-bottom: -60px; /* connect with border */
  display: block;
}

/* Text Side */
.contact-text-area{
  display: flex;
  flex-direction: column;
}

/* Last Right Image */
.contact-last-img{
  position: absolute;
  right: 0;
  bottom: 0;
}

.contact-last-img img{
  width: 320px;
  display: block;
}


.banner-section{
    background: linear-gradient(90deg,#9ed8f5 0%,#d8edf8 100%);
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.banner-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('https://www.transparenttextures.com/patterns/hexellence.png');
    opacity:0.15;
}

.banner-content{
    position:relative;
    z-index:2;
}

.banner-title{
    color:#083ca8;
    font-size:48px;
    font-weight:700;
    line-height:1.1;
}

.banner-text{
    color:#111;
    font-size:22px;
    line-height:1.4;
    max-width:420px;
}

.btn-custom{
    background: #2150d8;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
}

.btn-custom:hover{
    background:#1845c5;
    color:#fff;
}

.doctor-img{
    max-width:100%;
    height:auto;
}

.core_features_bg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}


 .benefit-section{
            padding:80px 0;
            background:#f5f5f5;
        }

        .section-title{
            color:#081f7a;
            font-size:48px;
            font-weight:700;
            margin-bottom:15px;
        }

        .section-subtitle{
            font-size:24px;
            color:#222;
            max-width:900px;
            margin:0 auto 70px;
            line-height:1.5;
        }

        .benefit-item{
            display:flex;
            align-items:flex-start;
            gap:20px;
            margin-bottom:35px;
        }

        .benefit-icon{
            width:50px;
            height:50px;
            min-width:50px;
            background:#081f7a;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            color:#fff;
            font-size:24px;
        }

        .benefit-title{
            color:#081f7a;
            font-size:38px;
            font-weight:700;
            margin-bottom:5px;
            line-height:1.2;
        }

        .benefit-text{
            color:#4b4b4b;
            font-size:28px;
            line-height:1.3;
            margin:0;
        }

        .doctor-img{
            max-width:100%;
            height:auto;
        }

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

            .section-subtitle{
                font-size:18px;
                margin-bottom:40px;
            }

            .benefit-title{
                font-size:24px;
            }

            .benefit-text{
                font-size:18px;
            }

            .doctor-img{
                margin-top:40px;
            }
        }

@media(max-width:991px){
    .banner-title{
        font-size:40px;
    }

    .banner-text{
        font-size:18px;
    }

    .btn-custom{
        font-size:22px;
        padding:12px 30px;
    }
}

/* Responsive */
@media(max-width:768px){

  .contact-section{
    padding: 60px 20px;
  }

  .contact-title{
    font-size: 32px;
  }

  .contact-item{
    font-size: 16px;
  }

  .contact-shape{
    width: 110px;
    opacity: 0.4;
  }

  .contact-top{
    flex-direction: column;
    gap: 25px;
  }

  .contact-divider{
    width: 80px;
    height: 2px;

    background: linear-gradient(
      90deg,
      #FFFFFF 0%,
      #1349CE 50%,
      #FFFFFF 100%
    );
  }

  .contact-info{
    text-align: center;
  }
}

.owl-nav {
    margin-top: 20px !important;
    text-align: center;
}

.owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #0d6efd !important;
    color: #fff !important;
    font-size: 24px !important;
    margin: 0 5px !important;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: #084298 !important;
}

.custom-prev,
.custom-next {
    line-height: 1;
}
.testimonial-section{
    background:#f8f8f8;
}

.sub-title{
    font-size:20px;
    font-weight:500;
    color:#444;
}

.main-title{
    font-size:48px;
    font-weight:700;
    color:#071d7a;
}

.testimonial-card{
    background:#fff;
    border-radius:15px;
    padding:20px;
    border:1px solid #d8dff1;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
    margin:10px;
}

.review-text{
    color:#5a5a5a;
    font-size:18px;
    line-height:1.4;
    margin-bottom:20px;
    min-height:110px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img{
    width:95px!important;
    height:95px;
    border-radius:50%;
    object-fit:cover;
    box-shadow:0 3px 10px rgba(0,0,0,.15);
}

.client-info h5{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#111;
}

.client-info span{
    color:#555;
    font-size:16px;
}

.stars{
    margin-top:5px;
}

.stars i{
    color:#ff8400;
    font-size:18px;
}

@media(max-width:991px){
    .main-title{
        font-size:34px;
    }

    .review-text{
        font-size:17px;
        min-height:auto;
    }
}

.testimonial-slider .owl-nav {
    display: block !important;
    text-align: center;
    margin-top: 30px;
}

.testimonial-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    background: #071d7a !important;
    color: #fff !important;
    border-radius: 50% !important;
    margin: 0 5px;
    font-size: 22px !important;
}

.testimonial-slider .owl-nav button.owl-prev:hover,
.testimonial-slider .owl-nav button.owl-next:hover {
    background: #0a2eb0 !important;
}

