/* ==========================================================================
Global Settings
========================================================================== */

@font-face {
  font-family: "LT Saeada";
  src: url("../fonts/LTSaeada-Regular.eot");
  src: url("../fonts/LTSaeada-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LTSaeada-Regular.woff2") format("woff2"),
    url("../fonts/LTSaeada-Regular.woff") format("woff"),
    url("../fonts/LTSaeada-Regular.ttf") format("truetype"),
    url("../fonts/LTSaeada-Regular.svg#LTSaeada-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Saeada";
  src: url("../fonts/LTSaeada-Thin.eot");
  src: url("../fonts/LTSaeada-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LTSaeada-Thin.woff2") format("woff2"),
    url("../fonts/LTSaeada-Thin.woff") format("woff"),
    url("../fonts/LTSaeada-Thin.ttf") format("truetype"),
    url("../fonts/LTSaeada-Thin.svg#LTSaeada-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Saeada";
  src: url("../fonts/LTSaeada-ExtraLight.eot");
  src: url("../fonts/LTSaeada-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/LTSaeada-ExtraLight.woff2") format("woff2"),
    url("../fonts/LTSaeada-ExtraLight.woff") format("woff"),
    url("../fonts/LTSaeada-ExtraLight.ttf") format("truetype"),
    url("../fonts/LTSaeada-ExtraLight.svg#LTSaeada-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LT Saeada";
  src: url("../fonts/LTSaeada-Light.eot");
  src: url("../fonts/LTSaeada-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LTSaeada-Light.woff2") format("woff2"),
    url("../fonts/LTSaeada-Light.woff") format("woff"),
    url("../fonts/LTSaeada-Light.ttf") format("truetype"),
    url("../fonts/LTSaeada-Light.svg#LTSaeada-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*
* Remove text-shadow in selection highlight.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* Body settings, change it as required
*/
body {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-family: "LT Saeada", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0px;
}

/*
* Links
*/
a,
a:hover {
  color: #000;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*
* 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 images and the bottom of their containers.
*/
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: none;
}

/*
* Other
*/
*:focus {
  outline: none !important;
}

/* ==========================================================================
Helper classes
========================================================================== */

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}
img.alignright {
  float: right;
  margin: 0 0px 10px 10px;
  display: block;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}

/*
* Other
*/

/* ==========================================================================
Layout
========================================================================== */

/* ==========================================================================
Common Functionalities & UI Elements
========================================================================== */
/*
* Typography
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", Arial, "Helvetica Neue", Helvetica,
    sans-serif;
  font-weight: normal;
  color: #49673b !important;
}

h1 {
  font-size: 60px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 55px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 27px;
  margin-bottom: 16px;
}
h4 {
  font-size: 23px;
  margin-bottom: 16px;
}
h5 {
  font-size: 17px;
  margin-bottom: 16px;
}
h6 {
  font-size: 14px;
  margin-bottom: 16px;
}
p {
  line-height: 2;
  margin-bottom: 16px;
}
p.lead {
  font-size: 20px;
  line-height: 1.6;
}
/* Lists ---------------------- */
ul,
ol {
  margin-bottom: 16px;
  list-style-position: outside;
}
ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
ol {
  margin-left: 20px;
}
ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#content {
  flex: 1;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1460px;
  }
}

/* utilities  */
.section {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.figure1 {
  margin: 0;
}

.figure1 img {
  width: 100%;
  object-fit: cover;
}

.divider1 {
  border-color: #f1d3b2;
}

.column1 {
  margin-bottom: 20px;
}

/* right-to-left  */
.right-to-left {
  direction: rtl;
}

.right-to-left .figure1 {
  width: 50vw;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 5;
}

.right-to-left .figure1 img {
  object-position: top;
  min-height: 600px;
  max-height: 1200px;
}

@media (max-width: 767px) {
  .right-to-left .figure1 {
    width: 100%;
  }

  .right-to-left .figure1 img {
    min-height: unset;
  }
}

@media (max-width: 575px) {
  .right-to-left .figure1 img {
    position: relative;
    width: 100vw;
    max-width: none;
    left: 12px;
  }
}

/* col-gap1  */
.row.col-gap1 {
  margin: 0 -30px;
}

.row.col-gap1 > div[class*="col"] {
  padding: 0 30px;
}

/* col-gap2  */
.row.col-gap2 {
  margin: 0 -5px;
}

.row.col-gap2 > div[class*="col"] {
  padding: 0 5px;
}

/* bg  */
.bg-primary {
  background-color: #49673b !important;
}

.bg-secondary {
  background-color: #f3f3e8 !important;
}

.bg-color1 {
  background-color: #f1d3b2 !important;
}

.bg-color2 {
  background-color: #1d4529 !important;
}

.text-color1 {
  color: #f1d3b2;
}

/* header  */
#header {
  padding: 12px 0 4px;
  background-color: white;
  position: relative;
  z-index: 10;
}

#header::before {
  content: "";
  display: inline-block;
  background: linear-gradient(
    90deg,
    rgba(78, 101, 63, 1) 50%,
    rgba(39, 68, 44, 1) 50%
  );
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

#header .sociables {
  justify-content: end;
}

.logo {
  display: inline-block;
}

#header .logo img {
  max-width: 400px;
}

