/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body { 
     color: #666666;
     font-size: 14px;
     font-family: Poppins;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden !important;
     }

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul {
    margin-top: 15px; /* adds space above the list */
    padding-left: 20px; /* ensures bullets are indented nicely */
}

ul li {
    margin-bottom: 8px; /* optional: adds spacing between list items */
}


p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: 100%;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}
.padding_0{
    padding: 0px;
}
.padding_left_0{
    padding-left: 100px;
}
.header_section {
    width: 100%;
    float: left;
}
.header_bg{
  width: 100%;
  float: left;
  background-color: #f8f9fa!important;
}
.header_left{
    width: 50%;
    float: left;
}
.header_right{
    width: 50%;
    float: left; 
    margin-top: 100px;
}
.banner_img{
    width: 100%;
    float: left; 
}

.logo {
    width: 150px;
    height: auto;
    /* position: absolute; */
    left: 50%;
    transform: translateX(-50%);
    padding-left: 70px;
    /* width: 25%; */
    float: left;
    
}

.bg-light {
    background-color: transparent!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 18px;
    color: #2e2d2e;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1b5a8d;
}
.banner_main{
    width: 100%;
    float: left;
    padding-left: 100px;
}
.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #2e2d2e;
    padding-top: 80px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #2e2d2e;
    margin-left: 0px;
}
.btn_main {
    width: 100%;
    float: left;
    padding-top: 75px;
    margin-bottom: 50px;
}
.more_bt {
    width: 170px;
    float: left;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    border: 2px solid #ff5a58;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.more_bt a:hover {
    color: #000;
    border: 2px solid #ff5a58;
}
.contact_bt {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  
  .contact_bt a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: lightslategray;
    border: none;
    padding: 12px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
  
  .contact_bt a:hover {
    background: linear-gradient(to right, #ff5a58, #ff7b57);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  }

  .contact_card {
    background-color: #f9f9f9; /* light gray background */
    border-left: 5px solid darkgoldenrod; /* blue accent line on the left */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); /* soft shadow */
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    transition: box-shadow 0.3s ease;
  }
  
  .contact_card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* slightly deeper on hover */
  }
  
.services_section {
    width: 100%;
    float: left;
    background-image: url(../images/services-bg.png);
    height: auto;
    margin-top: 75px;
    padding-bottom: 60px;
    background-size: 100%;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #282c47;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.services_taital::after {
    content: '';
    position: absolute;
    width: 60px;
    text-align: center;
    right: initial;
    top: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 7px;
    left: 0;
    border-radius: 100px;
}
.services_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #060606;
    margin-left: 0px;
}
.moremore_bt {
    width: 170px;
    float: left;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.moremore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4aafff;
    border: 2px solid #88c6f8;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.moremore_bt a:hover {
    color: #181818;
    border: 2px solid #ff5a58;
}
.image_1{
    width: 100%;
    float: left;
}

.what_we_do_section{
    width: 100%;
    float: left;
}
.what_taital {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #060606;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.what_taital::after {
    content: '';
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 7px;
    left: 0;
    border-radius: 100px;
}

.what_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #060606;
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
}
.what_we_do_section_2{
    width: 100%;
    float: left;
    margin-top: 40px;
}
/* .box_main {
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    border-radius: 10px;
    padding: 30px 0px;

}

.box_main:hover{
    background-color: #ff5a58;
}
.box_main.active {
    background-color: #ff5a58;
} */


/* .box_main_1{
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    border-radius: 10px;
    padding: 30px 0px;
    margin-top: 40px;
    color: white;
}
.box_main_1:hover{
    background-color:#ff5a58 ;
}
.box_main_1.active {
    background-color: #ff5a58;
} */

/* .box_main_2{
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    border-radius: 10px;
    padding: 30px 0px;
    margin-top: 40px;
}
.box_main_2:hover{
    background-color:#ff5a58 ;
}
.box_main_2.active {
    background-color: #ff5a58;

} */

/* .box_main_3{
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    border-radius: 10px;
    padding: 30px 0px;
    margin-top: 40px;
}
.box_main_3:hover{
    background-color:#ff5a58 ;
}
.box_main_3.active {
    background-color: #ff5a58;
} */

/* .box_main_4{
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    border-radius: 10px;
    padding: 30px 0px;
    margin-top: 40px;
}
.box_main_4:hover{
    background-color:#ff5a58 ;
}
.box_main_4.active {
    background-color: #ff5a58;
} */


/* .box_main_5{
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    border-radius: 10px;
    padding: 30px 0px;
    margin-top: 40px;
}
.box_main_5:hover{
    background-color:#ff5a58 ;
}
.box_main_5.active {
    background-color: #ff5a58;
} */

