/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*--------------------------------------------------------------------- Base Styles ---------------------------------------------------------------------*/
* {
     box-sizing: border-box;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.8;
     font-weight: 500;
     overflow-x: hidden;
     margin: 0;
     padding: 0;
}

/*--------------------------------------------------------------------- Layout ---------------------------------------------------------------------*/
.container {
     padding-left: 20px;
     padding-right: 20px;
     max-width: 1200px;
     margin: 0 auto;
}

@media (max-width: 767px) {
     .container {
          padding-left: 15px;
          padding-right: 15px;
     }
}

@media (max-width: 575px) {
     .container {
          padding-left: 12px;
          padding-right: 12px;
     }
}

/*--------------------------------------------------------------------- Typography ---------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 0 0 10px 0;
     line-height: normal;
     color: #ffcc00;
     font-weight: normal;
}

h1 {
     font-size: 20px;
     font-family: 'Baloo Chettan', cursive;
}

h2 {
     font-size: 18px;
     font-family: 'Baloo Chettan', cursive;
}

h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

p {
     margin: 0;
     font-size: 14px;
     line-height: 22px;
}

/*--------------------------------------------------------------------- Links & Buttons ---------------------------------------------------------------------*/
a {
     color: #222222;
     text-decoration: none;
     transition: all 0.3s ease;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

ul, li, ol {
     margin: 0;
     padding: 0;
     list-style: none;
}

img {
     max-width: 100%;
     height: auto;
}

/*--------------------------------------------------------------------- Utility Classes ---------------------------------------------------------------------*/
.full {
     width: 100%;
     float: left;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

/*--------------------------------------------------------------------- Preloader ---------------------------------------------------------------------*/
.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}

/*--------------------------------------------------------------------- Header ---------------------------------------------------------------------*/
.header {
     background: #02246B;
     padding: 25px 0;
     width: 100%;
     position: relative;
     z-index: 999;
     box-shadow: 0 2px 8px rgba(2,36,107,0.08);
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}

.logo a h1 {
     font-size: 48px;
     font-weight: bold;
     color: #ffca56;
     margin: 0;
     line-height: 1;
}

/* Navigation */
.navigation.navbar {
     display: flex;
     justify-content: flex-end;
     align-items: center;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fec955;
     text-decoration: underline;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fec955;
     text-decoration: underline;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

/*--------------------------------------------------------------------- Banner Section ---------------------------------------------------------------------*/
.banner_main {
     background: url(../images/banner.jpg);
     background-repeat: no-repeat;
     min-height: 700px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     position: relative;
     overflow: hidden;
     width: 100%;
}

.banner_main::before {
     position: absolute;
     bottom: -63px;
     right: 17%;
     content: "";
     background: url(../images/button.png);
     background-repeat: no-repeat;
     width: 159px;
     z-index: 9999;
     height: 159px;
     cursor: pointer;
}
.banner_main p {
     color: #d6d6d6;
}

.text-bg {
     text-align: left;
     padding-right: 71px;
}

.text-bg h1 {
     color: #fff;
     font-size: 42px;
     line-height: 52px;
     padding-bottom: 30px;
}

.text-bg p {
     line-height: 28px;
     padding-bottom: 70px;
     display: block;
}

.text_img {
     margin-right: -83px;
}

.text_img figure {
     margin: 0;
}

.text_img figure h3 {
     color: #fff;
     font-size: 30px;
     top: -18px;
     background: #ffca56;
     z-index: 999999;
     width: 70px;
     height: 70px;
     border-radius: 50px;
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 40px;
     padding-top: 10px;
     left: -20px;
}

.text_img figure img {
     width: 100%;
}

/* Carousel */
.carousel-caption {
     position: inherit;
}

.carousel-inner {
     margin-right: 142px;
}

#banner1 .carousel-indicators {
     left: 6px;
     bottom: 40px;
     display: block;
     margin-left: 0;
     right: inherit;
     top: 36%;
}

#banner1 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #f6f6f6;
     margin: 7px 0;
}

