/*
Theme Name: HostHub
Theme URI: 
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Hosthub is a Free Bootstrap Website Template for Web Hosting by TemplatesJungle.
Version: 1.0
*/

/** Base Styles
--------------------------------------------------------------*/
:root {
  --accent-color: #ED4E1D;
  --secondary-color: #79A6DE;
  --dark-color: #333333;
  --grey-color: #FFFFFF;
  --body-text-color: #333333;
  --light-text-color: #555555;
  --link-color: #ED4E1D;
  --background-color: #F2F6FB;
}

/** Typography
  --------------------------------------------------------------*/
body {
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  color: var(--light-text-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Raleway', sans-serif;
  color: var(--body-text-color);
}

h1,
.h1,
h2,
.h2 {
  font-weight: 700;
  text-transform: capitalize;

}


h1,
.h1 {
  font-size: 5rem;
  letter-spacing: 0.01em;
}

h2,
.h2 {
  font-size: 2.625rem;
  letter-spacing: 0.02em;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

h6,
.h6 {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
}

p {
  font-family: 'Catamaran', sans-serif;
  color: var(--light-text-color);
}

.text-light {
  --bs-text-opacity: 1;
  color: var(--grey-color) !important;
}

a {
  color: var(--light-text-color);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

a:hover {
  color: var(--accent-color);
  text-decoration: none;
}



/* media query  
--------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {

  h1,
  .h1 {
    font-size: 3rem;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }

}

.padding-large {
  padding-top: 26.13rem;
  padding-bottom: 14.06rem;
}

.padding-medium {
  padding-top: 12rem;
  padding-bottom: 9rem;
}

.padding-medium-2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

@media only screen and (max-width: 768px) {
  .padding-large {
      padding-top: 18rem;
      padding-bottom: 12rem;
  }

  .padding-medium {
      padding-top: 10rem;
      padding-bottom: 6rem;
  }

  .padding-medium-2 {
      padding-top: 2rem;
      padding-bottom: 5rem;
  }
}


/* bootstrap button override  
--------------------------------------------------------------*/
.btn {
  --bs-btn-padding-x: 2.125rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: 'Catamaran', sans-serif;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-primary {
  --bs-btn-color: var(--grey-color);
  --bs-btn-bg: var(--accent-color);
  --bs-btn-border-color: var(--accent-color);
  --bs-btn-hover-color: var(--grey-color);
  --bs-btn-hover-bg: var(--accent-color);
  --bs-btn-hover-border-color: var(--accent-color);
  --bs-btn-active-color: var(--grey-color);
  --bs-btn-active-bg: var(--accent-color);
  --bs-btn-active-border-color: var(--accent-color);
}

.btn-outline-primary {
  transition: 0.3s ease-in;
  --bs-btn-color: var(--light-text-color);
  --bs-btn-border-color: var(--light-text-color);
  --bs-btn-hover-color: var(--grey-color);
  --bs-btn-hover-bg: var(--accent-color);
  --bs-btn-hover-border-color: var(--accent-color);
  --bs-btn-active-color: var(--grey-color);
  --bs-btn-active-bg: var(--accent-color);
  --bs-btn-active-border-color: var(--accent-color);
}


.btn-arrow {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--grey-color);
}

.btn-primary {
  position: relative;
  overflow: hidden;
}

.btnTwo {
  position: absolute;
  top: 14px;
  right: 10%;
  transition: 0.3s ease-out;
  opacity: 0;
}

.btn-primary:hover .btnTwo {
  right: 3%;
  opacity: 1;
}


@media only screen and (max-width: 1200px) {
  .btn {
    --bs-btn-padding-x: 1.55rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 1rem;
  }

  .btnTwo {
    display: none;
  }


}



/*---- navigation section style start ----*/

a.nav-link::after {
  content: "";
  text-align: center;
  display: block;
  width: 0;
  height: 2px;
  background: var(--grey-color);
  transition: width 0.3s;
}

a.nav-link.active::after,
a.nav-link:focus::after,
a.nav-link:hover::after {
  width: 100%;
  transition: width 0.3s;
}

nav.navbar {
  width: 100%;
  z-index: 1000;
}

.offcanvas-body .d-flex {
  flex-wrap: nowrap;
}

.offcanvas-body .d-flex button {
  white-space: nowrap;
}

.navbar-toggler {
  border: none;
}

iconify-icon.navbar-icon {
  font-size: 30px;
}

/* dropdown style  */
.dropdown-toggle::after {
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-left: 0em solid transparent;
  margin-left: 0rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--body-text-color);
  background-color: var(--background-color);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--body-text-color);
  background-color: var(--background-color);
}

/* bagde style  */
.badge {
  --bs-badge-font-weight: 400;
  background-color: var(--secondary-color);
}

/* modal  */
.modal-header {
  border-bottom: none;
}

.modal-backdrop {
  --bs-backdrop-zindex: 999;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* form-control  */
.form-control:focus {
  border-color: var(--light-text-color);
  box-shadow: none;
  color: var(--body-text-color);
}



@media only screen and (max-width: 992px) {
  a.nav-link {
    color: var(--body-text-color) !important;
  }

  a.nav-link::after {
    background: var(--body-text-color);
  }

}

@media only screen and (max-width: 999px) {
  a.nav-link::after {
    height: 0px;
  }

}



/*---- hero section style start ----*/
section#hero {
  background: linear-gradient(76.38deg, #121B52 0%, #5F1C8A 100%);
  height: 100vh;
}

.hero-btn-outline-primary {
  color: var(--grey-color);
  border-color: var(--grey-color);
}


/*---- hero section style start ----*/
section#mini-hero{
  background: linear-gradient(76.38deg, #121B52 0%, #5F1C8A 100%);
  height: 50vh;
}


/* - Scroll Button
------------------------------------------------------------- */
#scroll-top-btn {
  border: 1px solid var(--secondary-color);
  bottom: 50px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#scroll-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.scroll-icon{
  font-size: 30px;
  color: var(--secondary-color);
}


/*---- brand section style start ----*/
.brand-block {
  display: flex;
  align-items: center;
  padding: 87px 160px;
  width: 80%;
  margin-top: -95px;
  background: var(--background-color);
  border: 1px solid #EBEFF4;
  box-shadow: 0px 0px 26px rgba(24, 69, 123, 0.16);
  border-radius: 30px;

}

.brand-names {
  width: -webkit-fill-available;
}

@media only screen and (max-width: 1200px) {
  .brand-block {
    padding: 87px 50px;
  }

}




/*---- steps section style start  ----*/

iconify-icon.iconify-step {
  font-size: 40px;
  padding: 30px;
  color: var(--grey-color);
  border-radius: 60px;
  opacity: 0.8;
}




/*---- feature section style start ----*/

section#feature {
  background: var(--background-color);
}

