body {
  overflow-x: hidden;
}

/* .header-main-container .header-logo img {
    content: url("/wp-content/themes/mgl/assets/images/logo-sticky.svg");
} */

/* Main Banner CSS Starts Here */

.about-main-container {
  padding-top: 172px;
  padding-bottom: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-banner-heading h1 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 94px;
  line-height: 95%;
  letter-spacing: -0.01em;
  margin-top: 0px;
  margin-bottom: 19px;
  color: #333333;
}

.about-banner-breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb-page p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin: 0px;
  color: #333333;
}

.breadcrumb-icon {
  padding-right: 6px;
}

/* .breadcrumb-icon svg {
    vertical-align: text-bottom;
} */

.breadcrumb-page::before {
  content: "";
  border-bottom: 3px solid #333333;
  width: 9.5px;
  display: block;
}

.breadcrumb-page {
  display: flex;
  align-items: center;
  gap: 6.5px;
}

.about-banner-paragraph p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 0px;
  color: #333333;
}

.about-banner-paragraph {
  max-width: 542px;
}

#about-banner-img img {
  width: 100%;
}

#about-banner-img {
  margin-bottom: 63px;
}

/* Main Banner CSS Ends Here */

/* Footer CSS Starts Here */

footer #why-we-work {
  background: #7f9297;
}

/* footer {
  background: #7f9297;
} */

/* Footer CSS Ends Here */

/* About Content Section CSS Starts Here */

section#why-we-work::before {
  content: "";
  background: #ffffff2e;
  height: 1px;
  width: 90%;
  display: block;
}

.about-heading {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
  margin-top: 0px;
  margin-bottom: 46px;
  color: #333333;
  max-width: 994px;
}

.about-para {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 31px;
  color: #333333;
  max-width: 994px;
}

.about-content-main-container {
  margin-bottom: 108px;
}

#about-slider {
  background-color: #7f9297;
}

.about-slider-main-heading {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 120%;
  margin: 0px;
  color: #ffffff;
}

.about-slider-left {
  display: flex;
  flex-direction: column;
  gap: 204px;
  max-width: 656px;
}

.slide-number p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
}

.slide-number {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.slide-number-container {
  display: flex;
  gap: 12px;
}

.about-slide-img {
  display: flex;
  gap: 83px;
}

.about-slide-img-number p {
  margin: 0px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.002em;
  color: #ffffff;
}

.about-slide p {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ffffff;
}

.about-slide {
  display: flex;
  flex-direction: column;
}

.about-slide img {
  width: 100%;
}

.about-slider-main-container {
  display: flex;
  gap: 81px;
  padding-top: 76px;
  padding-bottom: 72px;
  align-items: center;
}

.about-slide-img-container {
  display: flex;
  flex-direction: column;
  /* height: 550px;
    overflow: scroll; */
  gap: 55px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.about-slide-img-container::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.about-slide-wrapper {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
}

.about-slide-wrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.slide-number {
  cursor: pointer;
  transition: 0.5s;
}

.slide-number-active {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.2);
}

.breadcrumb-icon svg path {
  transition: 0.5s;
}

@media (hover: hover) {
  .slide-number:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .breadcrumb-icon:hover svg path {
    fill: #263a76;
  }

  .team-content-hidden a:hover {
    color: #263a76;
  }
}

.team-content-hidden a {
  transition: 0.5s;
}

/* About Content Section CSS Ends Here */

/* About Team Section Starts Here */

#about-team {
  margin-top: 123px;
  margin-bottom: 145.38px;
}

.about-team-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(116, 126, 133, 0.4);
  padding-bottom: 24px;
}

.about-team-header h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 0px;
  color: #586a72;
}

.about-animated-heading h2 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 740;
  font-size: 45px;
  line-height: 105%;
  margin-top: 41px;
  margin-bottom: 109px;
  letter-spacing: -0.01em;
  color: #586a72;
}

.about-animated-heading {
  max-width: 992px;
}

.our-team {
  max-width: 1330px;
  padding-left: 55px;
  padding-right: 55px;
  margin: 0 auto;
  padding-bottom: 110px;
  padding-top: 145px;
}