#banner1 .carousel-indicators li.active {
     background: #ffca56;
     border: #fff solid 6px;
     width: 25px;
     height: 25px;
     margin: 0;
     padding: 0;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
     display: none;
}

/*--------------------------------------------------------------------- Common Section Styles ---------------------------------------------------------------------*/
.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 28px;
     color: #02246a;
     line-height: 38px;
     padding: 0;
}

.read_more {
     font-size: 15px;
     background-color: transparent;
     border: 2px solid #ffca56;
     color: #ffca56;
     padding: 12px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
}

.read_more:hover {
     background: #02246a;
     color: #fff;
     transition: ease-in all 0.5s;
}

/*--------------------------------------------------------------------- Team Section ---------------------------------------------------------------------*/
/* Cleaned up Team Section Styles */
.team {
    background: #fff;
    padding: 90px 0;
    width: 100%;
}

.team_img figure {
    margin: 0;
}

.team_img figure img {
    width: 100%;
}

.titlepage {
    text-align: left;
    padding-bottom: 0;
}

.titlepage h2 {
    font-size: 28px;
    color: #02246a;
    line-height: 38px;
    padding: 0;
}

.titlepage p {
    font-size: 17px;
    line-height: 28px;
    padding: 20px 0px 40px 0px;
}

.titlepage h3 {
    color: #ffca56;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
}

.counter-container {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}

