/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
header,
footer,
nav,
section,
article,
figure,
aside,
dl,
dt,
dd,
fieldset,
legend,
label,
em,
strong,
span,
b,
a,
img,
form,
input,
br,
hr {
  margin: 0;
  padding: 0;
}

a,
input[type='submit'] {
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
}

a:hover,
input[type='submit']:hover {
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none !important;
}

a:focus {
  outline: none;
  text-decoration: none;
  text-decoration-skip-ink: none;
  background: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  background: none !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
  outline: none !important;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='submit'],
textarea,
button,
button:hover {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:focus {
  outline: none;
}


input[type='radio'] {
  -webkit-tap-highlight-color: transparent;
}

a,
img,
input,
input:hover,
input:focus,
input:active,
a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

p {
  color: #282828;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 0 0 20px;
  padding: 0 0 15px;
  font-family: 'Montserrat', sans-serif;
}



ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  outline: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

* {
  outline: none;
}

.after:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}


:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #282828;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 400;
  background: #ffffff !important;
}

body {
  font-family: 'Inter', sans-serif;
}

.container_wrap {
  max-width: 1300px;
  margin: 0 auto;
  width: 95.168%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ==========================================================================
   Author's custom styles
========================================================================== */






a {
  list-style: none;
}


ul {
  text-decoration: none;
}





/* 
new added css  */














.custom-navbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  transition: all 0.35s ease;
}


.nav-shadow {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  animation: navDrop 0.35s ease;
}







.nav-center .nav-link {
  margin: 0 8px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
}

.nav-buttons {
  display: flex;
  gap: 25px;

}

.hire-btn {
  padding: 7px 30px;
  border-radius: 30px;
  border: 1px solid #bcded7;
  background: #d8f0ea;
  color: #2f8f85;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.buy-btn {
  padding: 7px 32px;
  border-radius: 30px;
  background: #ff0066;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}


.nav-center ul .nav-link {
  position: relative;
  font-size: 13px;
  color: #555;
  transition: 0.3s;
}

.nav-center ul .nav-link:hover {
  color: #ff0066;
}

.nav-center ul .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #ff0066;
  transition: 0.3s;
}

.nav-center ul .nav-link:hover::after {
  width: 100%;
}





.hire-btn,
.buy-btn {
  transition: all 0.3s ease;
}



.hire-btn:hover {
  background: #2f8f85;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.buy-btn:hover {
  background: #ff0066;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}




.hero-title {
  font-size: 26px;
  font-weight: 900;
  color: #3b4452;
  line-height: 1.4;
}


.hero-text {
  margin-top: 20px;
  color: #6c757d;
  font-size: 17px;
  line-height: 1.6;
}


.hero-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}

.btn2 {
  margin-top: 17px;
  gap: 0 20px;
  display: flex;
  margin-bottom: 17px;
}

.btn-custom {
  padding: 11px 30px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  font-size: 13px;
}


.blue {
  background: #e7f0ff;
  color: #2b6cb0;
}

.orange {
  background: #ffece5;
  color: #ff6a3d;
}

.green {
  background: #e6f7f2;
  color: #2f8f85;
}

.purple {
  background: #f1ecff;
  color: #6b4eff;
}

.light {
  background: #e9eef3;
  color: #5a6b7b;
}

.img-main {
  width: 100%;
  position: relative;
  height: 460px;
}

/* .img-mobile {
    position: absolute;
    left: -40px;
    top: 60px;
    width: 180px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
} */

/* .img-card {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 220px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
} */




.sky {
  background: #e6f7ff;
  color: #0284c7;
}

.dark {
  background: #e2e8f0;
  color: #1e293b;
}





.btn-row {
  display: flex;
  gap: 20px;

  margin-bottom: 15px;
}


.btn-custom {
  text-decoration: none;

  border: none;

}


.btn-custom:hover {
  text-decoration: none;
}






.btn-custom {
  transition: all 0.3s ease;
}