.our-team h2 {
  font-family: "Inter Tight";
  font-size: 94px;
  line-height: 95%;

  letter-spacing: -0.01em;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 48px;
}

.team-box {
  background-color: #e5f4f8;
  max-width: 430px;
  width: 430px;
  min-height: 440px;
  padding: 37px 33px 36px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.team-box-headings h2 {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 33px;
  line-height: 120%;
  color: #333333;
  margin: 0px;
}

.team-box-headings h3 {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #586a72;
  margin: 0px;
}

.team-box-headings {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.team-box-header {
  display: flex;
  justify-content: space-between;
}

.team-box-footer {
  display: flex;
  justify-content: flex-end;
}

/* Edit This CSS If Slide Causes Issues (Starts */

.team-box-container {
  /* display: flex;
    gap: 21px;
    align-content: center;
    flex-direction: row; */
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}

.team-box-header-icon {
  border: 1px solid #586a72;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  box-sizing: border-box;
  transition: 0.6s;
}

.team-content-hidden p {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #586a72;
  margin: 0px;
  max-width: 372px !important;
  width: 372px;
}

.team-content-hidden {
  position: absolute;
  top: 40%;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  height: 311px;
  display: flex;
  align-items: center;
}

.team-content-hidden {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.team-content-hidden a {
  font-family: "Inter Tight";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.002em;
  color: #586a72;
  margin: 0px;
  text-decoration: none;
}

.team-box-container .owl-stage-outer {
  overflow: visible !important;
}

.hidden-bg-container {
  position: absolute;
  height: 311px;
  background-color: #e5f4f8;
  width: 100%;
  left: 0;
  top: 100%;
  transition: 1s;
}

.about-team-box-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (hover: hover) {
  .team-box:hover .hidden-bg-container {
    top: 30%;
  }

  .team-box:hover .team-content-hidden {
    top: 30%;
    opacity: 1;
    visibility: visible;
  }

  .team-box:hover .team-box-header-icon {
    transform: rotate(135deg);
  }
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .team-box {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1439px) {
  .team-content-hidden p {
    max-width: 100% !important;
    width: 90%;
  }
}

/* About Team Section Ends Here */

@media (max-width: 1024px) {
  .about-main-container {
    padding-top: 134px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .owl-outer-stage {
    overflow: hidden;
  }

  .owl-stage {
    /* width: 100% !important; */
    padding-left: 0px !important;
  }

  .para-container {
    width: auto !important;
  }

  .about-banner-heading h1 {
    font-size: 55px;
    line-height: 100%;
    letter-spacing: -0.008em;
    margin-bottom: 13px;
  }

  .breadcrumb-page p {
    font-size: 15px;
    line-height: 120%;
  }

  .breadcrumb-icon {
    padding-right: 5px;
  }

  .breadcrumb-page {
    gap: 5px;
  }

  .about-banner-paragraph p {
    margin-top: 33px;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.005em;
  }

  #about-banner-img img {
    content: url("/wp-content/uploads/2025/03/about-banner-mobile.svg");
  }

  #about-banner-img {
    margin-bottom: 65px;
  }

  .about-heading {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 125%;
    max-width: 100%;
  }

  .about-para {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 150%;
    max-width: 100%;
  }

  .about-content-main-container {
    margin-bottom: 97px;
  }

  .owl-item img {
    width: 339px;
  }

  .owl-item {
    max-width: 339px;
  }

  #about-slider {
    padding-bottom: 98px;
  }

  #about-team {
    margin-top: 86px;
  }

  .about-team-header {
    padding-bottom: 22px;
  }

  .about-team-header h2 {
    font-size: 22px;
    line-height: 120%;
    /* or 26px */
    letter-spacing: 0.01em;
  }

  .about-team-header .main-btn {
    display: none;
  }

  .btn-mobile {
    display: block !important;
    margin-bottom: 96px;
  }

  .about-animated-heading h2 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 37px;
    letter-spacing: 0px;
  }

  .team-box-container {
    flex-direction: column;
  }

  .team-box {
    width: auto;
    max-width: 100%;
    padding: 36px 20px 33px;
  }

  .team-box-headings h2 {
    font-size: 26px;
    line-height: 125%;
  }

  .team-box-headings {
    gap: 8px;
  }

  .team-box-headings h3 {
    font-size: 16px;
    line-height: 120%;
  }

  .team-box-header-icon {
    width: 45px;
    height: 45px;
  }

  .team-box-footer img {
    width: 218px;
    height: 209px;
  }

  .team-active-box .hidden-bg-container {
    top: 30%;
  }

  .team-active-box .team-content-hidden {
    top: 26%;
    opacity: 1;
    visibility: visible;
  }

  .team-active-box .team-box-header-icon {
    transform: rotate(135deg);
  }

  /* footer
    {
        margin-top: -100px;
    } */

  /* .map-section
    {
        display: none;
    } */

  .team-content-hidden p,
  .team-content-hidden a {
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.002em;
  }

  .team-box {
    min-height: 394px;
  }

  .team-content-hidden {
    height: 272px;
  }
}

