.dm-hero-domain-form {
    max-width: 450px;
}

.dm-hero-domain-form input[type=text],
.dm-hero-domain-form select,
.dm-hero-domain-form input[type=submit] {
    height: 50px;
    line-height: normal; /* Inasaidia kucenter maandishi */
}


.dm-hero-domain-form input[type=text] {
    padding: 0 0 0 24px; /* Ondoa padding ya juu/chini (tumetumia height badala yake) */
    background-color: #fff;
    border: 0;
    width: 100%;
    border-radius: 30px 0 0 30px;
}

/* 3. Update style ya Select */
.dm-hero-domain-form select {
    width: 80px;
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

/* 4. Update style ya Submit Button */
.dm-hero-domain-form input[type=submit] {
    padding: 0 20px; /* Ondoa padding ya juu/chini */
    border-radius: 0 30px 30px 0;
    font-size: 16px;
    cursor: pointer;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
}


h1, h2, h3, h4, h5, h6{
    font-weight: 700 !important;
    color: var(--bs-heading-color, inherit);
}

.tab-switch-btn span {
    color: #001042;
}

.fw-bold {
    font-weight: 700 !important;
}

.tab-switch-btn .switch-input {
    width: 68px;
    height: 32px;
    left: 146px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.tab-switch-btn .toggle-switch-btn {
    width: 58px;
    height: 32px;
    border: 2px solid #001042;
    margin: 0 15px;
    cursor: pointer;
}

.right-top {
    top: 0;
    right: 0;
    z-index: -1;
}

.left-bottom {
    left: 0;
    bottom: 0;
    z-index: -1;
}


/***********pricing section start***********/
.pricing-tab-section {
  margin-top: -120px;
/*  padding-top: 220px;*/
  padding-top: 120px;
}

/*.pricing-tab-section.pricing-details-page {
  padding-top: 120px;
}*/

@media (max-width: 768px) {
  .pricing-tab-section.pricing-details-page {
    padding-top: 65px;
  }
}

.tab-switch-btn span {
  color: var(--heading-color);
}

.tab-switch-btn .switch-input {
  width: 68px;
  height: 32px;
  left: 146px;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.tab-switch-btn .switch-input:checked ~ .toggle-switch-btn::before {
  left: 30px;
}

.tab-switch-btn .toggle-switch-btn {
  width: 58px;
  height: 32px;
  border: 2px solid var(--heading-color);
  margin: 0 15px;
  cursor: pointer;
}


.pricing-wrapper .frame-shape {
  left: -50px;
  top: -30px;
  z-index: -1;
}

.pricing-column {
  padding: 50px 30px;
}

.pricing-column .pricing-badge {
  background: linear-gradient(287.85deg, rgba(255, 7, 102, 0.1) 0%, rgba(255, 126, 93, 0.1) 95.32%);
  right: 30px;
  top: 30px;
  padding: 6px 18px;
  font-weight: 500;
  font-size: 15px;
}

.pricing-column .pricing-badge .gradient-txt {
  color: var(--gm-primary-color);
  font-size: 14px;
}

.pricing-column .popular-badge {
  background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
  width: 370px;
  font-size: 14px;
  color: var(--white-color);
  padding: 8px 0;
  transform: rotate(40deg);
  right: -90px;
  top: 55px;
}

.pricing-column .pricing-label {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}

.pricing-column h4 span {
  font-size: 16px;
  font-weight: 600;
  margin-left: 6px;
}

.pricing-column .yearly-price {
  display: none;
}

.pricing-column .feature-list {
  height: 150px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  font-size: 14px;
}

.pricing-column .feature-list.expand-list {
  height: auto;
  transition: var(--transition);
}

.pricing-column .feature-list li + li {
  margin-top: 12px;
}

.pricing-column .feature-list li i {
  color: var(--primary-color);
}

.pricing-column .expand-btn {
  background-color: transparent;
  border: 0;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 600;
}

.pricing-column .expand-btn i {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background: rgba(0, 16, 66, 0.1);
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transition: var(--transition);
}

.pricing-column .expand-btn.active i {
  transform: rotate(180deg);
}

.money-back-area {
  padding: 60px 25px 50px 25px;
}

.money-back-area .money-back_ft-list {
  gap: 30px;
  flex-wrap: wrap;
  text-align: left;
}

.money-back-area .money-back_ft-list li {
  color: var(--heading-color);
  font-weight: 500;
}



/***********All Common***********/
mark {
  background: transparent;
  color: var(--warning-text);
  padding: 0;
}

.lead {
  font-weight: 500;
  font-size: 1.125rem;
}

.left-top {
  left: 0;
  top: 0;
  z-index: -1;
}

.left-bottom {
  left: 0;
  bottom: 0;
  z-index: -1;
}

.right-top {
  top: 0;
  right: 0;
  z-index: -1;
}

.right-bottom {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.deep-shadow {
  box-shadow: var(--deep-shadow);
}

.primary-shadow {
  box-shadow: var(--primary-shadow);
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.primary-text {
  color: var(--primary-text);
}

.danger-text {
  color: var(--danger-text);
}

.success-text {
  color: var(--success-text);
}

.blue-text {
  color: var(--blue-text);
}

.info-text {
  color: var(--info-text);
}

.rounded-left {
  border-radius: 5px 0 0 5px;
}

.rounded-right {
  border-radius: 0 5px 5px 0;
}

.soft-light {
  mix-blend-mode: soft-light;
}

.hm2-title mark {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.dark-bg {
  background: var(--dark-bg);
}

.dark-bg h2,
.dark-bg p {
  color: var(--white-color);
}

.template-pagination ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  color: var(--heading-color);
  font-weight: 700;
  font-family: var(--heading-font);
  margin-right: 10px;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
  z-index: 1;
}

.template-pagination ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}

.template-pagination ul li a.active,
.template-pagination ul li a:hover {
  color: var(--white-color);
  border-color: transparent;
}

.template-pagination ul li a.active::after,
.template-pagination ul li a:hover::after {
  opacity: 1;
}

.fs-md {
  font-size: 15px;
}

.fs-sm {
  font-size: 14px;
}



/*Other*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.secondary-btn {
    background-color: #001042;
}

.template-btn {
    display: inline-block;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    padding: 16px 32px;
    color: #fff;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.primary-btn {
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    position: relative;
    z-index: 1;
}

.mt-40 {
	margin-top: 40px;
}


.money-back-area .money-back_ft-list li i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    border-radius: 50%;
    color: #fff;
}


.tab-switch-btn .toggle-switch-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    border-radius: 50%;
    -webkit-transition: .15s;
    transition: .15s;
}


.rs-primary-btn {
    background: #ff0766;
}


.custom-plan-box {
    background-image: linear-gradient(101.48deg, #102062 -0.49%, #060B43 97.87%);
    border-radius: 10px;
    padding: 60px 24px;
}

.custom-plan-box .flower-shape {
    left: 16px;
    bottom: 0;
}


.custom-plan-box .paper-pen {
    right: 16px;
    bottom: 0;
}


/***********popular domain start***********/
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.dm-pp-domain-item {
    padding: 25px 20px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 15px 60px rgba(151, 151, 151, .1);
    box-shadow: 0px 15px 60px rgba(151, 151, 151, .1);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.dm-pp-domain-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
}

.dm-pp-domain-item img.original {
    display: block;
}

.dm-pp-domain-item img.on-hover {
    display: none;
}

.dm-pp-domain-item .dm-offer-badge {
    background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
    padding: 4px 10px;
    font-size: 12px;
    right: -20px;
    top: 40px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dm-pp-domain-item h6 {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.dm-pp-domain-item .subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.dm-pp-domain-item a {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    color: #001042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.dm-pp-domain-item a i {
    margin-left: 6px;
}

.dm-pp-domain-item .circle-small {
    width: 14px;
    height: 14px;
    background: #2b65f5;
    border-radius: 50%;
    right: 60px;
    bottom: 60px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -1;
}

.dm-pp-domain-item .circle-shape {
    width: 150px;
    height: 150px;
    background: #276ff6;
    position: absolute;
    right: -75px;
    bottom: -75px;
    border-radius: 50%;
    opacity: .05;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.dm-pp-domain-item .circle-shape.shape-2 {
    right: 20px;
    bottom: -100px;
}

.dm-pp-domain-item:hover {
    -webkit-box-shadow: 0px 15px 60px rgba(5, 137, 255, .4);
    box-shadow: 0px 15px 60px rgba(5, 137, 255, .4);
}

.dm-pp-domain-item:hover::before {
    opacity: 1;
}

.dm-pp-domain-item:hover .original {
    display: none;
}

.dm-pp-domain-item:hover .on-hover {
    display: block;
}

.dm-pp-domain-item:hover h6, .dm-pp-domain-item:hover .subtitle, .dm-pp-domain-item:hover a {
    color: #fff;
}

.dm-pp-domain-item:hover .circle-small {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dm-pp-domain-item:hover .circle-shape {
    background: #fff;
    opacity: .1;
}
/***********popular domain end***********/