* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


.bottom-drop-down-menu-list.drop-down-menu-list {
  z-index: 10;
}

.wp-review-box a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
}






@media only screen and (min-width: 1379px) {
.hero-section-left {
    margin-right: 178px;
}
}





/* @media screen and (min-width: 526px) and (max-width: 642px) {
.hero-head {
    width: 80%;
}
}

@media screen and (min-width: 642px) and (max-width: 5000px) {
.hero-head {
    width: 70%;
}
} */






/* hero font color */
h2.text-gredient7 {
    background: -webkit-linear-gradient(#0069ff, #b311c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ff000000;
}

/* hero font color */


img.heroimg {
    border-radius: 32px;
}



a.domain-container {
  text-decoration: none;
}

a.typograph-mobile {
  text-decoration: none;
}

.X-Large-container {
  max-width: 1200px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* hero image sizing */
.hero-section-right img {
  width: 620px;
}

/* .bottom-drop-down-menu-list.drop-down-menu-list {
    padding-top: 10px;
} */
.typograph {
  margin: 0px;
  /* font-family: Inter, sans-serif; */
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(77, 91, 124);
}

.typograph-mobile {
  margin: 0px;
  /* font-family: Inter, sans-serif; */
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.h5-event {
  font-size: 16px;
}

.h5-event-mobile {
  font-size: 14px;
  color: rgb(26, 25, 25);
}

.dropdown-sizing {
  font-size: 15px !important;
  color: gray;
  width: 80%;
}

.dropdown-sizing-mobile {
  font-size: 13px !important;
  color: gray;

}

.drop-down-menu-item.desktop-dropdown-bottom-blur::after {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 72px;
  background: rgb(0 0 0 / 40%);
  z-index: -1;
  min-height: calc(107.6vh);
  pointer-events: none;
}

/* .rk {
    padding: 8px 16px !important;
    border-radius: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer !important;
    outline: none;
} */
.dropdown-hover-bgblue:hover {
  background: #dff6fd;
  /* Light blue highlight like in your image */
}

.dropdown-hover-bgblue {
  padding: 12px 16px;
  border-radius: 10px;
  /* margin-bottom: 8px; */
  cursor: pointer;
  transition: background 0.2s ease;
  /* margin-top: 15px; */
  text-decoration: none;
  color: inherit;
}

header {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgb(227, 232, 244);
  z-index: 100;
}

/* Underline animation for h5 RK Dropdown keyword running*/
.h5-event {
  position: relative;
  display: inline-block;
  color: #1d2b53;
}

/* Underline animation for h5 RK Dropdown keyword running*/
.h5-event::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2px;
  width: 100%;
  height: 1.2px;
  background-color: #1d2b53;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

/* Trigger animation on hover of parent RK Dropdown keyword running*/
.drop-down-menu-col-1-item-1:hover .h5-event::after,
.drop-down-menu-col-1-item-2:hover .h5-event::after,
.drop-down-menu-col-1-item-3:hover .h5-event::after,
.drop-down-menu-col-2-item-1:hover .h5-event::after,
.drop-down-menu-col-2-item-2:hover .h5-event::after,
.drop-down-menu-col-2-item-3:hover .h5-event::after,
.drop-down-menu-col-3-item-1:hover .h5-event::after,
.drop-down-menu-col-3-item-2:hover .h5-event::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Underline animation for h5 RK Dropdown keyword running*/
.h5-event-mobile {
  position: relative;
  display: inline-block;
  color: #1d2b53;
}

/* Underline animation for h5 RK Dropdown keyword running*/
.h5-event-mobile::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2px;
  width: 100%;
  height: 1.2px;
  background-color: #1d2b53;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

/* Trigger animation on hover of parent RK Dropdown keyword running*/
.drop-down-menu-col-1-item-1:hover .h5-event-mobile::after,
.drop-down-menu-col-1-item-2:hover .h5-event-mobile::after,
.drop-down-menu-col-1-item-3:hover .h5-event-mobile::after,
.drop-down-menu-col-2-item-1:hover .h5-event-mobile::after,
.drop-down-menu-col-2-item-2:hover .h5-event-mobile::after,
.drop-down-menu-col-2-item-3:hover .h5-event-mobile::after,
.drop-down-menu-col-3-item-1:hover .h5-event-mobile::after,
.drop-down-menu-col-3-item-2:hover .h5-event-mobile::after {
  transform: scaleX(1);
  transform-origin: left;
}

@media screen and (min-width: 1140px) and (max-width: 1400px) {
  .hero-section-left {
    margin-left: 65px;
  }

  .hero-section-right {
    margin-right: 65px;
  }
}

.logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4.h4-event-rk {
  font-size: 18px;
}

/* .products-drop-downrk {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 50px 50px;
    border-radius: 25px;
    transition: all 0.1s ease;
    cursor: pointer;
}
.products:hover .products-drop-downrk,
.products.active .products-drop-downrk {
    background-color: #f1f4fd;
    font-weight: 600;
    color: black;
}
.products-drop-downrk i {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}
.products-drop-downrk p {
    margin: 0;
    padding: 0;
    line-height: 1;
}  */




.addfeature{

  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}







.hero-section {
    padding-top: 150px !important;
    padding-bottom: 60px;
}


@media only screen and (max-width: 600px) {
.hero-section {
    padding-top: 120px !important;
}
}





@media (min-width: 992px) and (max-width: 1140px) {
  .hero-section-left {
    padding-left: 27px;
}
} 




header .drop-down-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

.drop-down-menu .logo {
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.drop-down-menu .logo img {
  width: 150px;
}

.drop-down-menu .logo p {
  font-weight: 900;
  color: #3498db;
}

.drop-down-menu-list {
  display: flex;
}

.drop-down-menu-list .products,
.drop-down-menu-list .solutions,
.drop-down-menu-list .developers,
.drop-down-menu-list .partners,
.drop-down-menu-list .domain-container {
  padding: 15px 0;
  cursor: pointer;
}

.products .fa-chevron-down,
.solutions .fa-chevron-down,
.developers .fa-chevron-down,
.partners .fa-chevron-down {
  transition: transform 0.5s;
}

.products:hover .fa-chevron-down,
.solutions:hover .fa-chevron-down,
.developers:hover .fa-chevron-down,
.partners:hover .fa-chevron-down {
  transform: rotate(180deg);
}

.drop-down-menu .products:hover .products-drop-down,
.drop-down-menu .solutions:hover .solutions-drop-down,
.drop-down-menu .developers:hover .developers-drop-down,
.drop-down-menu .partners:hover .partners-drop-down,
.drop-down-menu .domain-container:hover .domain {
  background-color: #eff2fb;
  border-radius: 24px;
}

.drop-down-menu-list .products-drop-down,
.drop-down-menu-list .solutions-drop-down,
.drop-down-menu-list .developers-drop-down,
.drop-down-menu-list .partners-drop-down,
.drop-down-menu-list .domain {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
}

.drop-down-menu-item {
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
  border-top: 1px solid rgb(227, 232, 244);
  border-bottom: 1px solid rgb(227, 232, 244);
}

header .drop-down-menu-item {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.2s ease;
  pointer-events: none;
}

header .drop-down-menu-item.open {
  opacity: 1;
  pointer-events: auto;
}

header .drop-down-menu-item .content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.drop-down-menu-item .content {
  display: flex;
  width: 100%;
  max-width: 1440px;
}

.drop-down-menu-item p {
  font-size: 12px;
}

.drop-down-menu-text {
  width: 250px;
  margin-left: 50px;
}

.drop-down-menu-text h3 {
  margin-bottom: 10px;
}

.drop-down-menu-list i {
  font-size: 10px;
  margin-left: 5px;
}

.drop-down-menu-col-1,
.drop-down-menu-col-2,
.drop-down-menu-col-3 {
  margin-left: 20px;
}

.drop-down-menu-col-1-item-1,
.drop-down-menu-col-1-item-2,
.drop-down-menu-col-1-item-3,
.drop-down-menu-col-2-item-1,
.drop-down-menu-col-2-item-2,
.drop-down-menu-col-2-item-3,
.drop-down-menu-col-3-item-1,
.drop-down-menu-col-3-item-2,
.drop-down-menu-col-3-item-3 {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
}

.drop-down-menu-col-1 i,
.drop-down-menu-col-2 i,
.drop-down-menu-col-3 i {
  font-size: 25px;
  color: #673de6;
  background-color: #673de629;
  padding: 10px;
  border-radius: 50%;
  margin-right: 20px;
}

.drop-down-menu-item h5 {
  cursor: pointer;
}

.login-signup-btn {
  display: flex;
  margin-right: 50px;
}

.login-signup-btn .login-btn button,
.login-signup-btn .signup-btn button {
  padding: 8px 16px;
  border-radius: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.login-signup-btn .signup-btn button {
  background-color: rgb(0, 105, 255);
  color: #fff;
  margin-left: 10px;
}

.drop-down-menu-hamburger-close-btn {
  display: none;
  margin-right: 50px;
}

.drop-down-menu-hamburger-close-btn i {
  cursor: pointer;
}

.bottom-drop-down-menu-list {
  display: none;
}

.bottom-login-signup-btn {
  display: none;
}

.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-section-left h2 {
  font-size: 32px;
}

.hero-section-left i {
  color: #2ecc71;
  margin-right: 5px;
  font-size: 14px;
}

.hero-section-left h3 {
  font-weight: 300;
  font-size: 15px;
}

.hero-section-left p:not(:last-child) {
  margin-bottom: 5px;
}

.hero-section-left sup {
  font-weight: 500;
}

.hero-section-left span {
  font-size: 14px;
}

.hero-section-left h4 {
  color: #0069ff;
}

.hero-section-buttons {
  display: flex;
  gap: 10px;
}

.hero-section-buttons button {
  padding: 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  /* Not needed unless you have a specific reason */
  cursor: pointer;
  width: 160px;
  font-size: 16px;
}

.hero-section .start-now-btn,
.login-signup-btn .login-btn button,
.login-signup-btn .signup-btn button {
  transition: background-color 0.3s;
}

.login-signup-btn .login-btn button:hover {
  background-color: #eff2fb;
}

.hero-section-buttons .start-now-btn:hover,
.login-signup-btn .signup-btn button:hover {
  /* background-color: #026AD3; */
  background-color: #054d96;
}

.hero-section-buttons .start-now-btn {
  background-color: #0069ff;
  color: #fff;
}


@media only screen and (max-width: 480px) {
  button.start-now-btn {
    width: 100% !important;
  }
}

.hero-section-buttons .time-btn {
  background-color: transparent;
  border: 1px solid #0069ff;
  color: #0069ff;
  font-weight: 500;
}

.money-back-guarantee {
  display: flex;
  font-size: 14px;
  gap: 6px;
}

/* .hero-section-right {
    margin-left: 30px;
} */



@media (min-width: 1380px) {
  header {
    justify-content: center;
  }

  .drop-down-menu-list {
    margin-left: 300px;
    margin-right: 50px;
  }

  .hero-section {
    justify-content: center;
  }
}

@media (max-width: 992px) {

  .login-signup-btn .login-btn button {
    border: 1px solid #1e90ff;
  }

  .drop-down-menu-list .products-drop-down,
  .drop-down-menu-list .solutions-drop-down,
  .drop-down-menu-list .developers-drop-down,
  .drop-down-menu-list .partners-drop-down,
  .drop-down-menu-list .domain {
    padding: 10px 15px;
  }

  .drop-down-menu-list .products,
  .drop-down-menu-list .solutions,
  .drop-down-menu-list .developers,
  .drop-down-menu-list .partners,
  .drop-down-menu-list .domain-container {
    padding: 0;
  }

  .hero-section-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero-section-left h2 {
    text-align: center;
  }

  header {
    justify-content: space-between;
  }

  .drop-down-menu-list {
    top: 60px;
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    max-height: calc(100vh - 51px);
    overflow: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(227, 232, 244);
  }

  .login-signup-btn {
    display: none;
  }

  .drop-down-menu-hamburger-close-btn {
    display: block;
  }

  .drop-down-menu-hamburger-close-btn i {
    font-size: 30px;
  }

  .drop-down-menu-hamburger-close-btn .fa-xmark {
    display: none;
  }

  .drop-down-menu-item {
    border-top: none;
  }

  .products:hover .drop-down-menu-item,
  .solutions:hover .drop-down-menu-item,
  .developers:hover .drop-down-menu-item,
  .partners:hover .drop-down-menu-item {
    display: none;
    position: static;
  }

  .products:hover .fa-chevron-down,
  .solutions:hover .fa-chevron-down,
  .developers:hover .fa-chevron-down,
  .partners:hover .fa-chevron-down {
    transform: rotate(0deg);
  }

  .bottom-drop-down-menu-list .products,
  .bottom-drop-down-menu-list .solutions,
  .bottom-drop-down-menu-list .developers,
  .bottom-drop-down-menu-list .partners,
  .bottom-drop-down-menu-list .domain {
    margin: 5px 50px;
  }

  .drop-down-menu-col-1,
  .drop-down-menu-col-2,
  .drop-down-menu-col-3 {
    margin-left: 0;
  }

  .drop-down-menu-col-1 i,
  .drop-down-menu-col-2 i,
  .drop-down-menu-col-3 i {
    font-size: 20px;
    /* padding: 5px; */
    margin-right: 10px;
  }

  .hero-section {
    padding: 90px 30px 0;

  }

@media only screen and (max-width: 850px) {
  .hero-section {
    flex-direction: column;
  }
}
  .bottom-login-signup-btn {
    margin-left: 50px;
  }

  .hero-section-buttons button {
    padding: 15px;
    width: 130px;
    font-size: 14px;
  }

  .hero-section-right img {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .drop-down-menu-item {
    flex-direction: column;
    margin-top: 0;
  }

  .hero-section-right {
    margin-left: 0;
  }

  .hero-section-right img {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .drop-down-menu .logo {
    margin-left: 20px;
  }

  .drop-down-menu-hamburger-close-btn {
    margin-right: 20px;
  }

  .bottom-drop-down-menu-list .products,
  .bottom-drop-down-menu-list .solutions,
  .bottom-drop-down-menu-list .developers,
  .bottom-drop-down-menu-list .partners,
  .bottom-drop-down-menu-list .domain {
    margin: 10px 20px;
  }

  /* .products-drop-down p,
    .solutions-drop-down p,
    .developers-drop-down p,
    .partners-drop-down p,
    .domain p {
        font-size: 14px;
    } */

  .bottom-login-signup-btn {
    margin-left: 20px;
  }

  .hero-section {
    align-items: flex-start;
    padding-left: 30px;
  }

  .hero-section-left h3 {
    font-size: 14px;
  }

  .hero-section-left h2 {
    font-size: 25px;
  }

  .hero-section-left p {
    font-size: 14px;
  }

  .hero-section-left p i {
    font-size: 12px;
  }


  .hero-section-left h1 span {
    font-size: 12px;
  }

  .hero-section-left h4 {
    font-size: 16px;
  }

  .hero-section-buttons {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-section-buttons button {
    padding: 15px 30px;
    width: auto;
  }

  .hero-section-right img {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .hero-section-left h3 {
    font-size: 12px;
  }

  .hero-section-left h2 {
    font-size: 22px;
  }

  .hero-section-left p {
    font-size: 12px;
  }

  .hero-section-left p i {
    font-size: 10px;
  }

  /* .hero-section-left h1 {
        font-size: 18px;
    } */

  .hero-section-left h1 span {
    font-size: 10px;
  }

  /* .hero-section-left h4 {
        font-size: 12px;
    } */

  .hero-section-left .money-back-guarantee {
    font-size: 12px;
  }

  /* .hero-section-right img {
    width: 220px;
  } */
}


span.currency-price {
  font-size: 40px !important;
}



/* ##### Css For Review Border


.review-bar {
    background-color: #ffe9c0;
    padding: 20px 30px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}

.review-bar .stars {
    display: flex;
    gap: 5px;
}

.stars i {
    background-color: #ff7300;
    color: #ffffff;
    font-size: 18px;
    padding: 6px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.logo-review {
    height: 20px;
} */


/* for desktop */
/* @media screen and (min-width: 540px) and (max-width: 1800px) {

    .logo-review {
        margin-left: 20px;
    }

    .logo-review {
        margin-left: 20px;
    }

    .ret {
        margin-right: 5px;
        margin-left: 15px;
    }

    .exc {
        margin-right: 15px;
        margin-left: 15px;
    }

    .besed {
        margin-right: 10px;
    }

    .exc {
        font-size: 20px;
        font-weight: 600;
    }

    .ret {
        font-size: 20px;
        font-weight: 600;
    }

    .ocs {
        font-size: 18px;
        margin-right: 15px;
    }

    .stars {
        margin-right: 15px;
        margin-left: 15px;
    }

    .besed {
        font-size: 18px;
    }

} */


/* for mobile */
/* @media screen and (min-width: 0px) and (max-width: 540px) {

    .logo-review {
        display: none;
    }


    .exc {
        font-size: 16px;
        font-weight: 600;
    }

    .ret {
        font-size: 16px;


        .besed {
            font-size: 14px;
        }

        font-weight: 600;
    }

    .ocs {
        font-size: 16px;
        margin-right: 10px;
    }

    .stars {
        margin-right: 10px;
        margin-left: 10px;
    }

} */






/* ### Css For Branding motion */



@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos-rk {
  overflow: hidden;
  padding: 22px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos-rk:before,
.logos-rk:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos-rk:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos-rk:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-rk:hover .branding-rk-slide {
  animation-play-state: paused;
}

.branding-rk-slide {
  display: inline-block;
  animation: 80s slide infinite linear;
}

.branding-rk-slide img {
  height: 35px;
  margin: 0 40px;
}





@media only screen and (max-width: 600px) {
 .logos-rk {
  margin-top: 20px;
}
}





/* ### pricing table started */

.container {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.container {
  background-color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}





/* for zoom pricing table */
.pricing-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.pricing-card.pricing-popular {
  border: 2px solid rgb(0 105 255);
}

@media only screen and (min-width: 722px) {
  .pricing-card.pricing-popular {
    margin-top: -45px;
  }
}

.cls-btn-prm {
  background-color: #ffffff;
  color: rgb(0 105 255);
  padding: 12px 5.5rem;
  border: 2px solid rgb(0 105 255);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cls-btn-prm:hover {
  color: red;
  background-color: black;
}

.choose-btn-prm {
  background-color: rgb(0 105 255);
  color: white;
  padding: 12px 5.3rem;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  margin-bottom: 15px;
}

.choose-btn-prm:hover {
  background-color: #6D28D9;
}

/* Toggle Styles */
/* .toggle-wrapper {
      display: flex;
      position: relative;
      background: #eee;
      padding: 5px;
      border-radius: 25px;
      width: max-content;
      gap: 20px;
      margin-bottom: 40px;
    }

    .renual-price {
      font-size: 12px;
      color: gray;
      margin-left: 25px;
    }

    .toggle-option {
      position: relative;
      padding: 10px 20px;
      border-radius: 20px;
      cursor: pointer;
      color: #333;
      font-weight: 500;
      transition: background 0.3s, box-shadow 0.3s;
    }

    .toggle-option.cls-active {
      background: white;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      font-weight: bold;
    }

    .offers-badge {
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #ccc;
      color: white;
      font-size: 12px;
      padding: 2px 8px;
      border-radius: 6px;
      font-weight: bold;
      white-space: nowrap;
    }

    .offers-badge.yearly {
      background-color: rgb(0 105 255);
    }

    .offers-badge.myears {
      background-color: #db8077;
    }

    .offers-badge.mmyears {
      background-color: #81c7a6;
    } */




















/* pricing table started */
/* pricing table started */


.pt-body {
  font-family: Arial, sans-serif;
  background: white;
  padding: 1px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}



/* @media only screen and (max-width: 400px) {
.pt-body {
margin-top: 20px;
}
}



@media only screen and (max-width: 900px) {
.pt-body {
margin-top: 40px;
}
} */


@media screen and (min-width: 150px) and (max-width: 768px) {
.pt-pricing-container {
margin-top: 30px;      
}
}


@media screen and (min-width: 768px) and (max-width: 992px) {
.pt-pricing-container {
margin-top: 60px;      
}
}

@media screen and (min-width: 992px) and (max-width: 5000px) {
.pt-pricing-container {
margin-top: 85px;      
}
}

/* pt body */

@media screen and (min-width: 150px) and (max-width: 726px) {
.pt-body {
margin-top: 20px;      
}
}


@media screen and (min-width: 726px) and (max-width: 940px) {
.pt-body {
margin-top: 30px;      
}
}

@media screen and (min-width: 940px) and (max-width: 5000px) {
.pt-body {
margin-top: 30px;      
}
}




@media screen and (min-width: 1px) and (max-width: 343px) {
.pt-toggle-option {
    margin-top: 20px;
}
}





/* for zoom pricing table */
.pt-card {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  width: 100%;
  max-width: 333px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.pt-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.pt-card.popular {
  border: 2px solid rgb(0 105 255);
}

.pt-cls-btn-prm {
  background-color: #ffffff;
  color: rgb(0 105 255);
  padding: 12px 5.5rem;
  border: 2px solid rgb(0 105 255);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pt-cls-btn-prm:hover {
  background-color: #e2effd;
}

.pt-choose-btn-prm {
  background-color: rgb(0 105 255);
  color: white;
  padding: 12px 5.5rem;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pt-choose-btn-prm:hover {
  background-color: #026ad3;
}

/* Toggle Styles */
.pt-toggle-wrapper {
  display: flex;
  position: relative;
  background: #eee;
  padding: 5px;
  border-radius: 25px;
  /* width: 100%; */
  max-width: 473px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.pt-renual-price {
  font-size: 12px;
  color: gray;
  margin-left: 0;
  text-align: center;
  display: block;
}

.pt-toggle-option {
  position: relative;
  padding: 15px 15px;
  border-radius: 20px;
  cursor: pointer;
  color: #333;
  font-weight: 500;
  transition: background 0.3s, box-shadow 0.3s;
  white-space: nowrap;
  font-size: 14px;
}









.pt-toggle-option.active {
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.pt-offers-badge {
  font-size: 2px;
  font-weight: 100;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
  color: black;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: bold;
  white-space: nowrap;
}

.pt-offers-badge.yearly {
  background-color: #cabdfd;
}

.pt-offers-badge.myears {
  background-color: #e2b5b5;
}

.pt-offers-badge.mmyears {
  background-color: #b4e3ca;
}

.yearly {
  font-weight: 500;
}

.myears {
  font-weight: 500;
}

.mmyears {
  font-weight: 500;
}

/* Pricing Table Styles */
.pt-pricing-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  width: 100%;
}


@media only screen and (max-width: 940px) {
.pt-pricing-container {
  flex-wrap: wrap;
}
}


.pt-card.popular .pt-header {
  background: rgb(0 105 255);
  color: white;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pt-content {
  padding: 24px;
}

.pt-plan-title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.pt-plan-title img {
  width: 45px;
  margin-right: 10px;
}

.pt-plan-title h2 {
  font-size: 20px;
  margin: 0;
}

.pt-plan-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.pt-price {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 4px;
}

.pt-billing {
  font-size: 18px;
  font-weight: 700;
  color: rgb(0 105 255);
}

.pt-features {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

.pt-features .pt-p-content {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.pt-s-content {
  font-weight: 700;
  margin-right: 3px;
  margin-left: 3px;
}

.pt-additional-features {
  display: none;
}

.pt-see-all-link {
  color: rgb(0 105 255);
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 15px;
}

.pt-see-all-link .pt-chevron-icon {
  transition: transform 0.3s ease;
}

.pt-see-all-link.active .pt-chevron-icon {
  transform: rotate(180deg);
}

.pt-empty-border-box {
  border-bottom: 1px solid #ccc;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}











/* Responsive adjustments */
@media (min-width: 768px) {
  .pt-card {
    margin-bottom: 0;
  }

  .pt-card.popular {
    margin-top: -20px;
  }

  .pt-toggle-wrapper {
    gap: 20px;
    flex-wrap: nowrap;
  }

  .pt-toggle-option {
    padding: 10px 20px;
    font-size: 16px;
  }

  /* .pt-pricing-container {
    flex-wrap: nowrap;
  } */
}

@media (min-width: 992px) {
  .pt-card.popular {
    margin-top: -45px;
  }
}

@media (max-width: 480px) {
  .pt-body {
    padding: 1px 20px;
  }

  .pt-toggle-wrapper {
    padding: 3px;
    gap: 5px;
  }

  .pt-toggle-option {
    padding: 12px 20px;
    font-size: 12px;
  }

  .pt-offers-badge {
    font-size: 10px;
    top: -23px;
  }

  .pt-content {
    padding: 15px;
  }

  .pt-price {
    font-size: 36px;
  }

  .pt-billing {
    font-size: 16px;
  }

  .pt-cls-btn-prm,
  .pt-choose-btn-prm {
    padding: 10px;
    font-size: 14px;
  }
}



@media (max-width: 700px) {
  .pt-toggle-option {
    position: relative;
    padding: 10px 10px;
    border-radius: 20px;
    cursor: pointer;
    color: #333;
    font-weight: 500;
    transition: background 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    font-size: 14px;
  }
}




.pricing-heading {
  font-family: Arial, sans-serif;
  font-size: 34px;
  line-height: 40.8px;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  padding-top: 30px;
}

.pricing-s-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.pricing-s-heading {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  padding: 15px;
  color: gray;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  width: 800px;
}






/* ### Codebost grid system start */

@media only screen and (max-width: 1140px) {
  section.card-section {
    margin: 20px;
  }

}


.card-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1140px;
  margin: auto;

  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #f9f9f9;
  margin-top: 40px;
}








@media (min-width: 255px) and (max-width: 350px) {
.card-section {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}







.mp-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
  padding: 10px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
}

.mp-card:hover {
  border-color: rgb(0, 105, 255);
  transform: translateY(-5px);
}

.mp-card #img-grid {
  max-width: 150px;
  /* margin-bottom: 20px; */
}

.mp-card .h3-grid {
  color: rgb(0, 105, 255);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.mp-card .p-grid {
  color: #333;
  font-size: 16px;
  line-height: 24px;

}





/* grid system started */

.X-rk-Large-container {
  max-width: 1140px;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: center;
}

.X-rk-Large-container .grid-layout-desc {
  font-size: 30px;
  font-weight: 800;
  font-family: 'Plus Jakarta Sans', sans-serif;
  margin-bottom: 50px;
  color: black;
}



.gb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.bcz-card {
  background: #fff;
  border: 2px solid #ffd54f;
  border-radius: 8px;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1140px) {
  .bcz-card {
    padding: 1rem;
  }
}

.bcz-card:hover {
  border-color: rgb(0, 105, 255);
  cursor: pointer;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.5);
}

.bcz-card #img-grid {
  object-fit: contain;
}

.directadmin {
  width: 180px;
  height: 90px;
}

.cloudlinux {
  width: 155px;
  height: 90px;
}

.jetbackup {
  width: 160px;
  height: 90px;
}

.letsencrypt {
  width: 165px;
  height: 90px;
}

.nginx {
  width: 160px;
  height: 90px;
}

.cloudflare {
  width: 160px;
  height: 90px;
}

.imunify {
  width: 150px;
  height: 90px;
}

.phpmyadmin {
  width: 140px;
  height: 90px;
}

.webmail {
  width: 180px;
  height: 90px;
}

.apache {
  width: 120px;
  height: 90px;
}

.softaculous {
  width: 160px;
  height: 90px;
}

.sitepad {
  width: 140px;
  height: 90px;
}

.litespeed {
  width: 150px;
  height: 90px;
}

.cpanel {
  width: 120px;
  height: 90px;
}

.wordpress {
  width: 180px;
  height: 90px;
}

/* ## Rapidlyhost grid system end */



/* ### review bar Trusted WordPress Hosting */


.wp-review-widget {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding-bottom: 20px;
}

.wp-review-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}

.wp-review-title img {
  height: 35px;
  vertical-align: middle;
  margin-right: 8px;
}

.wp-review-title span {
  font-weight: bold;
}

.wp-review-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 15px;
}

.wp-review-section {
  display: flex;
  flex-wrap: nowrap;
  gap: 147px;
  padding: 20px 0;
  min-width: max-content;
  justify-content: center;
  align-items: center;
}

.wp-review-box {
  flex: 0 0 auto;
  width: 220px;
  text-align: center;
}

.wp-review-box img {
  width: 215px;
  height: auto;
  margin-bottom: 8px;
}

.wp-review-box p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.wp-review-box p strong {
  font-weight: bold;
}

/* Hide scrollbar on mobile */
.wp-review-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.wp-review-scroll-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


@media only screen and (max-width: 500px) {
  .wp-review-scroll-wrapper {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wp-review-section {
    display: flex;

    min-width: fit-content;
    justify-content: center;
    /* Or use center if wrapping */
  }
}



/* Testonomial started */

.testimonial-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.section-header {
  margin-top: 30px;
  margin-bottom: 64px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
 .section-header {
    margin-bottom: 35px;
  }
}


.section-subtitle {
  display: block;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 8px;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

@media only screen and (max-width: 600px) {
.testimonial-title {
  font-size: 30px;
}
}

.swiper-testimonial-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.swiper-wrapper {
  display: flex;
  width: max-content;
  height: max-content;
}

.swiper-slide {
  width: 100%;
  flex-shrink: 0;
  padding: 0 16px;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 24px;
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  border-color: rgb(0 105 255);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.swiper-slide-active .testimonial-card {
  border-color: rgb(0 105 255);
}

.testimonial-rating {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  gap: 8px;
  color: #f59e0b;
}

.rating-value {
  font-size: 16px;
  font-weight: 600;
  color: rgb(0 105 255);
}

.testimonial-text {
  font-size: 16px;
  color: #4b5563;
  line-height: 24px;
  margin-bottom: 32px;
  transition: all 0.5s ease;
}

.testimonial-card:hover .testimonial-text,
.swiper-slide-active .testimonial-text {
  color: #1f2937;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.author-name {
  font-weight: 500;
  color: #111827;
  margin-bottom: 4px;
}

.author-title {
  font-size: 14px;
  color: #6b7280;
}

.swiper-pagination {
  bottom: 2px !important;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 4px !important;
  border-radius: 5px !important;
  margin: 0 6px !important;
  background: #d1d5db;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgb(0 105 255) !important;
}

@media (min-width: 640px) {
  .swiper-slide {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .swiper-slide {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .swiper-slide {
    width: 33.333%;
  }
}

/* Testonomial end */















/* FOOTER STARTED HERE */



.footer-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
}

/* Main footer styles */
.footer-container {
  background: #070033;
  /* background: #061a40; */
  color: #d7d7d7;
  padding: 50px 30px;
}

.footer-wrapper {
  max-width: 1150px;
  margin: 0 auto;
}

@media (min-width: 1490px) {
  .footer-wrapper {
    max-width: 1240px;
    padding: 20px 10px 0;
  }
}

/* Footer grid layout */
.footer-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 854px) {
  .footer-grid {
    justify-content: center;
  }
}


.footer-logo-section {
  max-width: 300px;
}

@media (max-width: 854px) {
  .footer-logo-section {
    width: 100%;
    max-width: 320px;
    margin: 10px auto;
    text-align: center;
  }
}

.footer-logo {
  max-width: 200px;
  display: inline-block;
}



.footer-description {
  font-size: 13px;
  color: #d7d7d7;
  margin-top: 15px;
  line-height: 1.5;
}

/* social icon start */

.sm-social-container {
  margin: 20px 0 0;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

.sm-social-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sm-social-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sm-social-menu ul li {
  margin: 0 8px;
}

.sm-social-menu ul li .fab {
  font-size: 17.56px;
  line-height: 35px;
  transition: 0.3s;
  color: #000;
}

.sm-social-menu ul li .fab:hover {
  color: #fff;
}

.sm-social-menu ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 25%;
  background-color: #fff;
  text-align: center;
  transition: 0.6s;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.sm-social-menu ul li a:hover {
  transform: translateY(-3px);
}

.sm-social-menu ul li:nth-child(1) a:hover {
  background-color: #ff0000;
  /* YouTube */
}

.sm-social-menu ul li:nth-child(2) a:hover {
  background-color: #1877f2;
  /* Facebook */
}

.sm-social-menu ul li:nth-child(3) a:hover {
  background-color: #0077b5;
  /* LinkedIn */
}

.sm-social-menu ul li:nth-child(4) a:hover {
  background-color: #e4405f;
  /* Instagram */
}

.sm-social-menu ul li:nth-child(5) a:hover {
  background-color: #000000;
  /* X (Twitter) */
}

/* social icon end */

/* Payment methods */

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.payment-method {
  height: 30px;
}

.payment-method img {
  height: 100%;
  object-fit: contain;
}

@media (max-width: 950px) {
  .payment-method {
    height: 22px;
  }
}

.footer-column {
  flex: 1;
  min-width: 150px;
  margin-bottom: 20px;
}

@media (max-width: 854px) {
  .footer-column {
    width: 45%;
    max-width: 320px;
    margin: 10px auto;
  }
}

@media (max-width: 550px) {
  .footer-column {
    width: 100%;
  }
}

.footer-column h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin: 15px 0;
}

.footer-column ul li a {
  color: #d7d7d7;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.footer-column ul li a:hover {
  color: #fff;
}

.footer-divider {
  height: 1px;
  border-bottom: 1px solid #b4b2b2;
  margin: 20px 0;
}

.footer-copyright {
  text-align: center;
  color: #d7d7d7;
  font-size: 15px;
  padding-top: 20px;
}

@media only screen and (min-width: 500px) {
  .footer-column {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 500px) {
  .footer-logo img {
    display: block;
    width: 80%;
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  .footer-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
}


.payment-size {
  width: 60px;
}


@media only screen and (max-width: 950px) {
.payment-method {
    height: 30px;
}
}





















/* codemathura start */
    .itc-container {
      font-family: 'Inter', sans-serif;
      background: #ffffff;
      color: #1a1a1a;
      width: 100%;
      min-height: 100vh;
      padding: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Grid layout - responsive columns */
    .itc-grid-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      width: 100%;
      max-width: 1140px;
      padding: 20px 0;
    }

    /* Box styling */
    .itc-box {
      padding: 20px;
      width: 100%;
    }

    /* Tag styling */
    .itc-tag {
      display: inline-block;
      background: #e4eafc;
      color: #555;
      font-size: 14px;
      padding: 5px 10px;
      border-radius: 6px;
      margin-bottom: 15px;
    }

    /* Responsive headings */
    .itc-heading-1,
    .itc-heading-2 {
      font-size: 28px;
      margin-bottom: 15px;
      line-height: 1.3;
    }

    .itc-highlight {
      color: #2b3df2;
      font-weight: 700;
      text-decoration: underline red 3px;
    }

    /* Features list */
    .itc-features {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .itc-features-item {
      margin-bottom: 20px;
      font-size: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
    }

    /* Icon styling */
    .itc-icon-30 {
      min-width: 30px;
      min-height: 30px;
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }

    /* Color classes */
    .itc-theme2nd-bg {
      background-color: #2b3df2;
    }

    .itc-white-color {
      color: #ffffff;
    }

    .itc-border-radius-50 {
      border-radius: 50%;
    }

    /* Responsive images */
    .itc-image-wrapper img {
      width: 100%;
      height: auto;
      max-height: 400px;
      object-fit: cover;
      border-radius: 12px;
    }

    /* Tablet breakpoint (768px and up) */
    @media (min-width: 768px) {
      .itc-grid-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
      }
      
      .itc-heading-1,
      .itc-heading-2 {
        font-size: 32px;
      }
      
      .itc-features-item {
        font-size: 17px;
      }
    }

    /* Desktop breakpoint (1024px and up) */
    @media (min-width: 1024px) {
      .itc-grid-container {
        gap: 40px;
      }
      
      .itc-heading-1,
      .itc-heading-2 {
        font-size: 40px;
        margin-bottom: 20px;
      }
      
      .itc-features {
        margin-top: 50px;
      }
      
      .itc-features-item {
        font-size: 18px;
        margin-bottom: 25px;
      }
      
      .itc-image-wrapper img {
        height: 395px;
      }
    }

    /* Adjust layout for specific screen sizes */
    @media (max-width: 767px) {
      .itc-box:first-child {
        order: 1;
      }
      .itc-box:nth-child(2) {
        order: 2;
      }
      .itc-box:nth-child(3) {
        order: 4;
      }
      .itc-box:last-child {
        order: 3;
      }
    }

@media only screen and (min-width: 600px) {
  .itc-grid-container {
    margin-top: 50px;
}
}


/* codemathura end */






.beutifull-section-header {
    text-align: center;
}

.beutifull-section-header {
    margin-top: 10px;
}


.beutifull-section {
    display: block;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 8px;
}

.beutifull-h1 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
}

@media only screen and (max-width: 600px) {
.beutifull-h1 {
    font-size: 32px;
}
}

.beautill-box-tag {
    display: inline-block;
    background: #e4eafc;
    color: rgb(0, 105, 255);
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
}