@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

img {
    display: block;
    max-inline-size: 100%;
    background-size: cover;
}

html{
scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
}

#service{
  scroll-margin-top: 60px;
}

#why {
  scroll-margin-top: 90px;
}

#home{
  scroll-margin-top: 80px;
}

#process{
  scroll-margin-top: 90px;
}

#story{
  scroll-margin-top: 80px;
}

#about{
  scroll-margin-top: 70px;
}

#providers{
  scroll-margin-top: 120px;
}

#plans {
  scroll-margin-top: 120px;
}

#pl {
  scroll-margin-top: 90px;
}


a .buy{
  margin-left: 8px;
    color: rgb(140, 58, 36);
    background-color: #fff;
    border: none;
    padding: 6px 15px;
    text-decoration-line: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 15px;
    transition: transform 0.2s ease;
    position: relative;
    overflow: hidden;
}

a .buy:hover {
  transform: scale(1.05);
  -webkit-text-fill-color: #000000;
}


/* navbar brand */

nav.navbar {
  height: 65px;
  top: 45px;
  z-index: 1020;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 20px;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.logo-img {
  height: 35px;
  width: auto;
  vertical-align: middle;
  margin-top: 15px;
}

.brand-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10px;
  width: 50px;
}

.brand-link, 
.brand-link:hover, 
.brand-link span {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.navbar-brand-1 {
  margin-left: 5px;
  font-size: 25px;
  font-weight: bold;
  color: rgba(22, 76, 143);
}

.navbar-brand-2 {
  font-size: 25px;
  font-weight: bold;
  color: #63b2db;
}

.navbar-brand-3 {
  font-size: 25px;
  font-weight: bold;
  color: #111d51;
}

.navbar-brand-4 {
  font-size: 15px;
  font-weight: bold;
  color: #111d51;
  margin-top: 6px;
}

.sub {
  margin-left: 38px;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  margin-top: -10px;
}

/* Navbar Links */

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links > ul {
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap !important;
  list-style: none;
}

.nav-links > ul > li {
  list-style: none;
  padding: 0 6px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.nav-links > ul > li > a.nav-link {
  text-decoration: none;
  color: #111d51;
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  display: inline-block;
}

.nav-links > ul > li > a.nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background: #000000;
  margin: auto;
  display: block;
  transition: 0.6s;
}

.nav-links > ul > li > a.nav-link:hover::after {
  width: 100%;
}


.nav-links .lang-menu {
  display: flex;
  align-items: center;
  margin-top: -2.3px;
}

.nav-links .lang-menu #lang-switcher {
  font-size: 15px;
  padding: 5px 0;
  display: inline-block;
  line-height: normal;
}


.nav-links form {
  margin: 0 !important;
  padding: 0 !important;
}


/* Dropdown our solution */
.nav-links > ul > li.dropdown {
  position: relative;
}

.nav-links .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  max-width: 30px;
  text-align: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.nav-links > ul > li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-links .dropdown-menu li {
  padding: 0;
  white-space: nowrap;
}

.nav-links .dropdown-menu li a {
  display: block;
  padding: 10px 0px;
  color: #111d51;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-links .dropdown-menu li a:hover {
  background-color: #f4f6fa;
  color: #000000;
  width: 100%;
}

/* Navbar Button */
.action-btn {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 10px;
  padding: 9px 15px;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  white-space: nowrap;
}

.action-btn:hover {
  transform: scale(1.05);
  color: #000003;
}

.toggle-btn {
  cursor: pointer;
  padding: 10px;
  font-size: 24px;
  color: #111d51;
  display: block;
}


.toggle-btn i {
  pointer-events: none; 
}

/* Google translate */

iframe.VIpgJd-Z44Wfd-o4Wh91-Lg2fxd,
iframe.goog-te-banner-frame,
.goog-te-banner-frame,
.skiptranslate,
#goog-gt-tt, 
.goog-te-balloon-frame,
.goog-tooltip, 
.goog-tooltip:hover {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
}

body {
  top: 0px !important;
  position: static !important;
  min-height: 100% !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Mobile Button */
.mobile-toggle-btn {
  background: transparent !important;
  border: none !important;
  font-size: 26px;
  color: #111d51;
  cursor: pointer;
  padding: 5px 10px;
  outline: none !important;
}

/* Mobile menu */

#myDropdownMobile {
  display: none;
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
}