iconify-icon.feature-icon {
  background: var(--background-color);
  border: 1px solid #EBEFF4;
  box-shadow: 0px 0px 14px rgba(24, 69, 123, 0.08);
  border-radius: 10px;
  font-size: 30px;
  padding: 20px;
  color: #79A6DE;

}




/*---- testimonial section style start ----*/


.card-body {
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.2));
  padding: 40px;
  padding-bottom: 10px;
}

.card {
  --bs-card-border-width: 1px;
  --bs-card-border-color: #EBEFF4;
  --bs-card-border-radius: 10px;
}

.testimonial-name {
  font-weight: 500;
  font-size: 18px;
  color: var(--body-text-color);

}

iconify-icon.testimonial-icon {
  font-size: 14px;
  color: #F2B821;
}


/* swiper overide 
--------------------------------------------------------------*/

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: unset;
}

.swiper-pagination-bullet-active {
  background: var(--accent-color);
}




/*---- price plan section style start ----*/

.plan-post {
  border: 1px solid #EBEFF4;
  border-radius: 10px;
}

.plan-btn-outline-primary {
  background: var(--accent-color);
  color: var(--grey-color);
  border-color: var(--accent-color);

}

.dollar {
  font-family: 'Raleway';
}

.plan-cost {
  color: var(--body-text-color);
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.plan-right {
  color: var(--secondary-color);
}




/*---- blog section style start ----*/

section#blog {
  background: var(--background-color);
}

.blog-link {
  color: var(--body-text-color);
}





/*---- faq section style start ----*/

/* accordian style override  */