@media (max-width: 1399px) {
  #header .logo img {
    max-width: 260px;
  }
}

@media (max-width: 991px) {
  #header .sociables {
    display: none;
  }

  #header .logo img {
    max-width: 200px;
  }
}

/* menu-btn  */
.open-menu {
  overflow: hidden;
}

#menu-btn {
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 7px;
}

#menu-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #49673b;
  border-radius: 6px;
  margin-bottom: 4px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#menu-btn span:last-child {
  margin-bottom: 0;
}

#menu-btn.active span {
  &:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  &:nth-child(2) {
    transform: translateX(10px);
    opacity: 0;
  }

  &:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* main-navigation  */
#main-navigation {
  padding: 0 43px;
}

#main-navigation .scrollable-content {
  height: 100%;
  overflow-y: auto;
}

#main-navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-navigation .menu li {
  font-size: 15px;
  font-weight: 300;
}

#main-navigation .menu li a:hover {
  color: #49673b;
}

@media (max-width: 1399px) {
  #main-navigation {
    padding: 0;
  }
}

@media (max-width: 991px) {
  #main-navigation {
    display: none;
    background-color: white;
    padding: 30px 20px;
    position: fixed;
    width: 100%;
    height: calc(100% - 56px);
    top: 56px;
    right: 0;
    z-index: 999;
  }

  #main-navigation .menu {
    flex-direction: column;
    text-align: center;
    gap: 30px 0;
  }
}

/* banner  */
#banner {
  overflow-x: clip;
  background-color: #f3f3e8;
  height: calc(100vh - 96px);
  position: relative;
}

#banner .container,
#banner .row {
  height: 100%;
}

#banner .pattern-img1,
#banner .pattern-img2,
#banner .pattern-img3 {
  position: absolute;
  margin-bottom: 0;
}

#banner .pattern-img1 {
  top: 0;
  left: 0;
}

#banner .pattern-img1 img {
  width: 912px;
  height: 562px;
}

#banner .pattern-img2 {
  bottom: 0;
  right: 0;
}

#banner .pattern-img2 img {
  width: 960px;
  height: 600px;
}

#banner .pattern-img3 {
  top: -10%;
  right: 8%;
}

#banner .pattern-img3 img {
  width: 258px;
  height: 258px;
}

#banner::before {
  content: "";
  display: inline-block;
  background: url("../images/pattern2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 690px;
  height: 465px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#banner::after {
  content: "";
  display: inline-block;
  background: url("../images/pattern1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1136px;
  height: 749px;
  position: absolute;
  bottom: -225px;
  right: 0;
  z-index: 1;
}

@media (max-width: 1799px) {
  #banner::before {
    width: 450px;
    height: 303px;
  }

  #banner::after {
    width: 530px;
    height: 350px;
    bottom: 0;
  }

  #banner .pattern-img1 img {
    width: 712px;
    height: 362px;
  }

  #banner .pattern-img2 img {
    width: 760px;
    height: 400px;
  }

  #banner .pattern-img3 img {
    width: 158px;
    height: 158px;
  }

  #banner .pattern-img3 {
    top: -9%;
    right: 2%;
  }
}