.number-mobile,
.btn-mobile {
  display: none;
}

/* SVG MAP CSS */

.state-element {
  pointer-events: all;
  cursor: pointer;
  /* Optional: Show hand cursor on hover */
}

.state-hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  pointer-events: none;
}

.state-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.map-section {
  background-color: #7f9297;
  height: 760px;
  position: relative;
}

.map-container {
  max-width: 1330px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 61px;
  display: flex;
  flex-direction: column;
}

.map-content-container h2 {
  font-family: "Inter Tight";
  font-weight: 800;
  font-size: 62px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0px;
}

.map-content-container p {
  font-family: "Inter Tight";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0px;
}

.para-container {
  width: 540px;
}

.map-svg-container {
  position: absolute;
  top: -0px;
  width: 100%;
}

.map-desktop svg {
  max-height: 759.81px;
}

.map-content-container {
  margin-bottom: 67px;
}

.map-hover {
  cursor: pointer;
}

.map-hover:hover .map-bg {
  fill: #cbe9f1;
}

.map-text {
  opacity: 0;
  visibility: hidden;
  transition: ease-out 0.4s;
  transform: translateY(50px);
}

.state-active .map-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.map-circle {
  opacity: 0;
  visibility: hidden;
  transition: ease-out 0.4s;
  transform: translateY(15px);
}

