/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#d2b356;
}

a:hover, #header.nav-solid nav a:hover {
    color:#d2b356;
}

/* Default Icon Color */

.icon i {
    color:#d2b356;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #d2b356;
}

.pricing-block-content:hover {
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#111;
}


/* Navigation Colors when the Navigation is sticky and solid */

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #d2b356;
    border-color: #d2b356;
}



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;
}

.section-heading h2:after {
    background:#d2b356;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../images/banner-images/banner-image-2.jpg") no-repeat center top;
    background-size:cover;
}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:17px;
    font-weight:normal;
    color:#111;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:62px;
    line-height:60px;
    font-weight:800;
    color:#111;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    color:#111;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px;
    font-weight:700;
    color:#111;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px;
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px;
    font-weight:300;
    color:#111;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px;
    font-weight:300;
    color:#111;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px;
    font-weight:700;
    color:#111;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;
    font-weight:400;
    color:#111;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:400;
    color:#111;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px;
    font-weight:400;
    color:#111;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#111;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#111;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#d2b356;
    color:#d2b356;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#111;
}


/* Button Color */

#banner .button {
    border-color:#111;
}


/* Button Hover Color */

#banner .button:hover {
    color:#d2b356;
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#999;
}

#landing-footer i {
    color:#999;
}



/*-- Custom styles --*/

.section-heading h2 span{
    font-weight: 400;
    font-size: 0.9em;
}


.progress, .progress-bar{
    height: 5px;
    background: #dddbd4;
}


.each-progress:hover .progress-bar, .each-progress.hover .progress-bar {
    background-color: #ffd968;
}

.icon-block:hover .icon i, .icon-block.hover .icon i {
    color: #ffd968;
}


.progress .progress-bar{
    /*background-color: #575757;*/
    background-color: #d2b356;
}

.progress-list .row{
    padding-top: -75px;
}

.progress-list p .progress-list-value{
    float: right;
}

#partners a p{
    color: black;
}




.each-project-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Basic Styles for Thumbnails */
.each-project{
    padding: 20px;
    margin-top: 20px;
}

.each-project-thumbnail{
    cursor: pointer;
    /*width: 100px;*/
    /*max-height: 300px;*/
    border: 1px solid #ccc;
    transition: transform 0.2s;
}

.each-project-thumbnail:hover {
    transform: scale(1.05);
}

.each-project-thumbnail img {
    min-height: 200px;
}

.each-project-title{
    margin-top: 10px;
}

.each-project-title a:hover{
    color: #ffd968;
}

.visit-disabled{
    margin-right: 15px;
    color: #828282;
}

/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 5px;
}

/* Close Button */
.modal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
}


/* technologies swiper */
.swiper-container {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

/*.swiper-slide img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*    border-radius: 8px;*/
/*    max-width: 100%;*/
/*}*/

/*.swiper-slide img {*/
/*    width: 100%; !* Ensure the image spans the full width of the slide *!*/
/*    height: 200px; !* Set a smaller height for the image *!*/
/*    object-fit: cover; !* Ensures the image fills the height and maintains a good aspect ratio *!*/
/*    border-radius: 8px; !* Optional: Add rounded corners *!*/
/*}*/

.swiper-slide img {
    width: auto; /* Maintain the original width or resize proportionally */
    /*height: 250px; !* Smaller height without cropping *!*/
    object-fit: contain; /* Ensures the entire image is visible, no cropping */
    margin: 0 auto; /* Center the image horizontally */
    display: block; /* Ensures the image is centered */
}


/* Wrapper (bottom-right fixed) */
.contact-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

/* Toggle Button (never moves) */
.contact-toggle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f4d883;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.75);
    transition: transform .3s ease;
    position: relative;
    right: 10px;
    bottom: 10px;
    z-index: 1000; /* ensures icons expand behind it */
}

.contact-toggle:hover {
    transform: scale(1.1);
}

/* EXPANDABLE ICONS */
.fixed-contact {
    position: absolute;
    bottom: 75px; /* expands upward only */
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    /* collapsed */
    max-height: 0;
    opacity: 0;
    overflow: visible;
    transform: translateY(10px);
    transition:
            max-height .4s ease,
            opacity .3s ease,
            transform .3s ease;
}

/* expanded */
.fixed-contact.active {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
}

/* The contact icons */
.fixed-contact a i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: transform .2s ease, opacity .2s ease;
}

/* Your colors */
.whatsapp { background: #25d366 !important; }
.phone { background:  #081f64 !important; }
.email { background: #dc3545 !important; }

.fixed-contact a i:hover {
    transform: scale(1.1);
    opacity: 0.9;
}