@media (max-width: 1399px) {
  #banner {
    height: calc(100vh - 68px);
  }

  #banner::before {
    width: 347px;
    height: 228px;
  }

  #banner::after {
    width: 391px;
    height: 256px;
  }

  #banner .pattern-img1 img {
    width: 612px;
    height: 262px;
  }

  #banner .pattern-img2 img {
    width: 660px;
    height: 300px;
  }

  #banner .pattern-img3 {
    top: -9%;
    right: 8%;
  }

  #banner .pattern-img3 img {
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 1199px) {
  #banner::before,
  #banner::after {
    width: 220px;
    height: 145px;
  }

  #banner .pattern-img1 img {
    width: 512px;
    height: 162px;
  }

  #banner .pattern-img2 img {
    width: 560px;
    height: 200px;
  }
}

@media (max-width: 991px) {
  #banner {
    height: calc(100vh - 56px);
  }

  #banner .pattern-img1 img {
    width: 412px;
    height: 162px;
  }

  #banner .pattern-img2 img {
    width: 460px;
    height: 200px;
  }

  #banner .pattern-img3 {
    display: none;
  }
}

@media (max-width: 767px) {
  #banner .pattern-img1 img {
    width: 312px;
    height: 162px;
  }

  #banner .pattern-img2 img {
    width: 360px;
    height: 200px;
  }
}

@media (max-width: 575px) {
  #banner::before,
  #banner::after {
    width: 180px;
    height: 120px;
  }

  #banner .pattern-img1 img {
    width: 212px;
    height: 162px;
  }

  #banner .pattern-img2 img {
    width: 260px;
    height: 200px;
  }
}

@media (max-width: 375px) {
  #banner::before,
  #banner::after {
    width: 133px;
    height: 88px;
  }

  #banner .pattern-img1 img {
    width: 182px;
    height: 102px;
  }

  #banner .pattern-img2 img {
    width: 160px;
    height: 100px;
  }
}

/* pattern1 & 2 */
.pattern1,
.pattern2 {
  position: relative;
  overflow-x: clip;
}

.pattern1::before,
.pattern2::after {
  content: "";
  display: inline-block;
  background: url("../images/pattern3.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 258px;
  height: 258px;
  position: absolute;
  top: -15%;
  left: -2%;
  z-index: 10;
}

.pattern2.alt {
  overflow-x: unset;
}

.pattern2::after {
  background: url("../images/pattern4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: unset;
  left: unset;
  bottom: -14%;
  right: -3%;
  z-index: 1;
}

.pattern2.alt::after {
  bottom: -14%;
  right: -8%;
  z-index: -1;
}

.section:has(.pattern2) {
  overflow-x: clip;
}

/* pattern3  */
.pattern3 {
  position: relative;
}

.pattern3::before {
  content: "";
  display: inline-block;
  background: url("../images/pattern5.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 290px;
  height: 251px;
  position: absolute;
  top: -17%;
  left: -10%;
  z-index: -1;
}

@media (max-width: 1799px) {
  .pattern1::before {
    width: 158px;
    height: 158px;
    top: -10%;
  }

  .pattern2::after {
    width: 158px;
    height: 158px;
    bottom: -10%;
    right: -2%;
  }

  .pattern2.alt::after {
    width: 158px;
    height: 158px;
    bottom: -7%;
    right: -4%;
  }

  .pattern3::before {
    width: 190px;
    height: 151px;
    top: -12%;
    left: -6%;
  }
}

@media (max-width: 1399px) {
  .pattern1::before {
    width: 108px;
    height: 108px;
    top: -8%;
  }

  .pattern2::after {
    width: 108px;
    height: 108px;
    bottom: -9%;
  }

  .pattern3::before {
    top: -7%;
    left: -7%;
  }

  .pattern2.alt::after {
    width: 158px;
    height: 158px;
    bottom: -7%;
    right: -4%;
  }
}

@media (max-width: 991px) {
  .pattern1::before,
  .pattern2::after,
  .pattern3::before,
  .pattern2.alt::after {
    display: none;
  }
}

/* footer  */
@media (min-width: 1400px) {
  #footer .container {
    max-width: 1360px;
  }
}

#footer .footer-dashboard {
  padding: 75px 0 55px;
  background-color: #49673b;
}

#footer .footer-dashboard .logo {
  margin-bottom: 40px;
}

