:root {
  /* Chatgpt Suggested */

  /* ===== Brand Colors ===== */
  --color-primary-purple: #2f1539;
  --color-dark-purple: #1a0b22;
  --color-soft-cream: #fff2ba;
  --color-accent-gold: #d89c44;

  /* ===== Backgrounds ===== */
  --color-bg-cream: #fffaf0;
  --color-white: #ffffff;
  --color-card-bg: #ffffff;

  /* ===== Text Colors ===== */
  --color-text-dark: #1f1f1f;
  --color-text-muted: #6b6b6b;
  --color-text-light: #ffffff;

  /* ===== Borders & Dividers ===== */
  --color-border: #e8dcc3;
  --color-border-light: rgba(232, 220, 195, 0.5);

  /*---------------------------------------------------*/

  --primary-color: #7d0a0a;
  --primary-color-2: #2f1539;
  /* --primary-color-2: #c62345; */
  --secondary-color: #ead196;
  --secondary-color-2: #fff2ba;
  --gold-gradient-color: linear-gradient(
    90deg,
    rgba(226, 133, 46, 1) 0%,
    rgba(237, 221, 83, 1) 25%,
    rgba(245, 200, 87, 1) 50%,
    rgba(237, 221, 83, 1) 75%,
    rgba(226, 133, 46, 1) 100%
  );
  --gold-gradient-color-2: linear-gradient(
    90deg,
    rgba(171, 118, 60, 1) 0%,
    rgba(246, 198, 100, 1) 25%,
    rgba(210, 164, 89, 1) 50%,
    rgba(179, 130, 65, 1) 75%,
    rgba(200, 141, 54, 1) 100%
  );
  --btn-gold-gradient-color: linear-gradient(
    125deg,
    rgba(226, 133, 46, 1) 0%,
    rgba(245, 200, 87, 1) 50%,
    rgba(226, 133, 46, 1) 100%
  );
  --red-gradient-color: linear-gradient(
    90deg,
    rgba(125, 10, 10, 1) 0%,
    rgba(191, 9, 47, 1) 25%,
    rgba(102, 11, 5, 1) 50%,
    rgba(191, 9, 47, 1) 75%,
    rgba(125, 10, 10, 1) 100%
  );
  --red-gradient-color-2: linear-gradient(
    90deg,
    rgb(125, 10, 10) 0%,
    rgba(191, 9, 47, 1) 50%,
    rgba(125, 10, 10, 1) 100%
  );
  --bg-color-white: #fbfbfb;
}

@media only screen and (min-width: 1801px) {
  /* Bg-Layer */
  .ttm-left-span > .ttm-col-wrapper-bg-layer {
    margin-left: -500px;
  }
  .ttm-right-span > .ttm-col-wrapper-bg-layer {
    margin-right: -500px;
  }
}

