body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    background-color: #476c51c3;} /* Light grey background */
/*______________  Video Container Start ______________ */
#video-container {
    position: relative;
    width: 100%;
    max-width: 1150px;
    height: auto;
    overflow: hidden;
    top: 10px;
    padding: 5px;
    border: 2px solid #000;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;}
#video {
    width: 100%;
    height: auto;}
.video_title {
    position: absolute;
    bottom: 0;
    width: 100%;    padding: 10px 0;
    background: rgba(0, 0, 0, 0.3);
    color: rgb(212, 202, 198);
    text-align: center;
    font-size: 6vw; /* Responsive font size */
    font-weight: bold;}
/*______________  Links Container Start ______________ */
#links-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #4d464d; /* container background */
    border: 2px solid #000;
    border-radius: 8px;
    max-width: 1150px;
    width: 100%;
    box-sizing: border-box;    }    
#links-container a {
    font-size: 2.5vw; /* Responsive font size */
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    background-color: rgba(177, 163, 163, 0.6);
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin: 10px;}
#links-container a:hover {
    background-color: #007bff;
    color: #fff;}
/*______________  Responsive Font Tweaks for video / Links ______________ */
@media (max-width: 1024px) {
    .video_title {
        font-size: 4.5vw;    }
    #links-container a {
        font-size: 2vw;    }}
@media (max-width: 768px) {
    .video_title {
        font-size: 3.5vw;    }
    #links-container a {
        font-size: 1.8vw;    }}
@media (max-width: 480px) {
    .video_title {
        font-size: 5.5vw;    }
    #links-container a {
        font-size: 4vw;    }}
/* _____________  Video Container End __________________ */

/* _______ An Authientic Canadian Experience Heading ____ 1st _____ */
.first-heading-text {
    position: relative;
    margin: 30px 0;
    font-size: 5.0vw;  /* Adjusted to viewport width */
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: rgb(86, 23, 56); /* Add your desired color here */
    margin-bottom: 60px;}      /* Padding below Heading */
.underline {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: black;}