#myDropdownMobile li {
  border-bottom: none !important;
  padding: 5px 0 !important;
}

#myDropdownMobile li a {
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
}


.custom-mobile-menu {
  display: none;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #eee;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}


.custom-mobile-menu.open {
  display: block !important;
}


.custom-mobile-menu ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}

.custom-mobile-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f8f9fa;
}

.custom-mobile-menu ul li a {
  color: #111d51;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
}


.custom-mobile-menu .lang-menu #lang-switcher {
  margin-top: 0 !important;
}


@media(max-width: 992px) {
  .nav-links {
    display: none !important;
  }

  .toggle-btn {
    display: block;
  }

  .sub {
    display: none;
  }
}

@media(max-width: 576px) {
  .dropdown-menu {
    left: 2rem;
    right: 2rem;
    width: auto;
  }

  .navbar-brand-1, .navbar-brand-2, .navbar-brand-3 {
    font-size: 22px;
  }

  .navbar-brand-4 {
    font-size: 16px;
  }
}



/* Slides */

        .hero-section {
            margin-top: 110px;
        background: url('images/Slide\ 1\(smiling\ family\).webp');
        background-size: cover;
        background-position: center;
        min-height: 120vh;
        position: relative;
        
        }



        .hero-sec{
          margin-top: 110px;
        background: url('images/Slide\ 2\(smiling\ girl\ face\).webp');
        background-size: cover;
        background-position: center;
        min-height: 120vh;
        position: relative;
        }

        .hero-se{
          margin-top: 110px;
        background: url('images/Slide\ 3\(smiling\ teenager\ with\ braces\).webp');
        background-size: cover;
        background-position: center;
        min-height: 120vh; 
        position: relative;
        }


        .hero-s{
          margin-top: 110px;
        background: url('images/Slide\ 4\(trusted\ dentist\ with\ a\ patient\).webp');
        background-size: cover;
        background-position: center;
        min-height: 120vh;
        position: relative;
        }


/* Sliders */

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper.mySwiper {
  position: relative;
  width: 100%;
  height: 100%;
}


.swiper-button-next,
.swiper-button-prev {
  color: #0b2c67 !important;
  z-index: 10 !important;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.1);
}

.swiper-pagination {
  z-index: 10 !important;
}

.swiper-pagination-bullet-active {
  background-color: #088e89 !important;
}


.custom-click-effect {
  transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.custom-click-effect:hover {
  background-color: rgba(235, 233, 233, 0.713);
  transform: translateY(-2px);
}


@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important; 
  }
}

@media (max-width: 768px) {

  .overflow-auto {
    display: flex !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .overflow-auto > div {
    scroll-snap-align: start;
  }

  div[style*="width: 2px; height: 120px;"] {
    display: none !important; 
  }


  .tablee {
    min-width: 220px !important;
    max-width: 100%;
  }
}

.overflow-auto::-webkit-scrollbar {
  height: 4px;
}

.overflow-auto::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.overflow-auto::-webkit-scrollbar-thumb {
  background: #088e89;
  border-radius: 4px;
}

  .tablee {
  background-color: #fff;
  height: 300px;
  width: 350px;
  border-radius: 20px;
  padding: 25px;
  justify-content: center;
  align-items: center;   
  box-sizing: border-box;

}

.tablee .para {
  color: #002b5c;
  font-size: 25px;
  font-weight: bold;
  text-align: center;    
  margin: 0;             
}

.tablee .parag{
  color: #002b5c;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}

.tablee-btn{
  color: #fff;
  background-color: #002b5c;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 70px;
  padding-left: 70px;
  border-radius: 15px;
  margin-left: 30px;
  margin-top: 5px;
}

.hero-title {
  font-size: calc(1.8rem + 1.5vw);
  font-weight: bold;
  line-height: 1.05;
  text-align: left;
}


/* quality dental insurance section */
.footer{
  background-color: rgb(1, 54, 122);
  height: 150px;
  width: 100%;
  }

        .cizgi {
    border-right: 1px solid #fff;
    height: 100px;
}

    @media (min-width: 768px) {
    .custom-border {
        border-left: 2px solid rgba(255, 255, 255, 0.3);
    }
    }

@media (min-width: 768px) {
    .border-md-start {
    border-left: 1px solid rgba(255, 255, 255, 0.25) !important;
    }
}

h2{
    text-align: center;
    font-size: 35px;
    padding: 30px 0;
}

/* ad-banner part */
.promo-banner {
  width: 1100px;
  height: 90px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid #334155;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}

.promo-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 800px;
}

.promo-badge {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #94a3b8;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 2px 6px;
  border-radius: 4px;
}

.promo-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #f8fafc;
  text-align: left;
}

.promo-subtext {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.2;
  text-align: left;
}

.promo-cta {
  background-color: #3b82f6;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.promo-cta:hover {
  background-color: #2563eb;
}

.promo-cta:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .promo-banner {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
    height: auto !important;
    flex-direction: column;
    align-items: stretch;
    padding: 16px !important;
    margin: 16px auto !important;
    gap: 16px;
  }

  .promo-content {
    max-width: 100%;
  }

  .promo-cta {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}

/* our dental services section */

.services-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  background-color: #f8fafc;
}