/* .box_main_6{
    width: 100%;
    float: left;
    background-color: #1b5a8d;
    border-radius: 10px;
    padding: 30px 0px;
    margin-top: 40px;
}
.box_main_6:hover{
    background-color:#ff5a58 ;
}
.box_main_6.active {
    background-color: #ff5a58;
} */

/* .rotate{
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.rotate:hover{
    transform: rotate(360deg);
} */



/* .icon_1 {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 70px;
}
.accounting_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}
.moremore_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.moremore_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.moremore_bt_1 a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
} */
.project_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.project_main{
    width: 100%;
    float: left;
    padding-top: 200px;
}
.image_6 {
    width: 100%;
    float: left;
    position: relative;
    left: -100px;
    top: -50px;
}
.images_main{
    width: 100%;
    float: left;
}
.images_left{
    width: 50%;
    float: left;
}
.images_right {
    width: 47%;
    float: left;
    margin-top: 70px;
    margin-left: 12px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container_1:hover .image {
  opacity: 0.3;
  background-color: rgb(71.0.5.9.5)!important;

}

.container_1:hover .middle {
  opacity: 1;
  z-index: 2;
}

.text {
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}

.container_1 {
    position: relative;
    margin-top: 12px;
}
.container_1::after{
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(225 ,225 ,225 ,0.8);
    width: 100%;
    height: 100%;
}

.container_1:hover::after{
    display: block;
}
.fact_text{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #060606;
    text-align: center;
}

.project_section_2 {
    width: 100%;
    float: left;
    background-color: #ff5a58;
    height: auto;
    padding: 50px 0px 40px 0px;
}
.accounting_text_1{
    width: 100%;
    float: left;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.yers_text {
    width: 100%;
    float: left;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}
.team_section{
    width: 100%;
    float: left;
}
.what_text_1 {
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    color: #060606;
    text-align: center;
}
.team_section_2{
    width: 100%;
    float: left;
}
.image_7{
    width: 100%;
    float: left;
    text-align: center;
}
.readable_text{
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #060606;
    margin-left: 0px;
    font-weight: 450;
}
.readable_text_1{
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    color: #ff5a58;
    margin: 0px;
    font-weight: 450;
}
.social_icon{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.social_icon li{
    float: left;
    padding: 20px 3px 0px 3px;
}
.client_section {
    width: 100%;
    float: left;
    padding-bottom: 140px;
}
.client_section_2{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.client_section_2 ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.client_section_2 li {
    float: left;
    padding: 50px 15px 0px 15px;
}
.round_1{
    padding-top: 50px;
}
.round_2{
    padding-top: 30px;
}
.dummy_text{
    width: 79%;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding-top: 30px;
}
.carousel-indicators .active {
    background-color: #1b5a8d;
}
.carousel-indicators li {
    width: 60px;
    height: 15px;
    background-color: #ff5a58;
    border-radius: 4px;
    bottom: -80px;
}

.contact_section 
{ 
    width: 100%;
    float: left;
}

.amet_text {
    width: 100%;
    float: left;
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-left: 0px;
}
.contact_section2 {
    width: 100%;
    float: left;
    padding-top: 80px;
}
.mail_section {
    width: 90%;
    float: left;
    padding-left: 50px;
}
.mail_text_1 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    padding-top: 20px;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666666;
    background-color: transparent !important;
    border-bottom: 1px solid #050000 !important;
    padding-right: 20px;
    border: 0px;
    height: 70px;
    padding-top: 30px;
}
.send_bt {
    width: 170px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.send_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #ff5a58;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 30px;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #121212;
    height: auto;
    padding: 50px 0; /* Added padding for spacing */
}

.footer_section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Ensures even spacing */
    gap: 30px; /* Adds spacing between columns */
}

.about_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fffcf4;
    margin-bottom: 15px; /* Added space below heading */
}

.location_text {
    display: flex;
    width: 100%;
    align-items: center; /* Aligns items vertically */
    gap: 10px;
    font-size: 18px;
    color: #fffcf4;
    padding-top: 18px;
}

.padding_left_15 {
    padding-left: 15px;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fffcf4;
    padding-top: 10px;
    margin: 0px;
    line-height: 40px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #d1d2d3;
    background-color: #ffffff;
    height: auto;
    padding: 5px 15px;
    margin-top: 18px;
}

.subscribe_bt {
    width: 100%;
    float: left;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ff5a58;
    height: auto;
    padding: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 22px;
}

.footer_social_icon {
    width: 100%;
    float: left;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
}

.footer_social_icon li {
    float: left;
    padding: 35px 15px 0px 0px;
}

.footer_images {
    width: 100%;
    float: left;
}

.footer_images_left {
    width: 32%;
    float: left;
}

.footer_images_right {
    width: 50%;
    float: left;
}

.image_12 {
    width: 88%;
    float: left;
    margin-top: 15px;
}

.copyright_section {
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    margin-top: 55px;
    text-align: center;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    padding: 10px 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #ff5a58;
}

.margin_top_90 {
    margin-top: 90px;
}

/* Add spacing between footer columns */
@media (min-width: 992px) { /* For large screens */
    .footer_section .col-lg-3 {
        flex: 1; /* Makes columns flexible */
        max-width: 23%; /* Ensures equal width */
    }
}

@media (max-width: 991px) { /* For smaller screens */
    .footer_section .row {
        flex-direction: column;
        gap: 20px; /* Adds spacing between stacked columns */
    }
}


/* -------guru Css------- */

.headline {
    text-align: right;
    font-size: 2em;
    font-weight: bold;
    margin: 20px 0;
    
}

.services-section {
    margin: 40px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    width: 100%;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    margin-bottom: 20px;
}

.card:hover {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 15px;
}

.card-front {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #333;
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.card-header img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.card-header h3 {
    font-size: 16px;
    font-weight: bold;
}

.card-front p {
    font-size: 12px;
    margin-bottom: 10px;
}

.card-front .learn-more {
    color: #8e44ad;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.card-front .learn-more::before {
    content: '← ';
    margin-right: 5px;
}

.card-back {
    background: linear-gradient(135deg, #8e44ad, #ffffff);
    transform: rotateY(180deg);
    color: #333;
    font-size: 0.9em;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.incorporation-front { background-color: #fff9c4; }
.gst-front { background-color: #ffebee; }
.compliance-front { background-color: #ffebee; }
.accreditation-front { background-color: #e3f2fd; }
.licences-front { background-color: #ffebee; }
.accounts-front { background-color: #e3f2fd; }

.tick-list {
    list-style: none;
    text-align: left;
    padding-left: 10px;
}

.tick-list li {
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.2;
}

.tick-list li::before {
    content: '✓';
    position: absolute;
    left: 5px;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #8e44ad;
}

.about-section {
    margin: 40px 0;
    text-align: center;
}

.about-section img {
    width: 50px;
    margin: 10px auto;
    display: block;
}

.footer {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.footer-column {
    flex: 1;
    margin-right: 20px;
}

.services-columns {
    display: flex;
    gap: 20px;
}

.services-column {
    flex: 1;
}

.social-links {
    text-align: center;
    margin-top: 20px;
}

.social-links img {
    width: 30px;
    margin: 0 10px;
}


/* Carousel Container */
.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-slider {
    display: flex;
    width: 400%;
    transition: transform 0.5s ease-in-out;
}

.single-slider {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1b0d0d;
    flex-shrink: 0;
}

.single-slider .text {
    max-width: 600px;
    
}

.single-slider h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#B82817;
}

.single-slider h1 span {
    color:#000;
}

.single-slider p {
    font-size: 18px;
    margin-bottom: 25px;
    color:darkslategrey;
}

/* Buttons */
.button {
    justify-content: center;
    display: flex;
    gap: 15px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    color: #d1d0d0;
    background:lightslategray;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #b6c9dd;
}

.btn.primary {
    background:lightslategray;
}

.btn.primary:hover {
    background: #b6c9dd;
}

/* Navigation Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.prev { left: 20px; }
.next { right: 20px; }

/* The outer circle that blinks */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  
  /* Outer circle with blink effect */
  .whatsapp-icon a {
    background-color: #075E54; /* Dark Green Outer Circle */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Perfect Circle */
    text-decoration: none;
    animation: blink-animation 1s infinite ease-in-out; /* Apply blink animation */
  }
  
  /* WhatsApp icon (static, non-blinking) */
  .whatsapp-icon i {
    font-size: 34px; /* Slightly bigger icon */
    color: #fff; /* White phone symbol */
    animation: none; /* Remove animation from the icon */
    text-shadow: 0 0 12px #ffffff, 0 0 24px #ffffff, 0 0 36px #004d33, 0 0 48px #004d33, 0 0 60px #004d33, 0 0 72px #004d33;
  }
  
  /* Blinking animation for the outer circle */
  @keyframes blink-animation {
    0% {
      opacity: 1;
      box-shadow: 0 0 8px #075E54;
    }
    50% {
      opacity: 0.5; /* Faded effect */
      box-shadow: 0 0 20px #25D366; /* Lighter green glow */
    }
    100% {
      opacity: 1;
      box-shadow: 0 0 8px #075E54;
    }
  }

