*{
    margin: 0%;
    padding: 0%;
}

 html { 
    scroll-behavior: smooth;
    overflow-x: hidden;
 }
body{
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: var(--text);
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}
p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
:root {
    --primary: rgb(255, 0, 149);
    --secondary: #665763;
    --bg: #5d49d1;
    --text: #000000;
    --secondarytext:white;
}
.container-1{
    width: 1500px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: var(--primary);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 100%;
}
/* Top-Header */
.top-head{
    background-color: var(--bg);
    padding: 10px;
    position: relative;
}
.top-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 30px 0 30px;
}
.top-head a{
    text-decoration: none;
    color: var(--secondarytext);
    font-weight:600;
}
.top-head a:hover{
    color: rgb(255, 0, 149);
}
.top-1,
.top-2{
    display: flex;
    gap: 20px;
}
.top-2 .facebook:hover{
    color: #0307ff !important;
}
.top-2 .youtube:hover{
    color: #ff0303 !important;
}
.top-2 a{
    font-size: 20px;
}
/* header */
.navbar{
    margin-top: 20px;
    border-radius: 15px;
    background-color: rgb(228 229 231);
}

.navbar-brand img{
    width: 65px;
}
.navbar-collapse{
    gap: 75px;
}
.appointment{
    background-color: var(--primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s ease;
    font-size: 18px;
    font-weight:700 ;

}
.appointment:hover{
    background-color: var(--bg);
    color: white;
     transform: scale(1.1); 
      font-size: 18px;
    font-weight:700 ;
}
.search-btn{
    border: 2px solid var(--primary);
    background-color: white;
    color: rgb(0, 0, 0);
    font-weight: 600;
}
.search-btn:hover{
    background-color: var(--primary);
    color: white;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    gap: 27px;
    font-weight: 600;
}
.curved img {
    position: absolute;
    width: 100%;
    z-index: -99;
    margin-left: -10px;
    top: 522px;
}
/* hero-section */
.hero-section{
    display: flex;
    align-items: center;
 }
 .left-details h1{
    font-size: 55px;
    font-weight: bold;
 }
 .left-details p{
    text-align: justify;
    margin-top: 20px;
 }
.doc-image img {
    width: 609px;
    height: 629px;
    object-fit: cover;
    position: relative;
    z-index: -999;
}
 .increase{
    margin-top: 19px;
 }
 .increase-1 p{
    font-weight: bold;
 }
#about{
    width: 100%;
}

.doc-details{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    text-align: justify;
}

.doc-left{
    width: 68%;
}

.doc-left h2{
    font-weight: 700;
    font-size: 35px;
    color: var(--primary);
    margin-bottom: 15px;
}

.doc-left p{
    line-height: 1.8;
    margin-bottom: 18px;
}

.doc-left button{
    color: white;
    background-color: var(--primary);
    font-weight: bolder;
    border: none;
    padding: 12px 22px;
    border-radius: 6px;
    cursor: pointer;
}
.doc-left button:hover{
    background-color: var(--bg);
    color: white;
}
.sticky-1{
    position: sticky;
    top: 10px;
    align-self: flex-start;
}
.card-body{
    padding: 18px;
    border-bottom: 1px solid #ddd;
}

.card-body:last-child{
    border-bottom: none;
}
.doc-right .card{
    width: 530px;
}

.card-title{
    margin-bottom: 7px;
    line-height: 1.5;
}

