@font-face {
  font-family: "Proxima-Nova-Alt-Regular";
  src: url("../fonts/Proxima-Nova-Alt-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Proxima-Nova-Alt-Semibold";
  src: url("../fonts/Proxima-Nova-Alt-Semibold.otf") format("opentype");
}

@font-face {
  font-family: "Proxima-Nova-Alt-Light";
  src: url("../fonts/Proxima-Nova-Alt-Light.otf") format("opentype");
}

@font-face {
  font-family: "Proxima Nova-Alt-Bold";
  src: url("../fonts/Proxima Nova-Alt-Bold.otf") format("opentype");
}

body {
  font-family: "Montserrat", sans-serif !important;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}

.subscribe-link {
  color: #fff;
}

.banner {
  background-image: url(../images/banr-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 675px;
  padding: 13% 0px 0;
}

header {
  position: absolute;
  width: 100%;
  padding: 27px 0 0;
}

.main-menu li {
  display: inline-block;
  padding-right: 46px;
}

.main-menu li:last-child {
  padding: 0;
}

.main-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition-duration: 0.2s;
  padding: 0 0 9px !important;
  background-color: transparent !important;
}

.main-menu li a:hover {
  border-bottom: 4px solid #00ade8;
}

.logo img {
  width: 100%;
}

.logo {
  display: inline-block;
  width: 290px;
  padding: 0 !important;
}

.main-menu {
  padding-top: 27px;
}

.banner-col-left a:hover {
  border: 2px solid #ffffff;
  color: #fff;
  background-color: transparent;
}

.banner-col-left h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 18px;
  font-family: "Proxima-Nova-Alt-Semibold";
}

.sad-container {
  height: 350px;
  margin-top: 80px;
}

@media screen and (max-width: 667px) {
  .sad-container {
    height: 300px;
    margin-top: 80px;
  }
}

.sad-face {
  height: 100%;
}

.error-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.banner-col-left h1 {
  color: #fff;
  font-size: 49px;
  line-height: 55px;
  margin-top: 0;
  font-family: "Proxima-Nova-Alt-Light";
}

.banner-col-left h1 span {
  font-family: "Proxima Nova-Alt-Bold";
}

.banner-col-left p {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  margin-top: 11px;
  font-family: "Proxima-Nova-Alt-Light";
}

.read-more-btn a {
  display: inline-block;
  color: #fff;
  background-color: #00ade8;
  padding: 13px 28px 12px;
  font-size: 16px;
  margin-top: 13px;
  font-family: "Proxima-Nova-Alt-Semibold";
  border: 2px solid #00ade8;
}

.about-col-right a:hover,
.view-more-services a:hover {
  border: 2px solid #00ade8;
  color: #00ade8;
  background-color: transparent;
}