.accordion-button{
  font-family: 'Raleway', sans-serif;
  color: var(--body-text-color);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.accordion-button:focus {
  border: 1px solid #EBEFF4;
  border-radius: 10px;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--grey-color);
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-item {
  border: 1px solid #EBEFF4;
  border-radius: 10px;
}

.accordion-button {
  border: 1px solid #EBEFF4;
  border-radius: 10px;
}

.accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
}




/*---- call to action section style start ----*/

section#action {
  background: var(--background-color);
}

.website-link {
  color: var(--body-text-color);
}


/*--------------------------------------------------------------
  Blog page style
  --------------------------------------------------------------*/
  .pagination {
    --bs-pagination-color: var(--body-text-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--body-text-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: var(--body-text-color);
    --bs-pagination-active-bg: var(--secondary-color);
    --bs-pagination-active-border-color: var(--bs-border-color);
  }

  /*--------------------------------------------------------------
  Gallery page style
  --------------------------------------------------------------*/
button.filter-button.gallery-btn {
  letter-spacing: 0.075rem;
  border: 1px solid var(--bs-border-color);
  background: transparent;
  color: var(--bs-black);
  text-transform: uppercase;
  font-size: 1rem;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}

button.filter-button.gallery-btn.active {
  color: var(--bs-light);
  background: var(--accent-color);
}

button.filter-button.gallery-btn:hover {
  color: var(--bs-light);
  background: var(--accent-color);
}
    :root {
      --accent-color: #007bff;
      --dark-color: #ffffff;
      --background-color: #f8f9fa;
    }

    /* Fix for brand logo text */
    .brand-text {
      display: inline-block;
      white-space: nowrap;
      font-weight: 700;
      color: #ffffff !important;
      margin-left: 8px;
    }

    /* Service Level Section Styling */
    #membership-tiers {
      background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
      padding: 80px 0;
    }

    #membership-tiers h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #2c3e50;
    }

    #membership-tiers .lead {
      color: #6c757d;
      font-size: 1.1rem;
    }

    .pricing-thumb {
      border-radius: 15px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }

    .pricing-thumb:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important;
    }

    .pricing-title-wrap {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      padding: 30px;
    }

    .pricing-title {
      font-size: 1.5rem;
      font-weight: 600;
    }

    .pricing-small-title {
      font-size: 1rem;
      opacity: 0.9;
    }

    .pricing-body {
      padding: 40px 30px;
    }

    .pricing-body p {
      margin-bottom: 15px;
      color: #495057;
    }

    .pricing-body i {
      color: #667eea;
    }

    .custom-btn {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      border: none;
      padding: 12px 30px;
      border-radius: 25px;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
    }

    .custom-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
      color: white;
    }

    /* Statistics Section Enhanced Styling */
    #statistics {
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      padding: 80px 0;
      position: relative;
      overflow: hidden;
    }

    #statistics::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
      animation: pulse 4s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 0.5; }
      50% { transform: scale(1.1); opacity: 0.3; }
    }

    .stat-card {
      background: white;
      border-radius: 20px;
      padding: 40px 30px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .stat-card::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -50%;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, transparent, rgba(102, 126, 234, 0.1), transparent);
      transform: rotate(45deg);
      transition: all 0.5s ease;
    }

    .stat-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .stat-card:hover::before {
      right: -100%;
    }

    .stat-icon {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    }

    .stat-icon-inner {
      font-size: 2.5rem;
      color: white;
    }

    .counter {
      font-size: 3rem;
      font-weight: 700;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin: 10px 0;
    }

    .stat-label {
      font-size: 1.1rem;
      color: #6c757d;
      font-weight: 500;
      margin-top: 10px;
    }

    /* Navbar fixes */
    .navbar-brand {
      display: flex;
      align-items: center;
    }

    /* Ensure proper styling for the rest of the page */
    .section-padding {
      padding: 80px 0;
    }

    /* Smooth scroll behavior */
    html {
      scroll-behavior: smooth;
    }    /* Offset for fixed navbar when scrolling to sections */
    section {
      scroll-margin-top: 80px;
    }

    /* Job Position Cards Styling */
    .job-position-card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: all 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .job-position-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

    .position-header {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      padding: 30px;
      text-align: center;
      color: white;
    }

    .position-badge {
      display: inline-block;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 15px;
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid rgba(255, 255, 255, 0.3);
    }

    .position-header h3 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .salary-range {
      font-size: 1.2rem;
      font-weight: 600;
      opacity: 0.9;
    }

    .position-details {
      padding: 30px;
      flex-grow: 1;
    }

    .position-details h5 {
      color: #2c3e50;
      font-weight: 600;
      margin: 20px 0 15px 0;
      font-size: 1.1rem;
    }

    .position-details ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 20px;
    }

    .position-details li {
      padding: 8px 0;
      border-bottom: 1px solid #f0f0f0;
      position: relative;
      padding-left: 25px;
    }

    .position-details li:before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #667eea;
      font-weight: bold;
    }

    .position-benefits {
      background: #f8f9fa;
      padding: 15px;
      border-radius: 8px;
      border-left: 4px solid #667eea;
      margin-top: 15px;
    }

    .position-footer {
      padding: 30px;
      text-align: center;
      border-top: 1px solid #f0f0f0;
    }

    .btn-apply {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
      width: 100%;
      border: none;
      cursor: pointer;
    }

    .full-time-btn {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
    }

    .full-time-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
      color: white;
    }

    .part-time-btn {
      background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
      color: white;
    }

    .part-time-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 5px 20px rgba(243, 156, 18, 0.4);
      color: white;
    }

    /* Additional Info Styling */
    .additional-info {
      background: #f8f9fa;
      padding: 40px;
      border-radius: 15px;
      margin-top: 30px;
    }

    .info-item {
      text-align: center;
      padding: 20px;
    }

    .info-icon {
      font-size: 3rem;
      color: #667eea;
      margin-bottom: 15px;
    }

    .info-item h5 {
      color: #2c3e50;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .info-item p {
      color: #6c757d;
      font-size: 0.95rem;
    }

    /* Position Selector Styling */
    .position-selector {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
      border: 2px solid #e9ecef;
    }

    .position-option {
      position: relative;
    }

    .position-radio {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .position-label {
      display: block;
      cursor: pointer;
      width: 100%;
    }

    .position-card {
      background: white;
      border: 2px solid #e9ecef;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .position-radio:checked + .position-label .position-card {
      border-color: #667eea;
      background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
      transform: scale(1.02);
    }

    .position-card h5 {
      color: #2c3e50;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .position-card p {
      color: #667eea;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .position-card small {
      color: #6c757d;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .job-position-card {
        margin-bottom: 30px;
      }
      
      .position-header h3 {
        font-size: 1.5rem;
      }
      
      .salary-range {
        font-size: 1rem;
      }
      
      .position-details {
        padding: 20px;
      }
    }