@media only screen and (max-width: 1800px) and (min-width: 1601px) {
  /* Bg-Layer */
  .ttm-left-span > .ttm-col-wrapper-bg-layer {
    margin-left: -400px;
  }
  .ttm-right-span > .ttm-col-wrapper-bg-layer {
    margin-right: -400px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1401px) {
  /* Bg-Layer */
  .ttm-left-span > .ttm-col-wrapper-bg-layer {
    margin-left: -300px;
  }
  .ttm-right-span > .ttm-col-wrapper-bg-layer {
    margin-right: -300px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1171px) {
  /* Bg-Layer */
  .ttm-left-span > .ttm-col-wrapper-bg-layer {
    margin-left: -200px;
  }
  .ttm-right-span > .ttm-col-wrapper-bg-layer {
    margin-right: -200px;
  }
}

@media only screen and (min-width: 1200px) {
  /* header */
  .ttm-stickable-header.fixed-header {
    z-index: 111;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
  }
  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  #site-header-menu
    .ttm-stickable-header.fixed-header
    .site-navigation
    ul.menu
    > li
    > a {
    padding: 37px 14px;
  }

  /* ttm-header-style 01*/
  .ttm-header-style-01
    .site-header-menu
    .ttm-stickable-header.fixed-header
    .site-navigation {
    margin-top: 0;
  }
  .ttm-header-style-01
    .ttm-stickable-header.fixed-header
    .site-navigation-content {
    position: unset;
    content: unset;
    box-shadow: unset;
  }
  /* .ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li > a {
    padding: 36px 17px 36px 17px;
    position: relative;
  } */
}

@media all and (max-width: 1199px) {
  .res-1199-ml-0 {
    margin-left: 0 !important;
  }
  .res-1199-mr-0 {
    margin-right: 0 !important;
  }
  .res-1199-mt-0 {
    margin-top: 0 !important;
  }
  .res-1199-mb-0 {
    margin-bottom: 0 !important;
  }

  .res-1199-ml-10 {
    margin-left: 10px !important;
  }
  .res-1199-ml-15 {
    margin-left: 15px !important;
  }
  .res-1199-ml-20 {
    margin-left: 20px !important;
  }

  .res-1199-mr-10 {
    margin-right: 10px !important;
  }
  .res-1199-mr-15 {
    margin-right: 15px !important;
  }
  .res-1199-mr-20 {
    margin-right: 20px !important;
  }

  .res-1199-pt-0 {
    padding-top: 0 !important;
  }
  .res-1199-pr-0 {
    padding-right: 0 !important;
  }
  .res-1199-pl-0 {
    padding-left: 0 !important;
  }
  .res-1199-pb-0 {
    padding-bottom: 0 !important;
  }

  .res-1199-pt-15 {
    padding-top: 15px !important;
  }
  .res-1199-pr-15 {
    padding-right: 15px !important;
  }
  .res-1199-mt-15 {
    margin-top: 15px !important;
  }
  .res-1199-mt-30 {
    margin-top: 30px !important;
  }
  .res-1199-mt-50 {
    margin-top: 50px !important;
  }

  .top_bar {
    display: block;
  }

  /* Header */
  /* header .container {
    max-width: 100%;
  } */
  .header_extra,
  .widget_info {
    display: none !important;
    visibility: hidden;
  }
  nav.main-menu ul.menu li ul.mega-submenu li.active > a,
  nav.main-menu ul.menu li ul.mega-submenu li > a:hover {
    color: #3bad70;
  }

  /* logo */
  .site-branding {
    text-align: center;
  }
  .ttm-header-style-01 #site-header-menu {
    background-color: var(--color-primary-purple) !important;
  }
  #site-header-menu .site-navigation {
    height: 80px;
  }

  .first-footer .widget-area:not(:last-child) .widget:after {
    right: 10px;
  }

  /* ttm-bg-layer */
  .bg-layer > .container > .row > [class*="col-lg"] {
    padding: 0;
  }
  [class*="col-xl"] .ttm_single_image-wrapper {
    text-align: center !important;
  }

  /* .ttm-row .container,
  .ttm-row .container-fluid,
  .ttm-page-title-row .container,
  footer .container {
    max-width: 100%;
  } */
  .ttm-row .container,
  footer .container,
  .element-row .container,
  .sidebar .container {
    padding: 0;
  }
  .ttm-row .container > .row,
  .ttm-page-title-row .container > .row,
  footer .container .row {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .row-equal-height > [class*="col-"],
  .ttm-equal-height-image,
  .featured-imagebox img,
  .ttm_single_image-wrapper,
  .ttm_single_image-wrapper img,
  [class*="col-lg"] .ttm-equal-height-image {
    text-align: center;
    margin: 0 auto;
  }
  [class*="col-lg"] .ttm-equal-height-image {
    display: block;
  }
  .featured-imagebox img {
    min-width: 100%;
  }

  .section-title h2.title {
    font-size: 28px;
    line-height: 36px;
  }

  /* ttm-bg-layer */
  [class*="col-lg"] .ttm-col-bgimage-yes,
  .bg-layer-equal-height [class*="col-lg"] .ttm-col-bgcolor-yes {
    height: auto !important;
  }
  .bg-layer > .container > .row > [class*="col-lg"] {
    padding: 0;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 32px;
    line-height: 42px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 19px;
    line-height: 22px;
  }
  h6 {
    font-size: 17px;
    line-height: 20px;
  }

  /* ttm-row */
  .ttm-row {
    padding: 60px 0 !important;
  }
  .ttm-row.client-section {
    padding: 10px 0 !important;
  }
  .ttm-row.blog-section {
    padding: 60px 0 30px !important;
  }
  .ttm-row.broken-section {
    padding: 0 0 !important;
  }
  .ttm-row.client-section {
    padding: 5px 0 !important;
  }
  .ttm-row.features_row-section {
    padding: 0 0 !important;
  }

  .spacing-1 {
    padding: 50px 15px !important;
    margin-top: 0 !important;
  }

  /* spacing */
  .res-991-p-0 {
    padding: 0px !important;
  }
  .res-991-pt-0 {
    padding-top: 0 !important;
  }
  .res-991-pt-10 {
    padding-top: 10px !important;
  }
  .res-991-pt-15 {
    padding-top: 15px !important;
  }
  .res-991-pt-20 {
    padding-top: 20px !important;
  }
  .res-991-pt-30 {
    padding-top: 30px !important;
  }
  .res-991-pt-40 {
    padding-top: 40px !important;
  }
  .res-991-pt-50 {
    padding-top: 50px !important;
  }
  .res-991-pt-60 {
    padding-top: 60px !important;
  }

  .res-991-pb-0 {
    padding-bottom: 0 !important;
  }
  .res-991-pb-15 {
    padding-bottom: 15px !important;
  }
  .res-991-pb-30 {
    padding-bottom: 30px !important;
  }
  .res-991-pb-40 {
    padding-bottom: 40px !important;
  }
  .res-991-pb-50 {
    padding-bottom: 50px !important;
  }
  .res-991-pb-60 {
    padding-bottom: 60px !important;
  }
  .res-991-pb-70 {
    padding-bottom: 70px !important;
  }
  .res-991-pb-80 {
    padding-bottom: 80px !important;
  }

  .res-991-pr-0 {
    padding-right: 0 !important;
  }
  .res-991-pr-15 {
    padding-right: 15px !important;
  }
  .res-991-pr-30 {
    padding-right: 30px !important;
  }
  .res-991-pr-50 {
    padding-right: 50px !important;
  }
  .res-991-pr-60 {
    padding-right: 60px !important;
  }

  .res-991-pl-0 {
    padding-left: 0 !important;
  }
  .res-991-pl-0 {
    padding-left: 0 !important;
  }
  .res-991-pl-15 {
    padding-left: 15px !important;
  }
  .res-991-pl-30 {
    padding-left: 30px !important;
  }
  .res-991-pl-50 {
    padding-left: 50px !important;
  }
  .res-991-pl-60 {
    padding-left: 60px !important;
  }

  .res-991-mt-0 {
    margin-top: 0 !important;
  }
  .res-991-mt-10 {
    margin-top: 10px !important;
  }
  .res-991-mt-15 {
    margin-top: 15px !important;
  }
  .res-991-mt-20 {
    margin-top: 20px !important;
  }
  .res-991-mt-30 {
    margin-top: 30px !important;
  }
  .res-991-mt-40 {
    margin-top: 40px !important;
  }
  .res-991-mt-50 {
    margin-top: 50px !important;
  }
  .res-991-mt-60 {
    margin-top: 60px !important;
  }

  .res-991-mb-0 {
    margin-bottom: 0 !important;
  }
  .res-991-mb-15 {
    margin-bottom: 15px !important;
  }
  .res-991-mb-10 {
    margin-bottom: 10px !important;
  }
  .res-991-mb-20 {
    margin-bottom: 20px !important;
  }
  .res-991-mb-25 {
    margin-bottom: 25px !important;
  }
  .res-991-mb-30 {
    margin-bottom: 30px !important;
  }
  .res-991-mb-50 {
    margin-bottom: 50px !important;
  }
  .res-991-mb-60 {
    margin-bottom: 60px !important;
  }

  .res-991-mb_15 {
    margin-bottom: -15px !important;
  }
  .res-991-mb_20 {
    margin-bottom: -20px !important;
  }
  .res-991-mb_25 {
    margin-bottom: -25px !important;
  }
  .res-991-mb_30 {
    margin-bottom: -30px !important;
  }
  .res-991-mb_50 {
    margin-bottom: -50px !important;
  }
  .res-991-mb_60 {
    margin-bottom: -60px !important;
  }
  .res-991-mb_70 {
    margin-bottom: -70px !important;
  }
  .res-991-mb_80 {
    margin-bottom: -80px !important;
  }

  .res-991-ml-0 {
    margin-left: 0 !important;
  }
  .res-991-ml-15 {
    margin-left: 15px !important;
  }
  .res-991-ml-20 {
    margin-left: 20px !important;
  }
  .res-991-ml-30 {
    margin-left: 30px !important;
  }
  .res-991-ml-40 {
    margin-left: 40px !important;
  }
  .res-991-ml-50 {
    margin-left: 50px !important;
  }

  .res-991-ml_15 {
    margin-left: -15px !important;
  }
  .res-991-ml_30 {
    margin-left: -30px !important;
  }
  .res-991-ml_50 {
    margin-left: -50px !important;
  }

  .res-991-mr-0 {
    margin-right: 0 !important;
  }
  .res-991-mr-15 {
    margin-right: 15px !important;
  }
  .res-991-mr-20 {
    margin-right: 20px !important;
  }
  .res-991-mr-30 {
    margin-right: 30px !important;
  }
  .res-991-mr-40 {
    margin-right: 40px !important;
  }
  .res-991-mr-50 {
    margin-right: 50px !important;
  }

  .res-991-mr_15 {
    margin-right: -15px !important;
  }
  .res-991-mr_30 {
    margin-right: -30px !important;
  }
  .res-991-mr_50 {
    margin-right: -50px !important;
  }

  .ttm-vertical_sep > [class*="col-lg"]:not(:last-child):before {
    content: unset;
  }

  /* footer */
  .second-footer > div > .row .widget-area .widget:not(:first-child) {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .second-footer {
    padding-top: 40px;
  }
  .second-footer .widget-area .widget {
    padding: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .res-767-mt-0 {
    margin-top: 0px !important;
  }
  .res-767-mt-10 {
    margin-top: 10px !important;
  }
  .res-767-mt-15 {
    margin-top: 15px !important;
  }
  .res-767-mt-30 {
    margin-top: 30px !important;
  }

  .res-767-pt-0 {
    padding-top: 0 !important;
  }
  .res-767-pb-0 {
    padding-bottom: 0 !important;
  }
  .res-767-pl-0 {
    padding-left: 0 !important;
  }
  .res-767-pr-0 {
    padding-right: 0 !important;
  }

  .res-767-pt-15 {
    padding-top: 15px !important;
  }
  .res-767-pt-30 {
    padding-top: 30px !important;
  }
  .res-767-pt-40 {
    padding-top: 40px !important;
  }

  .res-767-pb-15 {
    padding-bottom: 15px !important;
  }
  .res-767-pb-30 {
    padding-bottom: 30px !important;
  }
  .res-767-pb-40 {
    padding-bottom: 40px !important;
  }

  [class*="col-md"] .ttm-equal-height-image {
    text-align: center;
    margin: 0 auto;
  }
  [class*="col-md"] .ttm-equal-height-image {
    display: block;
  }

  /* ttm-bg-layer */
  [class*="col-md"] .ttm-col-bgimage-yes,
  .bg-layer-equal-height [class*="col-md"] .ttm-col-bgcolor-yes {
    height: auto !important;
  }
  .bg-layer > .container > .row > [class*="col-md"] {
    padding: 0;
  }

  .testimonials.ttm-testimonial-box-view-style1 {
    display: block;
    text-align: center;
  }
  .testimonials.ttm-testimonial-box-view-style1 .testimonial-content {
    margin-left: 30px;
    margin-top: 30px;
  }

  /* Page-Title */
  .breadcrumb-wrapper .breadcrumb-wrapper-inner {
    padding: 0;
    background: transparent;
  }
  .title-box .page-title-heading h1 {
    font-size: 38px;
    line-height: 41px;
  }

  .slick_slider .slick-arrow,
  .slick_slider .slick-dot {
    display: none;
    visibility: hidden;
  }

  #menu-footer-menu,
  .copyright {
    text-align: center;
    display: block !important;
  }
  .first-footer .widget-area .widget {
    padding: 0 0;
  }
  .first-footer {
    padding: 30px 0;
  }
  .first-footer .widget-area:not(:last-child) .widget:after {
    content: unset !important;
  }

  .featured-icon-box.icon-align-top-content.box-style1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  [class*="col-"]:nth-child(3)
    .featured-icon-box.icon-align-top-content.box-style1 {
    border-bottom: none;
  }

  .featured-icon-box.icon-align-top-content.style3 {
    padding: 30px 15px 20px;
  }

  .ttm-tabs.ttm-tab-style-02 ul.tabs {
    display: block;
    text-align: center;
    margin: 0;
  }
  .ttm-tabs.ttm-tab-style-02 ul.tabs li {
    margin: 0 5px;
    border: 1px solid #f0f0f0;
  }
  .ttm-tabs.ttm-tab-style-02 ul.tabs li a {
    font-size: 18px;
  }
  .ttm-tabs.ttm-tab-style-02 ul.tabs li:not(:last-child) {
    margin-bottom: 10px;
  }
  .ttm-tabs.ttm-tab-style-02 .content-tab {
    padding-top: 30px;
  }
  .ttm-tabs.ttm-tab-style-01 ul.tabs {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }

  .ttm-tabs.ttm-tab-style-vertical {
    display: block;
  }
  .ttm-tabs.ttm-tab-style-vertical .content-tab {
    padding-left: 0;
    padding-top: 20px;
  }
  .ttm-tabs.ttm-tab-style-vertical .content-tab p:last-child {
    margin-bottom: 0;
  }

  .featured-imagebox-post.style2 {
    display: block;
    margin: 30px 0 15px !important;
  }
  .featured-imagebox-post.style2 {
    display: block !important;
  }
  .featured-imagebox-post.style2 .featured-thumbnail img {
    width: 100%;
    transform: scale(1);
  }
  .featured-imagebox-post.style2 .featured-content.featured-content-post {
    display: block;
  }
}

@media (max-width: 575px) {
  .second-footer .widget-area:nth-child(2) {
    margin-top: 0;
  }

  .res-575-mt-0 {
    margin-top: 0px !important;
  }
  .res-575-mt-10 {
    margin-top: 10px !important;
  }
  .res-575-mt-15 {
    margin-top: 15px !important;
  }
  .res-575-mt-30 {
    margin-top: 30px !important;
  }

  .res-575-ml-0 {
    margin-left: 0 !important;
  }
  .res-575-pl-0 {
    padding-left: 0 !important;
  }
  .res-575-mr_140 {
    margin-right: -140px !important;
  }

  .slick_slider.slick-dots-style1 .slick-dots {
    display: none !important;
  }

  .border-left,
  .border-right {
    border: 0px !important;
  }
  .row.ttm-vertical_sep > [class*="col-"]:not(:last-child):before {
    content: unset;
  }

  .testimonials-info .testimonials .testimonial-content {
    padding: 25px 20px 35px;
    margin-left: 15px;
  }
  .testimonials-info .testimonials .testimonial-content:before {
    content: unset;
  }
}