p { margin: 0; }               /* Remove default margins from paragraphs */
.first-paragraph-text {             /* Last Paraeaph  */
    width: 90%;           /* Adjust the width */
    display: flex;
    height: auto;         /* Adjust the height     */
    margin: auto;       /* Center the container            */
    margin-top:5px;       /* Center the container            */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px; /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
 @media (max-width: 600px) {
.first-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

.second-paragraph-text{
    width: 90%;                  /* Adjust the width */
    display: flex;
    height: auto;                /* Adjust the height     */
    margin: auto;                /* Center the container  */
    margin-top:10px;             /* Center the container     */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px;           /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
@media (max-width: 600px) {
.second-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

.third-paragraph-text{
    width: 90%;                    /* Adjust the width */
    display: flex;
    height: auto;                  /* Adjust the height */
    margin: auto;                  /* Center the container */
    margin-top:10px;               /* Center the container */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px;            /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
@media (max-width: 600px) {
.third-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

.forth-paragraph-text {
    width: 90%;           /* Adjust the width */
    display: flex;
    height: auto;         /* Adjust the height     */
    margin: auto;       /* Center the container            */
    margin-top:10px;       /* Center the container            */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px; /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
@media (max-width: 600px) {
.forth-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

  /* _______ "Provinces to Explore" Heading Start _____ 2nd ____ */
.province-heading-text {  
    position: relative;
    margin: 30px 0;
    font-size: 5.0vw;  /* Adjusted to viewport width */
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: rgb(86, 23, 56); /* Add your desired color here */
    margin-bottom: 60px;}      /* Padding below Heading */
.province-heading-text .underline {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: black;}
/* _____________  Six Provincees Containers Start __________________ */
.six-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    margin-top: 20px;
    margin-bottom: 20px;}
.six-image-wrapper {
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}
.six-fade-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;}
.six-text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 14.28%; /* 1/7 of the image height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;    }
.six-text-box a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;    }
.six-text-box a:hover {
    color: blue;   }

/* __________ What Makes Us Different Heading ____ 3rd _____ */
.third-heading-text {        
    position: relative;
    margin: 30px 0;
    font-size: 5.0vw;  /* Adjusted to viewport width */
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: rgb(86, 23, 56); /* Add your desired color here */
    margin-bottom: 60px;}      /* Padding below Heading */
.third-heading-text .underline {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: black;}
/* ______________ Why Choose Us!  _____ 69 _________ */
.large-container69 {
    display: flex; /* Enable Flexbox for layout */
    align-items: flex-start; /* Align items to the top */
    background-color: lightblue;
    padding: 20px;
    font-size: 1.2em; /* Initial large font size */
    width: 90%; /* Initial large width */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    border-radius: 15px; /* Add rounded corners */
    margin: 20px auto; }/* Center the container horizontally with some top/bottom margin */
.small-container69 {
    width: 400px; /* Initial small width */
    height: 450px; /* Initial small height */
    margin-right: 20px; /* Add some spacing between the image and text */
    margin-left: -60px; /* Add some spacing between the image and text */
    overflow: hidden; /* Clip the image to the container size */
    flex-shrink: 0; /* Prevent the small container from shrinking */
    border-radius: 10px; }/* Add rounded corners */
.small-container69 img {
    width: 100%;
    height: 100%;
    display: block; /* Remove any extra space below the image */
    object-fit: cover; /* Ensure the image covers the entire container */
    border-radius: 10px; }/* Add rounded corners to the image */
.text-container69 {
    flex-grow: 1; /* Allow the text container to take up remaining space */
    display: flex; /* Enable Flexbox for vertical stacking of text */
    flex-direction: column;
    align-items: center; }/* Center items horizontally */ 
.large-container-title69 {
    font-weight: bold;
    margin-bottom: 10px; /* Add some space below the title */
    font-size: 2em; /* Increase the font size of the title */
    text-align: center; }/* Ensure text is centered within the title div */ 
  /* Media query for smaller screens */
  @media (max-width: 768px) {
    .large-container69 {
      font-size: 1em; /* Reduce font size */
      width: 95%; /* Increase width on smaller screens */
      padding: 15px;
      border-radius: 10px; }/* Adjust rounded corners for smaller screens */
    .small-container69 {
      width: 70px; /* Reduce square size */
      height: 70px; /* Reduce square size */
      margin-right: 15px; /* Adjust spacing */
      margin-left: -20px; /* Adjust spacing */
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .small-container69 img {
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .text-container69 {
      align-items: center; }/* Center items horizontally */
    .large-container-title69 {
      font-size: 1.5em; /* Adjust title size for smaller screens */
    }  }
 /* Media query for even smaller screens */
  @media (max-width: 480px) {
    .large-container69 {
      font-size: 0.8em; /* Further reduce font size */
      padding: 10px;
      border-radius: 5px;} /* Adjust rounded corners for even smaller screens */
    .small-container69 {
      width: 50px; /* Reduce square size */
      height: 50px; /* Reduce square size */
      margin-right: 10px; /* Adjust spacing */
      margin-left: -15px; /* Adjust spacing */
      border-radius: 5px;} /* Adjust rounded corners for even smaller screens */
    .small-container69 img {
      border-radius: 5px; }/* Adjust rounded corners for even smaller screens */
    .text-container69 {
      align-items: center; }/* Center items horizontally */
    .large-container-title69 {
      font-size: 1.2em; /* Adjust title size for even smaller screens */
    }  }
/* ______________ What We Do Start  _____ 70 _________ */
.large-container70 {
    display: flex;      /* Enable Flexbox for layout */
    align-items: flex-start; /* Align items to the top */
    background-color: lightblue;
    padding: 20px;
    font-size: 1.2em; /* Initial large font size */
    width: 90%;       /* Initial large width */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    border-radius: 15px; /* Add rounded corners */
    margin: 20px auto; }/* Center the container horizontally with some top/bottom margin */
.small-container70 {
    width: 400px; /* Initial small width */
    height: 450px; /* Initial small height */
    margin-right: 20px; /* Add some spacing between the image and text */
    margin-left: -60px; /* Add some spacing between the image and text */
    overflow: hidden; /* Clip the image to the container size */
    flex-shrink: 0; /* Prevent the small container from shrinking */
    border-radius: 10px; }/* Add rounded corners */
.small-container70 img {
  width: 100%;
  height: 100%;
  display: block; /* Remove any extra space below the image */
  object-fit: cover; /* Ensure the image covers the entire container */
  border-radius: 10px; }/* Add rounded corners to the image */
.text-container70 {
  flex-grow: 1; /* Allow the text container to take up remaining space */
  display: flex; /* Enable Flexbox for vertical stacking of text */
  flex-direction: column;
  align-items: center; }/* Center items horizontally */ 
.large-container-title70 {
    font-weight: bold;
    margin-bottom: 10px; /* Add some space below the title */
    font-size: 2em; /* Increase the font size of the title */
    text-align: center; }/* Ensure text is centered within the title div */ 
  /* Media query for smaller screens */
  @media (max-width: 768px) {
    .large-container70 {
      font-size: 1em; /* Reduce font size */
      width: 95%; /* Increase width on smaller screens */
      padding: 15px;
      border-radius: 10px; }/* Adjust rounded corners for smaller screens */
    .small-container70 {
      width: 70px; /* Reduce square size */
      height: 70px; /* Reduce square size */
      margin-right: 15px; /* Adjust spacing */
      margin-left: -20px; /* Adjust spacing */
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .small-container70 img {
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .text-container70 {
      align-items: center; }/* Center items horizontally */
    .large-container-title70 {
      font-size: 1.5em; /* Adjust title size for smaller screens */
    }  }
 /* Media query for even smaller screens */
  @media (max-width: 480px) {
    .large-container70 {
      font-size: 0.8em; /* Further reduce font size */
      padding: 10px;
      border-radius: 5px;} /* Adjust rounded corners for even smaller screens */
    .small-container70 {
      width: 50px; /* Reduce square size */
      height: 50px; /* Reduce square size */
      margin-right: 10px; /* Adjust spacing */
      margin-left: -15px; /* Adjust spacing */
      border-radius: 5px;} /* Adjust rounded corners for even smaller screens */
    .small-container70 img {
      border-radius: 5px; }/* Adjust rounded corners for even smaller screens */
    .text-container70 {
      align-items: center; }/* Center items horizontally */
    .large-container-title70 {
      font-size: 1.2em; /* Adjust title size for even smaller screens */
    }  }
    /* ______________ First Class Experience Start _______71_______ */
.large-container71 {
  display: flex;         /* Enable Flexbox for layout */
  align-items: flex-start; /* Align items to the top */
  background-color: lightblue;
  padding: 20px;
  font-size: 1.2em;    /* Initial large font size */
  width: 90%;          /* Initial large width */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  border-radius: 15px; /* Add rounded corners */
  margin: 20px auto; }/* Center the container horizontally with some top/bottom margin */
.small-container71 {
  width: 400px; /* Initial small width */
  height: 450px; /* Initial small height */
  margin-right: 20px; /* Add some spacing between the image and text */
  margin-left: -60px; /* Add some spacing between the image and text */
  overflow: hidden; /* Clip the image to the container size */
  flex-shrink: 0; /* Prevent the small container from shrinking */
  border-radius: 10px; }/* Add rounded corners */
.small-container71 img {
  width: 100%;
  height: 100%;
  display: block; /* Remove any extra space below the image */
  object-fit: cover; /* Ensure the image covers the entire container */
  border-radius: 10px; }/* Add rounded corners to the image */
.text-container71 {
  flex-grow: 1; /* Allow the text container to take up remaining space */
  display: flex; /* Enable Flexbox for vertical stacking of text */
  flex-direction: column;
  align-items: center; }/* Center items horizontally */ 
.large-container-title71 {
    font-weight: bold;
    margin-bottom: 10px; /* Add some space below the title */
    font-size: 2em; /* Increase the font size of the title */
    text-align: center; }/* Ensure text is centered within the title div */ 
  /* Media query for smaller screens */
  @media (max-width: 768px) {
    .large-container71 {
      font-size: 1em; /* Reduce font size */
      width: 95%; /* Increase width on smaller screens */
      padding: 15px;
      border-radius: 10px;} /* Adjust rounded corners for smaller screens */
    .small-container71 {
      width: 70px; /* Reduce square size */
      height: 70px; /* Reduce square size */
      margin-right: 15px; /* Adjust spacing */
      margin-left: -20px; /* Adjust spacing */
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .small-container71 img {
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .text-container7 {
      align-items: center; }/* Center items horizontally */
    .large-container-title71 {
      font-size: 1.5em; /* Adjust title size for smaller screens */
    }  }
   /* Media query for even smaller screens */
  @media (max-width: 480px) {
    .large-container71 {
      font-size: 0.8em; /* Further reduce font size */
      padding: 10px;
      border-radius: 5px;} /* Adjust rounded corners for even smaller screens */
    .small-container71 {
      width: 50px; /* Reduce square size */
      height: 50px; /* Reduce square size */
      margin-right: 10px; /* Adjust spacing */
      margin-left: -15px; /* Adjust spacing */
      border-radius: 5px; }/* Adjust rounded corners for even smaller screens */
    .small-container71 img {
      border-radius: 5px; }/* Adjust rounded corners for even smaller screens */
    .text-container71 {
      align-items: center; }/* Center items horizontally */
    .large-container-title71 {
      font-size: 1.2em; /* Adjust title size for even smaller screens */
    }  }
  /* ______________ What Sets Us Apart Start ______________ */
.large-container72 {
  display: flex; /* Enable Flexbox for layout */
  align-items: flex-start; /* Align items to the top */
  background-color: lightblue;
  padding: 20px;
  font-size: 1.2em; /* Initial large font size */
  width: 90%; /* Initial large width */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  border-radius: 15px; /* Add rounded corners */
  margin: 20px auto; }/* Center the container horizontally with some top/bottom margin */
.small-container72 {
  width: 400px; /* Initial small width */
  height: 450px; /* Initial small height */
  margin-right: 20px; /* Add some spacing between the image and text */
  margin-left: -60px; /* Add some spacing between the image and text */
  overflow: hidden; /* Clip the image to the container size */
  flex-shrink: 0; /* Prevent the small container from shrinking */
  border-radius: 10px;} /* Add rounded corners */
.small-container72 img {
  width: 100%;
  height: 100%;
  display: block; /* Remove any extra space below the image */
  object-fit: cover; /* Ensure the image covers the entire container */
  border-radius: 10px; }/* Add rounded corners to the image */
.text-container72 {
  flex-grow: 1; /* Allow the text container to take up remaining space */
  display: flex; /* Enable Flexbox for vertical stacking of text */
  flex-direction: column;
  align-items: center; }/* Center items horizontally */ 
.large-container-title72 {
    font-weight: bold;
    margin-bottom: 10px; /* Add some space below the title */
    font-size: 2em; /* Increase the font size of the title */
    text-align: center; }/* Ensure text is centered within the title div */ 
  /* Media query for smaller screens */
  @media (max-width: 768px) {
    .large-container72 {
      font-size: 1em; /* Reduce font size */
      width: 95%; /* Increase width on smaller screens */
      padding: 15px;
      border-radius: 10px; }/* Adjust rounded corners for smaller screens */
    .small-container72 {
      width: 70px; /* Reduce square size */
      height: 70px; /* Reduce square size */
      margin-right: 15px; /* Adjust spacing */
      margin-left: -20px; /* Adjust spacing */
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .small-container72 img {
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .text-container72 {
      align-items: center; }/* Center items horizontally */
    .large-container-title72 {
      font-size: 1.5em; /* Adjust title size for smaller screens */
    }  }
   /* Media query for even smaller screens */
  @media (max-width: 480px) {
    .large-container72 {
      font-size: 0.8em; /* Further reduce font size */
      padding: 10px;
      border-radius: 5px;} /* Adjust rounded corners for even smaller screens */
    .small-container72 {
      width: 50px; /* Reduce square size */
      height: 50px; /* Reduce square size */
      margin-right: 10px; /* Adjust spacing */
      margin-left: -15px; /* Adjust spacing */
      border-radius: 5px; }/* Adjust rounded corners for even smaller screens */
    .small-container72 img {
      border-radius: 5px; }/* Adjust rounded corners for even smaller screens */
    .text-container72 {
      align-items: center; }/* Center items horizontally */
    .large-container-title72 {
      font-size: 1.2em; /* Adjust title size for even smaller screens */
    }  }   
  /* ______________ Personalized Packages Start _____73_________ */
.large-container73 {
  display: flex; /* Enable Flexbox for layout */
  align-items: flex-start; /* Align items to the top */
  background-color: lightblue;
  padding: 20px;
  font-size: 1.2em; /* Initial large font size */
  width: 90%; /* Initial large width */
  /* Remove the fixed height */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  border-radius: 15px; /* Add rounded corners */
  margin: 20px auto; }/* Center the container horizontally with some top/bottom margin */
.small-container73 {
  width: 400px; /* Initial small width */
  height: 450px; /* Initial small height */
  margin-right: 20px; /* Add some spacing between the image and text */
  margin-left: -60px; /* Add some spacing between the image and text */
  overflow: hidden; /* Clip the image to the container size */
  flex-shrink: 0; /* Prevent the small container from shrinking */
  border-radius: 10px; }/* Add rounded corners */
.small-container73 img {
  width: 100%;
  height: 100%;
  display: block; /* Remove any extra space below the image */
  object-fit: cover; /* Ensure the image covers the entire container */
  border-radius: 10px; }/* Add rounded corners to the image */
.text-container73 {
  flex-grow: 1; /* Allow the text container to take up remaining space */
  display: flex; /* Enable Flexbox for vertical stacking of text */
  flex-direction: column;
  align-items: center; }/* Center items horizontally */ 
.large-container-title73 {
    font-weight: bold;
    margin-bottom: 10px; /* Add some space below the title */
    font-size: 2em; /* Increase the font size of the title */
    text-align: center;} /* Ensure text is centered within the title div */  
  /* Media query for smaller screens */
  @media (max-width: 768px) {
    .large-container73 {
      font-size: 1em; /* Reduce font size */
      width: 95%; /* Increase width on smaller screens */
      padding: 15px;
      border-radius: 10px; }/* Adjust rounded corners for smaller screens */
    .small-container73 {
      width: 70px; /* Reduce square size */
      height: 70px; /* Reduce square size */
      margin-right: 15px; /* Adjust spacing */
      margin-left: -20px; /* Adjust spacing */
      border-radius: 8px;} /* Adjust rounded corners for smaller screens */
    .small-container73 img {
      border-radius: 8px; }/* Adjust rounded corners for smaller screens */
    .text-container73 {
      align-items: center;} /* Center items horizontally */
    .large-container-title73 {
      font-size: 1.5em; /* Adjust title size for smaller screens */
    }  }
    /* Media query for even smaller screens */
  @media (max-width: 480px) {
    .large-container73 {
      font-size: 0.8em; /* Further reduce font size */
      padding: 10px;
      border-radius: 5px;} /* Adjust rounded corners for even smaller screens */
    .small-container73 {
      width: 50px;                /* Reduce square size */
      height: 50px;                /* Reduce square size */
      margin-right: 10px;          /* Adjust spacing */
      margin-left: -15px;          /* Adjust spacing */
      border-radius: 5px; }        /* Adjust rounded corners for smaller screens */
    .small-container73 img {
      border-radius: 5px; }        /* Adjust rounded corners for smaller screens */
    .text-container73 {
      align-items: center; }      /* Center items horizontally */
    .large-container-title73 {
      font-size: 1.2em;          /* title size for smaller screens */
    }  }
  
/*___________ "Start Your Canadian Adventure" Header _______*/
.last-paragraph-header {  
    position: relative;
    margin: 30px 0;
    font-size: 5.0vw;  /* Adjusted to viewport width */
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    text-align: center;
    color: rgb(86, 23, 56); /* Add your desired color here */
    margin-bottom: 60px;}      /* Padding below Heading */
.last-paragraph-header .underline {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: black;}

/*___________ "Your Canadian Adventure" Paragraph Start _________*/ 
p { margin: 0; }       /* Remove default margins from paragraphs */
.last-paragraph1 {          
    width: 90%;           /* Adjust the width */
    display: flex;
    height: auto;         /* Adjust the height     */
    margin: auto;         /* Center the container            */
    margin-top:5px;       /* Center the container            */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px;     /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
 @media (max-width: 600px) {
.last-paragraph-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}

.last-paragraph2 {          
    width: 90%;           /* Adjust the width */
    display: flex;
    height: auto;         /* Adjust the height     */
    margin: auto;       /* Center the container            */
    margin-top:5px;       /* Center the container            */
    margin-bottom:25px;       /* Center the container */
    background: rgba(162, 158, 162, 0.0);
    border: 2px solid rgba(162, 158, 162, 0.0);
    text-indent: 30px; /* Indents the first word */
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    line-height: 1.2;
    color: #333333;}
 @media (max-width: 600px) {
.last-paragraph2-text {
    font-size: clamp(1rem, 2.0vw, 1.5rem);
    text-indent: 15px; }}
      
/*__________ Styles for the main blue container _______________*/
.blue-container {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    height: 90%;
    background-color: #8b8494e5;
    border-radius: 25px;
    padding: 5px;
    border: 6px solid #8b8494e5;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;}
.blue-container h2 {
    font-size: 2.2em; /* Increased font size for the title */
    margin-bottom: 5px; /* Reduced space below the title */
    color: #0a0a11; /* Ensures title color is white */
    text-align: center; }/* Centers the title text */
.blue-container p {
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    max-width: 90%;}
#links-container-bottom {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;}
#links-container-bottom a {
    background-color: #b5b3cefc;
    font-size: 1.3em; /* Increased font size for link text */
    color: rgb(2, 1, 1); /* links text */
    text-decoration: none; /* Remove underline from links */
    padding: 10px 15px;
    border: 1px solid rgb(9, 8, 8); /* White border for links */
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
    margin: 5px;} 
#links-container-bottom a:hover {/* Space between links */
    background-color: #8d8d97; /* White background on hover */
    color: #0056b3; /* Changed hover text color to match the new button background */
    border-color: #0056b3;} 
.social-icon {/* Changed hover border color to match */
    font-size: 2em; /* Makes the icon larger */
    color: #3b5998; /* Facebook blue color */
    padding: 5px; /* Adds some space around the icon */
    border: none; /* Removes the border inherited from other links */
    background-color: transparent; }/* Ensures no background color */
.social-icon:hover {
    color: #2a498b; /* Darker blue on hover */
    transform: scale(1.1); /* Slightly enlarges the icon on hover */
    transition: transform 0.3s ease; }/* Smooth transition for the scale effect */
