*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*** Navbar ***/

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
.founderimage{
  width: 250px;
  height: 250px;
  border-radius: 10px;
  border: 0px;
  margin-bottom: 20px !important;
}
.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #e05102;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }

}

.navbar-light .navbar-brand {
  height: 80px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .megamenu {
      display: flex;
      border: none;
      margin-top: 0;
      border-radius: 0px !important;
      top: 150%;
      opacity: 0;
      right: 0%;
      left: -10rem;
      visibility: hidden;
      width: 40rem !important;
      transition: .5s !important;
  }

  .navbar .nav-item:hover .megamenu {
      top: 110%;
      right: 0%;
      visibility: visible;
      transition: .5s !important;
      border: 1px solid #dedede;
      opacity: 1;
      border-radius: 0px !important;
  }
  .megamenu .dropdown-item{
    font-size: 15px;
    padding: 10px;
  }
  .megamenu .dropdown-item:hover{
    background-color: #e05102;
    color: #fff;
    font-weight: 600;
  }
}

@keyframes moveUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    animation: moveUp 0.5s ease-in-out;
}

.mainbtn {
  background-color: #e05102;
  color: #fff !important;
  font-size: 16px;
  border-radius: 0;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 5px !important;
}
.fontset1{
  color: #e05102;
}
.mainbtn:hover {
  background-color: #f17f04 !important;
  color: #fff !important;
}

.ourlogo{
  position: absolute ;
  transition: .5s ease;
  top: -50px ;
  width: 150px;
  height: 130px;
  mix-blend-mode:multiply !important;
}

/*** Header ***/
.hero {
  position: relative;
  padding-bottom: 50px;
}
.hero .hero-section {
  background: url(../img/hero-bg.svg), linear-gradient(90deg, #cf4d06 -25.82%, #f17f04 50.59%) no-repeat;
  background-position: left center;
  background-size: contain;
  padding: 50px 0 50px;
}
.hero-content .section-title {
  margin-bottom: 20px;
}
.hero-content .section-title h1 {
  color: #fff;
}

.section-title h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
}
.hero-content-body {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 20px 0;
  margin-bottom: 20px;
}
.hero-counter-box {
  width: calc(33.33% - 40px);
  color: #fff;
}
.hero-counter-box h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.hero-counter-box p {
  text-transform: capitalize;
  line-height: 1.4em;
  margin: 0;
}
.mainbtn2 {
  background-color: #fff;
  color: #e05102 !important;
  font-size: 16px;
  border-radius: 0;
  padding: 12px 25px;
  border: 1px solid #e05102;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
}

.mainbtn2:hover {
  background-color: #e05102 !important;
  color: #fff !important;
  border: 1px solid #fff;
}
.product-carousel .owl-dots {
  margin-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #fff !important;
  border-radius: 5px;
  z-index: 5;
  transition: .5s;
}

.product-carousel .owl-dot.active {
  background: #fff !important;
  border: 5px solid #e05102;
}
.product-carousel .item img{
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 15px !important;
}

