@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.index-body,
.index-blog {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.5)
    ),
    url(../assets/Wholebg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* This makes the background fixed */
  background-position: center;
}

/* Topnav styling */

.topnav{
  /* position: fixed; */
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0%;
  margin: 0%;
  background: rgb(95, 202, 243);
  transition: all 0.6s;
}

.custom-tooltip {
  --bs-tooltip-bg: white;
  --bs-tooltip-color: rgba(0, 127, 180);
}
/* mainnav styling */
.offcanvas {
  background: rgba(0, 127, 180, 0.8);
  position: fixed;
  height: 100vh;
}

.mainnav{
  position: fixed;
  top: 34px;
  width: 100%;
  z-index: 10;
  padding: 0%;
  margin-top: 0%;
  background: none;
  transition: all 0.6s;
}
.mainnav.scrolled {
  top: 0px;
  background: rgba(0, 127, 180, 0.3); /* translucent blue */
  backdrop-filter: blur(10px); /* glass effect */
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  transition: all 0.6s;
}

.mainnav.scrolled .mainnav-nav .nav-link {
  color: #ffffff !important;
  transition: all 0.6s;
}
.mainnav.scrolled .logo {
  width: 150px;
  height: 70px;
  background-color: transparent;
  display: block;
  /* clip-path: none; */
  transition: all 0.6s;
}

.mainnav.scrolled .logoimg {
  margin: 7%;
  max-width: 70%;
  transition: all 0.6s;
}

.logo {
  width: 300px;
  height: 100px;
  background-color: rgba(0, 163, 224, 0.4);
  clip-path: polygon(
    0 0,
    /* Top-left */ 100% 0%,
    /* Top-right */ 82% calc(100% - 10px),
    /* Right side before curve starts */ calc(100% - 20px) 100%,
    /* Bottom-right corner inward for curve */ 0 75%
      /* Bottom-left slant upward */
  );
  border-bottom-right-radius: 100px; /* increased from 80px to 100px */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}
.logoimg {
  display: block;
  max-width: 100%;
  height: auto;
  left: 0;
  margin-top: -15%;
  margin-left: -10%;
}

.navbar-nav .nav-link {
  color: #000;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
}

/* mainnav styling  Ends*/

/* Footer styling */

/* Footer styling  Ends*/

/* Home styling starts */

/* Hero Section styling starts */

.index-body .section1 {
  position: relative;
  height: fit-content;
  background-color: #9fe4ff;
  padding-top: 10px; /* Adjust this to match the mainnav height */
  padding-bottom: 20px;
  clip-path: ellipse(170% 100% at 50% 100%);
  rotate: 180deg;
}

.index-body .herorow {
  margin-bottom: 6%;
  rotate: 180deg;
}

.index-body .heroimg {
  width: 85%;
  height: 85%;
  left: 0;
  margin-left: -15%;
  filter: drop-shadow(40px 25px 8px rgba(0, 160, 227, 0.4));
}

.index-body .hero-heading {
  font-size: 40px;
  font-weight: bold;
  color: #007fb4;
}

.index-body .hero-subtext {
  font-size: 28px;
  font-weight: 500;
}

.index-body .hero-btn {
  background-color: white;
  color: #00a0e3;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.5s;
}

.index-body .hero-btn:hover {
  background-color: rgb(0, 98, 140);
  color: white;
}

.index-body .hero-offer {
  font-size: 24px;
  font-weight: 500;
}

.index-body .hero-offer-span {
  color: #00a0e3;
}
/* Hero Section styling Ends */

/*Home Section 2 Starts  */
.index-body .section2 {
  margin: 0px 100px;
}

.index-body .headingtext {
  /* position: relative;
  display: inline-block; */
  font-size: 28px;
  font-weight: 700;
  color: #000;
  padding: 0 60px;
}

.index-body .headingtextcolor {
  color: #00aaff;
}

/* .index-body .headingtext::before,
.index-body .headingtext::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../assets/pill.png");
  background-size: contain;
  background-repeat: no-repeat;
} */

.index-body .headingtext::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}

.index-body .headingtext::before {
  left: 0;
}

.index-body .headingtext::after {
  right: 0;
}

.index-body .testimonialcard {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  min-height: 100%;
  transition: transform 0.3s ease;
}

.index-body .testimonialname {
  color: #00a0e3;
}

