@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-top: 120px!important; 
}
.text-black{
   color:#000000!important;
}
.ff-roboto{
	font-family: "Roboto", sans-serif;
     
}
#header{
    margin-top: -120px!important; 
	position: fixed;
    z-index: 99999;
    width: 100%;
    background: white;
}

.container{
	max-width: 1280px;
	width: 100%;
}
.top_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_header_inner ul {
    padding: 0;
    margin: 0;
}
.top_header_inner ul li {
    display: inline;
}
.top_header {
    padding: 8px 0px;
    background: #002330;
}
.top_header_left ul li a {
    color: #fff;
    text-decoration: none;
}
.top_header_inner ul li {
    color: #fff;
}
.top_header_left ul li {
    padding-right: 15px;
    font-size: 14px;
}
.top_header_right ul li {
    padding-left: 10px;
}
.top_header_right ul li a {
    color: #fff;
    text-decoration: none;
}
.main_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_header_inner .header_menu {
    display: flex;
    align-items: center;
}
.main_header_inner .header_menu .header_menu_item ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 25px;
}
.get_quote_btn {
    padding-left: 25px;
}
.get_quote_btn button {
    background: #06D8D0;
    color: #fff;
    padding: 15px 20px;
    border: none;
    font-size: 16px;
    border-radius:0px;
}
.main_header {
    padding: 15px 0px;
}
.main_header_inner .header_menu .header_menu_item li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
	text-transform:uppercase;
}
section.main_hero {
    height: 768px;
    position: relative;
    background-image: url('../assets/hero_img.png');
    display: flex;
    align-items: center;
}
.main_hero_inner {
    max-width: 560px;
    position: relative;
}
section.main_hero:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.main_hero_inner h4 {
    font-size: 56px;
    color: #fff;
    font-weight: 600;
}

.main_hero_inner p {
font-family: "Inter", sans-serif;
font-weight: 300;
    font-size: 16px;
    color: #fff;
}
.main_hero_inner .main_hero_btn {
    display: flex;
    gap: 15px;
    align-items: center;
}
button.get_started_btn {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    padding: 15px 20px;
    font-weight: 500;
    border-radius: 0px;
}
.main_hero_inner .main_hero_btn button.learn_more_btn {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius:0px;
}
section.why_section {
    padding: 75px 0px;
}
.site_heading {
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.site_heading p.sh_small {
    font-size: 16px;
    color: #06D8D0;
    margin-bottom: 15px;
}
.site_heading h5 {
    font-weight: 700;
    font-size: 48px;
    color: rgba(41, 41, 41, 1);
}
.site_heading p {
    font-size: 18px;
    color: rgba(99, 99, 99, 1);
    margin: 0;
}
.wsm_sub {
    text-align: center;
    padding: 20px;
    box-shadow: 8px 10px 19px -15px rgba(2,139,192,0.75);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.wsm_sub .wsms_img {
    margin-bottom: 25px;
}
.wsm_sub .wsms_img img {
    max-width: 100%;
}
.wsm_sub .wsms_content h6 {
    font-size: 24px;
    color: rgba(41, 41, 41, 1);
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 700;
}
.wsms_content p {
    color: rgba(99, 99, 99, 1);
    font-size: 16px;
}
.view_all_service {
    padding-top: 50px;
    text-align: center;
}
.view_all_service a {
    color: rgba(41, 41, 41, 1);
    font-size: 16px;
}
.view_all_service a  i {
    margin-left: 10px;
}
section.experience_content {
    background: rgba(249, 249, 249, 1);
    padding: 50px 0px;
}
section.experience_content .row {
    align-items: center;
}
section.experience_content .exp_img img {
    max-width: 100%;
    width: 100%;
}
.exp_content h5 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.exp_content p {
    font-size: 18px;
}
.exp_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.exp_content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.exp_content ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url('../assets/ic.png');
    background-size: contain;
}
.testi_item {
    text-align: center;
}

.testi_item .testi_logo {
    text-align: center;
    margin-bottom: 40px;
}

.testi_item .testi_logo img {
    max-width: 120px;
    margin: 0 auto;
}

.test_content {
    max-width: 768px;
    margin: 0 auto;
}

.test_content p {
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
}

.testi_user img {
    max-width: 64px;
    max-height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testi_user h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 600;
}

.testi_user p {
    font-size: 16px;
    color: #fff;
}
section.testi_section {
    background-color: #06d8d09c !important;
    padding: 75px 0px;
    background-image: url(../assets/testi_back.png);
    background-size: contain;
}
.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}

.owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
section.showcase_section {
    padding: 75px 0px;
}