.counter {
    color: #02246a;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.yellow {
    color: #ffca56;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.btn-main.btn-primary.btn-large,
.btn-main.btn-secondary.btn-large {
    margin-top: 30px;
}

/* Clientes Satisfechos Section */
.clientes-satisfechos-section {
     margin: 30px 0 !important;
     padding: 25px !important;
     background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
     border-radius: 15px !important;
     border: 1px solid #e9ecef !important;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
     text-align: center !important;
}

.clientes-satisfechos-section .clientes-header {
     text-align: center !important;
     margin-bottom: 50px !important;
     display: block !important;
}

.clientes-satisfechos-section .clientes-header h3 {
     color: #ffca56 !important;
     font-size: 22px !important;
     font-weight: bold !important;
     margin: 0 !important;
     text-transform: uppercase !important;
     letter-spacing: 1px !important;
     line-height: 1.2 !important;
     text-align: center !important;
     display: block !important;
}

/* Override team titlepage left alignment for clientes section */
.team .titlepage .clientes-satisfechos-section .clientes-header h3 {
     text-align: center !important;
     float: none !important;
}

.clientes-satisfechos-section .counter-section {
     text-align: center !important;
     margin-bottom: 50px !important;
     display: block !important;
}

.clientes-satisfechos-section .counter-container {
     display: inline-flex !important;
     align-items: baseline !important;
     justify-content: center !important;
     gap: 5px !important;
     margin-bottom: 10px !important;
}

.clientes-satisfechos-section .counter-container strong {
     color: #02246a !important;
     font-size: 36px !important;
     font-weight: bold !important;
     line-height: 1 !important;
}

.clientes-satisfechos-section .counter-plus {
     color: #ffca56 !important;
     font-size: 28px !important;
     font-weight: bold !important;
     line-height: 1 !important;
}

.clientes-satisfechos-section .counter-description {
     color: #666666 !important;
     font-size: 16px !important;
     font-weight: 500 !important;
     margin: 0 !important;
     opacity: 1 !important;
     text-align: center !important;
}

.clientes-satisfechos-section .clientes-stats {
     display: flex !important;
     justify-content: space-around !important;
     align-items: center !important;
     flex-wrap: wrap !important;
     gap: 15px !important;
     margin-top: 25px !important;
}

.clientes-satisfechos-section .stat-item {
     display: flex !important;
     flex-direction: column !important;
     align-items: center !important;
     text-align: center !important;
     padding: 15px 10px !important;
     min-width: 80px !important;
     transition: transform 0.3s ease !important;
}

.clientes-satisfechos-section .stat-item:hover {
     transform: translateY(-3px) !important;
}

.clientes-satisfechos-section .stat-item i {
     color: #ffca56 !important;
     font-size: 20px !important;
     margin-bottom: 8px !important;
}

.clientes-satisfechos-section .stat-item span {
     color: #02246a !important;
     font-size: 18px !important;
     font-weight: bold !important;
     line-height: 1 !important;
     margin-bottom: 4px !important;
}

.clientes-satisfechos-section .stat-item small {
     color: #666666 !important;
     font-size: 12px !important;
     font-weight: 500 !important;
     text-transform: uppercase !important;
     letter-spacing: 0.5px !important;
     opacity: 0.8 !important;
}

/*--------------------------------------------------------------------- Services Section ---------------------------------------------------------------------*/
.services {
     background-color: #fff;
     padding: 90px 0;
     width: 100%;
}

.services .titlepage {
     text-align: left;
}

.services .services_box {
     text-align: center;
     background-color: #f6f6f6;
     padding: 50px 20px;
     margin-bottom: 30px;
     border-radius: 10px;
     transition: ease-in all 0.5s;
}

.services .services_box i {
     background-color: #02246a;
     height: 143px;
     width: 143px;
     border-radius: 70px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: auto;
     color: #ffffff !important;
     font-size: 3rem;
}

.services .services_box h3 {
     color: #02246a;
     font-size: 24px;
     line-height: 28px;
     font-weight: 600;
     margin-top: 25px;
     margin: auto;
}

/* Ensure service icons are properly styled */
.services .services_box .fas,
.services .services_box .fa {
     color: #ffffff !important;
     font-size: 3rem !important;
}

/* Service box paragraph styling */
.services .services_box p {
     color: #666666;
     font-size: 16px;
     line-height: 24px;
     font-weight: 400;
     margin: 0 !important;
     padding: 0 !important;
}

/* Remove any extra spacing after service box content */
.services .services_box *:last-child {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
}

/* Override any default paragraph margins */
.services .services_box p:last-of-type {
     margin-bottom: 0 !important;
     padding-bottom: 0 !important;
}

/* Remove margin from the arrow link that comes after paragraph */
.services .services_box .right_irro {
     margin: 0 !important;
     padding: 0 !important;
     display: block;
}

/* New Step Cards - Clean Design */
.step-card {
     background-color: #f6f6f6;
     border-radius: 10px;
     padding: 40px 20px;
     text-align: center;
     margin-bottom: 30px;
     transition: all 0.3s ease;
     box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.step-card:hover {
     box-shadow: 0 3px 15px rgba(0,0,0,0.12);
}

.step-icon {
     background-color: #02246a;
     width: 80px;
     height: 80px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 25px;
}

.step-icon i {
     color: #ffffff;
     font-size: 2rem;
}

.step-card h3 {
     color: #02246a;
     font-size: 20px;
     font-weight: 600;
     margin: 0 0 15px 0;
     line-height: 1.3;
}

.step-card p {
     color: #666666;
     font-size: 16px;
     line-height: 1.5;
     margin: 0 0 20px 0;
     padding: 0;
}

.step-link {
     display: inline-block;
     color: #02246a;
     font-size: 1.2rem;
     text-decoration: none;
     transition: all 0.3s ease;
     margin-top: 10px;
}

.step-link:hover {
     color: #666666;
     transform: translateX(5px);
}

/* Force remove all margins from service box paragraphs */
.services .services_box p {
     margin: 15px 0 0 0 !important;
     padding: 0 !important;
     line-height: 1.5 !important;
}

.right_irro i {
     width: 50px;
     height: 30px;
     margin-top: 0;
     border-radius: 0;
     color: #fff;
     opacity: 0;
     transition: ease-in all 0.5s;
}

#serv_hover:hover.services_box {
     cursor: pointer;
     box-shadow: 0px 0px 30px rgba(57, 56, 56, 0.2);
     background-color: #fff;
     border-top: #f8c659 solid 6px;
     transition: ease-in all 0.5s;
}

#serv_hover:hover.services_box h3 {
     color: #f8c659;
     transition: ease-in all 0.5s;
}

#serv_hover:hover .right_irro i {
     opacity: 1;
     transition: ease-in all 0.5s;
}