.index-body .testimonialcard:hover {
  transform: translateY(1px);
}

.index-body .testimonial-img {
  width: 100px;
  height: 100px;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #00aaff;
}

.index-body .clinic-name {
  color: #000000;
  letter-spacing: 1px;
  font-size: 16px;
}

/*Home Section 2 Ends  */

/*Home Section 3 Starts  */
.index-body .service-detail-container {
  max-width: 1250px;
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
}
.index-body .service-left {
  background-color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}

.index-body .service-left h4 {
  color: #00aaff;
  font-weight: bold;
}

.index-body .service-left img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin: 20px auto;
  display: block;
}

.index-body .service-left p {
  font-size: 14px;
  color: #444;
}

.index-body .service-content {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limit to approx. 52 words visually */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-body .service-btn {
  background-color: rgb(0, 127, 180);
  border: none;
}

.index-body .service-btn:hover {
  background-color: rgb(0, 98, 140);
}

.index-body .service-list {
  background-color: transparent;
  height: 100%;
  padding: 0px 5px;
}

.index-body .service-item {
  background-color: #ffffff;
  margin-bottom: 10px;
  color: black !important;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background 0.2s ease;
}

.index-body .service-subtext{
font-size: 12px !important;
}

.index-body .service-item:first-child {
  border-top-right-radius: 10px;
}

.index-body .service-item:last-child {
  border-bottom-right-radius: 10px;
  margin-bottom: 0px;
}

.index-body .service-item:hover,
.index-body .service-item.active {
  background-color: #00a0e3;
  color: #CBF3FF !important;
}

.index-body .service-item i {
  font-size: 32px;
}

/* Mobile icon styles */
.index-body .service-icons-mobile {
  display: flex;
  justify-content: center;
  flex-wrap: no-wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.index-body .service-icon-item {
  width: 50px;
  height: 50px;
  background: #d0ecff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
}

.index-body .service-icon-item.active {
  background-color: #00a0e3;
  color: white;
}
/*Home Section 3 Ends  */

/*Home Section 4 Starts  */
.index-body .benefits-card {
  background-color: transparent;
  border: 2px solid black;
  padding: 0px 12px;
  height: 200px;
  min-height: 200px;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center */
}

.index-body .doctorimg {
  max-height: 915px;
}

.index-body .benefits-card:hover {
  background-color: rgba(0, 127, 180, 0.1);
  border: 2px solid #035578;
  color: #035578;
  transition: all 0.6s;
}

.index-body .benefits-card:hover .benefits-icon {
  background-color: #035578;
  color: #ffffff !important; /* optional: make icon white on hover */
  transition: all 0.6s;
}

.index-body .benefits-heading {
  font-weight: 600;
  font-size: 1.1rem;
}

.index-body .benefits-icon {
  width: 50px;
  height: 50px;
  background: #d0ecff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.2s;
}

.index-body .benefits-context {
  font-size: 0.95rem;
}

/*Home Section 4 Ends  */

/*Blog Hero Section Starts  */

.index-blog .logo {
  background-color: rgb(137, 207, 237);
}

.index-blog .blogsection1 {
  position: relative;
  min-height: 70vh;
  clip-path: ellipse(170% 100% at 50% 100%);
  rotate: 180deg;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-blog .blogsection1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/blogherobg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  rotate: 180deg;
  z-index: -1;
}

.index-blog .blogherorow {
  rotate: 180deg;
}

.index-blog .blogheroheading {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}

.index-blog .blogherosubtext {
  background-color: rgba(3, 85, 120, 0.6);
}

.index-blog .headingtext {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #000;
  padding: 0 60px;
}

.index-blog .headingtextcolor {
  color: #00aaff;
}
/*Blog Hero Section Ends  */


/*Blog Section 1 Section Starts  */

.index-blog .blogcards {
  height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
}

.index-blog .blogcards-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-top: 5px;
}

.index-blog .blogcards::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

.index-blog .blogcards::-webkit-scrollbar-track {
  background: linear-gradient(to right, #f0f0f0, #e0e0e0);
  border-radius: 10px;
}

.index-blog .blogcards::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, rgba(0, 127, 180, 0.7), rgba(0, 127, 180, 0.9));
  border-radius: 10px;
}