.card-text{
    line-height: 1.7;
    margin-bottom: 0;
}
.doc-right h2{
    font-size: 35px;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 25px;
}
.timeline {
      display: grid;
      gap: 16px;
    }
    .timeline-item {
      position: relative;
      padding: 22px 22px 22px 58px;
      background: rgba(255,255,255,.86);
      border: 1px solid rgba(15,118,110,.08);
      border-radius: 22px;
      box-shadow: var(--shadow);
    }
    .timeline-item::before {
      content: "";
      position: absolute;
      left: 24px;
      top: 27px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--primary), var(--secondary));
      box-shadow: 0 0 0 8px rgba(14,165,163,.12);
    }
    .timeline-item .meta {
      display: inline-block;
      padding: 6px 10px;
      border-radius: 999px;
      background: #ecfbfa;
      color: var(--primary-dark);
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .timeline-item h3 { margin: 0 0 8px; }
    .timeline-item p { margin: 0; }

    .grid-2, .grid-3 { display: grid; gap: 18px; }
    .grid-2 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(3, 1fr); }

    .skill {
      background: rgba(255,255,255,.86);
      border: 1px solid rgba(15,118,110,.08);
      border-radius: 20px;
      padding: 16px 18px;
      box-shadow: var(--shadow);
    }
    .skill-row {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
      color: var(--bg);
      font-weight: 700;
      font-size: 16px;
    }
    .bar {
      height: 10px;
      border-radius: 999px;
      background: #e8f1f7;
      overflow: hidden;
    }
    .bar span {
      display: block;
      height: 100%;
      width: 0;
      border-radius: inherit;
      background: linear-gradient(135deg, var(--primary), var(--bg));
      transition: width 1.1s ease .15s;
    }
    .service-card {
      overflow: hidden;
      padding: 0;
    }
    .service-image {
      height: 220px;
      overflow: hidden;
    }
    .service-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .45s ease;
    }
    .service-card:hover .service-image img { transform: scale(1.06); }
    .service-body { padding: 22px; }

    .award-card {
      background: linear-gradient(180deg, #ffffff 0%, #f3fbfb 100%);
    }
    .section-head h2 {
    color: var(--primary);
    font-size: 35px;
    font-weight: bold;
    justify-content: center;
    display: flex;
    margin:10px 40px 40px 40px;
}
    .list-group a{
        text-decoration: none;
    }
    .list-group a:hover{
       color: var(--bg);
    }
   li.list-group-item {
    font-weight: 700;
}
/* innovation */
.innovation{
    display: flex;
    gap:60px ;
    margin: 30px 0 80px 0;
}
.inno-details{
    width: 47%;
    height: auto;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 20px;
    border-radius: 20px;
}
.inno-details img{
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    border-radius: 20px;
}
.inno-details button{
    color: white;
    background-color: var(--primary);
    font-weight: 700;
}
.inno-details button:hover{
    color: white;
    background-color: var(--bg);
    font-weight: 700;
}
.inno-details h3{
  font-weight: 700;
}
.inno-details p{
 height: 136px;
 text-align: justify;
}
/* awards */
.awards-head{
    justify-content: center;
    display: flex;
    font-weight: bold;
    font-size: 40px;
    color: var(--primary);
    margin-top: 60px;
    margin-bottom: 30px;
}
.card-group-head h5{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    margin-left: 80px;
}
.card-group-head img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    
}
.card-group-head {
    gap: 87px;
    border: none;
    margin-bottom: 50px;
     justify-content: center;
     
}
.card-group-head .card-1{
    border: none !important;
    text-align: justify;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
    width: 80%;
   text-align: center;
    position: relative;
}

/* First 2 cards arrow */
.card-1:nth-child(1)::after,
.card-1:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 0;
    height: 0;

    /* Bigger arrow */
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid var(--primary); 
}

/* service */
#service{
    display: flex;
    gap: 50px;
    margin-top: 30px;
    text-align: justify;
}
.service-doc h2{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: var(--primary);
}
img.card-img-top {
    width: 398px;
    height: 265px;
    object-fit: cover;
}
#service .card{
    width: 398px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    border: none;
    border-radius: 20px;
}
#service .card-body{
    border-bottom: none;
}
.contact-right img{
    width: 395px;
}
#contact{
    display: flex;
    align-items: center;
    gap: 209px;
    margin-top: 5%;
}
   .form-container {
      width: 600px;
      max-width: 600px;
      margin: 50px auto;
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }

    h2 {
      text-align: center;
      margin-bottom: 10px;
    }

    p {
      color: #666;
      margin-bottom: 25px;
      font-size: 16px;
    }

    .form-group {
      margin-bottom: 15px;
    }

    label {
      display: block;
      margin-bottom: 5px;
      font-weight: 500;
    }

    input, select, textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
      outline: none;
    }

    input:focus, select:focus, textarea:focus {
      border-color: #007bff;
    }

    textarea {
      resize: none;
    }

    .row {
      display: flex;
      gap: 0px;
    }

    .row .form-group {
      flex: 1;
    }

    .btn-submit {
      width: 100%;
      padding: 12px;
      background:var(--primary);
      color: #fff;
      border: none;
      border-radius: 25px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 10px;
      font-weight: 600;
    }

    .btn-submit:hover {
      background: var(--bg);
    }

    @media (max-width: 600px) {
      .row {
        flex-direction: column;
      }
    }
    .address{
        text-align: center !important;
    }
    .contact-bg{
        background-color: #d3d3d338;
    }
    /* Footer */
    .footer{
        background-color: var(--bg);
    }
    .footer div{
        display: flex;
        justify-content: space-between;
    }
    .footer-content p{
        color: white;
        font-size: 16px;
        margin-top: 27px;
    }
    .footer-content a{
        text-decoration: none;
        color: white;
        margin-left: 10px;

    }
    .footer-content .right,.left{
        gap: 20px;
    }
    .doc-front{
        position: relative;
        z-index: 2;
    }
    .back-cicle{
        position: absolute;
        right: 210px;
        width: 600px !important;
    }

    /* MBL */
     @media (max-width: 767px) {
        h1{
            font-size: 30px !important;
        }
        h2{
            font-size: 28px !important;
        }
        h3{
            font-size: 24px !important;
        }
        .mbl-none{
            display: none;
        }
        .navbar {
            margin-top: 0px;
        }
        form.d-flex {
    margin-bottom: 24px;
}
.search-bar{
    margin-top: 2rem !important;
}
.hero-section {
    display: grid;
    align-items: center;
    margin-top: 25px;
}
.left-details{
    width: 350px !important;
}
.left-details h1 {
    font-size: 35px;
    font-weight: bold;
}


.doc-image img {
    width: 300px;
    height: 296px;
    object-fit: cover;
    position: relative;
    z-index: -999;
}
.curved img {
    top: 619px;
}
 .increase-1 .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .increase-1 .col-md-3 {
    min-width: 200px;
    flex: 0 0 auto;
    border-left: none !important;
  }
  .doc-left {
    width: 100%;
}
.doc-details {
    display: grid;
}
.doc-right .card {
    width:100%;
}
.innovation {
    display: grid;
    gap: 30px;
    margin: 30px 0 80px 0;
}
.inno-details {
    width: 100%;
}
.inno-details p {
    height: 100%;
    text-align: justify;
}
.inno-details img {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    border-radius: 20px;
    object-fit: cover;
}
.grid-2 {
    grid-template-columns: repeat(1, 1fr);
}
.card-group-head .card-1 {
    width: 100%;
    margin-top: 27px;
}
.card-group-head h5 {
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    margin-left: -8px;
}
#service {
    display: grid;
}
#service .card {
    width: 100%;
}
img.card-img-top {
    width: 100%;
    height: 194px;
}

