/*
Theme Name: Avinya Branding Theme
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: avinya-branding-theme
*/


@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
         url('fonts/Montserrat-Regular.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
         url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.woff2') format('woff2'),
         url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
         url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


/* Add more font variations as needed */




/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

a {
    color: white;
}

body {
  background-color: #fff;
  color: #000;
}


/* Header Styling */
.header {
  margin: 22px;
  background-color: #fff;
}

/* Container for Flexbox Layout */
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
  padding: 0 20px;
}

/* Logo Styling */
.logo img {
  width: 110px; /* Adjust as needed */
  height: auto;
}

/* Navigation Styling */
/*nav {
    font-size: 14px;
}*/

/* Menu List Styling */
.nav-links {
    font-size: 14px;
    font-weight: 600;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  margin-left: 30px; /* Space between menu items */
}

.nav-links a {
  text-decoration: none;
  color: #848484;
}

.nav-links a:hover {
  color: #Ff0000;
}

.nav-links .current-menu-item a,
.nav-links .current_page_item a {
    background-image: url('https://avinyabranding.com/wp-content/themes/avinya-branding-theme/images/line.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 5px;
  padding-bottom: 6px;
  color: #Ff0000;
}


/* Hide Toggle on Desktop */
@media (min-width: 1025px) {

  .menu-toggle {
    display: none;
  }

  .header {
    margin-inline: 82px;
  }
}


/* Responsive Styling */
@media (max-width: 1024px) {

  .menu-toggle {
    display: none;
  }

  .logo img {
    width: 100px;
  }
  
  .nav-links li {
    margin-left: 20px;
  }
}




@media (max-width: 768px) {
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo img {
    width: 120px; /* Adjust size for mobile */
  }

  .menu-toggle {
    display: block;
    font-size: 28px;
    cursor: pointer;
    order: -1; /* Ensures the toggle is on the left side */
  }

  .nav-links {
    display: none; 
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 46px;
    font-size: 15px;
    width: 170px;
    z-index: 9999;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links li {
    margin: 15px 0;
    text-align: center;
  }
}


/*footer section*/

.custom-footer {
  background-color: #151515;
  color: white;
  padding: 40px 0px 0px 0px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.footer-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 20px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 14px;
}

.footer-item span {
  white-space: nowrap;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-circle {
  background-color: red;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.icon-circle:hover {
  background-color: #ff4444;
}

.footer-copywrite {
  background-color: #0a0a0a;
  color: #ccc;
  font-size: 14px;
  padding: 4px 0;
  margin-top: 55px;
}






h1.elementor-heading-title.elementor-size-default.home-title {
    font-size: 62px;
    margin-left: 32px;
}

h2.elementor-heading-title.elementor-size-default.html-title {
    font-size: 62px;
}


@media (max-width: 767px) {
    .elementor-16 .elementor-element.elementor-element-b30f75c {
        margin-top: -28px;
    }

    .elementor-16 .elementor-element.elementor-element-b30f75c,
    .elementor-25 .elementor-element.elementor-element-7e7d09a,
    .elementor-27 .elementor-element.elementor-element-2ab1113,
    .elementor-29 .elementor-element.elementor-element-be5f2cb,
    .elementor-31 .elementor-element.elementor-element-f64d562{
        padding: 0px 0px 0px 0px;
    }

    

    img.attachment-medium.size-medium.wp-image-41,
    img.attachment-medium.size-medium.wp-image-166,
    img.attachment-medium.size-medium.wp-image-517,
    img.attachment-medium.size-medium.wp-image-657,
    img.attachment-medium.size-medium.wp-image-728 {
    margin-top: 32px;
    }

    img.attachment-medium.size-medium.wp-image-728 {
    margin-bottom: 48px;
    }


}



/*Our mission and vission section*/

img.attachment-thumbnail.size-thumbnail.wp-image-207 {
    width: 60px;
    height: 67px;
}

img.attachment-thumbnail.size-thumbnail.wp-image-217 {
    width: 60px;
    height: 60px;
}


/* Add a divider only after the first section */
.custom-inner::after {
    content: "";
    position: absolute;
    top: 45px;
    bottom: 45px;
    left: 50%;
    width: 1px;
    background-color: #c3c4c7; /* Divider color */
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .custom-inner {
        flex-direction: column;
    }

    .custom-inner::after {
        display: none;
    }
}





/*About Us Page*/
h2.elementor-heading-twt-aboutus.elementor-size-default {
    font-size: 46px;
    font-weight: 600;
}

img.attachment-medium.size-medium.wp-image-166 {
    width: 250px;
    height: 250px;
}

@media (max-width: 767px) {
  .elementor-25 .elementor-element.elementor-element-f998d09{
    --align-items: center;
  }
}



/*Our Services Page*/
.services-icons {
    width: 60px;
    height: 60px;
}

img.attachment-medium.size-medium.wp-image-517 {
    width: 250px;
    height: 228px;
}


/*Portfolio Page*/
img.attachment-medium.size-medium.wp-image-657 {
    width: 210px;
    height: 210px;
}

.admin-bar .lg-toolbar{
    display: none;
}


/*Contact us Page*/
img.attachment-medium.size-medium.wp-image-728 {
    width: 250px;
    height: 227px;
}

img.attachment-thumbnail.size-thumbnail.wp-image-749,
img.attachment-thumbnail.size-thumbnail.wp-image-750,
img.attachment-thumbnail.size-thumbnail.wp-image-959
{
    width: 32px;
    height: 32px;
}

img.attachment-thumbnail.size-thumbnail.wp-image-728.lazyloaded {
    width: 180px;
    height: 164px;
}


.elementor-element.elementor-element-6bd6145.contact-form-layout {
  margin-top: -76px; /* Adjust the value as needed */
  position: relative;
  z-index: 10; /* Make sure it stays on top */
}











.wpcf7 form {
  background: #000;
  /*padding: 30px;*/
  color: #fff;
}

.form-row {
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}

.form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-col label {
  margin-bottom: 5px;
  font-weight: 500;
}

.form-col input,
.form-col textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  color: #fff;
  padding: 15px 0px;
}

.form-col input::placeholder,
.form-col textarea::placeholder {
  color: #bbb;
}

.form-submit input[type="submit"] {
  background: red;
  color: #fff;
  padding: 10px;
  margin-top: 22px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.form-submit input[type="submit"]:hover {
  background: #cc0000;
}