.index-blog .blogcards::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, rgba(0, 127, 180, 0.7), rgba(0, 127, 180, 0.9));
}

.index-blog .mini-card {
  max-height: 120px;
  margin-bottom: 5px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  min-width: 280px;
  margin-right: 10px;
}

.index-blog .mini-card:first-child {
  margin-top: 5px;
}

.index-blog .mini-card:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 127, 180, 0.1);
}

.index-blog .mini-card-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0.5rem;
  /* display: none; */
}

.index-blog .mini-card-details {
  flex-grow: 1;
}

.index-blog .mini-card-title {
  font-weight: 600;
  color: #1a1a1a;
}

.index-blog .mini-card-meta {
  color: #666;
}

.index-blog .mini-card-tag {
  background-color: #ede9fe;
  color: #6b46c1;
  font-size: 0.75rem;
}

.index-blog .mini-card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.index-blog #trendbg {
  aspect-ratio: 667/110;
  object-fit: cover;
  background: linear-gradient(rgba(0, 127, 180, 0.7), rgba(255, 255, 255, 0.5));
}

.index-blog #leftCard .card-text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}

.index-blog #leftImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.index-blog .card-img-overlay .fs-3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.index-blog #readMoreBtn {
  background-color: #007fb4;
  color: white;
}

.index-blog #readMoreBtn:hover {
  background-color: #004867;
  color: white;
}
/*Blog Section 1 Section Ends  */


/* Media Queries Starts  */
@media (min-width: 250px) and (max-width: 400px) {
  .logo {
    width: 150px;
    height: 70px;
    background-color: none !important;
    border-bottom-right-radius: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
    /* clip-path: none; */
  }
  .logoimg {
    display: block;
    max-width: 65%;
    height: auto;
    left: 0;
    margin-left: 10%;
  }

  .nav-link {
    color: white !important;
    font-size: 17px;
  }

  .index-body .heroimg {
    display: none;
  }

  .index-body .hero-heading {
    font-size: 26px;
    font-weight: bold;
    color: #007fb4;
  }

  .index-body .hero-subtext {
    font-size: 20px;
    font-weight: 500;
  }

  .index-body .hero-btn {
    background-color: white;
    color: #00a0e3;
    font-size: 14px;
    font-weight: 400;
  }

  .index-body .hero-offer {
    font-size: 16px;
    font-weight: 500;
  }

  .index-body .section1 {
    position: initial;
    height: fit-content;
    background-color: #9fe4ff;
    padding-top: 70px; /* Adjust this to match the mainnav height */
    padding-bottom: 100px;
    clip-path: ellipse(170% 100% at 50% 100%);
    rotate: 180deg;
  }

  /* SECTION 2 */
  .index-body .section2 {
    margin: 0px 0px !important;
  }

  .index-body .headingtext {
    font-size: 18px;
    padding: 0 25px;
  }

  .index-body .headingtext::before,
  .index-body .headingtext::after {
    width: 20px;
    height: 20px;
  }

  .index-body .testimonialcard {
    padding: 30px 5px;
    min-height: 100%;
    transition: transform 0.3s ease;
  }

  .index-body .testimonialname {
    font-size: 12px;
  }

  .index-body .testimonialcontent {
    font-size: 10px;
  }

  .index-body .testimonial-img {
    width: 70px;
    height: 70px;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #00aaff;
  }

  .index-body .clinic-name {
    font-size: 12px;
  }

  /* SECTION 4 */
  .index-body .benefits-card {
    height: fit-content;
    min-height: 200px;
  }

  /* BLOG PAGE  */
  /* BLOG HERO SECTION  */
  .index-blog .blogheroheading {
    font-size: 22px;
  }

  .index-blog .blogherosubtext {
    font-size: 14px;
  }
  .index-blog .blogsection1 {
    min-height: 70vh;
  }
  .index-blog .blogsection1::before {
    height: 70vh ;
    background-position: top center;
  }

/*Blog Section 1 Section Starts  */
.index-blog .blogcards-wrapper {
  overflow-x: auto;
}

.index-blog .blogcards {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  height: auto;
  white-space: nowrap;
}

.index-blog .mini-card {
  display: inline-block;
  width: 280px;
  max-height: 250px;
  flex-shrink: 0;
}

.index-blog .mini-card-thumb {
  display: block;
}
    }