.banner-col-right {
  width: 66%;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  margin-right: 5%;
  background-image: url(../images/form-blue-shape.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.form-fields-main {
  padding: 35px 30px 42px;
}

.banner-col-right h2 {
  margin-top: 0;
  font-family: "Proxima-Nova-Alt-Semibold";
  font-size: 31px;
}

.banner-col-right p {
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 16px;
  color: #a5acb0;
  line-height: 25px;
  margin-bottom: 31px;
}

.submit-btn {
  width: 100%;
  border: 2px solid #00ade8;
  background-color: #00ade8;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  padding: 16px 0 12px;
  font-family: "Proxima Nova-Alt-Bold";
  letter-spacing: 2px;
  outline: none;
}

.submit-btn:hover {
  color: #fff;
  background-color: #2da2ca;
  border: 2px solid #2da2ca;
}

.banner-col-right form input,
.banner-col-right form textarea {
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  resize: none;
  outline: none !important;
}

.banner-col-right form span {
  background-color: #fff;
  border: none;
  vertical-align: middle;
}

.textarea-field span {
  vertical-align: top !important;
  margin: 0 !important;
}

.banner-col-right .input-group {
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 3px;
  padding-top: 21px;
}

.banner-col-right .input-group:first-child {
  padding-top: 0;
}

.textarea-field textarea {
  height: 80px !important;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.read-more-btn a i {
  padding-left: 4px;
}

.about-col-left img {
  width: 100%;
}

.same-h4 {
  text-transform: uppercase;
  color: #00ade8;
  font-family: "Proxima-Nova-Alt-Semibold";
  letter-spacing: 1.6px;
  font-size: 18px;
}

.same-heading {
  font-family: "Proxima-Nova-Alt-Light";
  color: #252a2d;
  font-size: 43px;
  line-height: 50px;
  margin-top: 0;
}

.same-heading span {
  font-family: "Proxima Nova-Alt-Bold";
}

.about-col-right p {
  color: #74777c;
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 18px;
  line-height: 30px;
}

.about-col-left {
  width: 90%;
  display: inline-block;
  margin-top: 45px;
}

.about-row {
  padding: 55px 0 80px;
}

.our-services {
  text-align: center;
}

.services-icons img {
  width: 100%;
}

.services-icons {
  width: 36%;
  display: inline-block;
  min-height: 115px;
}

.services-cols:hover {
  box-shadow: 0px 0px 17px 1px #e3e3e3;
  border-bottom: 4px solid #00ade8;
}

.services-cols {
  padding: 40px 23px 25px;
  margin-top: 30px;
  min-height: 385px;
  transition-duration: 0.2s;
}

.services-cols h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Proxima-Nova-Alt-Semibold";
  color: #252a2d;
  line-height: 25px;
  letter-spacing: 0.7px;
  margin-bottom: 9px;
}

.services-cols p {
  color: #74777c;
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 18px;
  line-height: 26px;
}

.services-cols a {
  color: #00ade8;
  font-family: "Proxima-Nova-Alt-Semibold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 17px;
  display: block;
}

.view-more-services a {
  margin-top: 40px;
}

.services-row {
  padding: 70px 0;
}

.newsletter-start {
  background-image: url(../images/newsletter-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 312px;
  overflow: hidden;
}

.newsletter-start h1 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 6px;
}

.newsletter-start p {
  color: #fff;
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}

.note span {
  color: #fff;
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 16px;
  margin-top: 16px;
  display: block;
}

.newsletter-start form .input-group-addon {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
}

.newsletter-start form input {
  border: 0;
  border-radius: 0;
  height: 45px;
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 17px;
  color: #a5acb0;
  padding: 19px 0 19px 23px;
  box-shadow: none !important;
}

.submit-btn-newsletter {
  background-color: #006587;
  border: none;
  color: #fff;
  font-family: "Proxima-Nova-Alt-Semibold";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 13px 27px 12px;
  transition-duration: 0.5s;
}

.submit-btn-newsletter:hover {
  background-color: #fff;
  color: #006587;
}

.newsletter-row {
  padding: 49px 0px;
}

.expertise {
  text-align: center;
}

.tech-list-head {
  margin-bottom: 10%;
}

.tech-list-icons img {
  padding: 0 11px;
  display: inline-block;
  background-color: #ffff;
  width: 157px;
  transition-duration: 0.3s;
}

.tech-list-icons img:hover {
  transform: scale(1.1);
}

.tech-list-icons {
  margin-top: -60px;
}

.small-icon-main {
  top: 19px;
  position: relative;
}

.tech-list-cols {
  margin-bottom: 43%;
  border: 2px solid #e2e2e2;
}

.expertise .col-lg-4 {
  padding: 0 37px;
}

.tech-list-cols h3 {
  font-family: "Proxima-Nova-Alt-Semibold";
  letter-spacing: 1px;
  margin: 25px 0 2px;
  font-size: 22px;
}

.tech-list-col-last-row {
  margin-bottom: 0;
}

.tech-list-row {
  padding: 50px 0px 100px;
}

footer {
  background-color: #f1f8fa;
  text-align: center;
}

footer ul {
  padding: 0;
}

footer ul li {
  display: inline-block;
}

.footer-menu li a {
  font-family: "Proxima-Nova-Alt-Light";
  color: #777777;
  font-size: 18px;
}

.footer-menu li {
  padding: 0 32px;
}

.footer-menu {
  margin: 0 0 15px;
}

.social-section {
  border-bottom: 1px solid #c1c6c8;
  border-top: 1px solid #c1c6c8;
  padding: 23px 0 21px;
}

.social-section ul {
  margin: 0;
}

.social-section ul li a {
  color: #797c7d;
  font-size: 15px;
  font-family: "Proxima-Nova-Alt-Regular";
}

.social-section ul li {
  padding: 0 18px;
}

.social-section ul li a i {
  color: #66b1ca;
  font-size: 17px;
  padding-right: 7px;
}

.copy-right p {
  color: #919596;
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 16px;
  margin: 0;
}

.privacy-pol-links {
  margin: 0;
}

.privacy-pol-links li a {
  color: #919596;
  font-family: "Proxima-Nova-Alt-Light";
  font-size: 16px;
}

.privacy-pol-links li {
  border-right: 1px solid #919596;
  margin-right: 16px;
  padding-right: 22px;
  line-height: 14px;
}

.privacy-pol-links li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.socket {
  padding: 21px 0 18px;
}

footer a:hover {
  color: #00ade8 !important;
}

.services-crousel-main,
.techlist-crousel-main {
  display: none;
}

.mobile-about-img {
  display: none;
}

#newsletter,
#our-services,
#about-us,
#expertise {
  outline: none;
}

.ftr-logo img {
  width: 220px;
}

.newsletter-start .input-group {
  background-color: #ffff;
}

/*inner pages start*/

.inr-bnr {
  background-image: url(../images/inr-bnr-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 333px;
  text-align: center;
  padding: 150px 0 0;
}

.inr-bnr h1 {
  color: #fff;
  font-family: "Proxima-Nova-Alt-Semibold";
  font-size: 47px;
}

.inr-content-main h1 {
  font-size: 34px;
  font-family: "Proxima-Nova-Alt-Semibold";
}

.inr-content-main p {
  font-family: "Proxima-Nova-Alt-Regular";
  font-size: 17px;
  color: #919191;
  line-height: 25px;
}

.inr-content-main h2 {
  font-family: "Proxima-Nova-Alt-Semibold";
  font-size: 26px;
}

.inr-content-main {
  padding: 54px 0;
}

.inr-content-main ul {
  padding: 0;
}

.inr-content-main ul li::before {
  content: "\f192";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  color: #00ade6;
}

.inr-content-main ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
  font-family: "Proxima-Nova-Alt-Regular";
  font-size: 16px;
  color: #919191;
  line-height: 25px;
}

.inr-content-main ul li span {
  color: #191919;
  font-family: "Proxima-Nova-Alt-Semibold";
}

.inr-content-main h4 {
  font-family: "Proxima-Nova-Alt-Semibold";
  font-size: 20px;
}

.inr-content-main h5 {
  font-family: "Proxima-Nova-Alt-Semibold";
  font-size: 17px;
}

.inr-content-main b {
  color: #191919;
  font-family: "Proxima-Nova-Alt-Semibold";
}

.main-ol {
  padding-left: 14px;
}

.inr-content-main ol li {
  margin-bottom: 6px;
  font-family: "Proxima-Nova-Alt-Regular";
  font-size: 16px;
  color: #919191;
  line-height: 25px;
}

/*inner pages end*/

@media screen and (min-width: 3000px) and (max-width: 5500px) {
  .banner-col-left p {
    font-size: 33px;
    line-height: 51px;
  }

  .banner-col-left h4 {
    font-size: 26px;
    margin-bottom: 23px;
  }

  .banner-col-left h1 {
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 21px;
  }

  .banner {
    height: 1090px;
    padding: 5% 0px 0;
  }

  .banner-col-right p {
    font-size: 31px;
    line-height: 39px;
    margin-bottom: 31px;
  }

  .banner-col-right h2 {
    font-size: 40px;
  }

  .banner-col-right {
    width: 86%;
  }

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

  .about-col-right p {
    font-size: 31px;
    line-height: 42px;
  }

  .same-h4 {
    text-transform: uppercase;
    color: #00ade8;
    font-family: "Proxima-Nova-Alt-Semibold";
    letter-spacing: 1.6px;
    font-size: 28px;
  }

  .services-cols p {
    font-size: 26px;
    line-height: 36px;
  }

  .tech-list-cols h3 {
    font-size: 32px;
  }

  .footer-menu li a {
    font-size: 30px;
  }

  .social-section ul li a {
    font-size: 29px;
    font-family: "Proxima-Nova-Alt-Regular";
  }

  .social-section ul li a i {
    font-size: 34px;
    padding-right: 7px;
  }

  .copy-right p {
    font-size: 30px;
  }

  .privacy-pol-links li a {
    font-size: 26px;
  }

  .privacy-pol-links {
    margin: 11px 0 0;
  }

  .main-menu li a {
    font-size: 24px;
  }
}

@media screen and (max-width: 2732px) {
  .banner {
    height: 711px;
    padding: 7% 0px 0;
  }
}

@media screen and (max-width: 2049px) {
  .banner {
    padding: 10% 0px 0;
  }
}

@media screen and (max-width: 1821px) {
  .banner {
    height: 676px;
  }
}

@media screen and (max-width: 1707px) {
  .banner {
    padding: 11% 0px 0;
  }
}

@media screen and (max-width: 1517px) {
  .banner {
    padding: 12% 0px 0;
  }
}

@media screen and (max-width: 1366px) {
  .banner {
    padding: 13% 0px 0;
  }
}

@media screen and (max-width: 1024px) {
  .inr-bnr {
    padding: 14% 0 0;
  }

  .banner-col-left h1 {
    font-size: 43px;
    line-height: 53px;
    margin-top: 15px;
  }

  .banner-col-right {
    width: 78%;
  }

  .container {
    width: 90% !important;
    padding: 0 !important;
  }

  .services-icons {
    min-height: 87px;
  }

  .services-cols {
    margin-top: 19px;
  }

  .services-cols p {
    font-size: 16px;
    line-height: 25px;
  }

  .tech-list-icons img {
    width: 138px;
  }

  .tech-list-icons {
    margin-top: -52px;
  }
}

@media screen and (max-width: 768px) {
  .inr-bnr {
    padding: 18% 0 0;
  }

  .main-menu li {
    padding-right: 12px;
  }

  .logo {
    width: 239px;
  }

  .main-menu {
    padding-top: 21px;
  }

  .banner-col-right {
    width: 100%;
  }

  .banner-col-left h1 {
    font-size: 38px;
    line-height: 47px;
  }

  .banner {
    padding: 18% 0px 0;
  }

  .same-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .services-cols h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
  }

  .services-cols {
    padding: 40px 7px 25px;
  }

  .expertise .col-lg-4 {
    padding: 0 9px;
  }

  .footer-menu li {
    padding: 0 17px;
  }
}

