@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap");
* {
  font-family: "Urbanist", sans-serif !important;
}

.blog-section .blog-4th {
  display: flex;
  gap: 20px;
  padding: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 94px;
}
@media (max-width: 600px) {
  .blog-section .blog-4th {
    display: flex;
    gap: 20px;
    padding: 10px;
    padding: 0px 14px;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.blog-section .blog-4th .blog-card {
  flex: 1.5;
  background-image: url("../images/Rectangle_414.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  min-height: 260px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.blog-section .blog-4th .blog-card .blog-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  gap: 10px;
}
.blog-section .blog-4th .blog-card .blog-in .user_details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.blog-section .blog-4th .blog-card .blog-in .blog-link {
  display: inline-block;
  background: #FFFFFF;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 7px 48px;
  text-decoration: none;
  font-weight: 500;
}
.blog-section .blog-4th .blog-card .blog-in h4 {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
}
.blog-section .blog-4th .blog-card .blog-in p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #CFCCCC;
}
.blog-section .blog-4th .blog-card .blog-in small {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16.1015px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.blog-section .blog-4th .subscribe-box {
  flex: 0.5;
  background-image: url("../images/sidebackground.png");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.blog-section .blog-4th .subscribe-box .subscribe-content {
  margin-top: 30px;
}
.blog-section .blog-4th .subscribe-box .subscribe-content p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  color: #000000;
}
.blog-section .blog-4th .subscribe-box .subscribe-content .subscribe-btn {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  background: linear-gradient(180deg, #FF5B05 0%, #FF7D39 100%) !important;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  margin-bottom: 30px;
}
.blog-section .blog-5th {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 105px;
}
@media (max-width: 768px) {
  .blog-section .blog-5th {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.blog-section .blog-5th .crm-list {
  width: 30%;
}
@media (max-width: 768px) {
  .blog-section .blog-5th .crm-list {
    width: 100%;
  }
}
.blog-section .blog-5th .crm-list .crm-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 4px;
}
.blog-section .blog-5th .crm-list .crm-item .text-group h4 {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 20.1714px;
  margin-bottom: 1px;
  color: #111111;
}
.blog-section .blog-5th .crm-list .crm-item .text-group small {
  color: #666;
  font-size: 13px;
}
.blog-section .blog-5th .crm-list .crm-item .arrow {
  display: none;
  font-size: 20px;
  color: #000;
}
.blog-section .blog-5th .crm-list hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0;
}

.contact-section .contact-box .main-container .left-panel {
  flex: 0.4;
  padding: 11% 7% 5% 4%;
  margin: 6% -20% 2px -13%;
  background-image: url(../images/contactbg2.png);
  height: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .contact-section .contact-box .main-container .left-panel {
    flex: 1;
    margin: 10% 3%;
  }
}
@media (max-width: 600px) {
  .contact-section .contact-box .main-container .left-panel {
    margin: 0 !important;
  }
}
.contact-section .contact-box .main-container .left-panel .info-box {
  border-radius: 30px;
  margin: 8px 8px 10px 15px;
  width: 100%;
  min-height: 119px;
}
@media (max-width: 600px) {
  .contact-section .contact-box .main-container .left-panel .info-box {
    margin: 8px 0px 9px 4px;
  }
}
.contact-section .contact-box .main-container .left-panel .info-box img {
  padding-top: 0px !important;
}
.contact-section .contact-box .main-container .left-panel .info-box .office {
  margin-top: -3px;
  margin-left: 9px !important;
}
.contact-section .contact-box .main-container .left-panel .info-box .d-flex {
  margin-top: -3px !important;
  margin-left: 9px !important;
}
.contact-section .contact-box .main-container .left-panel .info-box .d-flex strong {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.contact-section .contact-box .main-container .left-panel .info-box .d-flex p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 13.71px;
  line-height: 23px;
  color: #9E9E9E;
  margin: 0;
}
.contact-section .contact-box .main-container .right-panel {
  flex: 1;
  padding: 30px;
  border-radius: 0;
  flex: 1;
  padding: 5%;
  border-radius: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .contact-section .contact-box .main-container .right-panel {
    flex: 1;
    margin: 0% 7% 3px -10%;
    padding: 25px;
  }
}
@media (max-width: 600px) {
  .contact-section .contact-box .main-container .right-panel {
    padding: 0;
    justify-content: center;
    margin-top: 3rem !important;
  }
  .contact-section .contact-box .main-container .right-panel button {
    margin: 0 auto;
    margin-bottom: 1rem !important;
  }
}
.contact-section .contact-box .main-container .right-panel .right_box .forms input,
.contact-section .contact-box .main-container .right-panel .right_box .forms textarea {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  display: flex;
  color: #000000;
}

.home-section .home-inner-section .first_section .text-content .bottom-small-text p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
  color: #111111;
}
@media (max-width: 600px) {
  .home-section .sixth-section .lin-bgdiv .head-section .main-head p {
    padding: 0 7%;
    line-height: 23px;
  }
}
@media (max-width: 600px) {
  .home-section .home-fifthSection .fifthSection-bg .list-section .list-card .text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
  }
}
@media (max-width: 600px) {
  .home-section .seventh-section .head-section .main-head p {
    padding: 0 7%;
    line-height: 23px;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .home-section .eighth-section .head-section .main-head p {
    line-height: 22px;
  }
}

.feature-section .home-inner-section .first_section .text-content .bottom-small-text p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #3C3C3C;
  padding: 0 6%;
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  .feature-section .home-inner-section .first_section .text-content .highlight-text h2 {
    margin: 57px -2px -2px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #111111 !important;
  }
}
@media (max-width: 600px) {
  .feature-section .home-fifthSection .btn-div button {
    padding: 12px 24px;
    gap: 8px;
    border-radius: 34px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: -18px;
  }
}
@media (max-width: 600px) {
  .feature-section .home-fifthSection .div-sections h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #111111;
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .feature-section .home-secondSection .head .btn-div button {
    padding: 12px 30px;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: -58px;
  }
}
@media (max-width: 600px) {
  .feature-section .home-secondSection .head .div-sections h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #111111;
    margin: 0;
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .feature-section .sixth-section .lin-bgdiv .head-section .main-head h4 {
    margin: 0;
    margin-top: 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #111111;
  }
}
@media (max-width: 600px) {
  .feature-section .seventh-section .content-div .btn-div button {
    background: linear-gradient(180deg, #FF5B05 0%, #FF7D39 100%);
    border-radius: 34px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 24px;
    border: none;
    outline: none;
    margin-bottom: 18px;
  }
}

@media (max-width: 900px) {
  .footer-logo {
    margin-top: -38px;
    margin-left: 17px;
  }
}
@media (max-width: 600px) {
  .footer-block .grid .second {
    margin-top: -7px;
  }
}
@media (max-width: 600px) {
  .footer-block .grid .first .footer-column0 .footer-logo {
    margin-top: -38px;
    margin-left: 17px;
  }
}

.blog-section .end-section {
  border-radius: 30px;
  min-height: 420px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 200;
  font-style: normal;
  margin-top: 24px;
}

.contact-section {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 100px center;
}
@media (max-width: 600px) {
  .contact-section .contact-inner-section .first_section2 {
    --bs-gutter-x: 5rem;
    margin-top: -10%;
  }
}
.contact-section .contact-inner-section .first_section2 .text-content2 {
  text-align: center !important;
}
@media (max-width: 998px) {
  .contact-section .contact-inner-section .first_section2 .text-content2 {
    padding-top: 5%;
  }

}
@media (max-width: 668px) {
  .contact-section .contact-inner-section .first_section2 .text-content2 {
    padding-top: 12%;
  }

}
@media (max-width: 600px) {
  .contact-section .contact-inner-section .first_section2 .text-content2 {
    padding-top: 15%;
  }

}
@media (max-width: 500px) {
.contact-section .contact-inner-section .first_section2 .text-content2 {
   padding-top: 20%;
  }
}
.contact-section .contact-inner-section .first_section2 .text-content2 .small-text {
  padding-top: 0% !important;
}
.contact-section .contact-inner-section .first_section2 .text-content2 .small-text p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 55px;
  text-align: center;
  color: #111111 !important;
}
@media (max-width: 600px) {
  .contact-section .contact-inner-section .first_section2 .text-content2 .small-text p {
    margin-top: 15px;
  }
}
.contact-section .contact-inner-section .first_section2 .text-content2 .highlight-text2 h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 129px;
  text-align: center;
  color: #111111 !important;
  margin: 40px 0 0px;
  font-family: "SF Pro Display";
}

@media (max-width: 600px) {
  .contact-section .contact-inner-section .first_section2 .text-content2 .highlight-text2 h2 {
    line-height: 40px;
    margin-top: 71px;
  }
}
.contact-section .contact-inner-section .first_section2 .text-content2 .bottom-small-text {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #3C3C3C;
  margin-top: -13px;
  padding: 11px 25%;
}
@media (max-width: 600px) {
  .contact-section .contact-inner-section .first_section2 .text-content2 .bottom-small-text {
    margin-top: 15px;
    line-height: 23px;
    padding: 0px 6%;
  }
}
.contact-section .contact-inner-section .first_section2 .btn-divSection {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 25px;
}
.contact-section .contact-inner-section .first_section2 .btn-divSection button {
  background: linear-gradient(180deg, #FF5B05 0%, #FF7D39 100%);
  font-style: normal;
  font-weight: 400;
  font-size: 16.4745px;
  line-height: 22px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 17px;
  gap: 10px;
  left: calc(50% - 75px - 19px);
  top: calc(50% - 24.5px - 3390px);
  border-radius: 34px;
}
@media (max-width: 600px) {
  .contact-section .contact-inner-section .second-section .carousel-div .highlight-text3 {
    margin-top: 33px;
  }
}
.contact-section .contact-inner-section .second-section .carousel-div .top-imgdiv .img-fluid {
  width: 100%;
}
@media (max-width: 784px) {
  .contact-section .contact-inner-section .second-section .carousel-div .top-imgdiv {
    margin-bottom: 28px;
  }
}
.contact-section .contact-inner-section .second-section .carousel-div .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-section .contact-inner-section .second-section .carousel-div .bottom-img-div .img-fluid {
  width: 100%;
  margin-top: 10px;
}
.contact-section .contact-inner-section .second-section .carousel-div .pricing-toggle {
  display: inline-flex;
  background-color: #FFD5D5;
  padding: 4px;
  border-radius: 12px;
  gap: 4px;
}
.contact-section .contact-inner-section .second-section .carousel-div .pricing-toggle .toggle-btn {
  border: none;
  background-color: transparent;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #6c6c6c;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.contact-section .contact-inner-section .second-section .carousel-div .pricing-toggle .toggle-btn .highlight {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.contact-section .contact-inner-section .second-section .carousel-div .pricing-toggle .toggle-btn:hover {
  background-color: rgba(230, 67, 67, 0.1);
}
.contact-section .contact-inner-section .second-section .carousel-div .pricing-toggle .toggle-btn.active {
  border: 1px solid #ff7070;
  background-color: #fff;
  color: #000;
}
.contact-section .contact-inner-section .second-section .carousel-div .pricing-toggle .toggle-btn.active .highlight {
  color: #000;
  font-weight: 500;
}
.contact-section .contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.contact-section .main-container {
  background-image: url("../images/bgimgcontact.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  border-radius: 30px;
  overflow: visible;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1332px) {
  .contact-section .main-container {
    height: 90%;
    width: 100%;
    background-image: url(../images/bgimgcontact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    border-radius: 30px;
    overflow: visible;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 784px) {
  .contact-section .main-container {
    flex-direction: column;
    aspect-ratio: auto;
    height: auto;
    gap: 35px;
  }
}
.contact-section .main-container .right-panel {
  flex: 1;
  padding: 30px;
  border-radius: 0;
  flex: 1;
  padding: 62px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% -3% 0% 5%;
}
@media (max-width: 1332px) {
  .contact-section .main-container .right-panel {
    flex: 1;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 784px) {
  .contact-section .main-container .right-panel {
    flex: 1;
    padding: 30px;
    border-radius: 0;
    flex: 0.3;
    padding: 26px 0px;
    border-radius: 20px;
    display: flex justify-content center;
    align-items: center;
    margin: -4% -7px;
  }
}
.contact-section .main-container .right-panel .right_box {
  flex: 0.7;
  margin: -8% 6% 0px -7%;
}
@media (max-width: 600px) {
  .contact-section .main-container .right-panel .right_box {
    margin: -13% -17% 0px 0%;
  }
}
.contact-section .main-container .right-panel .right_box .top-form {
  margin: 20px 0px 25px 0px;
  padding: 0px 0px 1% 0px;
}
.contact-section .main-container .right-panel .right_box .top-form p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #3C3C3C;
}
.contact-section .main-container .right-panel .right_box .top-form h4 {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
  color: #000000;
}
.contact-section .main-container .right-panel .right_box .forms .btn {
  background: linear-gradient(180deg, #FF5B05 0%, #FF7D39 100%);
  font-style: normal;
  font-weight: 400;
  font-size: 17.4745px;
  color: #FFFFFF;
  padding: 13px 9%;
  gap: 10px;
  border-radius: 34px;
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .contact-section .main-container .right-panel .right_box .forms .btn {
    margin: 3px 1px 7px 0px;
  }
}
.contact-section .main-container .right-panel .right_box .forms form {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-top: -33px;
}
.contact-section .main-container .right-panel .right_box .forms form input.form-control,
.contact-section .main-container .right-panel .right_box .forms form textarea.form-control {
  border: 1px solid #333;
  border-radius: 28.59px !important;
  padding: 29px 21px;
  font-size: 16px;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  width: 100%;
  transition: border-color 0.3s ease;
}
.contact-section .main-container .right-panel .right_box .forms form input.form-control::placeholder,
.contact-section .main-container .right-panel .right_box .forms form textarea.form-control::placeholder {
  color: #000000;
  font-size: 14px;
}
.contact-section .main-container .right-panel .right_box .forms form input.form-control:focus,
.contact-section .main-container .right-panel .right_box .forms form textarea.form-control:focus {
  border-color: #000000;
}
.contact-section .main-container .right-panel .right_box .forms form .message {
  padding: 40px;
}
.contact-section .main-container .right-panel .right_box .forms form textarea.form-control {
  border-radius: 20px;
  resize: none;
}
.contact-section .main-container .left-panel {
  flex: 0.4;
  padding: 11% 7% 5% 4%;
  margin: 6% -20% 2px -13%;
  background-image: url(../images/contactbg2.png);
  height: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
@media (max-width: 1332px) {
  .contact-section .main-container .left-panel {
    flex: 0.4;
    padding: 7% 49px;
    margin: 5% 3%;
    background-image: url(../images/contactbg2.png);
    height: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
  }
}
@media (max-width: 784px) {
  .contact-section .main-container .left-panel {
    flex: 0.4;
    padding: 7% 15px;
    margin: 3% 3%;
    background-image: url(../images/contactbg2.png);
    height: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
  }
}
.contact-section .main-container .left-panel h4 {
  margin-left: 12%;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 43px;
}
.contact-section .main-container .left-panel .red-box {
  position: relative;
  width: 90%;
  height: 96%;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin-top: -8px;
  margin-left: -56px;
}
@media (max-width: 768px) {
  .contact-section .main-container .left-panel .red-box {
    margin: 0;
    border-radius: 12px;
  }
}
.contact-section .end-section {
  border-radius: 30px;
  min-height: 420px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 200;
  font-style: normal;
}
.contact-section .end-section .rounded-5 {
  background-image: url(../images/Group.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 90%;
  margin: 0 auto;
  font-weight: 200;
  font-style: normal;
}
.contact-section .end-section .rounded-5 .bg-dark h4 {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .contact-section .end-section .rounded-5 .bg-dark h4 {
    line-height: 30px;
  }
}
.contact-section .end-section .rounded-5 .bg-dark h2 {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .contact-section .end-section .rounded-5 .bg-dark h2 {
    line-height: 40px;
  }
}
.contact-section .end-section .rounded-5 .bg-dark p {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 55px;
  color: #919191;
}
@media (max-width: 600px) {
  .contact-section .end-section .rounded-5 .bg-dark p {
    line-height: 20px;
  }
}
.contact-section .end-section .rounded-5 .bg-dark .btn {
  background: linear-gradient(180deg, #FF5B05 0%, #FF7D39 100%);
  font-style: normal;
  font-weight: 400;
  font-size: 16.4745px;
  line-height: 22px;
  color: #FFFFFF;
  padding: 10px 17px;
  gap: 10px;
  left: calc(50% - 75px - 19px);
  top: calc(50% - 24.5px - 3390px);
  border-radius: 34px;
  margin-bottom: 15px;
}
.contact-section .end-section .rounded-5 .bg-dark .phone-showcase .btn {
  padding: 14px 28px;
  border: 0.850133px solid #323232;
  border-radius: 25.504px;
  background: transparent;
  font-weight: 400;
  font-size: 17.8528px;
  text-align: center;
  color: #B5B5B5;
}
.contact-section .social-container {
  width: 70%;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 25px;
  filter: drop-shadow(1px 1px 52.1px rgba(0, 0, 0, 0.2));
  text-align: center;
}
.contact-section .social-container .img-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.contact-section .social-container .img-section p {
  margin-top: 20px;
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-size: 20.5872px;
  color: #000000;
}
.contact-section .social-container .img-section .icon-row {
  display: flex;
  gap: 15px;
}
.contact-section .social-container .img-section .icon-row img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.3s;
}
.contact-section .social-container .img-section .icon-row img:hover {
  transform: scale(1.1);
}

/*# sourceMappingURL=style1.css.map */