.blue:hover {
  background: #2b6cb0;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.orange:hover {
  background: #ff6a3d;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.green:hover {
  background: #2f8f85;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.purple:hover {
  background: #6b4eff;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.light:hover {
  background: #5a6b7b;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.sky:hover {
  background: #0284c7;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.dark:hover {
  background: #1e293b;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}







.about_resture {
  padding: 80px 0;
  background-image: url("../images/circles-square\ _background_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 400px;

}



.about-section {
  padding: 80px 0;
}


.about-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #3b4452;
  margin-bottom: 20px;
}


.about-text {
  font-size: 17px;
  color: #6c757d;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 500;

}


.about_resturent_img {
  max-width: 100%;
  height: auto;
}






/* sms area */





.sms-section {
  padding: 90px 0 95px;
}

.sms-title {
  text-align: center;
  font-weight: 800;
  color: var(--title);
  font-size: 30px;
  margin-bottom: 52px;
  letter-spacing: .2px;
}

.sms-wrap {
  max-width: 1100px;
  margin: 0 auto;
}


.sms-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.sms-row2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sms-row.row2 {
  margin-top: 10px;
}

.sms-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}

.sms-item img {
  display: block;
  width: 60%;
  height: auto;
  max-height: 64px;
  max-width: 220px;
  object-fit: contain;
}












/* modulas area */


.feature-item a {
  color: #000;
  gap: 8px;
  display: flex;
}

.feature-item a:hover {
  color: #e00063;
}



.modules-section {
  padding: 20px 0 70px;
}

.modules-title {
  text-align: center;
  font-weight: 800;
  color: var(--title);
  font-size: 26px;

  margin-bottom: 44px;
  letter-spacing: .2px;
}

.modules-grid {
  max-width: 1120px;

  margin: 0 auto;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  font-size: 15px;
  color: var(--text);
  line-height: 1.35;
}

.feature-item i {
  color: var(--pink);
  font-size: 22px;

  min-width: 26px;
  line-height: 1;
  transform: translateY(-1px);
}

.modules-grid .col-lg-4 {
  padding-left: 34px;
  padding-right: 34px;
}


.navbar-nav ul {
  display: flex;
}

/* 
@media (max-width: 991.98px) {
  .modules-section {
   
  }

  .modules-title {
    font-size: 26px;
    margin-bottom: 34px;
  }

  .modules-grid .col-lg-4 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .feature-item {
    padding: 14px 0;
    font-size: 15px;
    gap: 14px;
  }

  .feature-item i {
    font-size: 20px;
    min-width: 24px;
  }


  .about-section {
    padding: 0px 0;
  }


  .modules-section {
    padding: 0px 0 0px;
  }


  .pg-section {
    padding: 0px 0 70px;
  }



}
 */




/* 
@media (max-width: 575.98px) {


  .modules-title {
    font-size: 21px;
  }

  .feature-item {
    padding: 12px 0;
    font-size: 14px;
  }

  .feature-item {
    padding: 16px 0;
    font-size: 16px;
    opacity: 0.8;
  }

  .feature-item i {
    font-size: 19px;
    min-width: 22px;
  }






} */









/* sponscer */


.pg-section {
  padding: 60px 0 70px;
}

.pg-title {
  text-align: center;
  font-weight: 800;
  color: var(--title);
  font-size: 30px;
  margin-bottom: 36px;
  letter-spacing: .2px;
}


.pg-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 34px;

  align-items: center;
}

.pg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 14px;
  background: transparent;

}


.pg-item img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.pg-item.big img {
  max-height: 50px;
}

.pg-item.xbig img {
  max-height: 45px;
}

.pg-item.soft img {
  max-height: 85px;
}

/* sms */













/* price area */



.pricing-section {
  padding: 60px 0;
}

.section-title {
    text-align: center;
    font-weight: 800;
    color: var(--title);
    font-size: 30px;
    margin-bottom: 52px;
    letter-spacing: .2px;
}

.pricing-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.pricing-head {
  background: #ff006f;
  color: #fff;
  text-align: center;
  padding: 18px 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 14px 14px 0px 0px;

}