#footer .footer-dashboard .logo + p {
  color: #fff;
  font-size: 13px;
  font-weight: 200;
}

#footer p:last-child {
  margin-bottom: 0;
}

#footer .footer-dashboard h3 {
  color: #f1d3b2 !important;
  font-size: 14px;
  font-family: "LT Saeada", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 27px;
}

#footer .footer-links,
#footer .footer-list1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-list1 {
  margin-bottom: 46px;
}

#footer p,
#footer .footer-links li,
#footer .footer-list1 li {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

#footer p {
  margin-bottom: 27px;
}

#footer .footer-list1.alt li {
  font-weight: 200;
}

#footer .footer-links li a,
#footer .footer-list1 li a {
  color: #fff;
}

#footer .footer-links li a:hover,
#footer .footer-list1 li a:hover {
  color: #f1d3b2;
}

#footer .footer-links li:not(:last-child),
#footer .footer-list1 li:not(:last-child) {
  margin-bottom: 27px;
}

#footer .footer-dashboard p,
#footer .footer-dashboard h3,
#footer .footer-links li,
#footer .footer-list1 li {
  line-height: 1.8;
}

#footer .footer-bottom {
  padding: 31px 0 24px;
  background-color: #f1d3b2;
  text-align: center;
}

#footer .footer-bottom p {
  color: #1d4529;
}

#footer .footer-bottom a {
  color: #1d4529;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer .footer-dashboard {
    padding: 30px 0 0;
    text-align: center;
  }

  #footer .footer-dashboard .column1 {
    margin-bottom: 16px;
  }

  #footer .sociables {
    justify-content: center;
  }

  #footer .footer-bottom {
    padding: 15px 0;
  }

  #footer .footer-dashboard .logo {
    margin-bottom: 16px;
  }

  #footer .footer-dashboard .logo img {
    max-width: 200px;
  }

  #footer .footer-links,
  #footer .footer-list1 {
    display: flex;
    gap: 8px 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  #footer .footer-list1 li {
    position: relative;
  }

  #footer .footer-list1 li:not(:first-child)::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 12px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
  }

  #footer .footer-links li:not(:last-child),
  #footer .footer-list1 li:not(:last-child) {
    margin-bottom: 0;
  }

  #footer .footer-links li,
  #footer .footer-list1 li {
    margin-bottom: 0;
  }

  #footer .footer-list1,
  #footer .footer-dashboard p,
  #footer .footer-dashboard h3,
  #footer .link {
    margin-bottom: 16px;
  }
}

/* sociables  */
.sociables {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 27px;
}

