/*
Tooplate 2117 Infinite Loop
https://www.tooplate.com/view/2117-infinite-loop
*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2em;
    color: #707070;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a {
    transition: all 0.3s ease;
    color: #38B;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #D40;
}
a:focus {
    outline: none;
}
.btn {
    padding: 8px 32px;
}
.btn:hover {
    background-color: #ced4da;
}
blockquote {
    font-size: 0.86em;
    line-height: 1.8em;
}
.tm-section-pad-top {
    padding-top: 80px;
    padding-bottom: 40px;
}
.tm-content-box {
    padding-top: 20px;
    padding-bottom: 40px;
}
.tm-text-primary {
    color: #37A;
}
.tm-font-big {
    font-size: 1.25rem;
}

/* Navbar */
.tm-navbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: all 0.3s ease;
}
.tm-navbar.scroll {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
}
.navbar-brand {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
}
.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
    color: #38B;
}
.tm-navbar.scroll .navbar-brand {
    color: #369;
}
.nav-item {
    list-style: none;
}
.tm-nav-link {
    color: white;
}
.tm-navbar.scroll .tm-nav-link {
    color: #369;
}
.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
    color: #FFF;
    background-color: #369;
}
.navbar-toggler {
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-toggler-icon {
    color: white;
    padding-top: 6px;
}
.tm-navbar.scroll .navbar-toggler {
    border: 1px solid #707070;
}
.tm-navbar.scroll .navbar-toggler-icon {
    color: #707070;
}

/* Hero */
#infinite {
    background-color: #222;
    background-image: url(../img/infinite-loop-01.jpg);
    min-height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.tm-hero-text-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3); 
}
.tm-hero-text-container-inner {
    padding: 0 15px;
    margin-top: 0;
}
.tm-hero-title {
    font-size: 3.5rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    font-weight: 700;
}
.tm-hero-subtitle {
    font-size: 1.5rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

/* Introduction */
#introduction {
    padding-bottom: 100px;
}
.tm-section-title {
    font-size: 2.6rem;
    font-weight: normal;
}
.tm-intro-text {
    font-size: 1.2rem;
}
.tm-icon {
    display: block;
    color: #37A;
}
.tm-continue {
    padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
    color: white;
    background-image: url(../img/infinite-loop-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}
.tm-testimonials-content {
    position: relative;
    z-index: 100;
}
.tm-bg-overlay {
    width: 100%;
    height: 100%;
    background: rgba(20, 70, 80, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.tm-testimonials-carousel {
    max-width: 1050px;
    margin: 0 auto;
}
.tm-testimonial-item {
    max-width: 290px;
    margin-left: 35px;
    margin-right: 35px;
}
.tm-testimonial-item img {
    border-radius: 50%;
    margin-bottom: 35px;
}
.tm-testimonial-item figcaption {
    text-align: right;
    font-style: italic;
    font-size: 1.1rem;
}

/* Work */
.tm-section-desc {
    max-width: 650px;
    width: 100%;
    font-size: 0.9rem;
}
.tm-gallery-container {
    padding-top: 70px;
    padding-bottom: 120px;
}
.tm-gallery-item {
    margin: 0 15px;
}
.slick-dots {
    bottom: -65px;
}
.slick-dots li {
    margin: 0 13px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #3ba0dd;
}
.tm-testimonials-carousel .slick-dots li button:before {
    color: white;
    opacity: 0.5;
}
.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 18px;
}

/* Hover Effect */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-size: 0.9em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 600;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Honey Effect */
figure.effect-honey {
    background: #4a3753;
    max-width: 220px;
}
figure.effect-honey img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-honey:hover img {
    opacity: 0.4;
}
figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #38C;
    content: "";
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.tm-container-gallery {
    padding-top: 30px;
}

/* Contact */
#contact {
    color: white;
    background-color: #001828;
    background-image: url(../img/infinite-loop-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 980px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 100px;
}
.contact-item {
    margin-left: 20px;
    margin-bottom: 50px;
}
.item-link {
    display: flex;
    align-items: center;
}
.item-link i,
.item-link span {
    color: white;
    transition: all 0.3s ease;
}
.item-link:hover i,
.item-link:hover span {
    color: #3496d8;
}
.tm-input {
    margin: 0 0 20px 0;
    width: 90%;
    padding: 8px 20px;
    border-radius: 6px;
    border: 1px solid white;
    background: transparent;
    color: white;
}
.tm-btn-submit {
    font-size: 0.9em;
    color: #fff;
    background-color: #369;
    width: 50%;
    margin-bottom: 60px;
}
.tm-btn-submit:hover {
    color: #fff;
    background-color: #38B;
}
::placeholder {
    color: white;
    opacity: 1; 
}
.tm-footer {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 0 15px;
}
.tm-footer a {
    color: #fff;
}
.tm-footer a:hover {
    color: #9CF;
}
.tm-footer-link {
    color: white;
}
.tm-footer-link:hover,
.tm-footer-link:focus {
    color: #38B;
    text-decoration: none;
}
p {
    line-height: 1.9;
}

/* ==========================================
   INKA BRANDING & LAYOUT OVERRIDES
   ========================================== */

/* 1. Global Typography Reset */
h1, h2, h3, h4, h5, .tm-section-title {
    color: #020C45; /* Dark Blue brand color */
    text-transform: none !important; /* Fix for Dhwani Bhatia name display */
}

/* 2. Specific Brand Identity */
.navbar-brand, 
.tm-hero-title {
    text-transform: lowercase !important; /* lowercase branding preference */
}

/* 3. Primary Branding Color (Red Accents) */
.tm-btn-primary {
    background-color: #E13333; 
    border-color: #E13333;
    color: #ffffff;
    padding: 14px 30px;
    transition: all 0.3s ease;
    text-transform: none;
}
.tm-btn-primary:hover, .tm-btn-primary:focus {
    background-color: #C02929;
    border-color: #C02929;
    color: #ffffff;
}

/* 4. Service Page Sub-styling */
.service-hero, .inka-values-bg {
    background-color: #020c45; /* watercolor/dark blue preference */
    color: white;
}

/* 5. Mobile Heading Fit Fix (Fluid Typography) */
.service-hero h1, 
.display-3 {
    /* clamp ensures text scales between mobile and desktop automatically */
    font-size: clamp(1.6rem, 7vw, 3.5rem) !important;
    text-transform: none !important; 
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto;
    line-height: 1.2 !important;
    width: 100%;
}

/* 6. CRITICAL FIX: FORCE WHITE TEXT ON DARK BACKGROUNDS */
/* This section overrides the global dark blue rule specifically for dark sections */
#infinite .tm-hero-title, 
#infinite .tm-hero-subtitle, 
#infinite h1, 
#infinite p,
.service-hero h1, 
.service-hero-section h1,
.service-hero .display-3,
.service-hero p,
.service-hero span,
.inka-values-bg h1,
.inka-values-bg h2,
.inka-values-bg h3,
.inka-values-bg p {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* ==========================================
   RESPONSIVE DESIGN & NAVIGATION
   ========================================== */

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #ffffff !important;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        margin-top: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9998; 
    }
    .nav-link { color: #020c45 !important; padding: 10px 0; }
}

@media (max-width: 767px) {
    .service-hero {
        padding: 80px 15px 40px 15px !important;
    }
    .service-hero p.lead {
        font-size: 0.95rem !important;
        margin-top: 10px;
    }
    .tm-section-title {
        font-size: 1.8rem !important;
    }
}