.pricing-top {
  min-height: 220px;
  padding: 42px 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.price {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #47546b;
}

.price .dollar {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}

.price .amount {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;
}

.pricing-desc {
  font-size: 15px;
  color: #9c9c9c;
  line-height: 1.6;
  margin: 0;
  max-width: 92%;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  border-top: 1px solid #e7e7e7;
  padding: 12px 14px;
  text-align: center;
  font-size: 13px;
  color: #9c9c9c;
  line-height: 1.5;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-footer {
  border-top: 1px solid #e7e7e7;
  text-align: center;
  padding: 16px 10px 18px;
}

.contact-btn {
  display: inline-block;
  background: #ff006f;
  color: #fff;
  text-decoration: none;
  padding: 8px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #e00063;
  color: #fff;
}

/* @media (max-width: 991.98px) {
  .pricing-section {
    padding: 40px 0;
  }
} */












/* kimgdom sec */
.support-section {
  background: linear-gradient(90deg, #ff0057, #ff0f6a);
  padding: 120px 0 0;
  color: white;
  position: relative;
  overflow: hidden;
}



.support-left h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.support-left p {
  font-size: 13px;
  max-width: 400px;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
}



.support-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  border: 2px solid white;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  transition: .3s;
}

.support-btn:hover {
  background: white;
  color: #ff0057;
}


.support-right {
  position: relative;
}

.support-right img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin-left: auto;
}

/* responsive */


.city-img {
  position: absolute;
  bottom: 0;
  right: 105px;
  width: 38%;
}

.city-img img {
  width: 100%;
}

/* responsive */




/* footer area */



.footer {
  background-color: #4b5563;
  color: #fff;
  padding: 8rem 0;
}

.logo {
  color: #ff2d75;
  font-weight: bold;
}

.footer h5 {
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: 1px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 13px;
}

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

.social-icons a {
  color: #ff2d75;
  margin-right: 12px;
  font-size: 16px;
}

.product-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.product-item img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
}

.logo {
  color: #ff2d75;
  font-weight: bold;
  font-size: 32px;
}

.footer p {
  font-size: 14px;
  color: #ffffff;
}

.product-item a {
  color: #8595AC;
  font-weight: 600;
}

.product-item a:hover {
  color: #ffffff;
}


.header_mid_sec {
  padding: 10px 0;
}
.header_mid_sec.fixed {
  background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}







/* add css on 21.03.26 start here */

.main_menu {
  display: flex;
  width: 72%;
  justify-content: center;
}
  
.main_menu ul {
  display: flex;
}
.main_menu ul li {
  position: relative;
  font-size: 13px;
  color: #555;
  transition: 0.3s;
  padding: 0 10px;
}
.main_menu ul li a {
  position: relative;
  font-size: 13px;
  color: #555;
  transition: 0.3s;
}
.main_menu ul li.current-menu-item a {
  color: #ff0066;
}
.main_menu ul li a:hover {
    color: #ff0066;
}

.logo_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; /* 3 equal columns */
  gap: 10px;
}

.wrapper_area {
  padding: 60px;
  text-align: center;
}
.wrapper_area h1 {
  font-size: 2.6rem;
  font-weight: 800;
  color: #3b4452;
  margin-bottom: 30px;
}

.wpcf7-form {
  width: 600px;
  margin: 0 auto;
}
.form_box label {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"]{
  border: #000000 1px solid;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  width: 100%;
}
.form_box textarea{
  border: #000000 1px solid;
  font-size: 14px;
  line-height: 45px;
  height: 100px;
  width: 100%;
}
.form_box input[type="submit"] {
    padding: 10px 45px;
    border-radius: 30px;
    background: #ff0066;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    border: none;
    float: left;
    cursor: pointer;
}
.form_box input[type="submit"]:hover {
  background: #000000;
}




/* add css on 21.03.26 ends here */














/* ================= MOBILE ================= */
/* @media (max-width: 768px) {

  .about-section {
    text-align: center;
  }

  .about-title {
    font-size: 22px;
  }

  .about-text {
    font-size: 14px;
  }

  .about-img {
    margin-top: 25px;
  }
} */

/* 

@media (max-width: 992px) {
  .pg-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .pg-item.xbig,
  .pg-item.big {
    grid-column: span 1;
    grid-row: span 1;
  }

  .pg-item.soft {
    grid-column: span 1 !important;
  }
}


.pg-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.pg-item.xbig,
.pg-item.big {
  grid-column: span 1;
  grid-row: span 1;
}

.pg-item.soft {
  grid-column: span 1 !important;
}

.pg-title {
  font-size: 26px;
  text-align: center;
}



.nav-center {
  text-align: center;
}

.nav-buttons {
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}

.hire-btn,
.buy-btn {
  width: 100%;
  text-align: center;
}



.hero-section {
  padding: 40px 0;
  text-align: center;
}


.hero-title {
  font-size: 17px;
  line-height: 1.5;
}


.hero-text {
  font-size: 12px;
  line-height: 1.6;
}


.hero-buttons {
  flex-direction: column;
  align-items: center;
  gap: 15px;
}


.btn2 {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  width: 100%;
}


.btn-row {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}


.btn-custom {
  width: 90%;
  text-align: center;
}


.img-main {
  height: auto;
  margin-top: 30px;
}

.hero-img {
  margin-top: 20px;
}
 */