@media screen and (max-width: 736px) {
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-nav {
    margin: 0 !important;
    background-color: #0f566e;
    float: right;
    padding: 17px 0 15px !important;
    width: 32%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .main-menu li {
    padding: 0;
  }

  .main-menu li a {
    color: #fff;
    padding: 10px 17px 10px !important;
  }

  .main-menu li a:hover {
    background-color: #fff !important;
    color: #126784;
    border: none;
  }

  .navbar-collapse {
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .banner {
    height: auto;
  }

  .banner-col-right {
    margin: 50px 0 0;
  }

  .banner-col-left h1 {
    font-size: 43px;
    line-height: 52px;
  }

  .about-col-right {
    margin-top: 30px;
    text-align: center;
  }

  .services-icons {
    width: 20%;
  }

  .services-cols h3 {
    font-size: 19px;
    line-height: 25px;
    margin-top: 14px;
  }

  .services-cols p {
    font-size: 17px;
    line-height: 25px;
    padding: 0 110px;
  }

  .services-cols {
    min-height: 0;
  }

  .services-row {
    padding: 40px 0;
  }

  .newsletter-start {
    background-position: left center;
    height: auto;
  }

  .newsletter-start .input-group {
    margin-bottom: 20px;
    background-color: #ffff;
  }

  .newsletter-row {
    padding: 80px 0px;
  }

  .tech-list-cols {
    margin-bottom: 15%;
  }

  .tech-list-col4,
  .tech-list-col5,
  .tech-list-col6 {
    margin-bottom: 15%;
  }

  .tech-list-col6 {
    margin: 0;
  }

  .socket p,
  .socket ul {
    text-align: center !important;
  }

  .socket p {
    margin-bottom: 12px;
  }

  .about-col-left {
    width: 60%;
  }
}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 414px) {
  .inr-bnr h1 {
    font-size: 39px;
  }

  #newsletter,
  #our-services,
  #about-us,
  #expertise {
    overflow: hidden;
  }

  .inr-bnr {
    padding: 33% 0 0;
  }

  .inr-content-main h2 {
    font-size: 23px;
    line-height: 28px;
  }

  .inr-content-main h1 {
    font-size: 28px;
  }

  .services-crousel-main,
  .techlist-crousel-main {
    display: block;
  }

  .desktop-services,
  .tech-list-desktop {
    display: none;
  }

  .tech-list-cols {
    margin-top: 15%;
    margin-bottom: 23px;
    width: 70%;
    display: inline-block;
  }

  .small-icon-main {
    top: 20px;
  }

  .tech-list-icons img {
    width: 138px !important;
    display: inline-block !important;
  }

  .tech-list-icons {
    margin-top: -52px;
  }

  .small-icon-main img {
    width: 42px !important;
    display: inline-block !important;
  }

  .owl-nav {
    position: absolute;
    top: 95px;
    width: 100%;
  }

  .owl-prev span {
    vertical-align: 15px;
    line-height: 0;
    height: 0 !important;
  }

  .owl-prev span,
  .owl-next span {
    vertical-align: 17px;
    line-height: 0;
    height: 0 !important;
  }

  .owl-prev {
    float: left;
  }

  .owl-next {
    float: right;
  }

  .techlist-crousel-main {
    float: left;
    width: 100%;
  }

  .owl-prev,
  .owl-next {
    color: #006587 !important;
    font-size: 45px !important;
    border: 2px solid #006587 !important;
    border-radius: 50% !important;
    min-width: 42px;
    height: 42px;
    padding: 0 !important;
    cursor: pointer !important;
    outline: none;
    background-color: transparent !important;
  }

  .services-cols p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
  }

  .services-icons {
    width: 29%;
    min-height: 0;
  }

  .services-cols:hover {
    box-shadow: none;
    border-bottom: 0;
  }

  .services-cols {
    box-shadow: 0px 0px 17px 1px #e3e3e3;
    border-bottom: 4px solid #00ade8;
    width: 92%;
    padding: 30px 0;
    display: inline-block;
    margin-bottom: 10px;
  }

  #one .owl-nav {
    top: 37%;
  }

  .mobile-about-img {
    display: block;
  }

  .desktop-about-img {
    display: none;
  }

  .about-col-left {
    width: 100%;
  }

  .about-row {
    padding: 27px 0 60px;
  }

  .newsletter-input {
    padding-right: 15px !important;
  }

  .newsletter-start {
    /* background-image: url(../images/newsletter-responsive-img.png); */
  }

  .newsletter-row {
    padding: 40px 0px;
  }

  .newsletter-start p br {
    display: none;
  }

  .view-more-services {
    display: none;
  }

  .newsletter-start h1,
  .same-heading {
    font-size: 26px;
    line-height: 29px;
  }

  .about-col-right h1 {
    font-size: 38px;
    line-height: 45px;
  }

  .services-crousel-main {
    float: left;
    width: 100%;
  }

  .same-h4 {
    font-size: 16px;
  }

  .services-row {
    padding: 30px 0 60px;
  }

  .tech-list-row {
    padding: 36px 0px 49px;
  }

  .ftr-logo img {
    width: 44%;
  }

  .footer-menu li {
    padding: 0 8px 7px;
  }

  .footer-menu li a {
    font-size: 16px;
  }

  .social-section ul li {
    padding: 0 4px 8px;
  }

  .social-section ul li a i {
    font-size: 14px;
  }

  .social-section {
    border-bottom: 1px solid #c1c6c8;
    border-top: 1px solid #c1c6c8;
    padding: 23px 0 15px;
  }

  .socket p {
    margin-bottom: 8px;
  }

  .copy-right p,
  .privacy-pol-links li a {
    font-size: 15px;
  }

  .privacy-pol-links li {
    line-height: 13px;
  }

  .newsletter-start .input-group {
    border: 1px solid #ebebeb;
  }

  .banner-col-left {
    text-align: center;
  }

  .banner-col-left h1 {
    font-size: 28px;
    line-height: 33px;
    margin-top: 0px;
  }

  .banner-col-left h4 {
    font-size: 14px;
  }

  .banner-col-left p {
    display: none;
  }

  .banner {
    padding: 25% 0px 0;
  }

  .read-more-btn a {
    padding: 9px 19px 8px;
    font-size: 14px;
    margin-top: 19px;
  }

  .banner-col-right {
    margin: 43px 0 0;
  }

  .logo {
    width: 210px;
  }

  header {
    padding: 14px 0 0;
    z-index: 1;
  }

  .navbar-nav {
    margin: 30px 0 0 !important;
    padding: 21px 0 25px !important;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .navbar-nav {
    margin: 20px 0 0 !important;
  }

  .newsletter-start {
    background-position: 40% center;
  }

  .privacy-pol-links li {
    margin-right: 11px;
    padding-right: 17px;
  }

  .newsletter-start h1,
  .same-heading {
    font-size: 23px;
  }
}

@media screen and (max-width: 320px) {}

/* reCAPTCHA Modal Overlay */
.captcha-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
}

.captcha-modal-content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.captcha-modal-content p {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.captcha-modal-content small {
  color: #666;
  font-size: 14px;
}

/* Loading Spinner */
.captcha-spinner {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4285f4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Mobile responsive */
@media screen and (max-width: 480px) {
  .captcha-modal-content {
    padding: 30px 20px;
    max-width: 320px;
  }

  .captcha-modal-content p {
    font-size: 16px;
  }

  .captcha-spinner {
    width: 40px;
    height: 40px;
  }
}