@media (min-width: 401px) and (max-width: 992px) {
  .logo {
    width: 150px;
    height: 70px;
    background-color: none !important;
    border-bottom-right-radius: 70px;
    display: flex;
    justify-content: start;
    align-items: center;
    /* clip-path: none; */
  }
  .logoimg {
    display: block;
    max-width: 65%;
    height: auto;
    left: 0;
    margin-left: 10%;
  }

  .nav-link {
    color: white !important;
    font-size: 30px;
  }

  .index-body .heroimg {
    display: none;
  }

  .index-body .hero-heading {
    font-size: 26px;
    font-weight: bold;
    color: #007fb4;
  }

  .index-body .hero-subtext {
    font-size: 20px;
    font-weight: 500;
  }

  .index-body .hero-btn {
    background-color: white;
    color: #00a0e3;
    font-size: 14px;
    font-weight: 400;
  }

  .index-body .hero-offer {
    font-size: 16px;
    font-weight: 500;
  }

  .index-body .section1 {
    position: initial;
    height: fit-content;
    background-color: #9fe4ff;
    padding-top: 70px; /* Adjust this to match the mainnav height */
    padding-bottom: 100px;
    clip-path: ellipse(170% 100% at 50% 100%);
    rotate: 180deg;
  }

  /* SECTION 2 */
  .index-body .section2 {
    margin: 0px 0px !important;
  }

  .index-body .headingtext {
    font-size: 18px;
    padding: 0 25px;
  }

  .index-body .headingtext::before,
  .index-body .headingtext::after {
    width: 20px;
    height: 20px;
  }

  .index-body .testimonialcard {
    padding: 30px 5px;
    min-height: 100%;
    transition: transform 0.3s ease;
  }

  .index-body .testimonialname {
    font-size: 16px;
  }

  .index-body .testimonialcontent {
    font-size: 14px;
  }

  .index-body .testimonial-img {
    width: 80px;
    height: 80px;
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #00aaff;
  }

  .index-body .clinic-name {
    font-size: 16px;
  }

  /* BLOG PAGE  */
  /* BLOG HERO SECTION  */
  .index-blog .blogheroheading {
    font-size: 28px;
  }
  .index-blog .blogsection1 {
    min-height: 70vh;
  }
  .index-blog .blogsection1::before {
    height: 70vh ;
    background-position: top center;
  }


  /*Blog Section 1 Section Starts  */
  .index-blog .blogcards-wrapper {
    overflow-x: auto;
  }

  .index-blog .blogcards {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
    white-space: nowrap;
  }

  .index-blog .mini-card {
    display: inline-block;
    width: 280px;
    max-height: 250px;
    flex-shrink: 0;
  }

  .index-blog .mini-card-thumb {
    display: block;
  }
}

@media (min-width: 993px) and (max-width: 1350px) {
  .index-body .heroimg {
    width: 100%;
    height: 90%;
    left: 0;
    margin-left: -20%;
    filter: drop-shadow(40px 25px 8px rgba(0, 160, 227, 0.4));
  }

  .index-body .hero-heading {
    font-size: 30px;
    font-weight: bold;
    color: #007fb4;
  }

  .index-body .hero-subtext {
    font-size: 24px;
    font-weight: 500;
  }

  .index-body .hero-btn {
    background-color: white;
    color: #00a0e3;
    font-size: 18px;
    font-weight: 400;
  }

  .index-body .hero-offer {
    font-size: 20px;
    font-weight: 500;
  }

  .index-body .section1 {
    position: initial;
    height: fit-content;
    background-color: #9fe4ff;
    padding-top: 0px; /* Adjust this to match the mainnav height */
    padding-bottom: 50px;
    clip-path: ellipse(170% 100% at 50% 100%);
    rotate: 180deg;
  }
}

/* gokul styling */

#abtbody,#servicebody{
background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.5)
    ),
    url(../assets/Wholebg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-position: center;
}
.footer-bg{
    background-color: #9FE4FF;
 clip-path: ellipse(150% 100% at 50% 100%);
}
.social-icons{
    text-decoration: none;
 
}
.footer-content,.footer-content2{
    text-decoration: none;
    }
    .footer-content:hover,.footer-content2:hover{
        font-weight: bold;
 }
 .footer-bg2{
    background-color: #00A0E3;
 }


 /* about us */
 #abtbody .aboutus-head{
    color:#00A0E3;
 }

 #abtbody .aboutus-bg{
    background-color: #9FE4FF;
    /* clip-path: ellipse(170% 100% at 50% 100%); */
