/*!
Theme Name: idn
Theme URI: http://dictionarynetwork.com/
Author: Gurunand Mourya
Author URI: http://dictionarynetwork.com/
Description: This theme is created by Gurunand Mourya for indo Dictionary Networks
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: idn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* header */
.custom-logo-link img {
    width: 100%; 
    height: 100%; 
   object-fit: contain;
}
.nav-logo {
    width: 150px;
}

.navbar-nav .nav-link span{
    font-size: 20px;
    font-weight: 500; 
}
.navbar-nav .current-menu-item > a {
    border-bottom: 2px solid #007bff; 
    padding-bottom: 4px;
}

.navbar-nav > li > a:hover {
    border-bottom: 2px solid #007bff;
    padding-bottom: 4px;
}


/* Home page */

.hero-section {
    color: white;
    padding: 150px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.25rem;
}

.section {
    padding: 60px 0;
}

.section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.cta-section {
    background-color: #f8f9fa;
    padding: 40px 0;
    text-align: center;
}
.product-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.product-title img.title-logo {
  width: 50px;
  height: auto;
}

/* Careers Page */
.careers-hero {
        background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('./images/career-hero.jpg') center/cover no-repeat;
        color: white;
        padding: 100px 0;
        text-align: center;
    }

    .careers-content {
        padding: 60px 20px;
        text-align: center;
    }

    .careers-content h2 {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .careers-content p {
        font-size: 1.1rem;
        color: #555;
    }

    .coming-soon-badge {
        display: inline-block;
        padding: 8px 20px;
        background-color: #ffc107;
        color: #000;
        border-radius: 20px;
        font-weight: bold;
        margin-top: 20px;
    }


    /*contact us */
    .contact-section {
    background: url('./images/world.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 0;
  }

  .contact-card {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    animation: fadeInUp 0.8s ease forwards;
  }

  .contact-info {
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    animation: fadeInLeft 0.8s ease forwards;
  }

  .map-wrapper {
    margin-top: 3rem;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #858689;
  }

  .map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: 0;
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
  }
  

/* Footer section */

.footer_logo {
    max-width: 250px;
    height: auto;
}
.footer_logo img {
    max-width: 100%;
    height: auto;
}

.site-footer a:hover {
    text-decoration: underline;
    color: #ffc107;
}
ul.list-unstyled {
    display: inline-block;
    text-align: left;
}

/* contact */

.wpcf7-form .form-control {
  border-radius: 0.5rem;
}

.wpcf7-form .btn-primary {
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
}