.showcase_sub img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
section.quote_section {
    padding: 100px 0px;
    text-align: center;
    background-image: url('/wp-content/uploads/2025/06/27.png');
    position: relative;
    background-position: center;
}
section.quote_section:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.quote_section:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.quote_section_inner {
    position: relative;
    color: #fff;
}

.quote_section_inner h5 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 15px;
}

.quote_section_inner p {
    font-size: 18px;
    margin-bottom: 20px;
}
footer#footer {
    padding: 75px 0px;
}
.top_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 75px;
    border-bottom: 1px solid #000;
}
.top_footer .footer_menu ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 20px;
}

.top_footer .footer_menu ul a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 600
}

.top_footer  .footer_social ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 15px;
}

.top_footer .footer_social ul a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}
.bottom_footer {
    padding: 50px 0px 75px 0px;
}

.bottom_footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 20px;
    justify-content: center;
}

.bottom_footer ul li {
    color: #000;
    font-size: 14px;
}

.bottom_footer ul li a {
    color: #000;
    text-decoration: underline;
}
.credit_title p {
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.90);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav ul li {
    list-style: none;
 
}
.sidenav ul{
    margin: 0;
	padding:0;
}
.mobile_header {
    display: none;
}

.mobile_main_header .mobile_main_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.mobile_main_header .mobile_main_header_inner .mobile_logo {
    max-width: 90px;
}
.mobile_main_header .mobile_main_header_inner .mobile_logo img {
    max-width: 100%;
    flex: 0 0 100%;
}
.mobile_menu_btn button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
.mobile_menu_btn button img {
    max-width: 100%;
    width: 30px;
}
.mobile_header_top {
    text-align: center;
    padding: 10px;
    background: #002330;
}
.mobile_header_top p {
    margin: 0;
    color: #fff;
}
.mobile_header_top p a {
    color: #fff;
}
img.footer_mobile_logo {
    display: none;
}
.chat_section {
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 9;
}

.chat_section button {
    padding: 0;
    border: none;
    background: transparent;
}
img.close_chat {
    position: fixed;
    right: 15px;
    bottom: 135px;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ffffffb3;
    display: block;
    border-radius: 50%;
    margin: 0px 5px;
}