/* rotate: 180deg; */
 }
 /* #abtbody .aboutus-hero{
rotate: 180deg;
 } */

 #abtbody .aboutus-image img {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); 
    
    /* clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); */
}

 #abtbody .visionbg{
    background-color: #00A0E3;
}

#abtbody .abtsec3head{
    color:#00A0E3;
}
#abtbody .teamname {
    position: absolute;
    bottom:0;
    left: 50%;  
    transform: translateX(-50%);
    z-index: 1;
    width: 100%; 
    height:100px;
    background-color: #00A0E3;
    
    
}
#abtbody #teams {
    --r: 10px; 
    --s: 180px;  
    --a: 50deg; 
    --p: 50%;   
    aspect-ratio: 3/2;
    --_m:var(--r),#000 calc(100% - 1px),#0000;
    --_d:(var(--s) + var(--r))*cos(var(--a));
    mask:
      radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
      radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
      radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
        #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat,
      linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);

  }
  #abtbody .teamtxt{
    position: relative;
       top:50px;
    transition: top 0.3s ease-in;
    }
    #abtbody .teamname-icons{
position: absolute;
   top:100px;
   transition: top 0.3s ease-in;

}
#abtbody #cardcontainer:hover .teamname-icons {
   top:15px;
}
#abtbody #cardcontainer:hover .teamtxt{
   top:10px;
   
}


#abtbody #cardcontainer:hover #teams {
    --r: 10px; 
    --s: 0px;  
    --a: 50deg; 
    --p: 50%;   
    aspect-ratio: 3/2;
    --_m:var(--r),#000 calc(100% - 1px),#0000;
    --_d:(var(--s) + var(--r))*cos(var(--a));
    mask:
      radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
      radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
      radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
        #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat,
      linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
   
}
#abtbody .contactbg{
  background-color: #00A0E3;
}
#abtbody .contacttxt{
  color: #9FE4FF;
  font-size: small;
}
#abtbody .contactbg1{
  background-color: #B5E9FF;
}
#abtbody .formtxt{
  color: #00A0E3;
}
#abtbody .labeltxt{
  color: #007FB4;
}
#abtbody .formbtn{
  background-color: #007FB4;
}
#abtbody .logo {
background-color: rgb(137, 207, 237);
}
#abtbody .navbar-nav .nav-link {
  color: #FFF;
}
#abtbody .topnav{
background-color: rgb(137, 207, 237);
}

/* our services */
#servicebody .servicebg {
    min-height: 100vh;
    clip-path: ellipse(170% 100% at 50% 100%);
    rotate: 180deg;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; 
  }
  
  #servicebody .servicebg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../assets/servicebg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    rotate: 180deg;
    z-index: -1;
  }
  
  
  
  #servicebody .servicetext {
    rotate: 180deg; 
  }

  #servicebody .servicehero1{
    color:#035578 ;
}
#servicebody .servicehead {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}
  
#servicebody .servicesec2head{
    color:#00C6FF;
}
#servicebody .servicesec2bg{
    background: linear-gradient(to top, #B5E9FF, #FFFFFF);
    
}
#servicebody .servicesec2cont{
    text-align: justify;
}


/* #servicebody .servicesec2bg:hover{
    box-shadow: -4px 5px 12px #00C6FF,  
    4px 5px 12px #00C6FF,  
   -4px -5px 12px #00C6FF,  
    4px -5px 12px #00C6FF;
    transition: 0.5s ease-out;

} */



/* media queries */