.services .read_more {
     margin: 0 auto;
     display: block;
     margin-top: 50px;
     background-color: transparent;
     border: #ffca56 solid 2px;
     color: #ffca56;
     max-width: 232px;
     padding: 15px 0;
}

.services .read_more:hover {
     background: #ffca56;
     color: #ffffff;
}

/*--------------------------------------------------------------------- Ideas Section ---------------------------------------------------------------------*/
.ideas {
     padding: 90px 0;
     background-color: #fff;
     width: 100%;
     position: relative;
}

.ideas::before {
     position: absolute;
     bottom: 0;
     right: 38px;
     content: "";
     background: url(../images/iadius_cross.png);
     background-repeat: no-repeat;
     width: 420px;
     height: 100%;
     max-width: calc(100vw - 76px);
}

.ideas .titlepage {
     text-align: left;
}

.ideas .titlepage p {
     color: #2a2b2b;
     font-size: 17px;
     line-height: 30px;
}

.ideas .titlepage h2 {
     color: #02246a;
}

.border_trbl {
     border: #0e0f0f87 solid 1px;
     padding: 50px 0;
     box-shadow: 9px 0px 30px rgba(57, 56, 56, 0.2);
     background: #fff;
     z-index: 999999;
     position: relative;
}

.ideas_box {
     text-align: center;
}

.ideas_box h3 {
     color: #fff;
     font-size: 28px;
     font-weight: bold;
     background: #02246a;
     width: 140px;
     margin: 0 auto;
     border-radius: 121px;
     height: 140px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     border: #ffca56 solid 8px;
}

.ideas_box p {
     color: #2a2b2b;
     font-size: 16px;
     font-weight: bold;
     line-height: 18px;
     margin-top: 20px;
}