#contact {
    display: grid;
    align-items: center;
    gap: 9px;
    margin-top: 5%;
}
.form-container {
    width: 100%;
    max-width: 600px;
    margin: 50px 0;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.contact-right img {
    display: none;
}
.footer-content .left{
    display: none;
}
.curved img
 {
    width: 695px;
    z-index: -99;
    margin-left: -10px;
    top: 570px;
}

     }

 @media (max-width: 767px) and (orientation: landscape) {
         .container, .container-sm {
        max-width: 740px;
    }
        .hero-section {
        display: flex;
    }
    .curved img {
        top: 408px;
    }
        .doc-right .card {
        width: 100%;
    }
    .card-group-head {
    gap: 31px;
}
.card-group-head img {
    margin-right: 50px;
}
    img.card-img-top {
        width: 100%;
        height: 296px;
    }
        .form-container {
        width: 100%;
        max-width: 100%;
        margin: 50px 0;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
    .container{
        max-width: 757px;
    }
    body ,html{
        overflow-x: hidden;
    }
    .top-head a {
    text-decoration: none;
    color: var(--secondarytext);
    font-weight: 600;
    font-size: 12px;
}
.top-1, .top-2
 {
    display: flex;
    gap: 7px;
}


    .doc-image img {
    width: 421px;
    height: 509px;
    object-fit: cover;
    position: relative;
    z-index: -999;
}
.increase {
    margin-top: -25px;
}
.increase p{
    font-size: 14px;
}
.doc-left {
    width: 100%;
}
.doc-details {
    display: grid;
}
.doc-right .card {
    width: 100%;
}
.innovation {
    display: flex;
    gap: 10px;
    margin: 30px 0 80px 0;
}
.inno-details img {
    width: 100%;
    height: 206px;
    margin-bottom: 30px;
    border-radius: 20px;
    object-fit: cover;
}
.inno-details p {
        height: 73px;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.inno-details h3 {
    font-weight: 700;
    font-size: 23px;
}
.card-group-head .card-1 {
    border: none !important;
    text-align: justify;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
    position: relative;
}
#service p{
     height: 82px;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}
img.card-img-top {
    width: 100%;
    height: 148px;
    object-fit: cover;
}

#service {
    display: flex;
    gap: 9px;
    margin-top: 30px;
    text-align: justify;
}
#contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5%;
}
.form-container {
    width: 415px;
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    z-index: 999;
        position: relative;
}
    .contact-right img {
        width: 380px;
        margin-left: -112px;
        height: 439px;
        object-fit: cover;
    }
.back-cicle {
    position: absolute;
   right: 0px;
    width: 394px !important;
}
.inno-details {
    width: 49%;
}

   
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
   .curved img
 {
    position: absolute;
    width: 100%;
    z-index: -99;
    margin-left: -10px;
    top: 604px;
}

}