﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

body {
    font-size: 18px;
    overflow-x: hidden;
    color: #332915;
    margin: 0px;
    padding: 0px;
    background-color: var(--green-color) !important;
    font-family: 'Montserrat', sans-serif;
}

*{ box-sizing: border-box;}

:root {
    --primary-color: #7d0642;
    --secondary-color: #fad02c;
    --white-color:#ffffff;
    --green-color:#809834;
}
.footer a {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

img {max-width: 100%;}
a, a:hover {text-decoration: none;}
button, select {outline: none !important;}
ul, ol { padding: 0px; margin: 0px; list-style: none;}
h1,h2,h3,h4,h5,h6 {margin: 0px;line-height: 1.1;}

.container{max-width: 1170px;margin: auto;padding: 0 15px;}
.header {
    background-image: url('../images/banner-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.header .container {
    position: relative;
    padding: 40px 0px 90px 0px;
}
.imgbox {
    position: absolute;
    right: 200px;
    bottom: 0;
    max-width: 219px;
}
.imgbox img{display:block;}
.header .d-flex { display: flex;}
.logo {width: 242px;}
.header-right {flex: 1;padding-left: 50px;}
h1, h2 {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 900;
    text-shadow: 1px 1px #afbe81;
    position: relative;
    z-index: 1;
}
h1 {
    margin-bottom: 18px;
}

.golf-icon img {
    width: 50px;
    vertical-align: middle;
}

.sponsor-title h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--white-color);
    text-align: right;
    text-shadow: rgb(175, 190, 129) 2px 2px;
}

.sponsor-title {
    position: relative;
    margin-top: -42px;
}
.sponsor-title .container {
}
.sponsorship-grid, .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12{
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.col-6{
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}
.col-5{
    flex: 0 0 auto;
    width: 41.66666667%;
    padding: 0 15px;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
    padding: 0 15px;
}

.card-header {
    background: var(--secondary-color);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.card-header .card-title {
    font-size: 24px;
    font-weight: bold;
    max-width: 274px;
}
.sponsorship-card {
    background: #fff;
    border-radius: 20px;
    height: 100%;
}
.card-title.text-center {
    text-align: center;
}

.sponsorship-card .row [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.box {
    padding: 30px;
    height:300px;
}

.benefits-list li {position: relative; padding-left: 30px;}
.benefits-list li:not(:last-child) { margin-bottom: 15px;}

.benefits-list li:before {
    position: absolute;
    content: "";
    left: 0;
    width: 16px;
    height: 16px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    background-image: url('../images/check.svg');
    top: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}

.spacer-content{padding: 70px 0 0px 0;}

.sponsorship-feature {
    position: relative;
    height: 100%;
}

.sponsorship-feature .logo-board {
    position: absolute;
    left: -80px;
    top: 50px;
    width: 121px;
}

.sponsorship-feature .logo-drone {
    position: absolute;
    bottom: 0;
    width: 246px;
    left: -46px;
}

.sponsorship-feature .logo-drone img {
    display: block;
}

.sponsorship-feature .logo-board img {
    display: block;
}
.col-12 .card-header .card-title {
    max-width: 100%;
}

.sponsorship-grid [class*="col-"] {
    margin-bottom: 70px;
}

.sub-benefits .sub-benefit {
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: 7px;
}

.sub-benefits .sub-benefit:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #332915;
    border-radius: 50%;
    opacity: 0.5;
}

.footer{ background: var(--primary-color); padding: 40px 0; color: var(--white-color);}
.footer a{ color: var(--white-color); }

.footer a:hover{ color: var(--secondary-color); }

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}


.card-header .price {
    color: var(--primary-color);
    text-align: right;
    position: relative;
    margin-top: -60px;
    right: -30px;
    width: max-content;
    margin-bottom: 10px;
    margin-left: auto;
}

.card-header .price span {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    line-height: 100%;
}

.card-header .price svg {
    display: block;
}
.contact-item .d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item .d-flex .Icon {
    width: 30px;
    display: flex;
    align-items: center;
}

.contact-item .d-flex .Icon svg {
    width: 100%;
    height: auto;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1199px) { 
.container {max-width: 960px;}
h1, h2 {font-size: 40px;}
.sponsorship-feature .logo-board {left: -47px;}
}

@media (max-width: 991px) {
body{ font-size: 16px;}    
.container {max-width: 720px;}
.logo { width: 160px;}
h1, h2 {font-size: 30px;}
.golf-icon img {width: 36px;}
.footer {font-size: 13px;}
.sponsorship-feature .logo-drone {width: 180px;}
.sponsorship-feature .logo-board {top: 92px;width: 111px;}
}

@media (max-width: 767px) {
.sponsor-title {margin-top: 30px;}
.header .d-flex {flex-direction: column;align-items: center;}
.header .container {padding: 15px 0px 15px 0px;}
.header-right {
    padding-left: 0;
    text-align: center;
}
.imgbox {
    right: 50px;
    width: 60px;
}
.sponsor-title h3 {
    font-size: 30px;
    text-align: center;
}

.card-header .card-title {
    font-size: 20px;
}

.card-header .price span {
    font-size: 18px;
}

.card-header .price {
    width: 140px;
}

.card-header .price svg {
    width: 100%;
}
.col-5 {
    width: 100%;
}

.col-6 {
    width: 100%;
}
.sponsorship-feature .logo-board {
    position: static;
}

.sponsorship-feature .logo-drone {
    position: static;
}

.sponsorship-grid .col-2 {
    width: 100%;
    margin: 0;
}

.sponsorship-feature {
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 26px;
}

.sponsorship-grid .col-5.col-d {
    margin-bottom: 0;
}
.sponsorship-card .row [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}

.contact-grid {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
}
.footer {
    padding: 20px;
}
    .box {
        padding: 15px;
        height: 350px;
    }

}
.golfsponsorbutton {
    background-color: #7d0642 !important;
    color: white;
    border: 1px solid transparent; /* reserve space for border */
    border-radius: 10px;
    padding: 0.5rem 1rem; /* adjust as needed */
    transition: all 0.3s ease;
    box-sizing: border-box; /* include border in size calculation */

}

    .golfsponsorbutton:hover {
        background: none !important;
        border: 1px solid #7d0642;
        color: #000000;
        padding: 0.5rem 1rem; /* keep same padding */
    }