.owl-dots button.owl-dot.active span {
    background: #fff;
}
.fixed_mobile {
    display: none;
}
.fixed_mobile {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.fixed_mobile a {
    padding: 13px 20px;
    font-size: 20px;
    background: #06D8D0;
    color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/*===================about Us================*/
.about_img img {
    max-width: 100%;
    width: 100%;
    height: 640px;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 0px 10px 0px #ddd;
}
.about_inner .row {
    align-items: center;
}
.about_content {
    padding-left: 30px;
}
.about_content h4 {
    font-size: 40px;
    font-weight: 700;
}
.about_content p {
    font-size: 18px;
}
section.about_section {
    padding: 80px 0px;
}
a.prime_btn {
    background: #06D8D0;
    color: #fff;
    padding: 15px 20px;
    margin-right: 15px;
}
/*=============about Us ==================*/

/*======================services =====================*/
.services_section_sub {
    padding: 80px 0px;
}

.services_section_sub .row {
    align-items: center;
}
.services_inner_text p.highliight_service {
    font-size: 16px;
    color: #06D8D0;
}
.services_inner_text h4 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}
.services_inner_text p {
    font-size: 18px;
}
.services_btn a {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: none;
}
.service_item_list{
    margin-top: 10px;
}
.services_btn a i {
    padding-left: 10px;
}
.services_btn a.s_learn_more_btn {
    padding: 10px 20px;
    border: 1px solid #000;
    display: inline-block;
}
.services_btn {
    margin-top: 25px;
}
.services_card{
    width: 50%;
}
.services_card img{
    margin-bottom: 20px;
}
.services_btn_{
    display: flex;
}
.service_inner_img img {
    max-width: 100%;
    width: 100%;
}
section.services_section .services_section_inner .services_inner_text {
    padding-right: 25px;
}
section.services_section .services_section_sub:nth-child(even) .services_section_inner .services_inner_text {
    padding-right: 0;
    padding-left: 25px;
}

/*======================services =====================*/
/*======================project gallery =====================*/

    .gallery-section {
      max-width: 1200px;
      margin: auto;
      padding: 40px 20px;
    }

    .gallery-section h2 {
      text-align: center;
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 15px;
    }

    .gallery-section p {
      text-align: center;
      font-size: 18px;
      color: #555;
      margin-bottom: 40px;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .gallery-grid img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }


/*======================project gallery =====================*/
    @media (max-width: 768px) {
      .gallery-section h2 {
        font-size: 22px;
      }

      .gallery-section p {
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
/*======================contact=====================*/


        .contact-section {
      max-width: 1200px;
      margin: auto;
      padding: 60px 0px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .contact-info {
      padding-right: 20px;
    }

    .contact-info small{
        font-size: 16px;
        font-weight: bold;
    }

    .contact-info h2 {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 25px;
    }

    .contact-info p {
      font-size: 18px;
      color: #555;
      margin-top: 25px;
      margin-bottom: 25px;
    }

    .contact-item {
      margin-bottom: 15px;
      font-size: 14px;
    }

    .contact-item i {
      margin-right: 10px;
      color: #000;
    }
    .contact-item a {
     margin-left: 15px;
    color: #000;
    font-size: 16px;
    }

  .contact-item-mobile {
            display: none;
         }
    .contact-form form {
      display: flex;
      flex-direction: column;
    }

    .contact-form input,
    .contact-form textarea {
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      font-size: 14px;
      border-radius: 3px;
    }

    .contact-form textarea {
      resize: vertical;
      min-height: 100px;
    }

    .contact-form button {
      padding: 10px 20px;
      background: #000;
      color: #fff;
      border: none;
      cursor: pointer;
      width: fit-content;
    }

    .contact-form button:hover {
      background: #333;
    }

    @media (max-width: 768px) {
      .contact-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 60px 20px;
      }

      .contact-info,
      .contact-form {
        padding-right: 0;
      }
 
    }

@media screen and (max-width: 992px){
	.desktop_header {
	    display: none;
	}
	.mobile_header {
	    display: block;
	}
	.footer_logo img.footer_desktop_logo {
	    display: none;
	}
	.footer_logo img.footer_mobile_logo {
        display: block;
    }
    .footer_logo img {
        margin: 0 auto;
        max-width: 60px;
        margin-bottom: 40px;
    }
    .top_footer {
        display: block;
        text-align: center;
        padding-bottom: 50px;
    }
	.top_footer .footer_menu ul {
	    display: block;
	}
	.top_footer .footer_social ul {
	    justify-content: center;
	}
	.bottom_footer ul {
	    flex-wrap: wrap;
	}

	.bottom_footer ul li:first-child {
	    order: 1;
	    margin-top:15px
	}

	.bottom_footer ul li {
	    max-width: 100%;
	    flex: 0 0 100%;
	    text-align: center;
	}
	.bottom_footer ul li a {
	    font-size: 14px;
	    font-weight: 400;
	    text-decoration: underline;
	}

	.top_footer .footer_menu ul li {
	    margin-top: 10px;
	}

	.top_footer .footer_menu ul li a {
	    font-weight: 600;
	    font-size: 14px;
	}
	footer#footer {
        padding: 50px 0px;
        padding-bottom: 85px;
    }
	.footer_social {
	    margin-top: 30px;
	}
	.bottom_footer {
	    padding: 50px 0px 50px 0px;
	}

}
@media screen and (max-width: 576px){
	.main_hero_inner h4 {
	    font-size: 40px;
	}
	.main_hero_inner p {
	    font-size: 16px;
	}
	.site_heading p.sh_small {
	    font-weight: 600;
	}
	.site_heading h5 {
	    font-size: 36px;
	}
	.site_heading p {
	    font-size: 16px;
	}
	.wsm_sub .wsms_content h6 {
	    font-size: 20px;
	    font-weight: 700;
	}
	section.experience_content .row .col-md-6:first-child {
	    order: 1;
	}
	.exp_content h5 {
	    font-size: 32px;
	}
	.exp_content p {
	    font-size: 16px;
	}
	.exp_content ul li:before {
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.exp_img {
	    padding-top: 30px;
	}
	section.testi_section .owl-nav {
	    display: none;
	}
	.test_content p {
	    font-size: 20px;
	    margin-bottom: 30px;
	}
	section.testi_section {
	    padding: 50px 0px;
	    background-image: url("../assets/testi_back.png");
	    background-size: cover;
	}
    .services_btn_{flex-direction: column;}
    .services_card{width: 100%;}
    .service_item_list {font-size: 15px;}
	.showcase_sub {
	    padding: 10px 0px;
	}
	.quote_section_inner h5 {
	    font-size: 36px;
	}
	.quote_section_inner p {
	    font-size: 16px;
	}
	.wsm_sub {
	    margin-bottom: 20px;
	}
	.fixed_mobile {
	    display: block;
	}
	.chat_section {
	    right: 20px;
	    bottom: 85px;
	}
	section.main_hero {
	    background-size: cover;
	    background-position: center;
	}
	section.quote_section {
	    background-size: cover;
	}
	.about_inner .row .col-md-6:first-child {
	    order: 1;
	}
	.about_content {
	    padding-left: 0;
	    padding-bottom: 25px;
	}
	section.about_section {
	    padding: 48px 0px;
	}
	.about_content h4 {
	    font-size: 32px;
	}
	.about_content p {
	    font-size: 16px;
	}
	.about_img img {
	    height: 348px;
	    object-position: 50% 30%;
	}
	.services_section_sub {
	    padding: 48px 0px;
	}
	.services_inner_text h4 {
	    font-size: 36px;
	}
	.services_inner_text p {
	    font-size: 16px;
	}
	section.services_section .services_section_inner .services_inner_text {
	    padding-right: 0;
	    padding-bottom: 30px;
	}
	section.services_section .services_section_sub:nth-child(even) .services_section_inner .col-md-6:first-child {
	    order: 1;
	}
	section.services_section .services_section_sub:nth-child(even) .services_section_inner .services_inner_text {
	    padding-right: 0;
	    padding-left: 0;
	}
         .contact-item-mobile {
            display: block;
         }
         .contact-item {
            display: none;
         }
             .contact-item-mobile {
      margin-bottom: 15px;
      font-size: 14px;
    }

    .contact-item-mobile i {
      margin-right: 10px;
      color: #000;
    }
  .contact-item-mobile a {
       margin-left: 15px;
    color: #000;
    font-size: 16px;
	
    }
  
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  
}

.testi_section{
        --dot-bg: #06D8D0!important;
    --dot-color: #028bc0cf!important;
    --dot-size: 2px!important;
    --dot-space: 14px!important;
    background: linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space), var(--dot-color)!important;
    }
.services_section_inner ul{
            margin: 0px;
    }
    .services_section ul {
    list-style-image: url(../assets/ic.png);
}

    .services_section ul {
  list-style: none;
  padding-left: 0;
}

.services_section ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.services_section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url(../assets/icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-grid img{
        width:100%!important;
        height:100%!important;
        border-radius:0px!important;
        box-shadow: none!important;
    }

    .experience_content_inner ul{
            margin: 0px;
    }
    .experience_content ul{
        list-style-image: url(../assets/icon1.png);
    }
.learn_more_btn{
  padding: 15px 27px!important;
  border-radius:0px!important;
}
    .experience_content ul {
  list-style: none;
  padding-left: 0;
}

.experience_content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

.experience_content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url(../assets/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.aplha-colony{
  display:flex; 
  width: 100%; 
  height: 95vh;
}
.beta-main{
  display: flex; 
  align-items: center;
  justify-content: flex-end;
}
.call-banner{
  border-radius: 20px; width: 90%; 
  background-color: #06D8D0; 
  padding: 15px 10px 15px 10px; display: flex; justify-content: center;
}
.gamma-main{
    height:100vh!important;
  }
@media only screen and (max-width: 390px) {
  .aplha-colony{
    height: 110vh;
    display: flex;
    flex-wrap: wrap;
  }
  .beta-main{
    padding-top: 130px;
  }
  .gamma-main{
    height:120vh !important;
  }
  .call-banner{
    width: 90%;
  }
}
@media (min-width: 440px){
  .call-banner{
    display:none;
  }
}
@media (min-width: 390px) and (max-width: 440px) {
  .beta-main{
    padding-top: 130px;
  }
  .aplha-colony{
    height: 90vh;
    display: flex;
    flex-wrap: wrap;
  }
  .gamma-main{
    height: 95vh !important;
  }
}

input,label{
    width:100%;
  }
  .contact-form input, .contact-form textarea{
    border-radius:0px!important; 
    border:1px solid black!important;
  }
  .wpcf7-submit{
      width: max-content!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    background: black!important;
    color: white!important;
}
.wpcf7-form p{
  margin:0px!important;
}

section.quote_section{
    padding:150px 0px!important; 
  }
  button.get_started_btn{
       border-radius: 0px;
    padding: 15px 27px;
  }
.call-icon{
	width: 20px;
	margin-bottom: 5px;
}
	/* Basic Styles for the popup */
.call-popup { 
   
   
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Continuous Animation for zooming in and out */
@keyframes zoomInOut {
    0% {
        transform: scale(1);        /* Normal size */
        opacity: 1;                 /* Fully visible */
    }
    50% {
        transform: scale(1.1);      /* Slight zoom-in */
        opacity: 1;                 /* Fully visible */
    }
    100% {
        transform: scale(1);        /* Normal size again */
        opacity: 1;                 /* Fully visible */
    }
}

/* Apply the continuous zoom animation */
.call-popup {
    animation: zoomInOut 2s ease-in-out infinite;  /* Animation loops indefinitely */
}
.external-link{

	font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.header_logo img.custom-logo {
    max-width: 120px;
}
.footer_logo img {
    max-width: 120px;
}