.sociables.alt li a {
  width: 25px;
  height: 25px;
  background-color: #f1d3b2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* button  */
.btn {
  color: #49673b;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 18px;
  min-width: 229px;
  border-radius: 0;
  border-color: #49673b;
}

.btn.btn-primary {
  background-color: #49673b;
  border-color: #49673b;
}

.btn.btn-outline-primary {
  background-color: transparent;
  border-color: #49673b;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active {
  color: #49673b;
  background-color: #f1d3b2;
  border-color: #f1d3b2;
  box-shadow: -6px 6px 0px 0px rgba(73, 103, 59, 1);
}

@media (max-width: 991px) {
  .btn {
    padding: 10px;
    min-width: 180px;
  }
}

/* card1  */
.card1 {
  padding: 17px;
  width: 100%;
  height: 100%;
  min-height: 357px;
  position: relative;
}

.card1::before {
  content: "";
  display: inline-block;
  background: url("../images/icon2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 128px;
  height: 110px;
  opacity: 0.12;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.card1 .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #49673b;
  border-style: dashed;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.card1.alt .content {
  border-radius: 50%;
}

.card1 .content h2 {
  font-size: 24px;
}

.card1.bg-color2 .content {
  border-color: #f1d3b2;
}

.card1.bg-primary .content {
  border-color: #f3f3e8;
}

.card1.bg-primary .content h2,
.card1.bg-color2 .content h2 {
  color: #f1d3b2 !important;
}

.card1.bg-primary::before,
.card1.bg-color2::before {
  filter: brightness(50);
}

@media (max-width: 767px) {
  .card1 {
    padding: 10px;
    min-height: 250px;
  }

  .card1 .content {
    padding: 10px;
  }

  .card1 .content h2 {
    font-size: 20px;
  }

  .card1::before {
    content: "";
    width: 88px;
    height: 70px;
  }
}

@media (max-width: 575px) {
  .card1 {
    padding: 5px;
    min-height: 200px;
  }

  .card1 .content h2 {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .card1 {
    min-height: 150px;
  }

  .card1 .content h2 {
    font-size: 14px;
  }
}

/* list1  */
.list1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.list1 li {
  width: 44%;
  padding-left: 115px;
  position: relative;
  margin-bottom: 46px;
}

.list1 li::before {
  content: "";
  display: inline-block;
  background: url("../images/icon3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
}

.list1 li h2 {
  font-size: 24px;
}

.list1 li p {
  font-weight: 300;
}

.list1 li p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .list1 li {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .list1 li {
    padding-left: 70px;
    width: 100%;
    margin-bottom: 30px;
  }

  .list1 li::before {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .list1 {
    margin-bottom: 8px;
  }

  .list1 li {
    padding-top: 60px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .list1 li h2 {
    margin-bottom: 8px;
  }

  .list1 li::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* box1  */
.column1:has(.box1) {
  margin-bottom: 38px;
}

.box1 {
  text-align: center;
}

.box1 .icon1 {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 2px solid #f1d3b2;
  border-style: dashed;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
}

.box1 h2 {
  font-size: 30px;
}

@media (max-width: 1399px) {
  .box1 .icon1 {
    width: 100px;
    height: 100px;
  }

  .box1 .icon1 img {
    max-width: 60px;
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .column1:has(.box1) {
    margin-bottom: 4px;
  }

  .box1 .icon1 {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }

  .box1 .icon1 img {
    max-width: 50px;
    max-height: 40px;
  }

  .box1 h2 {
    font-size: 20px;
  }
}

/* box2  */
.box2 {
  padding: 159px 0 103px;
  text-align: center;
  border: 2px solid #f1d3b2;
  border-style: dashed;
  border-radius: 50px;
  position: relative;
}

.box2::before {
  content: "";
  display: inline-block;
  background: url("../images/icon10.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 160px;
  height: 160px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .box2 {
    padding: 60px 0 40px;
    text-align: center;
    border: 2px solid #f1d3b2;
    border-style: dashed;
    border-radius: 50px;
    position: relative;
  }

  .box2::before {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
  }
}

.section:has(.box2) {
  padding-top: 168px;
  padding-bottom: 116px;
}

@media (max-width: 767px) {
  .section:has(.box2) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* bg-section   */
.bg-section {
  position: relative;
}

.bg-section::before {
  content: "";
  display: inline-block;
  background: url("../images/MYCONNECTABILITY_2025-228.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.45;
  z-index: -1;
}

/* our-services */
.our-services {
  padding-top: 98px;
  padding-bottom: 87px;
}

.our-services .column1 {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .our-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-services .column1 {
    margin-bottom: 10px;
  }
}