.bg-orange{
  background-color: #e05102 !important;
}
.smallservicecard{
  background-color: rgb(231 231 231);
  border-radius: 8px;
}
.smallservicecard img{
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.bannercardimg{
  width: 100%;
  height: 300px;
  border-radius: 5px;
}
/* ===================sticky icons============== */
.sticky-icon {
  z-index: 10;
  position: fixed;
  top: 45%;
  right: 0%;
  width: 150px;
  display: flex;
  flex-direction: column;
}

.sticky-icon a {
  transform: translate(105px, 0px);
  text-align: left;
  margin: 2px;
  text-decoration: none;
  background-color: #e05102;
  padding: 5px;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  font-family: 'Oswald', sans-serif;
  transition: all 0.8s;
}

.sticky-icon a:hover {
  color: #fff;
  transform: translate(0px, 0px);
}

.sticky-icon a:hover i  {
transform:rotate(360deg);}

.sticky-icon a i {
  height: 30px;
  width: 30px;
  
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
  transition: all 0.5s;
}
.stickyiconfont{
  display: flex;
  align-items: center;
}

.stickyiconfont i {
  color: #fff !important;
  font-size: 20px;
  text-decoration: none !important;
}

/*** Booking ***/
.video {
  position: relative;
  padding: 4rem 0 8rem 0;
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/slide1dental.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.myinput{
  width: 100%;
  height: 65px;
  padding: 0px 10px;
  border: none;
  border-radius: 5px;
  outline: 1px solid #e05102;
}
.myinput:focus{
  width: 100%;
  padding-left: 10px;
  border: none;
  outline: 1px solid #e05102;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formDiv{
  border: 5px solid #e05102;
  border-radius: 10px;
}
/* =====================our process=================== */
.ptb-80 {
  padding: 80px 0;
  position: relative;
}
.section-cta-box {
  background-color: #fff;
  display: inline-flex;
  padding: 20px 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 5px solid #e05102;
  border-radius: 10px;
}
.section-cta-box .icon-box {
  margin-right: 20px;
}
.text-justify{
  text-align: justify !important;
}
.accordion-item {
  border: none;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
  padding: 20px 25px;
  font-weight: 600;
  /* color: #333; */
  background-color: #fff;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #e05102;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
  background-size: 20px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 25px;
  background-color: #fff;
}
/* =========================Blog================== */
.Blog {
  position: relative;
  padding: 100px 0 70px;
  background: #fff8ef;
  background-position: top 60px center;
  background-size: auto;
}
.ptb-50{
  padding: 50px 0px 60px;
}
.blogcard {
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden; /* Ensures the zoomed image doesn't spill out of the card */
  transition: transform 0.3s ease-in-out;

}

.blogcard img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}

.blogcard:hover img {
  transform: scale(1.1); /* Zoom in by 10% */
}


/* =================footer============= */
.footerlink{
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.footerlink:hover{
  color: #e05102;
  text-decoration: none;
  letter-spacing: 1px;
}
.footerlink i{
  font-size: 14px;
  padding-right: 8px;
  color: #e05102;
}
hr{
  opacity: .8;
}
.ourlogo {
  position: relative;
  transition: .5s ease;
  top: -30px;
  width: 150px;
  height: 130px;
  mix-blend-mode: multiply !important;
}
/* ================flipcard testimonials================ */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 210px;
  padding: 15px;
  overflow: hidden;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-front img{
  width: 100%;
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */

/* Style the back side */
.flip-card-back {
  background-color: #fff;
  padding: 20px;
  color: #000;
  transform: rotateY(180deg);
}
#testimonial-slider .owl-nav {
  width: 100%; /* Ensures the nav spans the slider width */
}

#testimonial-slider .owl-nav .owl-prev,
#testimonial-slider .owl-nav .owl-next {
  pointer-events: all; /* Makes arrows clickable */
  background: #e05102; /* Example background for arrows */
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
  font-size: 16px;
  padding: 22px 20px; 
  border-radius: 5px; 
  color: white;
  background-color: black;
  display: inline-block;
}


.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* ========================about Page======================= */
.page-header-inner {
  background: rgba(0, 0, 0, .7);
  height: 50vh;
  display: flex;
  align-items: center;
}
.fw-600{
  font-weight: 600;
}
.pera{
  font-size: 15px;
}
.page-header {
  background-position: top;
  background-repeat: no-repeat;
  height: 50vh;
  background-size: cover;
}
.visionmisson{
  background-color: #cf4d06;
}
.viisoncard{
  background-color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 25px;
}


/*** Team ***/
.team-item img {
  transition: .5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .team-text {
  height: 90px;
  overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-orange {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .5s;
}

.team-item .team-text .bg-orange {
  flex-direction: row;
}

.team-item:hover .team-text .bg-light {
  margin-top: -90px;
}

.team-item .team-text .bg-orange .btn {
  color: #e05102;
  background: #FFFFFF;
}

.team-item .team-text .bg-orange .btn:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #ffff;
}

/*** Contact Start ***/

/*** Contact End ***/



/* ***Registration *** */
.register{
  background: -webkit-linear-gradient(left, #e45000, #f7860e);
  padding: 3%;
}
.register-left{
  text-align: center;
  color: #fff;
  margin-top: 4%;
}

.register-right{
  height: auto;
  padding: 5%;
  background: #f8f9fa;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}
#floatingInput:focus {
  box-shadow: none; /* Removes the blue shadow */
  outline: none; 
  border: 1px solid #e45000;   /* Removes the default outline as well */
}
#floatingInput{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.caseinput{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.signuplabel{
  font-size: 15px;
}
.signup, .Login{
  height: 100vh;
  background-color: #F5F5F5;
}
.loginform{
  padding: 10px 35px 35px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.blogpagecard{
  margin-bottom: 30px;
  transition: .3s ease;
}
.blogpagecard:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  background-color: #fff;
}
.readmorebtn{
  font-size: 14px !important;
  color: #000 !important;
  text-decoration: none;
  transition: .5s ease-in-out;
  font-weight: 600;
}
.readmorebtn i {
  font-size: 13px;
  padding-left: 2px;
}
.readmorebtn:hover i{
  padding-left: 5px;
}
/* ============Product page============ */

.link{
  font-size: 14px !important;
  color: #000 !important;
  padding-left: 20px;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.product-card{
  padding: 10px;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: calc(100% - 20px);
  border-radius: 15px;
  font-size: 14px;
}
.product-card > img{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.page{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
  /* Apply background color when accordion is opened */
  .accordion-button:not(.collapsed) {
    background-color: #e05102;
    color: white; /* Optional: Change text color for better visibility */
}
.accordion-button{
  border: 2px solid #e05102 !important;
  border-radius: 0px !important;
}

.productshowbtn{
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #dedede;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.productshowbtn span{
  background-color: #e05102;
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 100%;
}
.productshowbtn:hover{
  background: #e05102;
  color: #fff;
}
.productshowbtn:hover span{
  background-color: #fff;
 font-weight: 600;
  color: #e05102;
}
.grey-bg{
  background-color: #E8E8E8;
}
.ps-10{
  padding-left: 4.8rem;
}
.producttitile{
  font-size: 18px;
}
.servcardicon{
  background: #fff;
  padding: 8px;
  width: 75px;
  height: 75px;
  margin-top: -60px;
  border-radius: 100%;
  /* border: 1px solid #e05102; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.servicecard{
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
}


/* -===================career================== */
.jobcard{
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
.jobcardpera{
  font-size: 14px;
  display: flex;
}
.jobcardpera i {
  margin-top: 3px;
  margin-right: 7px;
  font-size: 15px;
  color: #cf4d06;
}
.badge{
  background-color: #e05102;
  font-size: 25px;
  border-radius: 100%;
  padding: 15px 10px;
  margin-right: 8px;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #e05102 !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: #f8f9fa transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: #e05102 transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: #e05102;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #e05102;
}





@media (max-width: 991px) {

  .ourlogo {
    position: relative;
    transition: 0.5s ease; /* Ensure consistent spacing for readability */
    top: 0; /* No need to use 'px' if value is 0 */
    width: 110px;
    height: 90px;
    mix-blend-mode: multiply !important; /* Avoid using !important unless absolutely necessary */
  }

  .blogcard {
    margin-bottom: 30px; /* Add proper indentation for consistency */
  }
  .register {
    background: -webkit-linear-gradient(left, #e45000, #f7860e);
    margin-top: 0%;
    padding: 5%;
}
.register-right {
  height: auto;
  padding: 5%;
  background: #f8f9fa;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0;
  margin-top: 20px;
}
.signup{
  height: auto;
}
.servicecard{
  border: 1px solid #e05102;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  margin-top: 55px;
}
.smallservicecard{
  margin-bottom: 25px;
}
.bannercardimg {
  width: 100%;
  height: 170px;
  border-radius: 5px;
}
.ps-10 {
  padding-left: 1rem;
}
.jobcard{
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: block;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 20px;
}
.inputfile + label {
  font-size: 16px;
  padding: 24px 20px; 
  width: 100%;
  border-radius: 5px; 
  color: white;
  background-color: black;
  display: inline-block;
}

}