.state-active .map-circle {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* SVG MAP CSS */

@media (max-width: 1024px) {
  .map-desktop {
    display: none;
  }

  .map-mobile {
    display: block;
  }

  .map-content-container h2 {
    font-size: 43px;
    line-height: 115%;
    letter-spacing: -0.01em;
  }

  .map-content-container p {
    font-size: 16px;
    line-height: 150%;
    margin-top: 16px;
  }

  .map-content-container {
    margin-bottom: 26px;
  }

  .map-container {
    padding: 48px 19px 60px 21px;
  }

  .map-desktop {
    display: none;
  }

  .map-mobile {
    display: block !important;
  }

  .map-svg-container {
    position: unset;
  }

  .map-section {
    height: unset;
    min-height: 729px;
    margin-bottom: -1px;
  }

  .team-box-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.map-desktop svg {
  max-height: 759.81px;
}

@media (max-width: 767px) {
  .map-container {
    padding: 48px 0px 0px 0px !important;
  }

  .map-content-container {
    padding-left: 21px;
    padding-right: 19px;
  }

  .map-section {
    min-height: 0px !important;
    padding-bottom: 94px;
    margin-bottom: -1px;
  }
}

.map-mobile {
  display: none;
}

#about-slider {
  position: relative;
  overflow: hidden;
}

/* Make the main container have the right setup for pinning */
@media (min-width: 1367px) {
  .about-slide-wrapper {
    height: 444px;
    overflow-y: scroll;
  }
}

@media (min-width: 1367px) {
  .about-slider-main-container {
    position: relative;

    width: 100%;
  }
}

/*     
    @media (min-width: 1025px) {

       
        .about-slide-img-container {
            position: relative;
            height: auto;
            overflow: visible !important;
            display: flex;
            flex-direction: column;
            gap: 55px;
           
        }

        
        .about-slide-img {
            position: relative;
            height: auto;
            width: 100%;
        }

        
        .slide-number-active {
            background-color: rgba(255, 255, 255, 0.2);
        }
    } */

.about-banner-paragraph .reveal-para {
  opacity: 0;
}

@media (max-width: 767px) {
  .about-para {
    display: inline-block !important;
  }
}

/* @media (max-width: 1024px) {
}

@media (min-width: 1025px) and (max-width: 1366px) {
} */

@media (max-width: 1366px) {
  .about-slide-wrapper {
    width: 100vw;
  }

  .about-slider-main-container {
    width: auto !important;
  }

  .about-slider-main-container {
    height: 100%;
    overflow: hidden;
  }

  .about-slider-main-container .owl-stage {
    display: flex !important;
    width: 100vw !important;
    overflow: visible !important;
  }

  .about-slider-main-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about-slider-main-container {
    flex-direction: column;
  }

  .about-slider-main-container {
    gap: 42px;
  }

  .about-slider-right {
    width: 100%;
  }

  .slide-number-container {
    display: none;
  }

  .number-desktop {
    display: none;
  }

  .number-mobile {
    display: block !important;
  }

  .about-slider-main-heading {
    font-size: 26px;
    line-height: 125%;
  }

  #about-slider {
    padding-top: 67px;
  }

  .slide-content-container {
    display: flex;
    gap: 24px;
  }

  .about-slide {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-slider-left {
    max-width: 100%;
  }

  .about-slide-img-container {
    height: auto;
  }

  .about-slide img {
    height: 212px;
    object-fit: cover;
  }

  .about-slide-img {
    width: 339px;
    max-width: 339px;
  }

  .about-slide-img-container {
    flex-direction: row;
    gap: 15px;
  }

  .about-slide-img-container {
    overflow: hidden;
  }

  .about-slide {
    justify-content: flex-end;
  }

  .about-slide p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 120%;
    /* or 19px */
    letter-spacing: -0.002em;
  }

  .about-slide-img-number p {
    font-size: 20px;
    line-height: 110%;
    font-weight: 700;
    letter-spacing: -0.002em;
  }

  .about-slide-wrapper {
    height: auto;
    padding-bottom: 100px;
  }

  #about-slider {
    padding-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .map-desktop {
    display: none;
  }

  .map-mobile {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .map-svg-container {
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
  }
}

.map-desktop svg {
  width: 100%;
}

.our-team.home-reveal-text-container {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .about-slide-wrapper {
    width: 100%;
  }
  .about-slider-left {
    max-width: unset;
  }
  .about-slider-main-container {
    flex-direction: column;
    align-items: unset;
  }
  .slide-number-container {
    display: none;
  }

  .about-slide-img-container {
    flex-direction: row;
  }

  .about-slide-img {
    width: 33%;
    max-width: unset;
  }

  .about-slide {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-slide-wrapper {
    height: unset;
  }
}

.atlantic-hero {
  height: 450px;
  background-image: url("/wp-content/themes/mgl/assets/images/asking-price-atlantic/Mask group.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  /* margin-top: 119.61px; */
  margin-top: 113.11px;
}

@media screen and (max-width: 1024px) {
  .atlantic-hero {
    background-position: bottom right calc(-180px + 10vw);
  }
}

@media screen and (max-width: 1296px) {
  .atlantic-hero {
    margin-top: 111.25px;
  }
}

.atlantic-hero-main-container {
}

.atlantic-hero-banner {
  background: #263a76;
  color: white;
  padding: 20px 20px;
  max-width: 200px;
}

.atlantic-hero-banner-title {
  font-size: 34px;
  font-family: "Inter Tight";
  font-weight: 700;
  line-height: 1;
}

.atlantic-hero-banner-presented {
  margin-top: 20px;
  font-family: "Inter Tight";
}

.atlantic-hero-banner-presented-logo img {
  max-width: 140px;
}

.atlantic-hero-banner-presented-title {
  font-family: "Inter Tight";
  margin-bottom: 10px;
}

#main-header {
  top: 0px;
  background: white;
}

/* body.admin-bar #main-header {
  top: 32px;
} */

/* @media screen and (max-width: 782px) {
  body.admin-bar #main-header {
    top: 46px;
  }
} */

.atlantic-videos {
  padding-top: 90px;
  padding-bottom: 90px;
}

.atlantic-videos-list {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}

.atlantic-video-list-item {
  display: flex;
  column-gap: 20px;
  text-decoration: unset !important;
}

.atlantic-video-thumb {
  max-width: 375px;
  width: 100%;
  position: relative;
  height: fit-content;
}

.atlantic-video-thumb:after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 -960 960 960" fill="%23e3e3e3"%3E%3Cpath d="m380-300 280-180-280-180v360ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/%3E%3C/svg%3E');
  height: auto;
  width: 20%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.atlantic-video-thumb img {
  object-fit: cover;
  max-width: 100%;
}

.atlantic-video-thumb {
  flex: 0 0 30vw;
  /* max-width: 250px; */
}

@media (max-width: 1024px) {
  .atlantic-video-thumb {
    flex: 0 0 30vw;
    /* max-width: 250px; */
  }
}

.atlantic-video-content {
  font-family: "Inter Tight";
}

.atlantic-video-title {
  font-family: "Inter Tight";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #7f9297;
}

.atlantic-video-description {
  color: black;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.005em;
}

.mfp-bg {
  z-index: 99999 !important;
}

.mfp-wrap {
  z-index: 100000 !important;
}

#cta-section {
  background-color: #7f9297;
}

#cta-section .cta-section-overlay {
  padding-top: 66px;
  padding-bottom: 60px;
  height: 100%;
  width: 100%;
  background-image: url(https://stg-macgillivraypropertylawyers-mplstaging.kinsta.cloud/wp-content/themes/mgl/assets/images/Pattern%202.png);
}

#cta-section .description {
  color: white;
  margin: 0;
}