/* Logo Styling */
.navbar-brand img {
  width: 60px !important;
  height: auto;
}

/* Statistics Section Styling */
#statistics {
  position: relative;
  overflow: hidden;
}

#statistics::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/pattern.png') repeat;
  opacity: 0.1;
  z-index: 1;
}

#statistics .container {
  position: relative;
  z-index: 2;
}

.stat-item {
  padding: 2rem 1rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.stat-item:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stat-item .counter {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-item .stat-label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .stat-item {
    margin-bottom: 1rem;
  }
  
  .stat-item .counter {
    font-size: 2.5rem;
  }
}

/* WhatsForm Integration Styling */
.whatsform-wrapper {
  border-radius: 20px;
  overflow: hidden;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form {
  border-radius: 20px;
  border: none;
}

.custom-btn {
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(237, 78, 29, 0.3);
}

.custom-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(237, 78, 29, 0.4);
  color: white;
  text-decoration: none;
}

/* Professional Pricing Section Styling */
.section-padding {
  padding: 80px 0;
}

.pricing-thumb {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-thumb:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.pricing-title-wrap {
  padding: 25px 30px;
  margin: 0;
}

.pricing-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing-small-title {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.9;
}

.pricing-body {
  padding: 40px 30px;
}

.pricing-body p {
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #666;
  display: flex;
  align-items: center;
}

.pricing-body p i {
  color: var(--accent-color);
  font-size: 1.1rem;
  width: 20px;
}

.pricing-body .border-bottom {
  border-color: #eee !important;
}

@media (max-width: 768px) {
  .whatsform-wrapper > div {
    height: 1500px !important;
  }
  
  .section-padding {
    padding: 60px 0;
  }
  
  .pricing-body {
    padding: 30px 20px;
  }
}