/* mobile responsive */




















@media (max-width:768px) {

  .header_mid_sec {
      padding: 10px 17px;
  }
  
.sms-section {
    padding: 0px 0 0px;
}
  .pg-section {
    padding: 60px 0px;
  }

  .pg-title {
    text-align: center;
    font-weight: 800;
    color: var(--title);
    font-size: 24px;
    margin-bottom: 28px;
    letter-spacing: 0.2px;
  }

  .pg-grid {
    display: grid;
    grid-template-columns: 1fr;
    /* 1 column mobile */
    gap: 15px;
    max-width: 100%;
    margin: 0 auto;
  }

  .pg-item {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 10px;
    border-radius: 14px;
    background: transparent;
  }

  .pg-item img {
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
    display: block;
  }


  @media (min-width: 577px) and (max-width: 768px) {
    .pg-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .pg-item img {
      max-height: 55px;
    }

    .pg-title {
      font-size: 26px;

    }

    .sms-section {
      padding: 0px 0 0px;
    }


    .hero-title {
      font-size: 19px;
      font-weight: 900;
      color: #3b4452;
      line-height: 1.4;
      text-align: center;
    }



    .hero-text {
      margin-top: 20px;
      color: #6c757d;
      font-size: 12px;
      line-height: 1.6;
      text-align: center;
    }

    .hero-buttons {
      margin-top: 30px;
      display: flex;
      flex-direction: column;

    }




    .btn2 {
      margin-top: 17px;
      gap: 0 20px;
      display: flex;
      margin-bottom: 17px;
      flex-direction: column;
    }


    .btn-row {
      display: flex;
      gap: 20px;
      margin-bottom: 15px;
      flex-direction: column;
      text-align: center;
    }

    .about-title {
      font-size: 2.6rem;
      font-weight: 800;
      color: #3b4452;
      margin-bottom: 20px;
      text-align: center;
    }

    .about-text {
      font-size: 17px;
      color: #6c757d;
      line-height: 1.4;
      margin-bottom: 15px;
      font-weight: 500;
      text-align: center;
    }


    .pg-grid {
      max-width: 1080px;
      margin: 0 auto;
      display: grid;
      align-items: center;
    }





    .support-left h2 {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 15px;
      text-align: center;
    }

    .support-left p {
      font-size: 12px;
      max-width: 400px;
      line-height: 1.6;
      font-weight: 500;
      color: #ffffff;
      text-align: center;
    }

    .support-btn {
      display: inline-block;
      margin-top: 0px;
      padding: 12px 28px;
      border: 2px solid white;
      border-radius: 30px;
      color: white;
      text-decoration: none;
      transition: .3s;
      text-align: center;
      display: flex;
      justify-content: center;
    }




    .about_resture {
      padding: 0px 0
    }


    .modules-section {
      padding: 0px 0 0px;
    }


    .feature-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 18px 0;
      font-size: 16px;
      color: var(--text);
      line-height: 1.35;
      opacity: 0.8;
    }




    .pg-title {
      font-size: 26px;
    }

    .pg-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .pg-item {
      padding: 18px;
    }

    .pg-item.big,
    .pg-item.xbig {
      grid-column: span 2;
      grid-row: span 1;
    }


  }

  }



















  /*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }

  /*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }

  /*
 * Hide visually and from screen readers, but maintain layout
 */

  .invisible {
    visibility: hidden;
  }

  /*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }

  .clearfix::after {
    clear: both;
  }

  /* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }

  @media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }

  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

  @media print {

    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]::after {
      content: " (" attr(href) ")";
    }

    abbr[title]::after {
      content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }

    pre {
      white-space: pre-wrap !important;
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
      display: table-header-group;
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }










@media only screen and (max-width:767px) { 
  
.wpcf7-form {
    width: 100%;
    margin: 0 auto;
}
.wrapper_area {
    padding: 60px 20px;
    text-align: center;
}

.header_mid_sec {
    padding: 10px 17px;
}

.nav-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.navbar-nav {
  text-align: center;
}
.about-section {
    padding: 0 0;
}
.about_resture {
    padding: 50px 0;
}

.pricing-card {
  margin-bottom: 20px;
}
.support-section {
    padding: 80px 0 0;
    text-align: center;
}
.footer {
    background-color: #4b5563;
    color: #fff;
    padding: 5rem 0;
    text-align: center;
}
.product-item a {
    color: #8595AC;
    font-weight: 600;
    width: 46px;
}
.product-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
}
  
  
.main_menu {
    display: flex;
    width: 100%;
    justify-content: center;
}
  
.main_menu ul {
    display: block;
    width: 100%;
    text-align: center;
}
  
.logo_footer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
  
.hero-title {
    font-size: 19px;
    font-weight: 700;
    color: #3b4452;
    line-height: 22px;
    text-align: center;
}

.hero-text {
    margin-top: 20px;
    color: #6c757d;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}
  
.btn-custom {
   padding: 10px 30px;
   border-radius: 10px;
   font-weight: 600;
   border: none;
   font-size: 13px;
   width: 100%;
   margin-bottom: 10px;
   display: block;
   text-align: center;
}

.btn2 {
    margin-top: 0;
    gap: 0 20px;
    display: block;
    margin-bottom: 0;
    width: 100%;
}
.btn-row {
    display: block;
    gap: 20px;
    margin-bottom: 15px;
    width: 100%;
}
  
.about-title {
    font-size: 19px;
    font-weight: 700;
    color: #3b4452;
    margin-bottom: 0;
    text-align: center;
}
  
.about-text {
    font-size: 13px;
    color: #6c757d;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}

.modules-title {
    text-align: center;
    font-weight: 700;
    color: var(--title);
    font-size: 19px;
    margin-bottom: 15px;
    letter-spacing: .2px;
}

.pg-title {
  text-align: center;
  font-weight: 700;
  color: var(--title);
  font-size: 19px;
  margin-bottom: 28px;
  letter-spacing: 0.2px;
 }
  
.sms-title {
    text-align: center;
    font-weight: 700;
    color: var(--title);
    font-size: 19px;
    margin-bottom: 19px;
    letter-spacing: .2px;
}
  
.logo_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
  
.sms-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
  
.section-title {
  text-align: center;
  font-weight: 700;
  color: var(--title);
  font-size: 19px;
  margin-bottom: 19px;
  letter-spacing: .2px;
}
  

}






















  @media screen and (min-width:360px) and (max-width:767px) {}

  @media screen and (min-width:412px) and (max-width:767px) {}

  @media screen and (min-width:480px) and (max-width:767px) {}

  @media screen and (min-width:568px) and (max-width:767px) {}

  @media screen and (min-width:636px) and (max-width:767px) {}

  @media screen and (min-width:732px) and (max-width:1024px) {}

@media screen and (min-width:768px) and (max-width:1024px) {

  .main_menu {
      display: flex;
      width: 100%;
      justify-content: center;
      margin-bottom: 20px;
  }
  .nav-buttons {
      display: flex;
      gap: 25px;
      justify-content: center;
      align-items: center;
  }
  .hero-title {
      font-size: 26px;
      font-weight: 900;
      color: #3b4452;
      line-height: 1.4;
  }
  .hero-text {
      margin-top: 20px;
      color: #6c757d;
      font-size: 16px;
      line-height: 1.6;
  }
  .btn-custom {
      transition: all 0.3s ease;
      margin-bottom: 10px;
  }
  .btn2 {
    margin-top: 0;
    gap: 0 20px;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
  }
  .btn-row {
    display: flex;
    gap: 0;
    margin-bottom: 15px;
    flex-direction: column;
    text-align: center;
  }
  .about-title {
    font-size: 2.6rem;
    font-weight: 800;
    color: #3b4452;
    margin-bottom: 0;
    text-align: center;
  }
  .about-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
  }
  .support-left p {
    font-size: 12px;
    max-width: 100%;
    line-height: 1.6;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    width: 100%;
  }
  .pricing-card {
      background: #fff;
      border: 1px solid #e7e7e7;
      border-radius: 14px 14px 0 0;
      overflow: hidden;
      transition: 0.3s ease;
      margin-bottom: 20px;
  }
  
  .pg-item.xbig img {
    max-height: 30px;
  }
  .pg-item.big img {
    max-height: 35px;
  }

}

  @media screen and (min-width:800px) and (max-width:1024px) {}

  @media screen and (min-width:900px) and (max-width:1024px) {}

  @media screen and (min-width:980px) and (max-width:1024px) {}

  @media screen and (min-width:1000px) and (max-width:1024px) {}

  @media screen and (min-width:1025px) and (max-width:1280px) {}


  @media screen and (min-width:1281px) and (max-width:1366px) {}



  @media screen and (min-width:1500px) and (max-width:1999px) {}

  @media screen and (min-width:2000px) and (max-width:3000px) {}