/*--------------------------------------------------------------------- Contact Section ---------------------------------------------------------------------*/
.contact {
     background: url(../images/contact.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     padding: 90px 0;
     width: 100%;
     position: relative;
}

.contact::before {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     content: "";
     background: url(../images/con_cross.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     width: 100%;
     height: 100%;
     opacity: 0.1;
     z-index: 1;
}

.contact .container {
     position: relative;
     z-index: 2;
}

.contact .titlepage {
     text-align: left;
     padding-bottom: 50px;
}

.contact .titlepage h2 {
     color: #02246a;
}

.main_form {
     margin-right: 0;
}

.main_form .contactus {
     border: #02246a solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 47px;
     background: transparent;
     color: #333;
     font-size: 18px;
     padding: 0 15px;
     border-radius: 5px;
}

.main_form .contactus:focus {
     outline: none;
     border-color: #ffca56;
     box-shadow: 0 0 5px rgba(255, 202, 86, 0.3);
}

.main_form .send_btn {
     font-size: 22px;
     background-color: #ffca56;
     text-transform: uppercase;
     color: #fff;
     padding: 12px 0px;
     max-width: 195px;
     width: 100%;
     display: block;
     margin-top: 30px;
     font-weight: 500;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     transition: all 0.3s ease;
}

.main_form .send_btn:hover {
     background-color: #02246a;
     color: #fff;
     transform: translateY(-2px);
}

#request *::placeholder {
     color: #666;
     opacity: 1;
}

.map {
     position: relative;
}

.map figure {
     margin: 0;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map figure img {
     width: 100%;
     height: auto;
}

.contact_info {
     margin-top: 20px;
     padding: 20px;
     background: rgba(255, 255, 255, 0.9);
     border-radius: 10px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact_info h4 {
     color: #02246a;
     font-size: 16px;
     margin-bottom: 15px;
     display: flex;
     align-items: center;
     gap: 10px;
}

.contact_info h4 i {
     color: #ffca56;
     font-size: 18px;
     width: 20px;
}

/*--------------------------------------------------------------------- Footer ---------------------------------------------------------------------*/
.footer {
     background: #02246a;
     padding: 50px 0 0 0;
     width: 100%;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 0px;
}

.footer .titlepage h2 {
     color: #fff;
     margin: inherit;
     border-bottom: #fff solid 1px;
}

.logo1 {
     float: left;
     margin-top: -11px;
     margin-bottom: 9px;
}

ul.social_icon {
     padding-top: 14px;
     width: 100%;
     float: left;
     text-align: left;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     background: #fff;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     border-radius: 30px;
     margin: 0 3px;
     color: #02246a;
}

ul.social_icon li a:hover {
     background-color: #fff;
     color: #fec955;
}

.footer h3 {
     font-weight: 600;
     font-size: 25px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     border-bottom: #ffca56 solid 3px;
     padding-bottom: 3px;
     display: table;
}

.about_us li {
     color: #fff;
     font-size: 17px;
     text-align: left;
     display: inline-block;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 10px;
     display: block;
}

ul.link_menu li a:hover {
     color: #ffca56;
}

.copyright {
     margin-top: 80px;
     padding-bottom: 20px;
}

.copyright p {
     color: #ddd;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #a3aec6 solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #ddd;
}

.copyright a:hover {
     color: #ffca56;
}

/*--------------------------------------------------------------------- Button Styles ---------------------------------------------------------------------*/
.btn-main {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 14px 28px;
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     text-decoration: none;
     border-radius: 6px;
     cursor: pointer;
     transition: all 0.3s ease;
     position: relative;
     overflow: hidden;
     border: none;
     z-index: 1;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     min-height: 48px;
}

.btn-primary {
     background-color: #ffca56;
     color: #02246a;
     border: 2px solid #ffca56;
}

.btn-primary:hover {
     background-color: #ffd700;
     color: #02246a;
     box-shadow: 0 6px 12px rgba(255, 202, 86, 0.3);
     transform: translateY(-2px);
}

.btn-primary:active {
     transform: translateY(0);
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-success {
     background-color: rgba(255, 202, 86, 0.08);
     color: #ffca56;
     border: 2px solid #ffca56;
     backdrop-filter: blur(5px);
}

.btn-success:hover {
     background-color: rgba(255, 202, 86, 0.15);
     color: #ffd700;
     border-color: #ffd700;
     box-shadow: 0 4px 8px rgba(255, 202, 86, 0.2);
     transform: translateY(-1px);
}

.btn-success:active {
     transform: translateY(0);
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
     background-color: transparent;
     color: #ffca56;
     border: 2px solid #ffca56;
}

.btn-secondary:hover {
     background-color: rgba(255, 202, 86, 0.1);
     color: #ffd700;
     border-color: #ffd700;
     box-shadow: 0 6px 12px rgba(255, 202, 86, 0.2);
     transform: translateY(-2px);
}

.btn-secondary:active {
     transform: translateY(0);
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-main::after {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     width: 5px;
     height: 5px;
     background: rgba(255, 255, 255, 0.5);
     opacity: 0;
     border-radius: 100%;
     transform: scale(1, 1) translate(-50%);
     transform-origin: 50% 50%;
     z-index: -1;
}

.btn-main:focus:not(:active)::after {
     animation: ripple 0.6s ease-out;
}

@keyframes ripple {
     0% {
          transform: scale(0, 0);
          opacity: 0.5;
     }
     100% {
          transform: scale(20, 20);
          opacity: 0;
     }
}

.btn-large {
     padding: 16px 32px;
     font-size: 18px;
}

.btn-small {
     padding: 10px 20px;
     font-size: 14px;
}

.btn-main:disabled {
     opacity: 0.6;
     cursor: not-allowed;
     transform: none;
     box-shadow: none;
}

/*--------------------------------------------------------------------- Utility Classes ---------------------------------------------------------------------*/
.blu { color: #0808ff; }
.yellow { color: #ffca56; }
.margin_bottom { margin-bottom: 30px; }
.margin_bottom1 { margin-bottom: 60px; }

/* Button centering fixes */
.justify-content-center.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.justify-content-center.text-center .col-12 {
    display: flex;
    justify-content: center;
}

.justify-content-center.text-center .btn-main {
    margin: 5px;
    display: inline-block;
}

/* Prevent overflow */
[data-aos], .carousel, .carousel-inner, .banner_main, .text-bg, .text_img {
     overflow: hidden;
}
/*--------------------------------------------------------------------- Custom Animations ---------------------------------------------------------------------*/
/* Animation base state */
.fade-in-left, .fade-in-right, .fade-in-up, .zoom-in {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-in-left {
  transform: translateX(-40px);
}
.fade-in-right {
  transform: translateX(40px);
}
.fade-in-up {
  transform: translateY(40px);
}
.zoom-in {
  transform: scale(0.95);
}

/* Animation active state */
.fade-in-left.animate {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-right.animate {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-up.animate {
  opacity: 1;
  transform: translateY(0);
}
.zoom-in.animate {
  opacity: 1;
  transform: scale(1);
}

/*--------------------------------------------------------------------- Responsive Styles ---------------------------------------------------------------------*/

/* Desktop Large (1200px - 1342px) */
@media (min-width: 1200px) and (max-width: 1342px) {
    .text_img {
        margin-right: 0px;
    }
    .ideas::before {
        right: 5px;
    }
    .map {
        padding-right: 74px;
    }
}

/* Desktop Medium (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .text_img {
        margin-right: 0px;
    }
    .titlepage h2 {
        font-size: 37px;
        line-height: 47px;
    }
    .ideas::before {
        right: 5px;
    }
    .map {
        padding-right: 90px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 0px 18px;
    }
    .text-bg h1 {
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .text_img {
        margin-right: 0px;
    }
    .titlepage h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .team .titlepage h3 {
        font-size: 20px;
    }
    .team .titlepage strong {
        font-size: 24px;
        padding-left: 12px;
    }
    
    /* Clientes Satisfechos section */
    .clientes-satisfechos-section {
        margin: 20px 0;
        padding: 20px;
        text-align: center !important;
    }
    
    .clientes-header h3 {
        font-size: 20px;
        text-align: center !important;
    }
    
    .counter-container strong {
        font-size: 32px;
    }
    
    .counter-plus {
        font-size: 24px;
    }
    
    .counter-description {
        font-size: 15px;
        text-align: center !important;
    }
    
    .clientes-stats {
        gap: 10px;
    }
    
    .stat-item {
        padding: 12px 8px;
        min-width: 70px;
    }
    
    .stat-item i {
        font-size: 18px;
    }
    
    .stat-item span {
        font-size: 16px;
    }
    
    .stat-item small {
        font-size: 11px;
    }
    
    .services .services_box h3 {
        font-size: 16px;
    }
    
    .ideas::before {
        right: 5px;
    }
    
    .ideas_box p {
        font-size: 14px;
    }
    
    .map {
        padding-right: 74px;
    }
}

/* Mobile Large (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
    
    /* Typography */
    .text-bg h1 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    
    .titlepage h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    
    .team .titlepage h3 {
        font-size: 19px !important;
    }
    
    .team .titlepage strong {
        font-size: 26px !important;
    }
    
    /* Clientes Satisfechos section */
    .clientes-satisfechos-section {
        margin: 15px 0;
        padding: 18px;
        text-align: center !important;
    }
    
    .clientes-header h3 {
        font-size: 18px !important;
        text-align: center !important;
    }
    
    .counter-container strong {
        font-size: 28px !important;
    }
    
    .counter-plus {
        font-size: 22px !important;
    }
    
    .counter-description {
        font-size: 14px !important;
        text-align: center !important;
    }
    
    .clientes-stats {
        gap: 8px;
        margin-top: 20px;
    }
    
    .stat-item {
        padding: 10px 6px;
        min-width: 60px;
    }
    
    .stat-item i {
        font-size: 16px !important;
    }
    
    .stat-item span {
        font-size: 14px !important;
    }
    
    .stat-item small {
        font-size: 10px !important;
    }
    
    /* Services */
    .services .services_box h3 {
        font-size: 17px !important;
    }
    
    /* Ideas section */
    .ideas_box h3 {
        font-size: 26px !important;
        width: 120px !important;
        height: 120px !important;
    }
    
    .ideas_box p {
        font-size: 15px !important;
    }
    
    /* Contact section */
    .contact {
        padding: 60px 0;
        background-size: cover;
        background-position: center;
    }
    
    .contact .titlepage {
        padding-bottom: 30px;
    }
    
    .contact .titlepage h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    
    .contact .titlepage p {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .main_form {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .main_form .contactus {
        font-size: 16px !important;
        height: 45px !important;
    }
    
    .main_form .send_btn {
        font-size: 18px !important;
        padding: 12px 0 !important;
        max-width: 100% !important;
    }
    
    .contact_info {
        margin-top: 15px;
        padding: 15px;
    }
    
    .contact_info h4 {
        font-size: 14px !important;
        margin-bottom: 10px;
    }
    
    /* Header and Logo */
    .logo a {
        font-size: 22px !important;
        line-height: 22px !important;
    }
    
    .logo a h1 {
        font-size: 38px !important;
        line-height: 38px !important;
    }
    
    /* Banner */
    .banner_main {
        min-height: 1065px;
    }
    
    .text_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    
    .text_img figure h3 {
        top: 19px;
        left: -3px;
    }
    
    .text-bg p {
        padding-bottom: 30px;
    }
    
    /* Navigation */
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        padding-top: 5px !important;
    }
    
    .navigation .navbar-collapse {
        background: #07183b;
        padding: 20px;
        margin-top: 64px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
    }
    
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        padding-top: 6px;
    }
    
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    
    /* Other elements */
    .ideas::before {
        right: 4px;
    }
    
    .contact::before {
        opacity: 0.05;
    }
    
    .map {
        background: transparent;
        padding: 0;
        margin-top: 0;
    }
    
    .main_form {
        margin: 0;
    }
    
    .footer h3 {
        margin-top: 30px;
    }
}

/* Mobile Small (max-width: 575px) */
@media (max-width: 575px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
    
    /* Typography */
    .text-bg h1 {
        font-size: 26px !important;
        line-height: 34px !important;
    }
    
    .titlepage h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    
    .team .titlepage h3 {
        font-size: 17px !important;
    }
    
    .team .titlepage strong {
        font-size: 24px !important;
    }
    
    /* Clientes Satisfechos section */
    .clientes-satisfechos-section {
        margin: 12px 0;
        padding: 15px;
        text-align: center !important;
    }
    
    .clientes-header h3 {
        font-size: 16px !important;
        text-align: center !important;
    }
    
    .counter-container strong {
        font-size: 24px !important;
    }
    
    .counter-plus {
        font-size: 20px !important;
    }
    
    .counter-description {
        font-size: 13px !important;
        text-align: center !important;
    }
    
    .clientes-stats {
        gap: 6px;
        margin-top: 18px;
    }
    
    .stat-item {
        padding: 8px 4px;
        min-width: 50px;
    }
    
    .stat-item i {
        font-size: 14px !important;
    }
    
    .stat-item span {
        font-size: 12px !important;
    }
    
    .stat-item small {
        font-size: 9px !important;
    }
    
    /* Services */
    .services .services_box h3 {
        font-size: 15px !important;
    }
    
    /* Ideas section */
    .ideas_box h3 {
        font-size: 22px !important;
        width: 100px !important;
        height: 100px !important;
    }
    
    .ideas_box p {
        font-size: 13px !important;
    }
    
    /* Contact section */
    .contact {
        padding: 50px 0;
        background-size: cover;
        background-position: center;
    }
    
    .contact .titlepage {
        padding-bottom: 25px;
    }
    
    .contact .titlepage h2 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
    
    .contact .titlepage p {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    
    .main_form {
        margin-right: 0;
        margin-bottom: 25px;
    }
    
    .main_form .contactus {
        font-size: 15px !important;
        height: 42px !important;
        padding: 0 12px;
    }
    
    .main_form .send_btn {
        font-size: 16px !important;
        padding: 10px 0 !important;
        max-width: 100% !important;
    }
    
    .contact_info {
        margin-top: 15px;
        padding: 12px;
    }
    
    .contact_info h4 {
        font-size: 13px !important;
        margin-bottom: 8px;
        gap: 8px;
    }
    
    .contact_info h4 i {
        font-size: 16px !important;
        width: 18px;
    }
    
    /* Typography adjustments */
    .text-bg p {
        font-size: 15px !important;
        line-height: 21px !important;
    }
    
    .team .titlepage p {
        font-size: 15px !important;
        line-height: 21px !important;
    }
    
    .ideas .titlepage p {
        font-size: 15px !important;
        line-height: 21px !important;
    }
    
    /* Header and Logo */
    .header {
        padding: 20px 0px 15px 0px;
    }
    
    .header .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .logo {
        text-align: left !important;
        padding-bottom: 0;
        float: none;
        margin: 0;
    }
    
    .logo a {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    
    .logo a h1 {
        font-size: 34px !important;
        line-height: 34px !important;
        margin: 0;
    }
    
    /* Banner */
    .text_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    
    .text-bg {
        padding-right: 0;
    }
    
    .text_img figure h3 {
        top: 19px;
        left: 5px;
    }
    
    .text-bg p {
        padding-bottom: 30px;
    }
    
    .carousel-inner {
        margin-right: 0;
    }
    
    /* Navigation */
    .navigation.navbar {
        float: none;
        display: flex !important;
        padding: 0;
        width: auto;
        align-items: center;
        justify-content: flex-end;
    }
    
    .navigation .navbar-collapse {
        background: #07183b;
        padding: 20px;
        margin-top: 67px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
    }
    
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        padding: 0;
        margin: 0;
        background: transparent;
    }
    
    .navigation.navbar-dark .navbar-toggler-icon {
        background: url(../images/menu_icon.png);
        background-repeat: no-repeat;
    }
    
    /* Other elements */
    .ideas::before {
        right: 4px;
    }
    
    .contact::before {
        opacity: 0.03;
    }

    .map {
        background: transparent;
        padding: 0;
        margin-top: 0;
    }
    
    .main_form {
        margin: 0px;
    }
    
    .footer h3 {
        margin-top: 10px;
    }
    
    .about_us li {
        float: left;
    }
    
    ul.social_icon {
        margin-bottom: 10px;
    }
}

/* Sidebar styles for mobile navigation */
.sidebar-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 260px;
  background: #02246B;
  color: #fff;
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(.77,0,.18,1);
  box-shadow: 2px 0 8px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.sidebar-nav.active {
  transform: translateX(0);
}
.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #03398d;
}
.sidebar-logo {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.close-sidebar-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.sidebar-menu {
  list-style: none;
  padding: 1.5rem 0 0 0;
  margin: 0;
  flex: 1;
}
.sidebar-menu li {
  margin: 0;
}
.sidebar-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  transition: background 0.2s;
}
.sidebar-menu a:hover {
  background: #03398d;
}
.sidebar-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(2,36,107,0.55);
  z-index: 1999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.sidebar-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
/* Hide sidebar and overlay on desktop */
@media (min-width: 768px) {
  .sidebar-nav, .sidebar-overlay, .sidebar-burger { display: none !important; }
  .navbar-collapse.d-none.d-md-block { display: flex !important; }
}
/* Show sidebar burger only on mobile */
@media (max-width: 767.98px) {
  .sidebar-burger { display: inline-block !important; }
  .navbar-collapse.d-none.d-md-block { display: none !important; }
  .sidebar-nav, .sidebar-overlay { display: block !important; }
}

/* Force visible burger icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 24px 24px;
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

/* Add left margin to burger icon for spacing */
.sidebar-burger {
  margin-left: 4px;
}

.clientes-title-group {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  color: #ffca56;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.clientes-title-group .counter-container {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  gap: 2px;
}

.clientes-title-group .counter {
  color: #02246a;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
}

.clientes-title-group .yellow {
  color: #ffca56;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
}

.titlepage a.btn-main {
  display: inline-block;
  margin-left: 0;
  text-align: left;
  float: left;
}

.team .titlepage {
  text-align: left !important;
}

/* --- Fix for banner image cut-off and bottom cut-off on desktop --- */
.banner_main {
  padding-bottom: 3rem;
  overflow: visible !important;
}

@media (min-width: 1200px) {
  .text_img {
    margin-right: 0 !important;
  }
}