@media (max-width: 767px) {
    #abtbody .aboutus-sec2{
        text-align: justify;
     }
     #abtbody .aboutus-image{
        display: none;
    }
    /* .abtsecdna{
        position: absolute;
        top: 100px;
        left: -250px;
        z-index: -1; 
        width:40rem;
        transform: rotate(-5deg);
    }
    .abtsecdna1{
        position: absolute;
        top: -180px;
        left: -100px;
        z-index: -1; 
        width:1rem;
        transform: rotate(-20deg);
    } */
    #abtbody .abtsecdna,.abtsecdna1{
    display: none;
}
#servicebody .circle-img {
    width: 100px; 
    height: 100px; 
    margin: auto;

}
#servicebody .circle-img img {
    width: 100%;
    height: 100%;
}
#servicebody .circle-img1 {
    width: 100px; 
    height: 100px; 
    margin: auto;

}
#servicebody .circle-img1 img {
    width: 100%;
    height: 100%;
}
#servicebody .floating-book-btn{
  position: fixed;
  top:100px;
}

}
@media (min-width: 768px) and (max-width: 992px)  {
    #abtbody .aboutus-sec2{
        text-align: justify;
     }
     #abtbody .missionimg{
    height: 17rem;
    }
    #abtbody .aboutus-image{
        display: none;
    }
    #abtbody .visionimg{
        height: 17rem;
        }
        /* .abtsecdna{
            position: absolute;
            top: -230px;
            left: -250px;
            z-index: -1; 
            width:40rem;
            transform: rotate(-5deg);
        } */
         /* .abtsecdna1{
            position: absolute;
            top: -250px;
            left: 200px;
            z-index: -1; 
            width:40rem;
            transform: rotate(5deg);
        }
         .abtsecdna,.abtsecdna1{
            display: none;
        } */
        #abtbody #teams {
            --r: 10px; 
            --s: 200px;  
            --a: 50deg; 
            --p: 50%;   
            aspect-ratio: 3/2;
            --_m:var(--r),#000 calc(100% - 1px),#0000;
            --_d:(var(--s) + var(--r))*cos(var(--a));
            mask:
              radial-gradient(var(--r) at calc(var(--p) + var(--_d)) var(--_m)),
              radial-gradient(var(--r) at calc(var(--p) - var(--_d)) var(--_m)),
              radial-gradient(var(--s) at var(--p) calc(-1*sin(var(--a))*var(--s)),
                #0000 100%,#000 calc(100% + 1px)) 0 calc(var(--r)*(1 - sin(var(--a)))) no-repeat,
              linear-gradient(90deg,#000 calc(var(--p) - var(--_d)),#0000 0 calc(var(--p) + var(--_d)),#000 0);
          }
          #servicebody .circle-img {
            width: 200px; 
            height: 200px; 
            margin: auto; 
        }
        
        #servicebody .circle-img img {
            width: 100%;
            height: 100%;
        }
        #servicebody .circle-img1 {
            width: 200px; 
            height: 200px; 
            margin: auto; 

        }
        #servicebody .circle-img1 img {
            width: 100%;
            height: 100%;
        }
        #servicebody .floating-book-btn{
          position: fixed;
          top:100px;
        }
       
}
@media (min-width: 992px) {

    #abtbody .missionimg{
    height: 21rem;
    }
    #abtbody .visionimg{
        height: 21rem;
        }
        #abtbody .sec2head,.sec2head1{
font-size: larger;
        }
         /* .abtsecdna{
            position: absolute;
            top: -200px;
            left: -250px;
            z-index: -1; 
            width:40rem;
            transform: rotate(-5deg);
        }
         .abtsecdna1{
            position: absolute;
            top: -250px;
            left: 650px;
            z-index: -1; 
            width:40rem;
            transform: rotate(-5deg);
        } */
        #servicebody .circle-img {
    position: absolute;
    width: 27vw; 
    height:25vw;
    top:5vh;
    transform: translate(-100%, 10%);
    aspect-ratio: 1/1;
}

#servicebody .circle-img img {
    width: 100%;
    height: 100%;
}
#servicebody .circle-img1 {
    position: absolute;
    width: 27vw; 
    height:25vw;
    top:5vh;
    transform: translate(-2%, 10%);
    aspect-ratio: 1/1;
    object-fit: cover;
}

#servicebody .circle-img1 img {
    width: 100%;
    height: 100%;
}
    }

    @media only screen 
    and (min-device-width : 992px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) { 
        #servicebody .circle-img {
            position: absolute;
            width: 37vw; 
            height:32vw;
            top:8vh;
            transform: translate(-100%, 10%);
            aspect-ratio: 1/1;
        }
        #servicebody .circle-img1 {
            position: absolute;
            width: 37vw; 
            height:32vw;
            top:8vh;
            transform: translate(-2%, 10%);
            aspect-ratio: 1/1;
        }
        #abtbody .abtimg{
          height: 132% !important
        }

     }