.services-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}


.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}

.sub-title {
  color: #0e837f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: left;
}

.main-title {
  color: #0f172a;
  font-size: 2.3rem;
  font-weight: 800;
  text-align: left;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-top: -30px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-desc {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.services-grid {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.service-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}


.card-img-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


.card-icon {
  position: relative;
  z-index: 10 !important; 
  margin-top: -22px; 
  margin-left: 24px;
  width: 44px;
  height: 44px;
  background-color: #0e837f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(14, 131, 127, 0.35);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-icon svg {
  width: 22px;
  height: 22px;
}


.card-content {
  position: relative;
  z-index: 1;
  padding: 16px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.card-text {
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}


.learn-more {
  color: #0e837f;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.learn-more span {
  display: inline-block;
  transition: transform 0.3s ease;
}


.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(14, 131, 127, 0.12);
  border-color: rgba(14, 131, 127, 0.3);
}


.service-card:hover .card-img-wrapper img {
  transform: scale(1.1);
}


.service-card:hover .card-icon {
  transform: scale(1.12);
  background-color: #0b6c69;
  box-shadow: 0 8px 20px rgba(14, 131, 127, 0.45);
}


.service-card:hover .learn-more span {
  transform: translateX(6px);
}


@media (max-width: 992px) {
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .header-right {
    width: 100%;
    justify-content: space-between;
  }

  .services-grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .service-card {
    min-width: calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .services-section {
    padding: 50px 15px;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .header-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .service-card {
    min-width: 100%;
  }
}


/* money-plans part */

.pricing-container {
      width: 100%;
      align-content: center;
    }


    .pricing-header {
      margin-bottom: 40px;
      text-align: center;
    }

    .pricing-header .subtitle-1 {
      color: #0d8a78;
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 8px;
      text-transform: capitalize;
    }

    .pricing-header .title {
      color: #111;
      font-size: 32px;
      font-weight: 800;
      line-height: 1.2;
    }


    .pricing-cards {
      display: flex;
      gap: 25px;
      align-items: center;
      text-align: center;
      justify-content: center;
      flex-wrap: wrap;
      
    }


    .card {
      background: #ffffff;
      border: 1px solid #eef2f2;
      border-radius: 16px;
      padding: 35px 25px 25px 25px;
      flex: 1;
      min-width: 280px;
      max-width: 310px;
      text-align: center;
      position: relative;
      display: flex;
      flex-direction: column;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .card:hover {
      transform: translateY(-15px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); 
    }


    .card.popular {
      border: 1.5px solid #0d8a78;
    }

    .popular-badge {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #007a6e;
      color: white;
      font-size: 12px;
      font-weight: 600;
      padding: 4px 18px;
      border-radius: 20px;
    }


    .card-iconn {
      font-size: 28px;
      margin-bottom: 15px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .card-iconn .fa-bullseye { color: #0d8a78; }
    .card-iconn .fa-tooth { color: #0d8a78; }
    .card-iconn .fa-user-group { color: #e63946; }


    .plan-title {
      font-size: 18px;
      font-weight: 700;
      color: #111;
      margin-bottom: 20px;
    }

    .price-box {
      font-size: 36px;
      font-weight: 800;
      color: #111;
      margin-bottom: 25px;
    }

    .price-box span {
      font-size: 14px;
      color: #777;
      font-weight: 400;
    }


    .features-list {
      list-style: none;
      text-align: left;
      margin-bottom: 30px;
      flex-grow: 1;
    }

    .features-list li {
      font-size: 13px;
      color: #333;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
    }

    .features-list li i {
      color: #0d8a78;
      font-size: 12px;
    }


    .btn-plan {
  width: 100%;
  background-color: #007a6e;
  color: white;
  border: none;
  padding: 13px 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 5px rgba(1, 110, 99, 0.2);
}


.btn-plan:hover {
  background-color: #005c53;            
  transform: translateY(-2px);         
  box-shadow: 0 6px 15px rgba(1, 110, 99, 0.2); 
}

.btn-plan:active {
  transform: translateY(1px);           
  box-shadow: 0 2px 4px rgba(1, 110, 99, 0.2);
}


/* kids and elderly plans */

.pricing-section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--pricing-text-dark);
}

.pricing-category {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .pricing-category {
    flex-direction: row;
    align-items: stretch;
  }
}

.pricing-category__info {
  flex: 1;
  max-width: 300px;
}

.pricing-category__subtitle {
  color: #008a8c;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-category__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 12px 0 24px;
  text-align: left;
  margin-top: -20px;
}

.pricing-category__feature-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #e6f4f1;
  padding: 12px 16px;
  border-radius: 12px;
  max-width: 240px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-category__feature-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 138, 140, 0.15);
}

.icon {
  font-size: 1.5rem;
  color: #008a8c;
}

.pricing-category__description {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--pricing-text-dark);
}

.pricing-cards-container {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.pricing-card {
  background: var(--pricing-card-bg);
  border: 1px solid var(--pricing-border-color);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  position: relative;
  box-shadow: var(--pricing-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.35s ease, 
              border-color 0.35s ease;
  will-change: transform, box-shadow;
}

.pricing-card--featured {
  border: 2px solid var(--pricing-primary-color);
}

.pricing-card__badge {
  position: absolute;
  top: -14px;
  background-color: var(--pricing-primary-color);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.pricing-card__icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: #f0fdf9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.25rem;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease;
}

.pricing-card__icon {
  display: inline-block;
  transition: transform 0.4s ease;
}

.pricing-card__plan-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  transition: color 0.3s ease;
}

.pricing-card__price-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 24px;
}

.pricing-card__currency {
  font-size: 1.5rem;
  font-weight: 700;
  transition: color 0.3s ease;
}

.pricing-card__amount {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  transition: color 0.3s ease;
}

.pricing-card__period {
  color: var(--pricing-text-muted);
  font-size: 0.875rem;
  margin-left: 4px;
}

.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  width: 100%;
  text-align: left;
}

.pricing-card__feature-item {
  font-size: 0.875rem;
  color: var(--pricing-text-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.pricing-card__feature-item::before {
  content: "✓";
  color: var(--pricing-text-dark);
  font-weight: bold;
  margin-right: 10px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.pricing-card__btn {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  color: #ffffff;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  background-color: #1b8c7d;
  margin-top: auto;
  box-shadow: 0 4px 10px rgba(23, 138, 117, 0.2);
  transition: all 0.3s ease;
}

.pricing-divider {
  border: 0;
  height: 1px;
  background-color: #e8f0ef;
  margin: 40px 0;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 32px rgba(27, 140, 125, 0.15);
  border-color: #1b8c7d;
}

.pricing-card--featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 36px rgba(27, 140, 125, 0.22);
}

.pricing-card:hover .pricing-card__badge {
  transform: scale(1.08) translateY(-2px);
}

.pricing-card:hover .pricing-card__icon-wrapper {
  background-color: #e0f7f2;
  transform: scale(1.15);
}

.pricing-card:hover .pricing-card__feature-item::before {
  color: #1b8c7d;
  transform: scale(1.2);
}

.pricing-card:hover .pricing-card__btn {
  box-shadow: 0 6px 18px rgba(27, 140, 125, 0.35);
}

.pricing-card__btn:hover {
  background-color: #146e62 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(20, 110, 98, 0.4) !important;
}

@media (max-width: 768px) {
  .pricing-category__title {
    margin-top: 0;
  }

  .pricing-cards-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
  }
}

/* short articles section*/

html {
  scroll-behavior: smooth;
}

.articles-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.article-card {
  flex: 1; 
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  padding: 20px;
  gap: 20px;
  box-sizing: border-box;
  min-height: 380px;
  scroll-margin-top: 100px;
}

.article-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%; 
}

.article-title {
  font-size: 1.35rem;
  margin-top: 0;
  margin-bottom: 10px;
  color: rgb(0, 138, 140);
  line-height: 1.3;
}

.content-subheading {
  font-size: 1rem;
  margin-top: 12px;
  margin-bottom: 6px;
  color: #222222;
}

.styled-list {
  padding-left: 20px;
  margin: 8px 0;
}

.article-media {
  height: 300px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f0f0f0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-media img {
  width: 100%;
  height: auto;
  display: block;
}

.read-more-state {
  display: none !important;
}

.article-text {
  max-height: 180px; 
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease;
  opacity: 0.85;
}

.read-more-state:checked ~ .article-text {
  max-height: 10000px; 
  opacity: 1;
  transition: max-height 1.2s ease-in-out, opacity 0.3s ease;
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  align-self: flex-start;
  padding: 8px 18px;
  margin-top: 15px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 6px;
  background-color: rgb(0, 138, 140);
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
  user-select: none;
}

.read-more-trigger:hover {
  background-color: rgb(0, 110, 112);
}

.read-more-state:not(:checked) ~ .read-more-trigger::after {
  content: 'Read More';
}

.read-more-state:checked ~ .read-more-trigger::after {
  content: 'Show Less';
}

@media (max-width: 1100px) {
  .articles-container {
    flex-direction: column;
  }
  
  .article-card {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .article-card {
    flex-direction: column-reverse;
    align-items: center;
    min-height: auto;
  }

  .article-media {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .article-media img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: right center !important;
    display: block !important;
  }
}


/* FAQ part */

.container-FAQ{
    width: 100%;
    max-width: 1000px;
    min-width: 300px;
    height: auto;
    padding: 0 30px;
    margin: 10px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
}

.questions{
    width: 100%;
    height: auto;
    margin: 5px;
    cursor: pointer;
}

.visible-pannel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(244, 247, 252);
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}

.visible-pannel h3{
    margin-left: 10px;
    padding: 7px 5px;
    font-size: 20px;
    pointer-events: none;
}

.is{
    margin-right: 5px;
    font-size: 22px;
    cursor: pointer;
    pointer-events: none;

}

.toggle-pannel{
    padding: 0 15px;
    height: 0;
    opacity: 0;
}

.toggle-pannel{
    line-height: 1.5;
}

/* why choose us part */
.about-us-container {
  background-color: #06312c;
  padding: 50px 40px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  height: auto;
}


.about-us {
  flex: 1;
}

.about-subtitle {
  color: #a3c2be;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.about-title {
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-align: left;
}

.about-text {
  color: #d1e0de;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;

}

.about-list {
  color: #fff;
  list-style-type: none;
  line-height: 2.2;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 14px;
}

.about-list i {
  color: #34d399;
  margin-right: 8px;
}

.about-btn {
  color: #06312c;
  background-color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
}


.about-media {
  display: flex;
  align-items: center;
  position: relative;
}

.about-img {
  width: 380px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.counter {
  background-color: #fff;
  width: 200px;
  padding: 25px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  box-sizing: border-box;
  margin-left: -50px; 
  z-index: 2;
}

.counter-item .num-box {
  font-size: 28px;
  font-weight: 800;
  color: #06312c;
  line-height: 1;
}

.counter-item p {
  margin: 4px 0 0 0;
  font-size: 12px;
  color: #666;
  font-weight: 500;
}


@media (max-width: 992px) {
  .about-us-container {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  .about-us {
    width: 100%;
    text-align: left;
  }

  .about-list {
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .about-media {
    width: 100%;
    justify-content: center;
  }

  .about-img {
    width: 100%;
    max-width: 450px;
    height: 380px;
  }
}


@media (max-width: 600px) {
  .about-title {
    font-size: 28px;
  }

  .about-btn {
    display: flex;
    margin-left: auto;
  }

  .about-media {
    flex-direction: column;
    align-items: center;
  }

  .about-img {
    width: 100%;
    height: 280px;
  }

  .counter {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
    margin-top: -30px;
    padding: 20px;
    text-align: center;
  }

  .counter-item {
    align-items: center;
  }
}

/* our process */

.process-wrapper {
  max-width: 1000px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.sub-title {
  color: #0e837f;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
}

.main-title {
  color: #0f172a;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;

}

.header-right {
  padding-bottom: 35px;
}

.desc-text {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: left;
  margin-top: -50px;
}


.steps-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}


.connecting-line {
  position: absolute;
  top: 55px;
  left: 60px;
  right: 60px;
  height: 1px;
  background-color: #e2e8f0;
  z-index: 1;
}


.step-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 220px; 
}


.circle-box {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.step-icon {
  width: 36px;
  height: 36px;
}


.number-badge {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f1f5f9;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}


.step-title {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  white-space: nowrap;
}

.step-desc {
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 500;
}


@media (max-width: 850px) {
  .process-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .steps-container {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }

  .step-item {
    width: 100%;
  }

  .connecting-line {
    display: none;
  }
}

/* providers part */

.sliders {
  max-width: 900px; 
  margin: 0 auto;
}

.carousel-inner {
  background-color: #1a1a1a; 
  border-radius: 12px;      
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.carousel-item img {
  height: 850px;                
  width: 900px;
  padding: 0px;           
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 320px;
  }
}

/* stories part */

.testimonials-section {
  background-color: #f8fafc;
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #1e293b;
  margin-bottom: 8px;
  padding: 0 16px;
}

.section-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 40px;
  padding: 0 16px;
}


.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}


.marquee-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: scroll 25s linear infinite;
}


.marquee-track:hover {
  animation-play-state: paused;
}


.testimonial-card {
  width: 380px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}


.user-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}


.user-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e8f0;
  background-color: #f1f5f9;
  flex-shrink: 0;
}

.rating {
  color: #f59e0b;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.comment {
  color: #475569;
  font-size: 0.85rem;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 8px;
}

.user-name {
  font-size: 0.95rem;
  color: #0f172a;
  font-weight: 600;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .testimonials-section {
    padding: 45px 0;
  }

  .section-title {
    font-size: 1.65rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }

  .marquee-track {
    gap: 16px;
    animation-duration: 20s;
  }

  .testimonial-card {
    width: 320px;
    padding: 16px;
    gap: 12px;
  }

  .user-avatar {
    width: 60px;
    height: 60px;
  }
}


@media (max-width: 480px) {
  .testimonials-section {
    padding: 35px 0;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .section-subtitle {
    font-size: 0.85rem;
    margin-bottom: 24px;
  }

  .marquee {
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  }

  .testimonial-card {
    width: 280px;
    padding: 14px;
  }

  .user-avatar {
    width: 52px;
    height: 52px;
  }

  .comment {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .user-name {
    font-size: 0.88rem;
  }
}

/* dental tips  part */

.articles-container {
    display: flex;
    flex-wrap: wrap;     
    gap: 30px;            
    justify-content: center; 
    width: 100%;
    max-width: 1200px;     
    margin: 0 auto;        
    padding: 20px;
    box-sizing: border-box;
}


.article-card {
    flex: 0 0 calc(50% - 15px); 
    display: flex; 
    flex-direction: row;
    background-color: #fff; 
    border-radius: 8px;    
    overflow: hidden;      
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px); 
}


.article-body {
    flex: 1;  
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.article-title {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 10px;
}


.article-text {
    color: #000;
}


.article-media {
    flex: 0 0 40%; 
    max-width: 40%;
    position: relative;
}

.article-media img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    position: absolute; 
    top: 0;
    left: 0;
}


@media (max-width: 768px) {
    .article-card {
        flex: 0 0 100%; 
        flex-direction: column;
    }

    .article-media {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: 200px; 
    }

    .article-media img {
        position: relative;
    }
}

/* about us part */

.scs-about-section {
  width: 100%;
  padding: 60px 20px;
  background-color: #f8fafc;
  font-family: system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

.scs-about-section * {
  box-sizing: border-box;
}

.scs-about-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.scs-about-header {
  text-align: center;
  margin-bottom: 8px;
  margin-top: -20px;
}


.scs-about-header h2 {
  font-size: 2.2rem;
  color: #111d51;
  font-weight: 700;
}


.scs-about-card {
  background: #ffffff;
  padding: 20px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #e2e8f0;
}

.scs-about-card h3 {
  font-size: 1.4rem;
  color: #63b2db;
  margin: 0 0 12px 0;
}

.scs-about-card p {
  color: #475569;
  line-height: 1.7;
  font-size: 1rem;
  margin: 0;
}

.scs-about-card p + p {
  margin-top: 12px;
}


.scs-about-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.scs-about-highlight {
  background: linear-gradient(135deg, #0077b6, #63b2db);
  border: none;
}

.scs-about-highlight h3 {
  color: #ffffff;
}

.scs-about-highlight p {
  color: #f0f9ff;
}


@media (max-width: 768px) {
  .scs-about-header h2 {
    font-size: 1.8rem;
  }

  .scs-about-card {
    padding: 24px;
  }
}

/* this is the turquoise part */

.domain-hero-container {
  background-color: rgb(0, 138, 140);
  padding: 35px 20px;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.max-width-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}


.domain-hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}


.hero-left-section {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 2.3;
  min-width: 0;
}


.avatar-box {
  flex-shrink: 0; 
  display: block;
}

.avatar-box .hero-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ffffff;
  display: block;
}

.domain-info-box {
  min-width: 0;
  flex: 1;
}

.domain-info-box .sub-title {
  font-size: 0.85rem;
  text-align: left;
  opacity: 0.9;
  display: block;
  margin-bottom: 2px;
  color: #fff;
}

.domain-info-box .main-domain-title {
  font-size: 2.1rem;
  text-align: left;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.1;
  word-break: break-word;
}

.domain-info-box .availability-text {
  font-size: 0.95rem;
  text-align: left;
  font-weight: 600;
  margin-bottom: 8px;
}

.domain-info-box .description-text {
  font-size: 0.85rem;
  text-align: left;
  opacity: 0.9;
  margin-bottom: 12px;
  max-width: 500px;
}

.feature-bullets {
  font-size: 0.9rem;
  padding-left: 18px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.feature-bullets li {
  margin-bottom: 2px;
}

.partner-brands-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  background: transparent;
}

.brand-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: none;
  border: none;
}

.brand-name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
}

.brand-logo-wrapper {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  object-fit: contain;
  display: block;
}


.logo-daaz {
  height: 35px;
  width: 59px;
  padding: 0;
    object-fit: cover;
}

.logo-afternic {
  height: 35px;
  width: 59px;
  padding: 0;
    object-fit: cover;
}

.logo-sedo {
  height: 35px;
  width: 59px;
  padding: 0;
    object-fit: cover;
}


.logo-spaceship {
  height: 35px;
  width: 59px;
  padding: 0;
    object-fit: cover;
}

.logo-icann {
  height: 35px;
  width: 59px;
  padding: 0;
  object-fit: cover;
}

.logo-escrow {
  height: 35px;
  width: 59px;
  padding: 0;
    object-fit: cover;
}

.hero-middle-section {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 20px;
  min-width: 180px;
}

.ideal-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.ideal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ideal-list li {
  font-size: 0.85rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}


.hero-right-section {
  flex: 1;
  display: flex;
  justify-content: flex-start; 
  min-width: 220px;
}

.button-wrapper {
  width: 100%;
}

.button-wrapper .btnn {
  background-color: rgb(0, 177, 178);
  color: #ffffff;
  border: none;
  padding: 12px 15px;
  width: 100%;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button-wrapper .btnn:hover {
  background-color: rgb(0, 138, 140);
}


@media (max-width: 1024px) {
  .domain-hero-layout {
    flex-wrap: wrap;
    gap: 25px;
  }

  .hero-left-section {
    flex: 1 1 100%;
  }

  .hero-middle-section {
    flex: 1;
  }

  .hero-right-section {
    flex: 1;
  }
}


@media (max-width: 768px) {
  .domain-hero-container {
    padding: 25px 15px;
  }

  .domain-hero-layout {
    flex-direction: column;
    align-items: center;
  }

  .hero-left-section {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    width: 100%;
  }

  .avatar-box .hero-avatar {
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }

  .domain-info-box .description-text {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-bullets {
    text-align: left;
    display: inline-block;
  }

  .partner-brands-list {
    justify-content: center;
    overflow-x: auto;
  }

  .hero-middle-section {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    min-width: auto;
  }

  .ideal-list li {
    justify-content: left;
  }

  .hero-right-section {
    width: 100%;
    min-width: auto;
    justify-content: center;
  }

  .button-wrapper {
    max-width: 350px;
  }
}

/* contact box */
input{
  background-color: #fff;
  border-radius: 10px;
  border-color:#008a8c;
  width: 100%;

}

textarea{
  background-color: #fff;
  border-radius: 10px;
  border-color: #008a8c;
  width: 100%;

}

input:focus-within{
  outline: none;
  border-color: #111d51;
  border-width: 1px;

}

textarea:focus-within{
  outline: none;
  border-color: #111d51;
  border-width: 1px;
}



.btnn {
  display: flex;
  justify-content: center; 
  align-items: center;   
  width: 100%;
  background-color: #008a8c;
  border-radius: 20px;
  border: none;
  padding: 6px 15px;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white;
  margin-bottom: -5px;
}

.btnn:hover {
  opacity: 0.9;
  cursor: pointer;
  color: #033536;
  
}

/* the final part */

.last-part{
  border: 0.01rem solid grey;
  border-radius: 10px;
  padding: 10px;
  margin: 20px 0;
  font-size: 12px;
  color: rgb(212, 211, 211);
}


.the-link,
.first,
.second,
.third,
.the-link a,
.first a,
.second a,
.third a {
  color: rgb(212, 211, 211) !important;
  text-decoration: none !important;
  border-bottom: none !important;
  outline: none;
}


.the-link a:visited,
.first a:visited,
.second a:visited,
.third a:visited,
.the-link a:hover,
.first a:hover,
.second a:hover,
.third a:hover {
  color: rgba(255, 255, 255, .7);
    font-size: .75rem;
    text-decoration: none;
}


.the-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.first,
.second,
.third {
  margin: 11px;
  font-size: 12px;

}

.social-icon {
  width: 38px;
  height: 38px;
  font-size: 1rem;
  background-color: #fff;
  color: #111d51;
  margin-right: 8px;
  transition: all 0.3s ease;
  display: inline-flex !important;
}

.social-icon:last-child {
  margin-right: 0;
}


.social-icon:active {
  transform: scale(0.92);
}


.social-icon.icon-facebook:hover {
  background-color: #1877f2;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(24, 119, 242, 0.3);
}


.social-icon.icon-twitter:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


.social-icon.icon-linkedin:hover {
  background-color: #0077b5;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 119, 181, 0.3);
}


.social-icon.icon-instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(220, 39, 67, 0.3);
}

.social-icon.icon-instagram:hover i {
  background: none;
  -webkit-text-fill-color: initial;
}


/* cookies */

.cookie-card {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 360px;
  max-width: calc(100vw - 48px);
  padding: 20px;
  border-radius: 18px;
  z-index: 9999;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, sans-serif;
}

.cookie-card.glass {
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.cookie-header {
  margin-bottom: 8px;
}

.cookie-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

.cookie-text {
  margin: 0 0 16px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-cookie {
  border: none;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1;
  text-align: center;
}

.btn-cookie.btn-primary {
  background-color: #3b82f6;
  color: #ffffff;
}

.btn-cookie.btn-primary:hover {
  background-color: #2563eb;
  transform: translateY(-1px);
}

.btn-ghost {
  background-color: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn-ghost:hover {
  background-color: rgba(239, 68, 68, 0.15);
  color: #f87171;
  border-color: rgba(239, 68, 68, 0.3);
}

@media (max-width: 480px) {
  .cookie-card {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
  }
}