#cta-section .separator {
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.4;
  margin-top: 46px;
  margin-bottom: 22px;
}

#cta-section .ctas .phone-icon {
  display: inline-flex;
  background: rgb(255 255 255 / 50%);
  padding: 9px 9px 10px 10px;
  border-radius: 50%;
  transition: 0.5s;
}

#cta-section .ctas .contact {
  display: flex;
  gap: 6px;
  align-items: center;
  color: white;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  transition: 0.5s;
}

#cta-section .ctas .contact span:not(.phone-icon) a {
  color: white;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  text-decoration: none;
}

#cta-section .ctas {
  display: flex;
  justify-content: space-between;
}

#cta-section .cta-header h2 {
  color: white;
  font-weight: 800;
  font-size: 62px;
  line-height: 87%;
  letter-spacing: -0.01em;
  margin: 0;
}

#cta-section .cta-header {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#cta-section .cta-header h2 span {
  display: inline-flex;
  position: absolute;
  margin-left: 5px;
}

@media screen and (max-width: 1024px) {
  #cta-section .cta-header h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 110%;
    margin: 0;
  }

  .atlantic-video-description {
    display: none;
  }

  .atlantic-video-title {
    font-size: 18px;
  }

  .atlantic-videos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#cta-section .cta-section-overlay {
  margin-bottom: 60px;
}

.pagination-number {
  cursor: pointer;
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 3px;
}

.pagination-number.active {
  background-color: #8fc7d6;
  color: white;
  font-weight: bold;
}

.pagination-controls {
  margin-top: 50px;
  display: flex;
  gap: 8px;
}

.page-number {
  border: 0px;
  background: #cbe9f1;
  padding: 0px;
  margin: 0px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #586a72;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#pagination-numbers {
  display: flex;
  gap: 8px;
}

@media (min-width: 1025px) {
  .page-number:hover {
    background: #263a76;
    color: #fff;
  }
  #next-button:hover {
    background: #263a76;
  }

  #next-button:hover svg path {
    stroke: #fff;
  }
}

@media (max-width: 1024px) {
  .pagination-controls {
    margin-top: 31px;
  }
}

#next-button {
  border: 0px;
  background: #cbe9f1;
  padding: 0px;
  margin: 0px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

#next-button svg path {
  transition: 0.5s;
}

.page-active {
  background: #263a76;
  color: #fff;
  pointer-events: none;
}
